public interface ActionInstanceQuery extends Query<ActionInstanceQuery,ActionInstance>
ActionInstance
s.Query.NullHandlingOnOrder
Modifier and Type | Method and Description |
---|---|
ActionInstanceQuery |
actionDefinitionId(String actionDefinitionId)
Only select action instances with the given action definition id.
|
ActionInstanceQuery |
actionDefinitionIdLike(String actionDefinitionIdLike)
Only select action instances with an action definition id like the given string.
|
ActionInstanceQuery |
formInstanceId(String formInstanceId)
Only select action instances with the given form instance id.
|
ActionInstanceQuery |
formKey(String formKey)
Only select action instances with the given form key.
|
ActionInstanceQuery |
id(String id)
Only select action instances with the given id.
|
ActionInstanceQuery |
ids(Set<String> ids)
Only select action instances with the given ids.
|
ActionInstanceQuery |
maxPriority(Integer maxPriority)
Only select action instances with the given priority or lower.
|
ActionInstanceQuery |
minPriority(Integer minPriority)
Only select action instances with the given priority or higher.
|
ActionInstanceQuery |
name(String name)
Only select action instances with the given name.
|
ActionInstanceQuery |
nameLike(String nameLike)
Only select action instances with an name like the given string.
|
ActionInstanceQuery |
orderByPriority()
Order by priority (needs to be followed by
Query.asc() or Query.desc() ). |
ActionInstanceQuery |
orderByStartDate()
Order by start date (needs to be followed by
Query.asc() or Query.desc() ). |
ActionInstanceQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
ActionInstanceQuery |
participantGroup(String groupId)
Only select action instances with an identity link for the provided group.
|
ActionInstanceQuery |
participantGroups(List<String> groupIds)
Only select action instances with an identity link for the provided groups.
|
ActionInstanceQuery |
participantUser(String userId)
Only select action instances with an identity link for the provided user.
|
ActionInstanceQuery |
participantUsers(List<String> userIds)
Only select action instances with an identity link for the provided users.
|
ActionInstanceQuery |
priority(Integer priority)
Only select action instances with the given priority.
|
ActionInstanceQuery |
queryOnActionLinks()
Only select action instances with a given scope id and scope type or an action link with the given scope id and scope type
This query option can only be used when a scope id is already set.
|
ActionInstanceQuery |
queryOnlyOnActionLinks()
Similar to
queryOnActionLinks() , but only returns those instances which
have an ActionLink instance. |
ActionInstanceQuery |
scopeDefinitionId(String scopeDefinitionId)
Only select action instances with the given scope definition id.
|
ActionInstanceQuery |
scopeId(String scopeId)
Only select action instances with the given scope id.
|
ActionInstanceQuery |
scopeType(String scopeType)
Only select action instances with the given scope type.
|
ActionInstanceQuery |
startDate(Date startDate)
Only select action instances started on the given time
|
ActionInstanceQuery |
startDateAfter(Date afterTime)
Only select action instances started after the given time
|
ActionInstanceQuery |
startDateBefore(Date beforeTime)
Only select action instances started before the given time
|
ActionInstanceQuery |
subScopeId(String subScopeId)
Only select action instances with the given scope id.
|
ActionInstanceQuery |
supportsChannel(String channel)
Only select action instances with an action link for the action definition id and the provided channel.
|
ActionInstanceQuery |
supportsChannels(List<String> channels)
Only select action instances with action definition links for the action definition id and the provided channels.
|
ActionInstanceQuery |
tenantId(String tenantId)
Only select action instances that have the given tenant id.
|
ActionInstanceQuery |
tenantIdLike(String tenantIdLike)
Only select action instances with a tenant id like the given one.
|
ActionInstanceQuery |
withoutTenantId()
Only select action instances that do not have a tenant id.
|
ActionInstanceQuery id(String id)
ActionInstanceQuery ids(Set<String> ids)
ActionInstanceQuery actionDefinitionId(String actionDefinitionId)
ActionInstanceQuery actionDefinitionIdLike(String actionDefinitionIdLike)
ActionInstanceQuery name(String name)
ActionInstanceQuery nameLike(String nameLike)
ActionInstanceQuery scopeId(String scopeId)
ActionInstanceQuery subScopeId(String subScopeId)
ActionInstanceQuery scopeType(String scopeType)
ActionInstanceQuery scopeDefinitionId(String scopeDefinitionId)
ActionInstanceQuery startDate(Date startDate)
ActionInstanceQuery startDateBefore(Date beforeTime)
ActionInstanceQuery startDateAfter(Date afterTime)
ActionInstanceQuery formInstanceId(String formInstanceId)
ActionInstanceQuery formKey(String formKey)
ActionInstanceQuery priority(Integer priority)
ActionInstanceQuery maxPriority(Integer maxPriority)
ActionInstanceQuery minPriority(Integer minPriority)
ActionInstanceQuery supportsChannel(String channel)
ActionInstanceQuery supportsChannels(List<String> channels)
ActionInstanceQuery participantUser(String userId)
ActionInstanceQuery participantUsers(List<String> userIds)
ActionInstanceQuery participantGroup(String groupId)
ActionInstanceQuery participantGroups(List<String> groupIds)
ActionInstanceQuery queryOnActionLinks()
ActionInstanceQuery queryOnlyOnActionLinks()
queryOnActionLinks()
, but only returns those instances which
have an ActionLink
instance.
This query option can only be used when a scope id is already set.ActionInstanceQuery tenantId(String tenantId)
ActionInstanceQuery tenantIdLike(String tenantIdLike)
ActionInstanceQuery withoutTenantId()
ActionInstanceQuery orderByStartDate()
Query.asc()
or Query.desc()
).ActionInstanceQuery orderByPriority()
Query.asc()
or Query.desc()
).ActionInstanceQuery orderByTenantId()
Query.asc()
or Query.desc()
).