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 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.engage.engine.impl.cmd
Methods in com.flowable.engage.engine.impl.cmd that return ActionInstanceModifier and TypeMethodDescriptionprotected ActionInstanceBaseSendMessageCmd.createActionInstance(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<ExtensionElement> exposeMessageElements, DelegateTask delegateTask, ActionInstance actionInstance, UserTask userTask) protected ActionInstanceCmmnPlatformExposeCreateTaskListener.processExposeAsMessageItems(List<ExtensionElement> exposeMessageElements, TaskEntity taskEntity, ActionInstance actionInstance, HumanTask humanTask) protected ActionInstanceBpmnPlatformExposeCreateTaskListener.processExposeToObjectElements(List<ExtensionElement> exposeObjectElements, DelegateTask delegateTask, UserTask userTask) protected ActionInstanceCmmnPlatformExposeCreateTaskListener.processExposeToObjectElements(List<ExtensionElement> exposeObjectElements, TaskEntity taskEntity, 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<ExtensionElement> exposeMessageElements, DelegateTask delegateTask, ActionInstance actionInstance, UserTask userTask) protected ActionInstanceCmmnPlatformExposeCreateTaskListener.processExposeAsMessageItems(List<ExtensionElement> exposeMessageElements, TaskEntity taskEntity, ActionInstance actionInstance, HumanTask humanTask) protected voidAbstractPlanItemInstanceLifecycleListener.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 ActionInstanceAbstractCaseReactivationActionLifecycleListener.createActionInstance(ReactivateEventListener reactivateEventListener, CaseInstance caseInstance, CaseDefinition caseDefinition, CmmnEngineConfiguration cmmnEngineConfiguration) Methods in com.flowable.platform.service.caze with parameters of type ActionInstanceModifier and TypeMethodDescriptionprotected voidAbstractCaseReactivationActionLifecycleListener.processTranslationValues(Map<String, List<ExtensionElement>> extensionElements, ActionInstance actionInstance, VariableContainer variableContainer) protected voidAbstractCaseReactivationActionLifecycleListener.scheduleTimerJob(CommandContext commandContext, Date timerDueDate, CaseInstanceEntity caseInstanceEntity, ReactivateEventListener reactivateEventListener, ActionInstance actionInstance, CmmnEngineConfiguration cmmnEngineConfiguration)