Uses of Class
com.flowable.action.engine.impl.deployer.ActionDeploymentManager
Package | Description |
---|---|
com.flowable.action.engine | |
com.flowable.action.engine.impl.util |
-
Uses of ActionDeploymentManager in com.flowable.action.engine
Fields in com.flowable.action.engine declared as ActionDeploymentManager Modifier and Type Field Description protected ActionDeploymentManager
ActionEngineConfiguration. deploymentManager
Methods in com.flowable.action.engine that return ActionDeploymentManager Modifier and Type Method Description ActionDeploymentManager
ActionEngineConfiguration. getDeploymentManager()
Methods in com.flowable.action.engine with parameters of type ActionDeploymentManager Modifier and Type Method Description void
ActionEngineConfiguration. setDeploymentManager(ActionDeploymentManager deploymentManager)
-
Uses of ActionDeploymentManager in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionDeploymentManager Modifier and Type Method Description static ActionDeploymentManager
CommandContextUtil. getDeploymentManager()
static ActionDeploymentManager
CommandContextUtil. getDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)