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, PersistentObject
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 textValue
           
protected  String textValue2
           
protected  String variableInstanceId
           
protected  String variableName
           
protected  String variableTypeName
           
 
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, eventType, executionId, FORM_PROPERTY_UPDATE, id, processDefinitionId, processInstanceId, 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 getTextValue()
           
 String getTextValue2()
           
 String getVariableInstanceId()
           
 String getVariableName()
           
 String getVariableTypeName()
           
 void setByteArrayId(String id)
           
 void setByteValue(byte[] byteValue)
           
 void setDoubleValue(Double doubleValue)
           
 void setLongValue(Long longValue)
           
 void setRevision(int revision)
           
 void setTextValue(String textValue)
           
 void setTextValue2(String textValue2)
           
 void setVariableInstanceId(String variableInstanceId)
           
 void setVariableName(String variableName)
           
 void setVariableTypeName(String variableTypeName)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
getActivityInstanceId, getTaskId, getTimestamp, setActivityInstanceId, setTaskId, setTimestamp
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessInstanceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

variableName

protected String variableName

variableInstanceId

protected String variableInstanceId

revision

protected int revision

variableTypeName

protected String variableTypeName

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

getVariableTypeName

public String getVariableTypeName()

getVariableName

public String getVariableName()

setVariableName

public void setVariableName(String variableName)

setVariableTypeName

public void setVariableTypeName(String variableTypeName)

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)

toString

public String toString()
Overrides:
toString in class HistoricDetailEventEntity


Copyright © 2014 camunda services GmbH. All Rights Reserved.