Uses of Class
com.flowable.platform.engine.impl.deployer.PlatformDeploymentManager
-
Packages that use PlatformDeploymentManager Package Description com.flowable.platform.engine com.flowable.platform.engine.impl.util -
-
Uses of PlatformDeploymentManager in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as PlatformDeploymentManager Modifier and Type Field Description protected PlatformDeploymentManager
PlatformEngineConfiguration. deploymentManager
Methods in com.flowable.platform.engine that return PlatformDeploymentManager Modifier and Type Method Description PlatformDeploymentManager
PlatformEngineConfiguration. getDeploymentManager()
Methods in com.flowable.platform.engine with parameters of type PlatformDeploymentManager Modifier and Type Method Description void
PlatformEngineConfiguration. setDeploymentManager(PlatformDeploymentManager deploymentManager)
-
Uses of PlatformDeploymentManager in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return PlatformDeploymentManager Modifier and Type Method Description static PlatformDeploymentManager
CommandContextUtil. getDeploymentManager()
static PlatformDeploymentManager
CommandContextUtil. getDeploymentManager(CommandContext commandContext)
-