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

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

public class HistoricScopeInstanceEvent
extends HistoryEvent

Author:
Daniel Meyer, Christian Lipphardt
See Also:
Serialized Form

Field Summary
protected  Long durationInMillis
           
protected  Date endTime
           
protected  Date 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, processDefinitionVersion, 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
HistoricScopeInstanceEvent()
           
 
Method Summary
 Long getDurationInMillis()
           
 Long getDurationRaw()
           
 Date getEndTime()
           
 Date getStartTime()
           
 void setDurationInMillis(Long durationInMillis)
           
 void setEndTime(Date endTime)
           
 void setStartTime(Date startTime)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessInstanceId, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setSequenceCounter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

durationInMillis

protected Long durationInMillis

startTime

protected Date startTime

endTime

protected Date endTime
Constructor Detail

HistoricScopeInstanceEvent

public HistoricScopeInstanceEvent()
Method Detail

getEndTime

public Date getEndTime()

setEndTime

public void setEndTime(Date endTime)

getStartTime

public Date getStartTime()

setStartTime

public void setStartTime(Date startTime)

getDurationInMillis

public Long getDurationInMillis()

setDurationInMillis

public void setDurationInMillis(Long durationInMillis)

getDurationRaw

public Long getDurationRaw()


Copyright © 2017 camunda services GmbH. All rights reserved.