|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessInstanceQuery | |
|---|---|
| org.jbpm.api | the jBPM API, Start by creating a Configuration,
build a ProcessEngine from that, and then you can find
the workflow methods on the services like ExecutionService,
TaskService. |
| 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.notSuspended()
select only process definitions that are not suspended |
ProcessInstanceQuery |
ProcessInstanceQuery.orderAsc(java.lang.String property)
order selected process instances ascending for certain properties |
ProcessInstanceQuery |
ProcessInstanceQuery.orderDesc(java.lang.String property)
order selected process instances descending for certain properties |
ProcessInstanceQuery |
ProcessInstanceQuery.page(int firstResult,
int maxResults)
select a specific page in the result set |
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionId(java.lang.String processDefinitionId)
select only process instances for the given process definition |
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceId(java.lang.String processInstanceId)
select only a specific process instances |
ProcessInstanceQuery |
ProcessInstanceQuery.suspended()
select only suspended process definitions |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||