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 TypeMethodDescriptionbooleanBaseScopedObjectActionFilter.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.actionInstancesMethods 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 TypeMethodDescriptionbooleanScopedObjectActionFilter.acceptsActionDefinition(Object scopedObject, SecurityScope securityScope, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance) Check if the scoped object accepts the providedactionDefinitionwith 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 TypeMethodDescriptionvoidScopedObjectActionData.setActionInstances(List<ActionInstance> actionInstances) -
Uses of ActionInstance in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionInstanceModifier and TypeMethodDescriptionStartActionInstanceCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods in com.flowable.action.engine.impl.cmd that return types with arguments of type ActionInstanceModifier and TypeMethodDescriptionFindActionInstancesCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected 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 ActionInstanceModifier and TypeMethodDescriptionprotected List<ActionDefinition> FindScopedActionDataCmd.getActionDefinitions(org.flowable.common.engine.impl.interceptor.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(org.flowable.common.engine.impl.interceptor.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.engage.engine.impl.cmd
Methods in com.flowable.engage.engine.impl.cmd that return ActionInstanceModifier and TypeMethodDescriptionprotected ActionInstanceBaseSendMessageCmd.createActionInstance(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ActionDefinition actionDefinition, MessageBuilderImpl messageBuilder, String tenantId) -
Uses of ActionInstance in com.flowable.engage.engine.impl.dto
Constructors in com.flowable.engage.engine.impl.dto with parameters of type ActionInstanceModifierConstructorDescriptionStickyMessageDTO(Message message, ActionInstance actionInstance, ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel) -
Uses of ActionInstance in com.flowable.platform.service.action
Methods in com.flowable.platform.service.action that return ActionInstanceModifier and TypeMethodDescriptionprotected ActionInstanceBpmnPlatformExposeCreateTaskListener.processExposeAsMessageItems(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(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(List<org.flowable.bpmn.model.ExtensionElement> exposeObjectElements, org.flowable.task.service.delegate.DelegateTask delegateTask, org.flowable.bpmn.model.UserTask userTask) protected ActionInstanceCmmnPlatformExposeCreateTaskListener.processExposeToObjectElements(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 ActionInstanceModifier and TypeMethodDescriptionprotected voidAbstractPlanItemInstanceLifecycleListener.deleteActionInstance(ActionInstance actionInstance, ActionRuntimeService actionRuntimeService, TranslationService translationService) protected ActionInstanceBpmnPlatformExposeCreateTaskListener.processExposeAsMessageItems(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(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(String translationExtensionElement, Map<String, List<org.flowable.cmmn.model.ExtensionElement>> extensionElements, ActionInstance actionInstance, org.flowable.cmmn.api.delegate.DelegatePlanItemInstance planItemInstance) -
Uses of ActionInstance in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return ActionInstanceModifier and TypeMethodDescriptionprotected ActionInstanceAbstractCaseReactivationActionLifecycleListener.createActionInstance(org.flowable.cmmn.model.ReactivateEventListener reactivateEventListener, org.flowable.cmmn.api.runtime.CaseInstance caseInstance, org.flowable.cmmn.api.repository.CaseDefinition caseDefinition, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration) Methods in com.flowable.platform.service.caze with parameters of type ActionInstanceModifier and TypeMethodDescriptionprotected voidAbstractCaseReactivationActionLifecycleListener.processTranslationValues(Map<String, List<org.flowable.cmmn.model.ExtensionElement>> extensionElements, ActionInstance actionInstance, org.flowable.common.engine.api.variable.VariableContainer variableContainer) protected voidAbstractCaseReactivationActionLifecycleListener.scheduleTimerJob(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Date timerDueDate, org.flowable.cmmn.engine.impl.persistence.entity.CaseInstanceEntity caseInstanceEntity, org.flowable.cmmn.model.ReactivateEventListener reactivateEventListener, ActionInstance actionInstance, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration)