|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.cmd.AbstractCommand<T>
org.jbpm.pvm.internal.cmd.QueryCommand<T>
public abstract class QueryCommand<T>
base class for commands that execute scalable queries.
| 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 |
|---|
protected int firstResult
protected int maxResults
| Constructor Detail |
|---|
public QueryCommand(int firstResult,
int maxResults)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||