ActionInstanceQuery |
ActionInstanceQuery.actionDefinitionId(java.lang.String actionDefinitionId) |
Only select action instances with the given action definition id.
|
ActionInstanceQuery |
ActionInstanceQuery.actionDefinitionIdLike(java.lang.String actionDefinitionIdLike) |
Only select action instances with an action definition id like the given string.
|
ActionInstanceQuery |
ActionRuntimeService.createActionInstanceQuery() |
Query action instances
|
ActionInstanceQuery |
ActionInstanceQuery.formInstanceId(java.lang.String formInstanceId) |
Only select action instances with the given form instance id.
|
ActionInstanceQuery |
ActionInstanceQuery.formKey(java.lang.String formKey) |
Only select action instances with the given form key.
|
ActionInstanceQuery |
ActionInstanceQuery.id(java.lang.String id) |
Only select action instances with the given id.
|
ActionInstanceQuery |
ActionInstanceQuery.ids(java.util.Set<java.lang.String> ids) |
Only select action instances with the given ids.
|
ActionInstanceQuery |
ActionInstanceQuery.maxPriority(java.lang.Integer maxPriority) |
Only select action instances with the given priority or lower.
|
ActionInstanceQuery |
ActionInstanceQuery.minPriority(java.lang.Integer minPriority) |
Only select action instances with the given priority or higher.
|
ActionInstanceQuery |
ActionInstanceQuery.name(java.lang.String name) |
Only select action instances with the given name.
|
ActionInstanceQuery |
ActionInstanceQuery.nameLike(java.lang.String nameLike) |
Only select action instances with an name like the given string.
|
ActionInstanceQuery |
ActionInstanceQuery.orderByPriority() |
Order by priority (needs to be followed by Query.asc() or Query.desc() ).
|
ActionInstanceQuery |
ActionInstanceQuery.orderByStartDate() |
Order by start date (needs to be followed by Query.asc() or Query.desc() ).
|
ActionInstanceQuery |
ActionInstanceQuery.orderByTenantId() |
Order by tenant id (needs to be followed by Query.asc() or Query.desc() ).
|
ActionInstanceQuery |
ActionInstanceQuery.participantGroup(java.lang.String groupId) |
Only select action instances with an identity link for the provided group.
|
ActionInstanceQuery |
ActionInstanceQuery.participantGroups(java.util.List<java.lang.String> groupIds) |
Only select action instances with an identity link for the provided groups.
|
ActionInstanceQuery |
ActionInstanceQuery.participantUser(java.lang.String userId) |
Only select action instances with an identity link for the provided user.
|
ActionInstanceQuery |
ActionInstanceQuery.participantUsers(java.util.List<java.lang.String> userIds) |
Only select action instances with an identity link for the provided users.
|
ActionInstanceQuery |
ActionInstanceQuery.priority(java.lang.Integer priority) |
Only select action instances with the given priority.
|
ActionInstanceQuery |
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 |
ActionInstanceQuery.queryOnlyOnActionLinks() |
|
ActionInstanceQuery |
ActionInstanceQuery.scopeDefinitionId(java.lang.String scopeDefinitionId) |
Only select action instances with the given scope definition id.
|
ActionInstanceQuery |
ActionInstanceQuery.scopeId(java.lang.String scopeId) |
Only select action instances with the given scope id.
|
ActionInstanceQuery |
ActionInstanceQuery.scopeType(java.lang.String scopeType) |
Only select action instances with the given scope type.
|
ActionInstanceQuery |
ActionInstanceQuery.startDate(java.util.Date startDate) |
Only select action instances started on the given time
|
ActionInstanceQuery |
ActionInstanceQuery.startDateAfter(java.util.Date afterTime) |
Only select action instances started after the given time
|
ActionInstanceQuery |
ActionInstanceQuery.startDateBefore(java.util.Date beforeTime) |
Only select action instances started before the given time
|
ActionInstanceQuery |
ActionInstanceQuery.subScopeId(java.lang.String subScopeId) |
Only select action instances with the given scope id.
|
ActionInstanceQuery |
ActionInstanceQuery.supportsChannel(java.lang.String channel) |
Only select action instances with an action link for the action definition id and the provided channel.
|
ActionInstanceQuery |
ActionInstanceQuery.supportsChannels(java.util.List<java.lang.String> channels) |
Only select action instances with action definition links for the action definition id and the provided channels.
|
ActionInstanceQuery |
ActionInstanceQuery.tenantId(java.lang.String tenantId) |
Only select action instances that have the given tenant id.
|
ActionInstanceQuery |
ActionInstanceQuery.tenantIdLike(java.lang.String tenantIdLike) |
Only select action instances with a tenant id like the given one.
|
ActionInstanceQuery |
ActionInstanceQuery.withoutTenantId() |
Only select action instances that do not have a tenant id.
|