Uses of Interface
com.flowable.action.api.repository.ActionDefinition
-
Uses of ActionDefinition in com.flowable.action.api.bot
Methods in com.flowable.action.api.bot with parameters of type ActionDefinition Modifier and Type Method Description BotActionResultBotService. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)Whenever an action definition is triggered, an action instance is created and this method is invoked in order to execute the action. -
Uses of ActionDefinition in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository that return ActionDefinition Modifier and Type Method Description ActionDefinitionActionDefinitionBuilder. create()ActionDefinitionActionRepositoryService. getActionDefinition(java.lang.String actionDefinitionId)Returns theActionDefinitionincluding all action information like additional Properties (e.g.ActionDefinitionActionRepositoryService. getActionDefinitionByKey(java.lang.String actionDefinitionKey)Returns theActionDefinitionincluding all action information like additional Properties (e.g.ActionDefinitionActionRepositoryService. getActionDefinitionByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.String tenantId)Returns theActionDefinitionincluding all action information like additional Properties (e.g.Methods in com.flowable.action.api.repository with parameters of type ActionDefinition 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 ActionDefinition in com.flowable.action.api.runtime
Fields in com.flowable.action.api.runtime with type parameters of type ActionDefinition Modifier and Type Field Description protected java.util.List<ActionDefinition>ScopedObjectActionData. actionDefinitionsprotected java.util.Map<java.lang.String,ActionDefinition>ScopedObjectActionData. actionDefinitionsForActionInstancesMethods in com.flowable.action.api.runtime that return ActionDefinition Modifier and Type Method Description ActionDefinitionScopedObjectActionData. getActionDefinitionForActionInstance(ActionInstance actionInstance)Methods in com.flowable.action.api.runtime that return types with arguments of type ActionDefinition Modifier and Type Method Description java.util.List<ActionDefinition>ScopedObjectActionData. getActionDefinitions()java.util.Map<java.lang.String,ActionDefinition>ScopedObjectActionData. getActionDefinitionsForActionInstances()Methods in com.flowable.action.api.runtime with parameters of type ActionDefinition 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.Method parameters in com.flowable.action.api.runtime with type arguments of type ActionDefinition Modifier and Type Method Description voidScopedObjectActionData. setActionDefinitions(java.util.List<ActionDefinition> actionDefinitions)voidScopedObjectActionData. setActionDefinitionsForActionInstances(java.util.Map<java.lang.String,ActionDefinition> actionDefinitionsForActionInstances) -
Uses of ActionDefinition in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDefinition Modifier and Type Method Description ActionDefinitionGetDeploymentActionDefinitionCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)protected ActionDefinitionExecuteActionInstanceCmd. handleActionWithActionDefinition(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ActionEngineConfiguration actionEngineConfiguration, HistoricActionInstanceEntity historicActionInstance)protected ActionDefinitionExecuteActionInstanceCmd. handleActionWithActionInstance(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ActionInstanceEntity actionInstance, HistoricActionInstanceEntity historicActionInstance)protected ActionDefinitionAbstractNeedsActionDefinitionCmd. resolveActionDefinition(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String actionDefinitionId, java.lang.String actionDefinitionKey, java.lang.String tenantId)Methods in com.flowable.action.engine.impl.cmd that return types with arguments of type ActionDefinition Modifier and Type Method Description protected java.util.List<ActionDefinition>FindScopedActionDataCmd. getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String tenantId)protected java.util.List<ActionDefinition>FindScopedActionDataCmd. getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.List<ActionInstance> actionInstances)Methods in com.flowable.action.engine.impl.cmd with parameters of type ActionDefinition Modifier and Type Method Description protected BotActionResultExecuteActionInstanceCmd. invokeActionBot(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ActionEngineConfiguration actionEngineConfiguration, ActionDefinition actionDefinition, HistoricActionInstanceEntity historicActionInstance) -
Uses of ActionDefinition in com.flowable.action.engine.impl.deployer
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinition Modifier and Type Method Description ActionDefinitionActionDeploymentManager. findDeployedActionDefinitionById(java.lang.String actionDefinitionId)ActionDefinitionActionDeploymentManager. findDeployedActionDefinitionByKeyAndVersionAndTenantId(java.lang.String actionDefinitionKey, java.lang.Integer actionDefinitionVersion, java.lang.String tenantId)ActionDefinitionActionDeploymentManager. findDeployedLatestActionDefinitionByKey(java.lang.String actionDefinitionKey)ActionDefinitionActionDeploymentManager. findDeployedLatestActionDefinitionByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.String tenantId)Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDefinition Modifier and Type Method Description ActionDefinitionCacheEntryActionDeploymentManager. resolveActionDefinition(ActionDefinition actionDefinition) -
Uses of ActionDefinition in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of ActionDefinition in com.flowable.action.engine.impl.persistence.entity Modifier and Type Interface Description interfaceActionDefinitionEntityClasses in com.flowable.action.engine.impl.persistence.entity that implement ActionDefinition Modifier and Type Class Description classActionDefinitionEntityImplMethods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionDefinition Modifier and Type Method Description java.util.List<ActionDefinition>ActionDefinitionEntityManager. findByCriteria(ActionDefinitionQuery query)java.util.List<ActionDefinition>ActionDefinitionEntityManagerImpl. findByCriteria(ActionDefinitionQuery query)Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDefinition Modifier and Type Method Description protected ActionDefinitionEntityActionDeploymentEntityManagerImpl. findLatestActionDefinition(ActionDefinition actionDefinition) -
Uses of ActionDefinition 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 ActionDefinition Modifier and Type Method Description java.util.List<ActionDefinition>ActionDefinitionDataManager. findByCriteria(ActionDefinitionQueryImpl query) -
Uses of ActionDefinition 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 ActionDefinition Modifier and Type Method Description java.util.List<ActionDefinition>MybatisActionDefinitionDataManager. findByCriteria(ActionDefinitionQueryImpl query) -
Uses of ActionDefinition in com.flowable.action.engine.impl.repository
Methods in com.flowable.action.engine.impl.repository that return ActionDefinition Modifier and Type Method Description ActionDefinitionActionRepositoryServiceImpl. getActionDefinition(java.lang.String appDefinitionId)ActionDefinitionActionRepositoryServiceImpl. getActionDefinitionByKey(java.lang.String actionDefinitionKey)ActionDefinitionActionRepositoryServiceImpl. getActionDefinitionByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.String tenantId)Methods in com.flowable.action.engine.impl.repository that return types with arguments of type ActionDefinition Modifier and Type Method Description java.util.List<ActionDefinition>ActionDefinitionQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of ActionDefinition in com.flowable.platform.service.bot
Methods in com.flowable.platform.service.bot with parameters of type ActionDefinition Modifier and Type Method Description BotActionResultBpmnCancelProcessBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultBpmnCompletedUserTaskBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultBpmnInjectDynamicSubProcessBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultBpmnStartProcessInstanceBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultBpmnTestActionBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultCmmnCancelCaseBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultCmmnCompletedHumanTaskBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultCmmnStartCaseInstanceBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultCmmnStartPlanItemInstanceBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultCmmnUserEventListenerBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultPlatformSignalProcessBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)BotActionResultUserManagementBot. invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, java.util.Map<java.lang.String,java.lang.Object> payload)