org.camunda.bpm.engine.impl.history.event
Class HistoricCaseInstanceEventEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.event.HistoryEvent
      extended by org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
          extended by org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
All Implemented Interfaces:
Serializable, DbEntity
Direct Known Subclasses:
HistoricCaseInstanceEntity

public class HistoricCaseInstanceEventEntity
extends HistoricScopeInstanceEvent

Author:
Sebastian Menski
See Also:
Serialized Form

Field Summary
protected  String businessKey
          the business key of the case instance
protected  String createUserId
          the id of the user that created the case instance
protected  int state
          the current state of the case instance
protected  String superCaseInstanceId
          the case instance which started this case instance
protected  String superProcessInstanceId
          the process instance which started this case instance
protected  String tenantId
          id of the tenant which belongs to the case instance
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
durationInMillis, endTime, startTime
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processDefinitionName, processInstanceId, sequenceCounter, TASK_EVENT_TYPE_COMPLETE, TASK_EVENT_TYPE_CREATE, TASK_EVENT_TYPE_DELETE, TASK_EVENT_TYPE_UPDATE, VARIABLE_EVENT_TYPE_CREATE, VARIABLE_EVENT_TYPE_DELETE, VARIABLE_EVENT_TYPE_UPDATE
 
Constructor Summary
HistoricCaseInstanceEventEntity()
           
 
Method Summary
 String getBusinessKey()
           
 Date getCloseTime()
           
 Date getCreateTime()
           
 String getCreateUserId()
           
 int getState()
           
 String getSuperCaseInstanceId()
           
 String getSuperProcessInstanceId()
           
 String getTenantId()
           
 boolean isActive()
           
 boolean isClosed()
           
 boolean isCompleted()
           
 boolean isFailed()
           
 boolean isSuspended()
           
 boolean isTerminated()
           
 void setBusinessKey(String businessKey)
           
 void setCloseTime(Date closeTime)
           
 void setCreateTime(Date createTime)
           
 void setCreateUserId(String userId)
           
 void setState(int state)
           
 void setSuperCaseInstanceId(String superCaseInstanceId)
           
 void setSuperProcessInstanceId(String superProcessInstanceId)
           
 void setTenantId(String tenantId)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
getDurationInMillis, getDurationRaw, getEndTime, getStartTime, setDurationInMillis, setEndTime, setStartTime
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessInstanceId, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessInstanceId, setSequenceCounter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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 Detail

HistoricCaseInstanceEventEntity

public HistoricCaseInstanceEventEntity()
Method Detail

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


Copyright © 2016 camunda services GmbH. All rights reserved.