|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessInstanceQuery | |
---|---|
org.jbpm.api | the primary facade interfaces to
the process repository ,
the execution repository
and the management functionalities . |
Uses of ProcessInstanceQuery in org.jbpm.api |
---|
Methods in org.jbpm.api that return ProcessInstanceQuery | |
---|---|
ProcessInstanceQuery |
ExecutionService.createProcessInstanceQuery()
search for process instances with criteria |
ProcessInstanceQuery |
ProcessInstanceQuery.orderAsc(java.lang.String property)
|
ProcessInstanceQuery |
ProcessInstanceQuery.orderDesc(java.lang.String property)
|
ProcessInstanceQuery |
ProcessInstanceQuery.page(int firstResult,
int maxResults)
|
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionId(java.lang.String processDefinitionId)
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceId(java.lang.String processInstanceId)
|
ProcessInstanceQuery |
ProcessInstanceQuery.suspended()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |