public interface HistoricActionInstanceQuery extends Query<HistoricActionInstanceQuery,HistoricActionInstance>
HistoricActionInstance
s.Query.NullHandlingOnOrder
Modifier and Type | Method and Description |
---|---|
HistoricActionInstanceQuery |
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.
|
HistoricActionInstanceQuery |
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 time
|
HistoricActionInstanceQuery |
executionDateAfter(Date afterTime)
Only select action instances executed after the given time
|
HistoricActionInstanceQuery |
executionDateBefore(Date beforeTime)
Only select action instances executed before the given time
|
HistoricActionInstanceQuery |
formInstanceId(String formInstanceId)
Only select action instances with the given form instance id.
|
HistoricActionInstanceQuery |
formKey(String formKey)
Only select action instances with the given form key;
|
HistoricActionInstanceQuery |
id(String id)
Only select action instances with the given id.
|
HistoricActionInstanceQuery |
ids(Set<String> ids)
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.
|
HistoricActionInstanceQuery |
name(String name)
Only select action instances with the given name.
|
HistoricActionInstanceQuery |
nameLike(String nameLike)
Only select action instances with an name like the given string.
|
HistoricActionInstanceQuery |
orderByExecutionDate()
Order by execution date (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
orderByPriority()
Order by priority (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
orderByStartDate()
Order by start date (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
priority(Integer priority)
Only select action instances with the given priority.
|
HistoricActionInstanceQuery |
scopeDefinitionId(String scopeDefinitionId)
Only select action instances with the given scope definition id.
|
HistoricActionInstanceQuery |
scopeId(String scopeId)
Only select action instances with the given scope id.
|
HistoricActionInstanceQuery |
scopeType(String scopeType)
Only select action instances with the given scope type.
|
HistoricActionInstanceQuery |
startDate(Date startDate)
Only select action instances started on the given time
|
HistoricActionInstanceQuery |
startDateAfter(Date afterTime)
Only select action instances started after the given time
|
HistoricActionInstanceQuery |
startDateBefore(Date beforeTime)
Only select action instances started before the given time
|
HistoricActionInstanceQuery |
subScopeId(String subScopeId)
Only select action instances with the given sub scope id.
|
HistoricActionInstanceQuery |
tenantId(String tenantId)
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.
|
HistoricActionInstanceQuery id(String id)
HistoricActionInstanceQuery ids(Set<String> ids)
HistoricActionInstanceQuery actionDefinitionId(String actionDefinitionId)
HistoricActionInstanceQuery actionDefinitionIdLike(String actionDefinitionIdLike)
HistoricActionInstanceQuery name(String name)
HistoricActionInstanceQuery nameLike(String nameLike)
HistoricActionInstanceQuery scopeId(String scopeId)
HistoricActionInstanceQuery subScopeId(String subScopeId)
HistoricActionInstanceQuery scopeType(String scopeType)
HistoricActionInstanceQuery scopeDefinitionId(String scopeDefinitionId)
HistoricActionInstanceQuery startDate(Date startDate)
HistoricActionInstanceQuery startDateBefore(Date beforeTime)
HistoricActionInstanceQuery startDateAfter(Date afterTime)
HistoricActionInstanceQuery executionDate(Date executionDate)
HistoricActionInstanceQuery executionDateBefore(Date beforeTime)
HistoricActionInstanceQuery executionDateAfter(Date afterTime)
HistoricActionInstanceQuery executedBy(String executedBy)
HistoricActionInstanceQuery executedByLike(String executedByLike)
HistoricActionInstanceQuery formInstanceId(String formInstanceId)
HistoricActionInstanceQuery formKey(String formKey)
HistoricActionInstanceQuery priority(Integer priority)
HistoricActionInstanceQuery maxPriority(Integer maxPriority)
HistoricActionInstanceQuery minPriority(Integer minPriority)
HistoricActionInstanceQuery tenantId(String tenantId)
HistoricActionInstanceQuery tenantIdLike(String tenantIdLike)
HistoricActionInstanceQuery withoutTenantId()
HistoricActionInstanceQuery orderByStartDate()
Query.asc()
or Query.desc()
).HistoricActionInstanceQuery orderByExecutionDate()
Query.asc()
or Query.desc()
).HistoricActionInstanceQuery orderByPriority()
Query.asc()
or Query.desc()
).HistoricActionInstanceQuery orderByTenantId()
Query.asc()
or Query.desc()
).