Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDefinitionEntityManager
Package | Description |
---|---|
com.flowable.action.engine.impl.deployer | |
com.flowable.action.engine.impl.persistence.entity | |
com.flowable.action.engine.impl.util |
-
Uses of ActionDefinitionEntityManager in com.flowable.action.engine.impl.deployer
Fields in com.flowable.action.engine.impl.deployer declared as ActionDefinitionEntityManager Modifier and Type Field Description protected ActionDefinitionEntityManager
ActionDeploymentManager. actionDefinitionEntityManager
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinitionEntityManager Modifier and Type Method Description ActionDefinitionEntityManager
ActionDeploymentManager. getActionDefinitionEntityManager()
Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDefinitionEntityManager Modifier and Type Method Description void
ActionDeploymentManager. setActionDefinitionEntityManager(ActionDefinitionEntityManager actionDefinitionEntityManager)
-
Uses of ActionDefinitionEntityManager in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionDefinitionEntityManager Modifier and Type Class Description class
ActionDefinitionEntityManagerImpl
Fields in com.flowable.action.engine.impl.persistence.entity declared as ActionDefinitionEntityManager Modifier and Type Field Description protected ActionDefinitionEntityManager
ActionEntityManagers. actionDefinitionEntityManager
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionDefinitionEntityManager Modifier and Type Method Description ActionDefinitionEntityManager
ActionEntityManagers. getActionDefinitionEntityManager()
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDefinitionEntityManager Modifier and Type Method Description void
ActionEntityManagers. setActionDefinitionEntityManager(ActionDefinitionEntityManager actionDefinitionEntityManager)
-
Uses of ActionDefinitionEntityManager in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionDefinitionEntityManager Modifier and Type Method Description static ActionDefinitionEntityManager
CommandContextUtil. getActionDefinitionEntityManager()
static ActionDefinitionEntityManager
CommandContextUtil. getActionDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)