Class ProcessInstanceInfo
java.lang.Object
com.flowable.platform.service.process.ProcessInstanceInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected org.flowable.engine.history.HistoricProcessInstance
protected 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.HistoricProcessInstance
org.flowable.engine.runtime.ProcessInstance
boolean
void
setHistoric
(boolean historic) void
setHistoricProcessInstance
(org.flowable.engine.history.HistoricProcessInstance historicProcessInstance) void
setProcessInstance
(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)
-