Class PlatformManagementServiceImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<C>
-
- org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
-
- com.flowable.platform.engine.impl.management.PlatformManagementServiceImpl
-
- All Implemented Interfaces:
PlatformManagementService
public class PlatformManagementServiceImpl extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration> implements PlatformManagementService
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description PlatformManagementServiceImpl(PlatformEngineConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete 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.-
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
-
-
-
Constructor Detail
-
PlatformManagementServiceImpl
public PlatformManagementServiceImpl(PlatformEngineConfiguration configuration)
-
-
Method Detail
-
synchroniseHistoricProcessInstance
public void synchroniseHistoricProcessInstance(java.lang.String processInstanceId)
Description copied from interface:PlatformManagementServiceThis will synchronise the historic state of the process instance with the given id.- Specified by:
synchroniseHistoricProcessInstancein interfacePlatformManagementService- Parameters:
processInstanceId- the id of the process instance that should be synchronised
-
synchroniseHistoricCaseInstance
public void synchroniseHistoricCaseInstance(java.lang.String caseInstanceId)
Description copied from interface:PlatformManagementServiceThis will synchronise the historic state of the case instance with the given id.- Specified by:
synchroniseHistoricCaseInstancein interfacePlatformManagementService- Parameters:
caseInstanceId- the id of the case instance that should be synchronised
-
-