Uses of Interface
com.flowable.action.api.runtime.ActionInstance
-
Uses of ActionInstance in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository with parameters of type ActionInstance Modifier and Type Method Description booleanBaseScopedObjectActionFilter. acceptsActionDefinition(java.lang.Object scopedObject, com.flowable.core.common.api.security.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 ActionInstance Modifier and Type Field Description protected java.util.List<ActionInstance>ScopedObjectActionData. actionInstancesMethods in com.flowable.action.api.runtime that return ActionInstance Modifier and Type Method Description ActionInstanceActionInstanceBuilder. start()Start the action instanceMethods in com.flowable.action.api.runtime that return types with arguments of type ActionInstance Modifier and Type Method Description java.util.List<ActionInstance>ActionRuntimeService. findActionInstancesForScopeIdAndSubScopeId(java.lang.String scopeType, java.lang.String scopeId, java.lang.String subScopeId, boolean includeDeletedFromCache)java.util.List<ActionInstance>ScopedObjectActionData. getActionInstances()Methods in com.flowable.action.api.runtime with parameters of type ActionInstance Modifier and Type Method Description booleanScopedObjectActionFilter. acceptsActionDefinition(java.lang.Object scopedObject, com.flowable.core.common.api.security.SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance)Check if the scoped object accepts the providedactionDefinitionwith the providedactionDefinitionModel.ActionDefinitionScopedObjectActionData. getActionDefinitionForActionInstance(ActionInstance actionInstance)ActionDefinitionModelScopedObjectActionData. getActionDefinitionModelForActionInstance(ActionInstance actionInstance)Method parameters in com.flowable.action.api.runtime with type arguments of type ActionInstance Modifier and Type Method Description voidScopedObjectActionData. setActionInstances(java.util.List<ActionInstance> actionInstances) -
Uses of ActionInstance in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionInstance Modifier and Type Method Description ActionInstanceStartActionInstanceCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)Methods in com.flowable.action.engine.impl.cmd that return types with arguments of type ActionInstance Modifier and Type Method Description java.util.List<ActionInstance>FindActionInstancesCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)protected java.util.List<ActionInstance>FindScopedActionDataCmd. getActionInstances(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)Method parameters in com.flowable.action.engine.impl.cmd with type arguments of type ActionInstance Modifier and Type Method Description protected java.util.List<ActionDefinition>FindScopedActionDataCmd. getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.List<ActionInstance> actionInstances) -
Uses of ActionInstance in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of ActionInstance in com.flowable.action.engine.impl.persistence.entity Modifier and Type Interface Description interfaceActionInstanceEntityClasses in com.flowable.action.engine.impl.persistence.entity that implement ActionInstance Modifier and Type Class Description classActionInstanceEntityImplMethods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionInstance Modifier and Type Method Description java.util.List<ActionInstance>ActionInstanceEntityManager. findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery)java.util.List<ActionInstance>ActionInstanceEntityManagerImpl. findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery)java.util.List<ActionInstance>ActionInstanceEntityManager. findActionInstancesForScopeIdAndSubScopeId(java.lang.String scopeType, java.lang.String scopeId, java.lang.String subScopeId, boolean includeDeletedFromCache)java.util.List<ActionInstance>ActionInstanceEntityManagerImpl. findActionInstancesForScopeIdAndSubScopeId(java.lang.String scopeType, java.lang.String scopeId, java.lang.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 ActionInstance Modifier and Type Method Description java.util.List<ActionInstance>ActionInstanceDataManager. findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery)java.util.List<ActionInstance>ActionInstanceDataManager. findActionInstancesForScopeIdAndSubScopeId(java.lang.String scopeType, java.lang.String scopeId, java.lang.String subScopeId)java.util.List<ActionInstance>ActionInstanceDataManager. findActionInstancesForScopeIdAndSubScopeId(java.lang.String scopeType, java.lang.String scopeId, java.lang.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 ActionInstance Modifier and Type Method Description java.util.List<ActionInstance>MybatisActionInstanceDataManager. findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery)java.util.List<ActionInstance>MybatisActionInstanceDataManager. findActionInstancesForScopeIdAndSubScopeId(java.lang.String scopeType, java.lang.String scopeId, java.lang.String subScopeId)java.util.List<ActionInstance>MybatisActionInstanceDataManager. findActionInstancesForScopeIdAndSubScopeId(java.lang.String scopeType, java.lang.String scopeId, java.lang.String subScopeId, boolean includeDeletedInCache) -
Uses of ActionInstance in com.flowable.action.engine.impl.runtime
Methods in com.flowable.action.engine.impl.runtime that return ActionInstance Modifier and Type Method Description ActionInstanceActionInstanceBuilderImpl. start()ActionInstanceActionRuntimeServiceImpl. startActionInstance(ActionInstanceBuilderImpl actionInstanceBuilder)Methods in com.flowable.action.engine.impl.runtime that return types with arguments of type ActionInstance Modifier and Type Method Description java.util.List<ActionInstance>ActionInstanceQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<ActionInstance>ActionRuntimeServiceImpl. findActionInstancesForScopeIdAndSubScopeId(java.lang.String scopeType, java.lang.String scopeId, java.lang.String subScopeId, boolean includeDeletedFromCache) -
Uses of ActionInstance in com.flowable.platform.service.action
Methods in com.flowable.platform.service.action that return ActionInstance Modifier and Type Method Description protected ActionInstanceBpmnPlatformExposeCreateTaskListener. processExposeAsMessageItems(java.util.List<org.flowable.bpmn.model.ExtensionElement> exposeMessageElements, org.flowable.task.service.delegate.DelegateTask delegateTask, ActionInstance actionInstance, org.flowable.bpmn.model.UserTask userTask)protected ActionInstanceCmmnPlatformExposeCreateTaskListener. processExposeAsMessageItems(java.util.List<org.flowable.cmmn.model.ExtensionElement> exposeMessageElements, org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity, ActionInstance actionInstance, org.flowable.cmmn.model.HumanTask humanTask)protected ActionInstanceBpmnPlatformExposeCreateTaskListener. processExposeToObjectElements(java.util.List<org.flowable.bpmn.model.ExtensionElement> exposeObjectElements, org.flowable.task.service.delegate.DelegateTask delegateTask, org.flowable.bpmn.model.UserTask userTask)protected ActionInstanceCmmnPlatformExposeCreateTaskListener. processExposeToObjectElements(java.util.List<org.flowable.cmmn.model.ExtensionElement> exposeObjectElements, org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity, org.flowable.cmmn.model.HumanTask humanTask)Methods in com.flowable.platform.service.action with parameters of type ActionInstance Modifier and Type Method Description protected ActionInstanceBpmnPlatformExposeCreateTaskListener. processExposeAsMessageItems(java.util.List<org.flowable.bpmn.model.ExtensionElement> exposeMessageElements, org.flowable.task.service.delegate.DelegateTask delegateTask, ActionInstance actionInstance, org.flowable.bpmn.model.UserTask userTask)protected ActionInstanceCmmnPlatformExposeCreateTaskListener. processExposeAsMessageItems(java.util.List<org.flowable.cmmn.model.ExtensionElement> exposeMessageElements, org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity, ActionInstance actionInstance, org.flowable.cmmn.model.HumanTask humanTask)protected voidAbstractPlanItemInstanceLifecycleListener. processTranslationValues(java.lang.String translationExtensionElement, java.util.Map<java.lang.String,java.util.List<org.flowable.cmmn.model.ExtensionElement>> extensionElements, ActionInstance actionInstance, org.flowable.cmmn.api.delegate.DelegatePlanItemInstance planItemInstance)