Class CoreManagementService
java.lang.Object
com.flowable.core.service.management.CoreManagementService
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.flowable.engine.ManagementService -
Constructor Summary
ConstructorsConstructorDescriptionCoreManagementService(org.flowable.engine.ManagementService managementService) -
Method Summary
Modifier and TypeMethodDescriptionvoidstopTimerInProcessAfterNextRun(String processInstanceId, String elementId) voidstopTimerRepetitionForCaseInstance(String caseInstanceId, String elementId) voidstopTimerRepetitionForProcessDefinition(String processDefinitionId, String elementId)
-
Field Details
-
managementService
protected final org.flowable.engine.ManagementService managementService
-
-
Constructor Details
-
CoreManagementService
public CoreManagementService(org.flowable.engine.ManagementService managementService)
-
-
Method Details
-
stopTimerInProcessAfterNextRun
-
stopTimerRepetitionForProcessDefinition
-
stopTimerRepetitionForCaseInstance
-