Uses of Interface
com.flowable.action.api.runtime.ActionInstance
Package
Description
-
Uses of ActionInstance in com.flowable.action.api.repository
Modifier and TypeMethodDescriptionboolean
BaseScopedObjectActionFilter.acceptsActionDefinition
(Object scopedObject, SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance) -
Uses of ActionInstance in com.flowable.action.api.runtime
Modifier and TypeFieldDescriptionprotected List<ActionInstance>
ScopedObjectActionData.actionInstances
Modifier and TypeMethodDescriptionActionRuntimeService.findActionInstancesForScopeIdAndNoSubScopeId
(String scopeType, String scopeId, boolean includeDeletedFromCache) ActionRuntimeService.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache) ScopedObjectActionData.getActionInstances()
Modifier and TypeMethodDescriptionboolean
ScopedObjectActionFilter.acceptsActionDefinition
(Object scopedObject, SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance) Check if the scoped object accepts the providedactionDefinition
with the providedactionDefinitionModel
.ScopedObjectActionData.getActionDefinitionForActionInstance
(ActionInstance actionInstance) ScopedObjectActionData.getActionDefinitionModelForActionInstance
(ActionInstance actionInstance) Modifier and TypeMethodDescriptionvoid
ScopedObjectActionData.setActionInstances
(List<ActionInstance> actionInstances) -
Uses of ActionInstance in com.flowable.action.engine.impl.cmd
Modifier and TypeMethodDescriptionFindActionInstancesCmd.execute
(CommandContext commandContext) protected List<ActionInstance>
FindScopedActionDataCmd.getActionInstances
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected List<ActionDefinition>
FindScopedActionDataCmd.getActionDefinitions
(CommandContext commandContext, List<ActionInstance> actionInstances) -
Uses of ActionInstance in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionActionInstanceEntityManager.findActionInstancesByQueryCriteria
(ActionInstanceQueryImpl actionInstanceQuery) ActionInstanceEntityManagerImpl.findActionInstancesByQueryCriteria
(ActionInstanceQueryImpl actionInstanceQuery) ActionInstanceEntityManager.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache) ActionInstanceEntityManagerImpl.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache) -
Uses of ActionInstance in com.flowable.action.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionActionInstanceDataManager.findActionInstancesByQueryCriteria
(ActionInstanceQueryImpl actionInstanceQuery) ActionInstanceDataManager.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId) ActionInstanceDataManager.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedInCache) Special method that also returns those in the cache that are deleted. -
Uses of ActionInstance in com.flowable.action.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisActionInstanceDataManager.findActionInstancesByQueryCriteria
(ActionInstanceQueryImpl actionInstanceQuery) MybatisActionInstanceDataManager.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId) MybatisActionInstanceDataManager.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedInCache) -
Uses of ActionInstance in com.flowable.action.engine.impl.runtime
Modifier and TypeMethodDescriptionActionInstanceBuilderImpl.start()
ActionRuntimeServiceImpl.startActionInstance
(ActionInstanceBuilderImpl actionInstanceBuilder) Modifier and TypeMethodDescriptionActionInstanceQueryImpl.executeList
(CommandContext commandContext) ActionRuntimeServiceImpl.findActionInstancesForScopeIdAndNoSubScopeId
(String scopeType, String scopeId, boolean includeDeletedFromCache) ActionRuntimeServiceImpl.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache) -
Uses of ActionInstance in com.flowable.platform.service.action
Modifier and TypeMethodDescriptionprotected ActionInstance
BpmnPlatformExposeCreateTaskListener.processExposeAsMessageItems
(List<ExtensionElement> exposeMessageElements, DelegateTask delegateTask, ActionInstance actionInstance, UserTask userTask) protected ActionInstance
CmmnPlatformExposeCreateTaskListener.processExposeAsMessageItems
(List<ExtensionElement> exposeMessageElements, TaskEntity taskEntity, ActionInstance actionInstance, HumanTask humanTask) protected ActionInstance
BpmnPlatformExposeCreateTaskListener.processExposeToObjectElements
(List<ExtensionElement> exposeObjectElements, DelegateTask delegateTask, UserTask userTask) protected ActionInstance
CmmnPlatformExposeCreateTaskListener.processExposeToObjectElements
(List<ExtensionElement> exposeObjectElements, TaskEntity taskEntity, HumanTask humanTask) Modifier and TypeMethodDescriptionprotected void
AbstractPlanItemInstanceLifecycleListener.deleteActionInstance
(ActionInstance actionInstance, ActionRuntimeService actionRuntimeService, TranslationService translationService) protected ActionInstance
BpmnPlatformExposeCreateTaskListener.processExposeAsMessageItems
(List<ExtensionElement> exposeMessageElements, DelegateTask delegateTask, ActionInstance actionInstance, UserTask userTask) protected ActionInstance
CmmnPlatformExposeCreateTaskListener.processExposeAsMessageItems
(List<ExtensionElement> exposeMessageElements, TaskEntity taskEntity, ActionInstance actionInstance, HumanTask humanTask) protected void
AbstractPlanItemInstanceLifecycleListener.processTranslationValues
(String translationExtensionElement, Map<String, List<ExtensionElement>> extensionElements, ActionInstance actionInstance, DelegatePlanItemInstance planItemInstance) -
Uses of ActionInstance in com.flowable.platform.service.caze
Modifier and TypeMethodDescriptionprotected ActionInstance
AbstractCaseReactivationActionLifecycleListener.createActionInstance
(ReactivateEventListener reactivateEventListener, CaseInstance caseInstance, CaseDefinition caseDefinition, CmmnEngineConfiguration cmmnEngineConfiguration) Modifier and TypeMethodDescriptionprotected void
AbstractCaseReactivationActionLifecycleListener.processTranslationValues
(Map<String, List<ExtensionElement>> extensionElements, ActionInstance actionInstance, VariableContainer variableContainer) protected void
AbstractCaseReactivationActionLifecycleListener.scheduleTimerJob
(CommandContext commandContext, Date timerDueDate, CaseInstanceEntity caseInstanceEntity, ReactivateEventListener reactivateEventListener, ActionInstance actionInstance, CmmnEngineConfiguration cmmnEngineConfiguration)