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,HistoricEntity
- Direct Known Subclasses:
HistoricDetailVariableInstanceUpdateEntity
public class HistoricVariableUpdateEventEntity extends HistoricDetailEventEntity
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbyteArrayIdprotected byte[]byteValueprotected DoubledoubleValueprotected BooleanisInitialprotected LonglongValueprotected intrevisionprotected StringscopeActivityInstanceIdprotected StringserializerNameprotected StringtextValueprotected StringtextValue2protected StringvariableInstanceIdprotected StringvariableName-
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
activityInstanceId, taskId, tenantId, timestamp, userOperationId
-
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, removalTime, rootProcessInstanceId, 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
Constructors Constructor Description HistoricVariableUpdateEventEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetByteArrayId()byte[]getByteValue()DoublegetDoubleValue()LonggetLongValue()intgetRevision()StringgetScopeActivityInstanceId()StringgetSerializerName()StringgetTextValue()StringgetTextValue2()StringgetVariableInstanceId()StringgetVariableName()BooleanisInitial()voidsetByteArrayId(String id)voidsetByteValue(byte[] byteValue)voidsetDoubleValue(Double doubleValue)voidsetInitial(Boolean isInitial)voidsetLongValue(Long longValue)voidsetRevision(int revision)voidsetScopeActivityInstanceId(String scopeActivityInstanceId)voidsetSerializerName(String serializerName)voidsetTextValue(String textValue)voidsetTextValue2(String textValue2)voidsetVariableInstanceId(String variableInstanceId)voidsetVariableName(String variableName)StringtoString()-
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
delete, getActivityInstanceId, getRootProcessInstanceId, getTaskId, getTenantId, getTimestamp, getUserOperationId, setActivityInstanceId, setRootProcessInstanceId, setTaskId, setTenantId, setTimestamp, setUserOperationId
-
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, getRemovalTime, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setRemovalTime, setSequenceCounter
-
-
-
-
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
-
isInitial
protected Boolean isInitial
-
-
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)
-
setInitial
public void setInitial(Boolean isInitial)
-
isInitial
public Boolean isInitial()
-
toString
public String toString()
- Overrides:
toStringin classHistoricDetailEventEntity
-
-