public class PlatformManagementServiceImpl extends CommonEngineServiceImpl<PlatformEngineConfiguration> implements PlatformManagementService
commandExecutorconfiguration| Constructor and Description |
|---|
PlatformManagementServiceImpl(PlatformEngineConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
synchroniseHistoricCaseInstance(String caseInstanceId)
This will synchronise the historic state of the case instance with the given id.
|
void |
synchroniseHistoricProcessInstance(String processInstanceId)
This will synchronise the historic state of the process instance with the given id.
|
getCommandExecutor, setCommandExecutorgetConfigurationpublic PlatformManagementServiceImpl(PlatformEngineConfiguration configuration)
public void synchroniseHistoricProcessInstance(String processInstanceId)
PlatformManagementServicesynchroniseHistoricProcessInstance in interface PlatformManagementServiceprocessInstanceId - the id of the process instance that should be synchronisedpublic void synchroniseHistoricCaseInstance(String caseInstanceId)
PlatformManagementServicesynchroniseHistoricCaseInstance in interface PlatformManagementServicecaseInstanceId - the id of the case instance that should be synchronised