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
commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description EventManagementServiceImpl(EventRegistryEngineConfiguration engineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteEventRegistryChangeDetection()Map<String,Long>getTableCounts()Collection<String>getTableNames()-
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Constructor Detail
-
EventManagementServiceImpl
public EventManagementServiceImpl(EventRegistryEngineConfiguration engineConfiguration)
-
-
Method Detail
-
getTableCounts
public Map<String,Long> getTableCounts()
- Specified by:
getTableCountsin interfaceEventManagementService
-
getTableNames
public Collection<String> getTableNames()
- Specified by:
getTableNamesin interfaceEventManagementService
-
executeEventRegistryChangeDetection
public void executeEventRegistryChangeDetection()
- Specified by:
executeEventRegistryChangeDetectionin interfaceEventManagementService
-
-