Package | Description |
---|---|
com.flowable.action.api.history | |
com.flowable.action.engine.impl.history | |
com.flowable.action.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.actionDefinitionId(String actionDefinitionId)
Only select action instances with the given action definition id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.actionDefinitionIdLike(String actionDefinitionIdLike)
Only select action instances with an action definition id like the given string.
|
HistoricActionInstanceQuery |
ActionHistoryService.createHistoricActionInstanceQuery()
Query historic action instances
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executedBy(String executedBy)
Only select action instances with the given executed by value.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executedByLike(String executedByLike)
Only select action instances with an executed by like the given string.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executionDate(Date executionDate)
Only select action instances executed on the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executionDateAfter(Date afterTime)
Only select action instances executed after the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executionDateBefore(Date beforeTime)
Only select action instances executed before the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.formInstanceId(String formInstanceId)
Only select action instances with the given form instance id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.formKey(String formKey)
Only select action instances with the given form key;
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.id(String id)
Only select action instances with the given id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.ids(Set<String> ids)
Only select action instances with the given ids.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.maxPriority(Integer maxPriority)
Only select action instances with the given priority or lower.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.minPriority(Integer minPriority)
Only select action instances with the given priority or higher.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.name(String name)
Only select action instances with the given name.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.nameLike(String nameLike)
Only select action instances with an name like the given string.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.orderByExecutionDate()
Order by execution date (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.orderByPriority()
Order by priority (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.orderByStartDate()
Order by start date (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.priority(Integer priority)
Only select action instances with the given priority.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.scopeDefinitionId(String scopeDefinitionId)
Only select action instances with the given scope definition id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.scopeId(String scopeId)
Only select action instances with the given scope id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.scopeType(String scopeType)
Only select action instances with the given scope type.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.startDate(Date startDate)
Only select action instances started on the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.startDateAfter(Date afterTime)
Only select action instances started after the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.startDateBefore(Date beforeTime)
Only select action instances started before the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.subScopeId(String subScopeId)
Only select action instances with the given sub scope id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.tenantId(String tenantId)
Only select action instances that have the given tenant id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.tenantIdLike(String tenantIdLike)
Only select action instances with a tenant id like the given one.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.withoutTenantId()
Only select action instances that do not have a tenant id.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoricActionInstanceQueryImpl |
Modifier and Type | Method and Description |
---|---|
HistoricActionInstanceQuery |
HistoricActionInstanceEntityManagerImpl.createHistoricActionInstanceQuery() |
HistoricActionInstanceQuery |
HistoricActionInstanceEntityManager.createHistoricActionInstanceQuery() |