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 TypeMethodDescriptionvoidProgrammatically execute the house keeping functionality: any new channel definitions deployed on other engine nodes (using the same datasource) will be deployed.Returns a map containing {tableName, rowCount} values.Returns all relational database tables of the engine.Methods 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
Description copied from interface:EventManagementServiceReturns a map containing {tableName, rowCount} values.- Specified by:
getTableCountsin interfaceEventManagementService
-
getTableNames
Description copied from interface:EventManagementServiceReturns all relational database tables of the engine.- Specified by:
getTableNamesin interfaceEventManagementService
-
executeEventRegistryChangeDetection
public void executeEventRegistryChangeDetection()Description copied from interface:EventManagementServiceProgrammatically execute the house keeping functionality: any new channel definitions deployed on other engine nodes (using the same datasource) will be deployed. Any removed channel definitions on other engine nodes will be removed.- Specified by:
executeEventRegistryChangeDetectionin interfaceEventManagementService
-