org.camunda.bpm.engine.impl.persistence.entity
Class HistoricCaseInstanceEntity

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
              extended by org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceEntity
All Implemented Interfaces:
Serializable, HistoricCaseInstance, DbEntity

public class HistoricCaseInstanceEntity
extends HistoricCaseInstanceEventEntity
implements HistoricCaseInstance

Author:
Sebastian Menski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
businessKey, createUserId, state, superCaseInstanceId, superProcessInstanceId, tenantId
 
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, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, 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
HistoricCaseInstanceEntity()
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
getBusinessKey, getCloseTime, getCreateTime, getCreateUserId, getState, getSuperCaseInstanceId, getSuperProcessInstanceId, getTenantId, isActive, isClosed, isCompleted, isFailed, isSuspended, isTerminated, setBusinessKey, setCloseTime, setCreateTime, setCreateUserId, setState, setSuperCaseInstanceId, setSuperProcessInstanceId, setTenantId, 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, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceCounter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricCaseInstance
getBusinessKey, getCaseDefinitionId, getCloseTime, getCreateTime, getCreateUserId, getDurationInMillis, getId, getSuperCaseInstanceId, getSuperProcessInstanceId, getTenantId, isActive, isClosed, isCompleted, isTerminated
 

Constructor Detail

HistoricCaseInstanceEntity

public HistoricCaseInstanceEntity()


Copyright © 2016 camunda services GmbH. All rights reserved.