public class PlatformManagementServiceImpl extends CommonEngineServiceImpl<PlatformEngineConfiguration> implements PlatformManagementService
commandExecutor
configuration
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, setCommandExecutor
getConfiguration
public PlatformManagementServiceImpl(PlatformEngineConfiguration configuration)
public void synchroniseHistoricProcessInstance(String processInstanceId)
PlatformManagementService
synchroniseHistoricProcessInstance
in interface PlatformManagementService
processInstanceId
- the id of the process instance that should be synchronisedpublic void synchroniseHistoricCaseInstance(String caseInstanceId)
PlatformManagementService
synchroniseHistoricCaseInstance
in interface PlatformManagementService
caseInstanceId
- the id of the case instance that should be synchronised