Class AbstractServiceEngineEntityManager<T extends AbstractServiceConfiguration,EntityImpl extends Entity,DM extends DataManager<EntityImpl>>
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
-
- org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager<T,EntityImpl,DM>
-
- All Implemented Interfaces:
EntityManager<EntityImpl>
public abstract class AbstractServiceEngineEntityManager<T extends AbstractServiceConfiguration,EntityImpl extends Entity,DM extends DataManager<EntityImpl>> extends AbstractEntityManager<EntityImpl,DM>
- Author:
- Joram Barrez, Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected TserviceConfiguration-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType
-
-
Constructor Summary
Constructors Constructor Description AbstractServiceEngineEntityManager(T serviceConfiguration, String engineType, DM dataManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClockgetClock()protected FlowableEventDispatchergetEventDispatcher()protected TgetServiceConfiguration()-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
create, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
-
-
-
-
Field Detail
-
serviceConfiguration
protected T extends AbstractServiceConfiguration serviceConfiguration
-
-
Method Detail
-
getServiceConfiguration
protected T getServiceConfiguration()
-
getEventDispatcher
protected FlowableEventDispatcher getEventDispatcher()
- Specified by:
getEventDispatcherin classAbstractEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>>
-
getClock
protected Clock getClock()
-
-