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() |
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.orderByPriority() |
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.orderByStartDate() |
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.orderByTenantId() |
|
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.
|