Package com.flowable.platform.api.manage
Interface PlatformManagementService
-
- All Known Implementing Classes:
PlatformManagementServiceImpl
public interface PlatformManagementService- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsynchroniseHistoricCaseInstance(java.lang.String caseInstanceId)This will synchronise the historic state of the case instance with the given id.voidsynchroniseHistoricProcessInstance(java.lang.String processInstanceId)This will synchronise the historic state of the process instance with the given id.
-
-
-
Method Detail
-
synchroniseHistoricProcessInstance
void synchroniseHistoricProcessInstance(java.lang.String processInstanceId)
This will synchronise the historic state of the process instance with the given id.- Parameters:
processInstanceId- the id of the process instance that should be synchronised
-
synchroniseHistoricCaseInstance
void synchroniseHistoricCaseInstance(java.lang.String caseInstanceId)
This will synchronise the historic state of the case instance with the given id.- Parameters:
caseInstanceId- the id of the case instance that should be synchronised
-
-