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

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

public class HistoricVariableUpdateEventEntity
extends HistoricDetailEventEntity

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
protected  String byteArrayId
           
protected  byte[] byteValue
           
protected  Double doubleValue
           
protected  Long longValue
           
protected  int revision
           
protected  String scopeActivityInstanceId
           
protected  String serializerName
           
protected  String textValue
           
protected  String textValue2
           
protected  String variableInstanceId
           
protected  String variableName
           
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
activityInstanceId, taskId, timestamp
 
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, 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
HistoricVariableUpdateEventEntity()
           
 
Method Summary
 String getByteArrayId()
           
 byte[] getByteValue()
           
 Double getDoubleValue()
           
 Long getLongValue()
           
 int getRevision()
           
 String getScopeActivityInstanceId()
           
 String getSerializerName()
           
 String getTextValue()
           
 String getTextValue2()
           
 String getVariableInstanceId()
           
 String getVariableName()
           
 void setByteArrayId(String id)
           
 void setByteValue(byte[] byteValue)
           
 void setDoubleValue(Double doubleValue)
           
 void setLongValue(Long longValue)
           
 void setRevision(int revision)
           
 void setScopeActivityInstanceId(String scopeActivityInstanceId)
           
 void setSerializerName(String serializerName)
           
 void setTextValue(String textValue)
           
 void setTextValue2(String textValue2)
           
 void setVariableInstanceId(String variableInstanceId)
           
 void setVariableName(String variableName)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
delete, getActivityInstanceId, getTaskId, getTimestamp, setActivityInstanceId, setTaskId, setTimestamp
 
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
 

Field Detail

revision

protected int revision

variableName

protected String variableName

variableInstanceId

protected String variableInstanceId

scopeActivityInstanceId

protected String scopeActivityInstanceId

serializerName

protected String serializerName

longValue

protected Long longValue

doubleValue

protected Double doubleValue

textValue

protected String textValue

textValue2

protected String textValue2

byteValue

protected byte[] byteValue

byteArrayId

protected String byteArrayId
Constructor Detail

HistoricVariableUpdateEventEntity

public HistoricVariableUpdateEventEntity()
Method Detail

getSerializerName

public String getSerializerName()

setSerializerName

public void setSerializerName(String serializerName)

getVariableName

public String getVariableName()

setVariableName

public void setVariableName(String variableName)

getLongValue

public Long getLongValue()

setLongValue

public void setLongValue(Long longValue)

getDoubleValue

public Double getDoubleValue()

setDoubleValue

public void setDoubleValue(Double doubleValue)

getTextValue

public String getTextValue()

setTextValue

public void setTextValue(String textValue)

getTextValue2

public String getTextValue2()

setTextValue2

public void setTextValue2(String textValue2)

getByteValue

public byte[] getByteValue()

setByteValue

public void setByteValue(byte[] byteValue)

getRevision

public int getRevision()

setRevision

public void setRevision(int revision)

setByteArrayId

public void setByteArrayId(String id)

getByteArrayId

public String getByteArrayId()

getVariableInstanceId

public String getVariableInstanceId()

setVariableInstanceId

public void setVariableInstanceId(String variableInstanceId)

getScopeActivityInstanceId

public String getScopeActivityInstanceId()

setScopeActivityInstanceId

public void setScopeActivityInstanceId(String scopeActivityInstanceId)

toString

public String toString()
Overrides:
toString in class HistoricDetailEventEntity


Copyright © 2016 camunda services GmbH. All rights reserved.