Class AbstractManager
java.lang.Object
org.flowable.engine.impl.persistence.AbstractManager
- Direct Known Subclasses:
AbstractHistoryManager,DefaultCandidateManager
- Author:
- Tom Baeyens, Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActivityInstanceEntityManagerprotected AsyncExecutorprotected AttachmentEntityManagerprotected ByteArrayEntityManagerprotected ClockgetClock()protected CommandContextprotected CommandExecutorprotected CommentEntityManagerprotected DeploymentEntityManagerprotected FlowableEventDispatcherprotected ExecutionEntityManagerprotected HistoricActivityInstanceEntityManagerprotected HistoricDetailEntityManagerprotected HistoricProcessInstanceEntityManagerprotected HistoryManagerprotected ModelEntityManagerprotected ProcessDefinitionEntityManagerprotected ProcessDefinitionInfoEntityManagerprotected ProcessEngineConfigurationImplprotected ResourceEntityManagerprotected <T> TgetSession(Class<T> sessionClass)
-
Field Details
-
processEngineConfiguration
-
-
Constructor Details
-
AbstractManager
-
-
Method Details
-
getCommandContext
-
getSession
-
getProcessEngineConfiguration
-
getCommandExecutor
-
getClock
-
getAsyncExecutor
-
getEventDispatcher
-
getHistoryManager
-
getDeploymentEntityManager
-
getResourceEntityManager
-
getByteArrayEntityManager
-
getProcessDefinitionEntityManager
-
getProcessDefinitionInfoEntityManager
-
getModelEntityManager
-
getExecutionEntityManager
-
getActivityInstanceEntityManager
-
getHistoricProcessInstanceEntityManager
-
getHistoricDetailEntityManager
-
getHistoricActivityInstanceEntityManager
-
getAttachmentEntityManager
-
getCommentEntityManager
-