Uses of Class
com.flowable.app.engine.impl.deployer.AppDeploymentManager
-
Packages that use AppDeploymentManager Package Description com.flowable.app.engine com.flowable.app.engine.impl.repository -
-
Uses of AppDeploymentManager in com.flowable.app.engine
Fields in com.flowable.app.engine declared as AppDeploymentManager Modifier and Type Field Description protected AppDeploymentManager
AppEngineConfiguration. deploymentManager
Methods in com.flowable.app.engine that return AppDeploymentManager Modifier and Type Method Description AppDeploymentManager
AppEngineConfiguration. getDeploymentManager()
Methods in com.flowable.app.engine with parameters of type AppDeploymentManager Modifier and Type Method Description AppEngineConfiguration
AppEngineConfiguration. setDeploymentManager(AppDeploymentManager deploymentManager)
-
Uses of AppDeploymentManager in com.flowable.app.engine.impl.repository
Methods in com.flowable.app.engine.impl.repository with parameters of type AppDeploymentManager Modifier and Type Method Description protected static AppDefinition
AppDefinitionUtil. getAppDefinition(String appDefinitionId, AppDeploymentManager deploymentManager, AppDefinitionCacheEntry cacheEntry)
-