public abstract class AbstractCmmnManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AppEngineConfiguration |
appEngineConfiguration |
| Constructor and Description |
|---|
AbstractCmmnManager(AppEngineConfiguration appEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected AppDefinitionEntityManager |
getAppDefinitionEntityManager() |
protected AppDeploymentEntityManager |
getAppDeploymentEntityManager() |
protected AppEngineConfiguration |
getappEngineConfiguration() |
protected AppResourceEntityManager |
getAppResourceEntityManager() |
protected CommandContext |
getCommandContext() |
protected DbSqlSession |
getDbSqlSession() |
protected IdentityLinkEntityManager |
getIdentityLinkEntityManager() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected VariableInstanceEntityManager |
getVariableInstanceEntityManager() |
protected AppEngineConfiguration appEngineConfiguration
public AbstractCmmnManager(AppEngineConfiguration appEngineConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected DbSqlSession getDbSqlSession()
protected AppResourceEntityManager getAppResourceEntityManager()
protected AppDeploymentEntityManager getAppDeploymentEntityManager()
protected AppDefinitionEntityManager getAppDefinitionEntityManager()
protected VariableInstanceEntityManager getVariableInstanceEntityManager()
protected IdentityLinkEntityManager getIdentityLinkEntityManager()
protected AppEngineConfiguration getappEngineConfiguration()
Copyright © 2018 Flowable. All rights reserved.