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 boolean
BaseScopedObjectActionFilter. 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. actionInstances
Methods in com.flowable.action.api.runtime that return ActionInstance Modifier and Type Method Description ActionInstance
ActionInstanceBuilder. 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 boolean
ScopedObjectActionFilter. 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 providedactionDefinition
with the providedactionDefinitionModel
.ActionDefinition
ScopedObjectActionData. getActionDefinitionForActionInstance(ActionInstance actionInstance)
ActionDefinitionModel
ScopedObjectActionData. getActionDefinitionModelForActionInstance(ActionInstance actionInstance)
Method parameters in com.flowable.action.api.runtime with type arguments of type ActionInstance Modifier and Type Method Description void
ScopedObjectActionData. 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 ActionInstance
StartActionInstanceCmd. 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 interface
ActionInstanceEntity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionInstance Modifier and Type Class Description class
ActionInstanceEntityImpl
Methods 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 ActionInstance
ActionInstanceBuilderImpl. start()
ActionInstance
ActionRuntimeServiceImpl. 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.action.rest.service.api.mapper.definition
Methods in com.flowable.action.rest.service.api.mapper.definition with parameters of type ActionInstance Modifier and Type Method Description static void
ActionDefinitionMapper. enhanceWithInstancePriority(ActionDefinitionResponse response, ActionInstance actionInstance)
ActionDefinitionResponse
ActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)
Create anActionDefinitionResponse
from the providedactionDefinition
,actionDefinitionModel
andactionInstance
.ActionDefinitionResponse
ActionDefinitionMapperImpl. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)
-
Uses of ActionInstance in com.flowable.action.rest.service.api.runtime
Methods in com.flowable.action.rest.service.api.runtime that return ActionInstance Modifier and Type Method Description protected ActionInstance
BaseActionInstanceResource. getActionInstanceFromRequest(java.lang.String actionInstanceId)
Methods in com.flowable.action.rest.service.api.runtime with parameters of type ActionInstance Modifier and Type Method Description protected boolean
BaseActionInstanceResource. currentUserHasAccess(ActionInstance actionInstance)
java.lang.String
InspectActionInterceptor. executeAction(ActionInstance actionInstance, java.util.Map<java.lang.String,java.lang.Object> payload, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
void
InspectActionInterceptor. updateInstanceSteps(java.lang.String inflightTestModelId, ActionInstance actionInstance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Constructors in com.flowable.action.rest.service.api.runtime with parameters of type ActionInstance Constructor Description ActionInstanceResponse(ActionInstance actionInstance)
-
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 ActionInstance
BpmnPlatformExposeCreateTaskListener. 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 ActionInstance
CmmnPlatformExposeCreateTaskListener. 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 ActionInstance
BpmnPlatformExposeCreateTaskListener. processExposeToObjectElements(java.util.List<org.flowable.bpmn.model.ExtensionElement> exposeObjectElements, org.flowable.task.service.delegate.DelegateTask delegateTask, org.flowable.bpmn.model.UserTask userTask)
protected ActionInstance
CmmnPlatformExposeCreateTaskListener. 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 ActionInstance
BpmnPlatformExposeCreateTaskListener. 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 ActionInstance
CmmnPlatformExposeCreateTaskListener. 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 void
AbstractPlanItemInstanceLifecycleListener. 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)