|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoricProcessInstanceReport
Defines a report query for HistoricProcessInstances.
| Method Summary | |
|---|---|
HistoricProcessInstanceReport |
processDefinitionIdIn(String... processDefinitionIds)
Only takes historic process instances into account for the given process definition ids. |
HistoricProcessInstanceReport |
processDefinitionKeyIn(String... processDefinitionKeys)
Only takes historic process instances into account for the given process definition keys. |
HistoricProcessInstanceReport |
startedAfter(Date startedAfter)
Only takes historic process instances into account that were started after the given date. |
HistoricProcessInstanceReport |
startedBefore(Date startedBefore)
Only takes historic process instances into account that were started before the given date. |
| Methods inherited from interface org.camunda.bpm.engine.query.Report |
|---|
duration |
| Method Detail |
|---|
HistoricProcessInstanceReport startedBefore(Date startedBefore)
NotValidException - if the given started before date is nullHistoricProcessInstanceReport startedAfter(Date startedAfter)
NotValidException - if the given started after date is nullHistoricProcessInstanceReport processDefinitionIdIn(String... processDefinitionIds)
NotValidException - if one of the given ids is nullHistoricProcessInstanceReport processDefinitionKeyIn(String... processDefinitionKeys)
NotValidException - if one of the given ids is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||