Package org.flowable.eventregistry.impl
Class EventManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EventRegistryEngineConfiguration>
org.flowable.eventregistry.impl.EventManagementServiceImpl
- All Implemented Interfaces:
EventManagementService
public class EventManagementServiceImpl
extends CommonEngineServiceImpl<EventRegistryEngineConfiguration>
implements EventManagementService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
ConstructorsConstructorDescriptionEventManagementServiceImpl(EventRegistryEngineConfiguration engineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
EventManagementServiceImpl
-
-
Method Details
-
getTableCounts
- Specified by:
getTableCountsin interfaceEventManagementService
-
getTableNames
- Specified by:
getTableNamesin interfaceEventManagementService
-
executeEventRegistryChangeDetection
public void executeEventRegistryChangeDetection()- Specified by:
executeEventRegistryChangeDetectionin interfaceEventManagementService
-