Uses of Interface
com.flowable.action.api.runtime.ActionInstanceQuery
Package
Description
-
Uses of ActionInstanceQuery in com.flowable.action.api.runtime
Modifier and TypeMethodDescriptionActionInstanceQuery.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.actionDefinitionKey
(String actionDefinitionKey) Only select action instances linked to the action definition for the given key.ActionRuntimeService.createActionInstanceQuery()
Query action instancesActionInstanceQuery.formInstanceId
(String formInstanceId) Only select action instances with the given form instance id.Only select action instances with the given form key.Only select action instances with the given icon.Only select action instances with the given id.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.Only select action instances with the given name.Only select action instances with an name like the given string.ActionInstanceQuery.orderByPriority()
Order by priority (needs to be followed byQuery.asc()
orQuery.desc()
).ActionInstanceQuery.orderByStartDate()
Order by start date (needs to be followed byQuery.asc()
orQuery.desc()
).ActionInstanceQuery.orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.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.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 toqueryOnActionLinks()
, but only returns those instances which have anActionLink
instance.ActionInstanceQuery.scopeDefinitionId
(String scopeDefinitionId) Only select action instances with the given scope definition id.Only select action instances with the given scope id.Only select action instances with the given scope type.Only select action instances started on the given timeActionInstanceQuery.startDateAfter
(Date afterTime) Only select action instances started after the given timeActionInstanceQuery.startDateBefore
(Date beforeTime) Only select action instances started before the given timeActionInstanceQuery.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.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. -
Uses of ActionInstanceQuery in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionActionInstanceEntityManager.createActionInstanceQuery()
ActionInstanceEntityManagerImpl.createActionInstanceQuery()
-
Uses of ActionInstanceQuery in com.flowable.action.engine.impl.runtime
Modifier and TypeMethodDescriptionActionRuntimeServiceImpl.createActionInstanceQuery()
ActionInstanceQueryImpl.maxPriority
(Integer maxPriority) ActionInstanceQueryImpl.minPriority
(Integer minPriority) ActionInstanceQueryImpl.orderByPriority()
ActionInstanceQueryImpl.orderByStartDate()
ActionInstanceQueryImpl.orderByTenantId()
ActionInstanceQueryImpl.participantGroup
(String groupId) ActionInstanceQueryImpl.participantGroups
(List<String> groupIds) ActionInstanceQueryImpl.participantUser
(String userId) ActionInstanceQueryImpl.participantUsers
(List<String> userIds) ActionInstanceQueryImpl.queryOnActionLinks()
ActionInstanceQueryImpl.queryOnlyOnActionLinks()
ActionInstanceQueryImpl.subScopeId
(String subScopeId)