Uses of Interface
com.flowable.action.api.runtime.ActionInstance
Packages that use ActionInstance
Package
Description
-
Uses of ActionInstance in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository with parameters of type ActionInstanceModifier and TypeMethodDescriptionboolean
BaseScopedObjectActionFilter.acceptsActionDefinition
(Object scopedObject, SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance) -
Uses of ActionInstance in com.flowable.action.api.runtime
Fields in com.flowable.action.api.runtime with type parameters of type ActionInstanceModifier and TypeFieldDescriptionprotected List<ActionInstance>
ScopedObjectActionData.actionInstances
Methods in com.flowable.action.api.runtime that return ActionInstanceMethods in com.flowable.action.api.runtime that return types with arguments of type ActionInstanceModifier and TypeMethodDescriptionActionRuntimeService.findActionInstancesForScopeIdAndNoSubScopeId
(String scopeType, String scopeId, boolean includeDeletedFromCache) ActionRuntimeService.findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache) ScopedObjectActionData.getActionInstances()
Methods in com.flowable.action.api.runtime with parameters of type ActionInstanceModifier 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) Method parameters in com.flowable.action.api.runtime with type arguments of type ActionInstanceModifier and TypeMethodDescriptionvoid
ScopedObjectActionData.setActionInstances
(List<ActionInstance> actionInstances) -
Uses of ActionInstance in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionInstanceMethods in com.flowable.action.engine.impl.cmd that return types with arguments of type ActionInstanceModifier and TypeMethodDescriptionFindActionInstancesCmd.execute
(CommandContext commandContext) protected List<ActionInstance>
FindScopedActionDataCmd.getActionInstances
(CommandContext commandContext) Method parameters in com.flowable.action.engine.impl.cmd with type arguments of type ActionInstanceModifier and TypeMethodDescriptionprotected List<ActionDefinition>
FindScopedActionDataCmd.getActionDefinitions
(CommandContext commandContext, List<ActionInstance> actionInstances) -
Uses of ActionInstance in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of ActionInstance in com.flowable.action.engine.impl.persistence.entityClasses in com.flowable.action.engine.impl.persistence.entity that implement ActionInstanceMethods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionInstanceModifier 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
Methods in com.flowable.action.engine.impl.persistence.entity.data that return types with arguments of type ActionInstanceModifier 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
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionInstanceModifier 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
Methods in com.flowable.action.engine.impl.runtime that return ActionInstanceModifier and TypeMethodDescriptionActionInstanceBuilderImpl.start()
ActionRuntimeServiceImpl.startActionInstance
(ActionInstanceBuilderImpl actionInstanceBuilder) Methods in com.flowable.action.engine.impl.runtime that return types with arguments of type ActionInstanceModifier 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
Methods in com.flowable.platform.service.action that return ActionInstanceModifier 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) Methods in com.flowable.platform.service.action with parameters of type ActionInstanceModifier 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
Methods in com.flowable.platform.service.caze that return ActionInstanceModifier and TypeMethodDescriptionprotected ActionInstance
AbstractCaseReactivationActionLifecycleListener.createActionInstance
(ReactivateEventListener reactivateEventListener, CaseInstance caseInstance, CaseDefinition caseDefinition, CmmnEngineConfiguration cmmnEngineConfiguration) Methods in com.flowable.platform.service.caze with parameters of type ActionInstanceModifier 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)