|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoricTaskInstanceReport
| Method Summary | |
|---|---|
HistoricTaskInstanceReport |
completedAfter(Date completedAfter)
Sets the completed after date for constraining the query to search for all tasks which are completed after a certain date. |
HistoricTaskInstanceReport |
completedBefore(Date completedBefore)
Sets the completed before date for constraining the query to search for all tasks which are completed before a certain date. |
List<HistoricTaskInstanceReportResult> |
countByProcessDefinitionKey()
Executes the task report query and returns a list of HistoricTaskInstanceReportResults |
List<HistoricTaskInstanceReportResult> |
countByTaskName()
Executes the task report query and returns a list of HistoricTaskInstanceReportResults |
| Methods inherited from interface org.camunda.bpm.engine.query.Report |
|---|
duration |
| Method Detail |
|---|
HistoricTaskInstanceReport completedAfter(Date completedAfter)
Sets the completed after date for constraining the query to search for all tasks which are completed after a certain date.
completedAfter - A Date to define the granularity of the report
NotValidException - When the given date is null.HistoricTaskInstanceReport completedBefore(Date completedBefore)
Sets the completed before date for constraining the query to search for all tasks which are completed before a certain date.
completedBefore - A Date to define the granularity of the report
NotValidException - When the given date is null.List<HistoricTaskInstanceReportResult> countByProcessDefinitionKey()
Executes the task report query and returns a list of HistoricTaskInstanceReportResults
HistoricTaskInstanceReportResults
AuthorizationException - If the user has no Permissions.READ_HISTORY permission
on any Resources.PROCESS_DEFINITION.List<HistoricTaskInstanceReportResult> countByTaskName()
Executes the task report query and returns a list of HistoricTaskInstanceReportResults
HistoricTaskInstanceReportResults
AuthorizationException - If the user has no Permissions.READ_HISTORY permission
on any Resources.PROCESS_DEFINITION.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||