|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskQuery | |
|---|---|
| org.jbpm.api | the primary facade interfaces to
the process repository,
the execution repository
and the management functionalities. |
| Uses of TaskQuery in org.jbpm.api |
|---|
| Methods in org.jbpm.api that return TaskQuery | |
|---|---|
TaskQuery |
TaskQuery.assignee(java.lang.String userId)
only find tasks for which the given user is the assignee |
TaskQuery |
TaskQuery.candidate(java.lang.String userId)
only query for tasks for which the given user is a candidate. |
TaskQuery |
TaskService.createTaskQuery()
create a new query for tasks |
TaskQuery |
TaskQuery.orderAsc(java.lang.String property)
|
TaskQuery |
TaskQuery.orderDesc(java.lang.String property)
|
TaskQuery |
TaskQuery.page(int firstResult,
int maxResults)
|
TaskQuery |
TaskQuery.unassigned()
query for tasks that are unassigned. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||