Class CaseInstanceInfo
java.lang.Object
com.flowable.platform.service.caze.CaseInstanceInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.cmmn.api.runtime.CaseInstance
protected boolean
protected org.flowable.cmmn.api.history.HistoricCaseInstance
-
Constructor Summary
ConstructorsConstructorDescriptionCaseInstanceInfo
(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance) CaseInstanceInfo
(org.flowable.cmmn.api.runtime.CaseInstance caseInstance) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.cmmn.api.runtime.CaseInstance
org.flowable.cmmn.api.history.HistoricCaseInstance
boolean
void
setCaseInstance
(org.flowable.cmmn.api.runtime.CaseInstance caseInstance) void
setHistoric
(boolean historic) void
setHistoricCaseInstance
(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance)
-
Field Details
-
caseInstance
protected org.flowable.cmmn.api.runtime.CaseInstance caseInstance -
historicCaseInstance
protected org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance -
historic
protected boolean historic
-
-
Constructor Details
-
CaseInstanceInfo
public CaseInstanceInfo(org.flowable.cmmn.api.runtime.CaseInstance caseInstance) -
CaseInstanceInfo
public CaseInstanceInfo(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance)
-
-
Method Details
-
getCaseInstanceId
-
getCaseDefinitionId
-
getTenantId
-
getCaseInstance
public org.flowable.cmmn.api.runtime.CaseInstance getCaseInstance() -
setCaseInstance
public void setCaseInstance(org.flowable.cmmn.api.runtime.CaseInstance caseInstance) -
getHistoricCaseInstance
public org.flowable.cmmn.api.history.HistoricCaseInstance getHistoricCaseInstance() -
setHistoricCaseInstance
public void setHistoricCaseInstance(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance) -
isHistoric
public boolean isHistoric() -
setHistoric
public void setHistoric(boolean historic)
-