Class PlatformManagementServiceImpl

    • Field Summary

      • Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

        commandExecutor
      • Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

        configuration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void synchroniseHistoricCaseInstance​(java.lang.String caseInstanceId)
      This will synchronise the historic state of the case instance with the given id.
      void synchroniseHistoricProcessInstance​(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
      • Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

        getConfiguration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • synchroniseHistoricProcessInstance

        public void synchroniseHistoricProcessInstance​(java.lang.String processInstanceId)
        Description copied from interface: PlatformManagementService
        This will synchronise the historic state of the process instance with the given id.
        Specified by:
        synchroniseHistoricProcessInstance in interface PlatformManagementService
        Parameters:
        processInstanceId - the id of the process instance that should be synchronised
      • synchroniseHistoricCaseInstance

        public void synchroniseHistoricCaseInstance​(java.lang.String caseInstanceId)
        Description copied from interface: PlatformManagementService
        This will synchronise the historic state of the case instance with the given id.
        Specified by:
        synchroniseHistoricCaseInstance in interface PlatformManagementService
        Parameters:
        caseInstanceId - the id of the case instance that should be synchronised