org.camunda.bpm.engine.impl.history.event
Class HistoricVariableUpdateEventEntity
java.lang.Object
org.camunda.bpm.engine.impl.history.event.HistoryEvent
org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
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
| 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, 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 |
| Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent |
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessInstanceId, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessInstanceId, setSequenceCounter |
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
HistoricVariableUpdateEventEntity
public HistoricVariableUpdateEventEntity()
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.