|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoricProcessInstanceQuery
Allows programmatic querying of HistoricProcessInstances.
| Method Summary | |
|---|---|
HistoricProcessInstanceQuery |
finishDateBy(Date date)
Only select historic process instances that were finished as of the provided date. |
HistoricProcessInstanceQuery |
finishDateOn(Date date)
Only select historic process instances that were finished on provided date. |
HistoricProcessInstanceQuery |
finished()
Only select historic process instances that are completely finished. |
HistoricProcessInstanceQuery |
orderByProcessDefinitionId()
Order by the process definition id (needs to be followed by Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceBusinessKey()
Order by the business key (needs to be followed by Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceDuration()
Order by the duration of the process instance (needs to be followed by Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceEndTime()
Order by the end time (needs to be followed by Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceId()
Order by the process instance id (needs to be followed by Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceStartTime()
Order by the start time (needs to be followed by Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
processDefinitionId(String processDefinitionId)
Only select historic process instances for the given process definition |
HistoricProcessInstanceQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic process instances that are defined by a process definition with the given key. |
HistoricProcessInstanceQuery |
processInstanceBusinessKey(String processInstanceBusinessKey)
Only select historic process instances with the given business key |
HistoricProcessInstanceQuery |
processInstanceId(String processInstanceId)
Only select historic process instances with the given process instance. |
HistoricProcessInstanceQuery |
processInstanceIds(Set<String> processInstanceIds)
Only select historic process instances whose id is in the given set of ids. |
HistoricProcessInstanceQuery |
startDateBy(Date date)
Only select historic process instances that were started as of the provided date. |
HistoricProcessInstanceQuery |
startDateOn(Date date)
Only select historic process instances that were started on the provided date. |
HistoricProcessInstanceQuery |
startedBy(String userId)
Only select historic process instance that are started by the given user. |
HistoricProcessInstanceQuery |
superProcessInstanceId(String superProcessInstanceId)
Only select historic process instances started by the given process instance. |
HistoricProcessInstanceQuery |
unfinished()
Only select historic process instance that are not yet finished. |
| Methods inherited from interface org.activiti.engine.query.Query |
|---|
asc, count, desc, list, listPage, singleResult |
| Method Detail |
|---|
HistoricProcessInstanceQuery processInstanceId(String processInstanceId)
HistoricProcessInstanceQuery processInstanceIds(Set<String> processInstanceIds)
HistoricProcessInstanceQuery processDefinitionId(String processDefinitionId)
HistoricProcessInstanceQuery processDefinitionKey(String processDefinitionKey)
HistoricProcessInstanceQuery processInstanceBusinessKey(String processInstanceBusinessKey)
HistoricProcessInstanceQuery finished()
HistoricProcessInstanceQuery unfinished()
HistoricProcessInstanceQuery startDateBy(Date date)
HistoricProcessInstanceQuery startDateOn(Date date)
HistoricProcessInstanceQuery finishDateBy(Date date)
HistoricProcessInstanceQuery finishDateOn(Date date)
HistoricProcessInstanceQuery startedBy(String userId)
HistoricProcessInstanceQuery orderByProcessInstanceId()
Query.asc() or Query.desc()).
HistoricProcessInstanceQuery orderByProcessDefinitionId()
Query.asc() or Query.desc()).
HistoricProcessInstanceQuery orderByProcessInstanceBusinessKey()
Query.asc() or Query.desc()).
HistoricProcessInstanceQuery orderByProcessInstanceStartTime()
Query.asc() or Query.desc()).
HistoricProcessInstanceQuery orderByProcessInstanceEndTime()
Query.asc() or Query.desc()).
HistoricProcessInstanceQuery orderByProcessInstanceDuration()
Query.asc() or Query.desc()).
HistoricProcessInstanceQuery superProcessInstanceId(String superProcessInstanceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||