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 PlatformChangeTenantIdBuildercreatePlatformChangeTenantIdBuilder(String fromTenantId, String toTenantId)Create aPlatformChangeTenantIdBuilderthat can be used to change the tenant id of the provided all scopes.voidsynchroniseHistoricCaseInstance(String caseInstanceId)This will synchronise the historic state of the case instance with the given id.voidsynchroniseHistoricProcessInstance(String processInstanceId)This will synchronise the historic state of the process instance with the given id.
-
-
-
Method Detail
-
synchroniseHistoricProcessInstance
void synchroniseHistoricProcessInstance(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(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
-
createPlatformChangeTenantIdBuilder
PlatformChangeTenantIdBuilder createPlatformChangeTenantIdBuilder(String fromTenantId, String toTenantId)
Create aPlatformChangeTenantIdBuilderthat can be used to change the tenant id of the provided all scopes. e.g. BPMN, CMMN, Action, etc.
-
-