Class ProcessInstanceInfo
java.lang.Object
com.flowable.platform.service.process.ProcessInstanceInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected org.flowable.engine.history.HistoricProcessInstanceprotected org.flowable.engine.runtime.ProcessInstance -
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceInfo(org.flowable.engine.history.HistoricProcessInstance historicProcessInstance) ProcessInstanceInfo(org.flowable.engine.runtime.ProcessInstance processInstance) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.engine.history.HistoricProcessInstanceorg.flowable.engine.runtime.ProcessInstancebooleanvoidsetHistoric(boolean historic) voidsetHistoricProcessInstance(org.flowable.engine.history.HistoricProcessInstance historicProcessInstance) voidsetProcessInstance(org.flowable.engine.runtime.ProcessInstance processInstance)
-
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
-
getDeploymentId
-
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)
-