Class ProcessInstanceInfo

java.lang.Object
com.flowable.platform.service.process.ProcessInstanceInfo

public class ProcessInstanceInfo extends Object
  • Field Details

    • processInstance

      protected org.flowable.engine.runtime.ProcessInstance processInstance
    • historicProcessInstance

      protected org.flowable.engine.history.HistoricProcessInstance historicProcessInstance
    • historic

      protected boolean historic
  • Constructor Details

    • ProcessInstanceInfo

      public ProcessInstanceInfo(org.flowable.engine.runtime.ProcessInstance processInstance)
    • ProcessInstanceInfo

      public ProcessInstanceInfo(org.flowable.engine.history.HistoricProcessInstance historicProcessInstance)
  • Method Details

    • getProcessDefinitionId

      public String getProcessDefinitionId()
    • getDeploymentId

      public String getDeploymentId()
    • getTenantId

      public String getTenantId()
    • getProcessInstance

      public org.flowable.engine.runtime.ProcessInstance getProcessInstance()
    • setProcessInstance

      public void setProcessInstance(org.flowable.engine.runtime.ProcessInstance processInstance)
    • getHistoricProcessInstance

      public org.flowable.engine.history.HistoricProcessInstance getHistoricProcessInstance()
    • setHistoricProcessInstance

      public void setHistoricProcessInstance(org.flowable.engine.history.HistoricProcessInstance historicProcessInstance)
    • isHistoric

      public boolean isHistoric()
    • setHistoric

      public void setHistoric(boolean historic)