org.jbpm.pvm.internal.cmd
Class QueryCommand<T>

java.lang.Object
  extended by org.jbpm.pvm.internal.cmd.AbstractCommand<T>
      extended by org.jbpm.pvm.internal.cmd.QueryCommand<T>
All Implemented Interfaces:
java.io.Serializable, Command<T>

public abstract class QueryCommand<T>
extends AbstractCommand<T>

base class for commands that execute scalable queries.

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  int firstResult
           
protected  int maxResults
           
 
Constructor Summary
QueryCommand(int firstResult, int maxResults)
           
 
Method Summary
 
Methods inherited from class org.jbpm.pvm.internal.cmd.AbstractCommand
getAuthenticatedUserId, setAuthenticatedUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.api.cmd.Command
execute
 

Field Detail

firstResult

protected int firstResult

maxResults

protected int maxResults
Constructor Detail

QueryCommand

public QueryCommand(int firstResult,
                    int maxResults)


Copyright © 2010 JBoss Community. All Rights Reserved.