public class HistoricDetailVariableInstanceUpdateEntity extends HistoricVariableUpdateEventEntity implements ValueFields, HistoricVariableUpdate, DbEntityLifecycleAware
Modifier and Type | Field and Description |
---|---|
protected ByteArrayField |
byteArrayField |
protected static EnginePersistenceLogger |
LOG |
protected TypedValueField |
typedValueField |
byteArrayId, byteValue, doubleValue, longValue, revision, scopeActivityInstanceId, serializerName, textValue, textValue2, variableInstanceId, variableName
activityInstanceId, taskId, tenantId, timestamp, userOperationId
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, 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 and Description |
---|
HistoricDetailVariableInstanceUpdateEntity() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
byte[] |
getByteArrayValue() |
String |
getByteArrayValueId() |
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message.
|
String |
getName() |
TypedValueSerializer<?> |
getSerializer() |
String |
getSerializerName() |
Date |
getTime()
The time when this detail occurred
|
org.camunda.bpm.engine.variable.value.TypedValue |
getTypedValue() |
org.camunda.bpm.engine.variable.value.TypedValue |
getTypedValue(boolean deserializeValue) |
String |
getTypeName()
Returns the type name of the variable
|
Object |
getValue() |
String |
getVariableTypeName() |
void |
postLoad() |
void |
setByteArrayId(String id) |
void |
setByteArrayValue(byte[] bytes) |
void |
setSerializerName(String serializerName) |
String |
toString() |
getByteArrayId, getByteValue, getDoubleValue, getLongValue, getRevision, getScopeActivityInstanceId, getTextValue, getTextValue2, getVariableInstanceId, getVariableName, setByteValue, setDoubleValue, setLongValue, setRevision, setScopeActivityInstanceId, setTextValue, setTextValue2, setVariableInstanceId, setVariableName
getActivityInstanceId, getTaskId, getTenantId, getTimestamp, getUserOperationId, setActivityInstanceId, setTaskId, setTenantId, setTimestamp, setUserOperationId
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessInstanceId, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setSequenceCounter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDoubleValue, getLongValue, getTextValue, getTextValue2, setDoubleValue, setLongValue, setTextValue, setTextValue2
getRevision, getVariableInstanceId, getVariableName
getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getTaskId, getTenantId, getUserOperationId
protected static final EnginePersistenceLogger LOG
protected TypedValueField typedValueField
protected ByteArrayField byteArrayField
public HistoricDetailVariableInstanceUpdateEntity()
public Object getValue()
getValue
in interface HistoricVariableUpdate
public org.camunda.bpm.engine.variable.value.TypedValue getTypedValue()
getTypedValue
in interface HistoricVariableUpdate
TypedValue
for this variable updatepublic org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserializeValue)
public void delete()
delete
in class HistoricDetailEventEntity
public TypedValueSerializer<?> getSerializer()
public String getErrorMessage()
HistoricVariableUpdate
getErrorMessage
in interface HistoricVariableUpdate
public void setByteArrayId(String id)
setByteArrayId
in class HistoricVariableUpdateEventEntity
public String getSerializerName()
getSerializerName
in class HistoricVariableUpdateEventEntity
public void setSerializerName(String serializerName)
setSerializerName
in class HistoricVariableUpdateEventEntity
public String getByteArrayValueId()
public byte[] getByteArrayValue()
getByteArrayValue
in interface ValueFields
public void setByteArrayValue(byte[] bytes)
setByteArrayValue
in interface ValueFields
public void postLoad()
postLoad
in interface DbEntityLifecycleAware
public String getTypeName()
HistoricVariableUpdate
getTypeName
in interface HistoricVariableUpdate
public String getVariableTypeName()
getVariableTypeName
in interface HistoricVariableUpdate
public Date getTime()
HistoricDetail
getTime
in interface HistoricDetail
public String toString()
toString
in class HistoricVariableUpdateEventEntity
Copyright © 2017. All rights reserved.