Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDeploymentEntityManager
Package | Description |
---|---|
com.flowable.action.engine.impl.deployer | |
com.flowable.action.engine.impl.persistence.entity | |
com.flowable.action.engine.impl.util |
-
Uses of ActionDeploymentEntityManager in com.flowable.action.engine.impl.deployer
Fields in com.flowable.action.engine.impl.deployer declared as ActionDeploymentEntityManager Modifier and Type Field Description protected ActionDeploymentEntityManager
ActionDeploymentManager. deploymentEntityManager
Methods in com.flowable.action.engine.impl.deployer that return ActionDeploymentEntityManager Modifier and Type Method Description ActionDeploymentEntityManager
ActionDeploymentManager. getDeploymentEntityManager()
Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDeploymentEntityManager Modifier and Type Method Description void
ActionDeploymentManager. setDeploymentEntityManager(ActionDeploymentEntityManager deploymentEntityManager)
-
Uses of ActionDeploymentEntityManager in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionDeploymentEntityManager Modifier and Type Class Description class
ActionDeploymentEntityManagerImpl
Fields in com.flowable.action.engine.impl.persistence.entity declared as ActionDeploymentEntityManager Modifier and Type Field Description protected ActionDeploymentEntityManager
ActionEntityManagers. actionDeploymentEntityManager
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionDeploymentEntityManager Modifier and Type Method Description ActionDeploymentEntityManager
ActionEntityManagers. getActionDeploymentEntityManager()
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDeploymentEntityManager Modifier and Type Method Description void
ActionEntityManagers. setActionDeploymentEntityManager(ActionDeploymentEntityManager actionDeploymentEntityManager)
-
Uses of ActionDeploymentEntityManager in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionDeploymentEntityManager Modifier and Type Method Description static ActionDeploymentEntityManager
CommandContextUtil. getActionDeploymentEntityManager()
static ActionDeploymentEntityManager
CommandContextUtil. getActionDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)