Class CaseInstanceInfo


  • public class CaseInstanceInfo
    extends java.lang.Object
    • Field Detail

      • caseInstance

        protected org.flowable.cmmn.api.runtime.CaseInstance caseInstance
      • historicCaseInstance

        protected org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance
      • historic

        protected boolean historic
    • Constructor Detail

      • CaseInstanceInfo

        public CaseInstanceInfo​(org.flowable.cmmn.api.runtime.CaseInstance caseInstance)
      • CaseInstanceInfo

        public CaseInstanceInfo​(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance)
    • Method Detail

      • getCaseInstanceId

        public java.lang.String getCaseInstanceId()
      • getCaseDefinitionId

        public java.lang.String getCaseDefinitionId()
      • getTenantId

        public java.lang.String 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)