Interface PlatformManagementService

All Known Implementing Classes:
PlatformManagementServiceImpl

public interface PlatformManagementService
Author:
Filip Hrisafov
  • Method Details

    • 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 a PlatformChangeTenantIdBuilder that can be used to change the tenant id of the provided all scopes. e.g. BPMN, CMMN, Action, etc.