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
- Author:
- Daniel Meyer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected byte[]
protected Double
protected Boolean
protected Long
protected int
protected String
protected String
protected String
protected String
protected String
protected String
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
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
int
void
setByteArrayId
(String id) void
setByteValue
(byte[] byteValue) void
setDoubleValue
(Double doubleValue) void
setInitial
(Boolean isInitial) 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) toString()
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 Details
-
revision
protected int revision -
variableName
-
variableInstanceId
-
scopeActivityInstanceId
-
serializerName
-
longValue
-
doubleValue
-
textValue
-
textValue2
-
byteValue
protected byte[] byteValue -
byteArrayId
-
isInitial
-
-
Constructor Details
-
HistoricVariableUpdateEventEntity
public HistoricVariableUpdateEventEntity()
-
-
Method Details
-
getSerializerName
-
setSerializerName
-
getVariableName
-
setVariableName
-
getLongValue
-
setLongValue
-
getDoubleValue
-
setDoubleValue
-
getTextValue
-
setTextValue
-
getTextValue2
-
setTextValue2
-
getByteValue
public byte[] getByteValue() -
setByteValue
public void setByteValue(byte[] byteValue) -
getRevision
public int getRevision() -
setRevision
public void setRevision(int revision) -
setByteArrayId
-
getByteArrayId
-
getVariableInstanceId
-
setVariableInstanceId
-
getScopeActivityInstanceId
-
setScopeActivityInstanceId
-
setInitial
-
isInitial
-
toString
- Overrides:
toString
in classHistoricDetailEventEntity
-