public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistryEngineConfiguration |
eventEngineConfiguration |
| Constructor and Description |
|---|
AbstractManager(EventRegistryEngineConfiguration eventEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
getCommandContext() |
protected EventDeploymentEntityManager |
getDeploymentEntityManager() |
protected EventRegistryEngineConfiguration |
getEventEngineConfiguration() |
protected EventDefinitionEntityManager |
getFormDefinitionEntityManager() |
protected EventResourceEntityManager |
getResourceEntityManager() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected EventRegistryEngineConfiguration eventEngineConfiguration
public AbstractManager(EventRegistryEngineConfiguration eventEngineConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected EventRegistryEngineConfiguration getEventEngineConfiguration()
protected EventDeploymentEntityManager getDeploymentEntityManager()
protected EventDefinitionEntityManager getFormDefinitionEntityManager()
protected EventResourceEntityManager getResourceEntityManager()
Copyright © 2021 Flowable. All rights reserved.