public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IdmEngineConfiguration |
idmEngineConfiguration |
| Constructor and Description |
|---|
AbstractManager(IdmEngineConfiguration idmEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
getCommandContext() |
protected CommandExecutor |
getCommandExecutor() |
protected FlowableEventDispatcher |
getEventDispatcher() |
protected GroupEntityManager |
getGroupEntityManager() |
protected IdentityInfoEntityManager |
getIdentityInfoEntityManager() |
protected IdmEngineConfiguration |
getIdmEngineConfiguration() |
protected MembershipEntityManager |
getMembershipEntityManager() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected IdmEngineConfiguration idmEngineConfiguration
public AbstractManager(IdmEngineConfiguration idmEngineConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected IdmEngineConfiguration getIdmEngineConfiguration()
protected CommandExecutor getCommandExecutor()
protected FlowableEventDispatcher getEventDispatcher()
protected GroupEntityManager getGroupEntityManager()
protected MembershipEntityManager getMembershipEntityManager()
protected IdentityInfoEntityManager getIdentityInfoEntityManager()
Copyright © 2022 Flowable. All rights reserved.