Class AbstractManager
- java.lang.Object
-
- org.flowable.form.engine.impl.persistence.AbstractManager
-
public abstract class AbstractManager extends Object
- Author:
- Tijs Rademakers, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected FormEngineConfigurationformEngineConfiguration
-
Constructor Summary
Constructors Constructor Description AbstractManager(FormEngineConfiguration formEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandContextgetCommandContext()protected FormDeploymentEntityManagergetDeploymentEntityManager()protected FormDefinitionEntityManagergetFormDefinitionEntityManager()protected FormEngineConfigurationgetFormEngineConfiguration()protected FormResourceEntityManagergetResourceEntityManager()protected <T> TgetSession(Class<T> sessionClass)
-
-
-
Field Detail
-
formEngineConfiguration
protected FormEngineConfiguration formEngineConfiguration
-
-
Constructor Detail
-
AbstractManager
public AbstractManager(FormEngineConfiguration formEngineConfiguration)
-
-
Method Detail
-
getCommandContext
protected CommandContext getCommandContext()
-
getSession
protected <T> T getSession(Class<T> sessionClass)
-
getFormEngineConfiguration
protected FormEngineConfiguration getFormEngineConfiguration()
-
getDeploymentEntityManager
protected FormDeploymentEntityManager getDeploymentEntityManager()
-
getFormDefinitionEntityManager
protected FormDefinitionEntityManager getFormDefinitionEntityManager()
-
getResourceEntityManager
protected FormResourceEntityManager getResourceEntityManager()
-
-