Uses of Interface
org.cibseven.bpm.engine.history.HistoricActivityStatisticsPostQuery
Packages that use HistoricActivityStatisticsPostQuery
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService:
Manages DeploymentsRuntimeService:
For starting and searching ProcessInstancesTaskService:
Exposes operations to manage human (standalone) Tasks,
such as claiming, completing and assigning tasksIdentityService:
Used for managing Users,
Groups and the relations between themManagementService:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService:
Exposes information about ongoing and past process instances.FormService:
Access to form data and rendered forms for starting new process instances and completing tasks.Classes related to the
HistoryService.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricActivityStatisticsPostQuery in org.cibseven.bpm.engine
Methods in org.cibseven.bpm.engine that return HistoricActivityStatisticsPostQueryModifier and TypeMethodDescriptionHistoryService.createHistoricActivityStatisticsPostQuery(String processDefinitionId) Extended historic activity statistics query with additional process instance filters. -
Uses of HistoricActivityStatisticsPostQuery in org.cibseven.bpm.engine.history
Methods in org.cibseven.bpm.engine.history that return HistoricActivityStatisticsPostQueryModifier and TypeMethodDescriptionHistoricActivityStatisticsPostQuery.active()Select active activitiesHistoricActivityStatisticsPostQuery.activeActivityIdIn(String... activeActivityIds) Select historic activities with any of the given active activity IDsHistoricActivityStatisticsPostQuery.activityIdIn(String... activityIds) Select historic activities with any of the given activity IDsHistoricActivityStatisticsPostQuery.businessKey(String businessKey) Select historic activities of process instances with the given business keyHistoricActivityStatisticsPostQuery.businessKeyIn(String... businessKeys) Select historic activities of process instances with any of the given business keysHistoricActivityStatisticsPostQuery.businessKeyLike(String businessKeyLike) Select historic activities of process instances with a business key matching the given patternHistoricActivityStatisticsPostQuery.caseInstanceId(String caseInstanceId) Select historic activities of the given case instance IDHistoricActivityStatisticsPostQuery.completed()Select completed activitiesHistoricActivityStatisticsPostQuery.executedActivityAfter(Date date) Only select historic activities executed after the given date.HistoricActivityStatisticsPostQuery.executedActivityBefore(Date date) Only select historic activities executed before the given date.HistoricActivityStatisticsPostQuery.executedActivityIdIn(String... executedActivityIds) Select historic activities with any of the given executed activity IDsHistoricActivityStatisticsPostQuery.executedJobAfter(Date date) Only select historic activities with jobs executed after the given date.HistoricActivityStatisticsPostQuery.executedJobBefore(Date date) Only select historic activities with jobs executed before the given date.HistoricActivityStatisticsPostQuery.externallyTerminated()Select externally terminated activitiesHistoricActivityStatisticsPostQuery.finished()Select finished process instancesHistoricActivityStatisticsPostQuery.finishedAfter(Date date) Only select historic activities of process instances that were finished after the given date.HistoricActivityStatisticsPostQuery.finishedBefore(Date date) Only select historic activities of process instances that were finished before the given date.HistoricActivityStatisticsPostQuery.incidentIdIn(String... incidentIds) Select process instances with any of the given incident IDsHistoricActivityStatisticsPostQuery.incidentMessage(String incidentMessage) Select process instances with incidents with the given messageHistoricActivityStatisticsPostQuery.incidentMessageLike(String incidentMessageLike) Select process instances with incidents with a message matching the given patternHistoricActivityStatisticsPostQuery.incidentStatus(String incidentStatus) Select process instances with incidents of the given statusHistoricActivityStatisticsPostQuery.incidentType(String incidentType) Select process instances with incidents of the given typeHistoricActivityStatisticsPostQuery.includeCanceled()Include an aggregation of canceled instances in the result.HistoricActivityStatisticsPostQuery.includeCompleteScope()Include an aggregation of instances, which complete a scope (ie.HistoricActivityStatisticsPostQuery.includeFinished()Include an aggregation of finished instances in the result.HistoricActivityStatisticsPostQuery.includeIncidents()Include an aggregation of the incidents in the result.HistoricActivityStatisticsPostQuery.internallyTerminated()Select internally terminated activitiesHistoricActivityStatisticsPostQuery.matchVariableNamesIgnoreCase()Match variable names and values in case sensitive mannerHistoricActivityStatisticsPostQuery.matchVariableValuesIgnoreCase()Match variable values in case insensitive mannerHistoricActivityStatisticsPostQuery.orderByActivityId()Order by Activity ID (needs to be followed byQuery.asc()orQuery.desc())HistoricActivityStatisticsPostQuery.processDefinitionKey(String processDefinitionKey) Select historic activities of process definitions with the given keyHistoricActivityStatisticsPostQuery.processDefinitionKeyIn(String... processDefinitionKeys) Select historic activities of process definitions with any of the given keysHistoricActivityStatisticsPostQuery.processDefinitionKeyNotIn(List<String> processDefinitionKeys) Select historic activities of process definitions without the given keysHistoricActivityStatisticsPostQuery.processDefinitionName(String processDefinitionName) Select historic activities of process definitions with the given nameHistoricActivityStatisticsPostQuery.processDefinitionNameLike(String processDefinitionNameLike) Select historic activities of process definitions with a name matching the given patternHistoricActivityStatisticsPostQuery.processInstanceId(String processInstanceId) Select historic activities of process instances with the given IDHistoricActivityStatisticsPostQuery.processInstanceIdNotIn(String... processInstanceIds) Select historic activities of process instances without the given IDsHistoricActivityStatisticsPostQuery.processInstanceIds(Set<String> processInstanceIds) Select historic activities of process instances with any of the given IDsHistoricActivityStatisticsPostQuery.rootProcessInstanceId(String rootProcessInstanceId) Select historic activities of root process instances with the given IDHistoricActivityStatisticsPostQuery.rootProcessInstances()Only select root process instancesHistoricActivityStatisticsPostQuery.startedAfter(Date date) Only select historic activities of process instances that were started after the given date.HistoricActivityStatisticsPostQuery.startedBefore(Date date) Only select historic activities of process instances that were started before the given date.Select historic activities started by the given userHistoricActivityStatisticsPostQuery.subCaseInstanceId(String subCaseInstanceId) Select historic activities of case instances with the given sub case instance IDHistoricActivityStatisticsPostQuery.subProcessInstanceId(String subProcessInstanceId) Select historic activities of process instances with the given sub process instance IDHistoricActivityStatisticsPostQuery.superCaseInstanceId(String superCaseInstanceId) Select historic activities of case instances with the given super case instance IDHistoricActivityStatisticsPostQuery.superProcessInstanceId(String superProcessInstanceId) Select historic activities of process instances with the given super process instance IDHistoricActivityStatisticsPostQuery.suspended()Select suspended activitiesHistoricActivityStatisticsPostQuery.tenantIdIn(String... tenantIds) Select historic activities with any of the given tenant IDsHistoricActivityStatisticsPostQuery.unfinished()Select unfinished process instancesHistoricActivityStatisticsPostQuery.variableValueEquals(String variableName, Object variableValue) Select process instances that have a variable with the given nameHistoricActivityStatisticsPostQuery.variableValueGreaterThan(String variableName, Object variableValue) Select process instances that have a variable with the given name and value greater than the given valueHistoricActivityStatisticsPostQuery.variableValueGreaterThanOrEqual(String variableName, Object variableValue) Select process instances that have a variable with the given name and value greater than or equal the given valueHistoricActivityStatisticsPostQuery.variableValueLessThan(String variableName, Object variableValue) Select process instances that have a variable with the given name and value less than the given valueHistoricActivityStatisticsPostQuery.variableValueLessThanOrEqual(String variableName, Object variableValue) Select process instances that have a variable with the given name and value less than or equal the given valueHistoricActivityStatisticsPostQuery.variableValueLike(String variableName, String variableValue) Select process instances that have a variable with the given name and value like the given valueHistoricActivityStatisticsPostQuery.variableValueNotEquals(String variableName, Object variableValue) Select process instances that have a variable with the given name and value not equal the given valueHistoricActivityStatisticsPostQuery.withIncidents()Select process instances with incidentsHistoricActivityStatisticsPostQuery.withJobsRetrying()Select process instances with jobs in retry stateHistoricActivityStatisticsPostQuery.withoutTenantId()Select historic activities without a tenantHistoricActivityStatisticsPostQuery.withRootIncidents()Select process instances with root incidents -
Uses of HistoricActivityStatisticsPostQuery in org.cibseven.bpm.engine.impl
Classes in org.cibseven.bpm.engine.impl that implement HistoricActivityStatisticsPostQueryModifier and TypeClassDescriptionclassExtended implementation for historic activity statistics query with support for additional process instance filters.Methods in org.cibseven.bpm.engine.impl that return HistoricActivityStatisticsPostQueryModifier and TypeMethodDescriptionHistoryServiceImpl.createHistoricActivityStatisticsPostQuery(String processDefinitionId) HistoricActivityStatisticsPostQueryImpl.orderByActivityId()