HistoricActionInstanceQuery |
HistoricActionInstanceQuery.actionDefinitionId(java.lang.String actionDefinitionId) |
Only select action instances with the given action definition id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.actionDefinitionIdLike(java.lang.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(java.lang.String executedBy) |
Only select action instances with the given executed by value.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executedByLike(java.lang.String executedByLike) |
Only select action instances with an executed by like the given string.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executionDate(java.util.Date executionDate) |
Only select action instances executed on the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executionDateAfter(java.util.Date afterTime) |
Only select action instances executed after the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.executionDateBefore(java.util.Date beforeTime) |
Only select action instances executed before the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.formInstanceId(java.lang.String formInstanceId) |
Only select action instances with the given form instance id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.formKey(java.lang.String formKey) |
Only select action instances with the given form key;
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.id(java.lang.String id) |
Only select action instances with the given id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.ids(java.util.Set<java.lang.String> ids) |
Only select action instances with the given ids.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.maxPriority(java.lang.Integer maxPriority) |
Only select action instances with the given priority or lower.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.minPriority(java.lang.Integer minPriority) |
Only select action instances with the given priority or higher.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.name(java.lang.String name) |
Only select action instances with the given name.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.nameLike(java.lang.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(java.lang.Integer priority) |
Only select action instances with the given priority.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.scopeDefinitionId(java.lang.String scopeDefinitionId) |
Only select action instances with the given scope definition id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.scopeId(java.lang.String scopeId) |
Only select action instances with the given scope id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.scopeType(java.lang.String scopeType) |
Only select action instances with the given scope type.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.startDate(java.util.Date startDate) |
Only select action instances started on the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.startDateAfter(java.util.Date afterTime) |
Only select action instances started after the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.startDateBefore(java.util.Date beforeTime) |
Only select action instances started before the given time
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.subScopeId(java.lang.String subScopeId) |
Only select action instances with the given sub scope id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.tenantId(java.lang.String tenantId) |
Only select action instances that have the given tenant id.
|
HistoricActionInstanceQuery |
HistoricActionInstanceQuery.tenantIdLike(java.lang.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.
|