public abstract class AbstractAppManager extends Object
Modifier and Type | Field and Description |
---|---|
protected AppEngineConfiguration |
appEngineConfiguration |
Constructor and Description |
---|
AbstractAppManager(AppEngineConfiguration appEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected AppDefinitionEntityManager |
getAppDefinitionEntityManager() |
protected AppDeploymentEntityManager |
getAppDeploymentEntityManager() |
protected AppEngineConfiguration |
getappEngineConfiguration() |
protected AppResourceEntityManager |
getAppResourceEntityManager() |
protected org.flowable.common.engine.impl.interceptor.CommandContext |
getCommandContext() |
protected org.flowable.common.engine.impl.db.DbSqlSession |
getDbSqlSession() |
protected org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntityManager |
getIdentityLinkEntityManager() |
protected PageDefinitionEntityManager |
getPageDefinitionEntityManager() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntityManager |
getVariableInstanceEntityManager() |
protected AppEngineConfiguration appEngineConfiguration
public AbstractAppManager(AppEngineConfiguration appEngineConfiguration)
protected org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected org.flowable.common.engine.impl.db.DbSqlSession getDbSqlSession()
protected AppResourceEntityManager getAppResourceEntityManager()
protected AppDeploymentEntityManager getAppDeploymentEntityManager()
protected AppDefinitionEntityManager getAppDefinitionEntityManager()
protected PageDefinitionEntityManager getPageDefinitionEntityManager()
protected org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntityManager getVariableInstanceEntityManager()
protected org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntityManager getIdentityLinkEntityManager()
protected AppEngineConfiguration getappEngineConfiguration()
Copyright © 2019. All rights reserved.