Uses of Interface
com.flowable.action.api.history.HistoricActionInstanceQuery
Package
Description
-
Uses of HistoricActionInstanceQuery in com.flowable.action.api.history
Modifier and TypeMethodDescriptionHistoricActionInstanceQuery.actionDefinitionId
(String actionDefinitionId) Only select action instances with the given action definition id.HistoricActionInstanceQuery.actionDefinitionIdLike
(String actionDefinitionIdLike) Only select action instances with an action definition id like the given string.ActionHistoryService.createHistoricActionInstanceQuery()
Query historic action instancesHistoricActionInstanceQuery.executedBy
(String executedBy) Only select action instances with the given executed by value.HistoricActionInstanceQuery.executedByLike
(String executedByLike) Only select action instances with an executed by like the given string.HistoricActionInstanceQuery.executionDate
(Date executionDate) Only select action instances executed on the given timeHistoricActionInstanceQuery.executionDateAfter
(Date afterTime) Only select action instances executed after the given timeHistoricActionInstanceQuery.executionDateBefore
(Date beforeTime) Only select action instances executed before the given timeHistoricActionInstanceQuery.formInstanceId
(String formInstanceId) Only select action instances with the given form instance id.Only select action instances with the given form key;Only select action instances with the given id.Only select action instances with the given ids.HistoricActionInstanceQuery.maxPriority
(Integer maxPriority) Only select action instances with the given priority or lower.HistoricActionInstanceQuery.minPriority
(Integer minPriority) Only select action instances with the given priority or higher.Only select action instances with the given name.Only select action instances with an name like the given string.HistoricActionInstanceQuery.orderByExecutionDate()
Order by execution date (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricActionInstanceQuery.orderByPriority()
Order by priority (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricActionInstanceQuery.orderByStartDate()
Order by start date (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricActionInstanceQuery.orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).Only select action instances with the given priority.HistoricActionInstanceQuery.scopeDefinitionId
(String scopeDefinitionId) Only select action instances with the given scope definition id.Only select action instances with the given scope id.Only select action instances with the given scope type.Only select action instances started on the given timeHistoricActionInstanceQuery.startDateAfter
(Date afterTime) Only select action instances started after the given timeHistoricActionInstanceQuery.startDateBefore
(Date beforeTime) Only select action instances started before the given timeHistoricActionInstanceQuery.subScopeId
(String subScopeId) Only select action instances with the given sub scope id.Only select action instances that have the given tenant id.HistoricActionInstanceQuery.tenantIdLike
(String tenantIdLike) Only select action instances with a tenant id like the given one.HistoricActionInstanceQuery.withoutTenantId()
Only select action instances that do not have a tenant id. -
Uses of HistoricActionInstanceQuery in com.flowable.action.engine.impl.history
Modifier and TypeMethodDescriptionActionHistoryServiceImpl.createHistoricActionInstanceQuery()
HistoricActionInstanceQueryImpl.maxPriority
(Integer maxPriority) HistoricActionInstanceQueryImpl.minPriority
(Integer minPriority) HistoricActionInstanceQueryImpl.orderByExecutionDate()
HistoricActionInstanceQueryImpl.orderByPriority()
HistoricActionInstanceQueryImpl.orderByStartDate()
HistoricActionInstanceQueryImpl.orderByTenantId()
HistoricActionInstanceQueryImpl.subScopeId
(String subScopeId) -
Uses of HistoricActionInstanceQuery in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionHistoricActionInstanceEntityManager.createHistoricActionInstanceQuery()
HistoricActionInstanceEntityManagerImpl.createHistoricActionInstanceQuery()