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  String configuration
           
protected  String dataFormatId
           
protected  Double doubleValue
           
protected  Long longValue
           
protected  int revision
           
protected  String scopeActivityInstanceId
           
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, caseDefinitionId, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, 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()
           
 String getConfiguration()
           
 String getDataFormatId()
           
 Double getDoubleValue()
           
 Long getLongValue()
           
 int getRevision()
           
 String getScopeActivityInstanceId()
           
 String getTextValue()
           
 String getTextValue2()
           
 String getVariableInstanceId()
           
 String getVariableName()
           
 String getVariableTypeName()
           
 void setByteArrayId(String id)
           
 void setByteValue(byte[] byteValue)
           
 void setConfiguration(String configuration)
           
 void setDataFormatId(String dataFormatId)
           
 void setDoubleValue(Double doubleValue)
           
 void setLongValue(Long longValue)
           
 void setRevision(int revision)
           
 void setScopeActivityInstanceId(String scopeActivityInstanceId)
           
 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
getCaseDefinitionId, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessInstanceId, setCaseDefinitionId, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessInstanceId
 
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

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

dataFormatId

protected String dataFormatId

configuration

protected String configuration
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)

getDataFormatId

public String getDataFormatId()

setDataFormatId

public void setDataFormatId(String dataFormatId)

getConfiguration

public String getConfiguration()

setConfiguration

public void setConfiguration(String configuration)

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 © 2014 camunda services GmbH. All Rights Reserved.