Class HistoricCaseInstanceEventEntity

All Implemented Interfaces:
Serializable, DbEntity, HistoricEntity
Direct Known Subclasses:
HistoricCaseInstanceEntity

public class HistoricCaseInstanceEventEntity extends HistoricScopeInstanceEvent
Author:
Sebastian Menski
See Also:
  • Field Details

    • businessKey

      protected String businessKey
      the business key of the case instance
    • createUserId

      protected String createUserId
      the id of the user that created the case instance
    • state

      protected int state
      the current state of the case instance
    • superCaseInstanceId

      protected String superCaseInstanceId
      the case instance which started this case instance
    • superProcessInstanceId

      protected String superProcessInstanceId
      the process instance which started this case instance
    • tenantId

      protected String tenantId
      id of the tenant which belongs to the case instance
  • Constructor Details

    • HistoricCaseInstanceEventEntity

      public HistoricCaseInstanceEventEntity()
  • Method Details

    • getBusinessKey

      public String getBusinessKey()
    • setBusinessKey

      public void setBusinessKey(String businessKey)
    • getCreateTime

      public Date getCreateTime()
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getCloseTime

      public Date getCloseTime()
    • setCloseTime

      public void setCloseTime(Date closeTime)
    • getCreateUserId

      public String getCreateUserId()
    • setCreateUserId

      public void setCreateUserId(String userId)
    • getSuperCaseInstanceId

      public String getSuperCaseInstanceId()
    • setSuperCaseInstanceId

      public void setSuperCaseInstanceId(String superCaseInstanceId)
    • getSuperProcessInstanceId

      public String getSuperProcessInstanceId()
    • setSuperProcessInstanceId

      public void setSuperProcessInstanceId(String superProcessInstanceId)
    • getTenantId

      public String getTenantId()
    • setTenantId

      public void setTenantId(String tenantId)
    • getState

      public int getState()
    • setState

      public void setState(int state)
    • isActive

      public boolean isActive()
    • isCompleted

      public boolean isCompleted()
    • isTerminated

      public boolean isTerminated()
    • isFailed

      public boolean isFailed()
    • isSuspended

      public boolean isSuspended()
    • isClosed

      public boolean isClosed()
    • toString

      public String toString()
      Overrides:
      toString in class HistoryEvent