Class HistoricDetailVariableInstanceUpdateEntity
- 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
- 
- org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- HistoricDetail,- HistoricVariableUpdate,- DbEntity,- DbEntityLifecycleAware,- HistoricEntity,- Nameable,- ValueFields
 
 public class HistoricDetailVariableInstanceUpdateEntity extends HistoricVariableUpdateEventEntity implements ValueFields, HistoricVariableUpdate, DbEntityLifecycleAware - Author:
- Tom Baeyens
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ByteArrayFieldbyteArrayFieldprotected static EnginePersistenceLoggerLOGprotected TypedValueFieldtypedValueField- 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntitybyteArrayId, byteValue, doubleValue, isInitial, longValue, revision, scopeActivityInstanceId, serializerName, textValue, textValue2, variableInstanceId, variableName
 - 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntityactivityInstanceId, taskId, tenantId, timestamp, userOperationId
 - 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEventACTIVITY_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 SummaryConstructors Constructor Description HistoricDetailVariableInstanceUpdateEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()byte[]getByteArrayValue()java.lang.StringgetByteArrayValueId()java.lang.StringgetErrorMessage()If the variable value could not be loaded, this returns the error message.java.lang.StringgetName()TypedValueSerializer<?>getSerializer()java.lang.StringgetSerializerName()java.util.DategetTime()The time when this detail occurredTypedValuegetTypedValue()TypedValuegetTypedValue(boolean deserializeValue)java.lang.StringgetTypeName()Returns the type name of the variablejava.lang.ObjectgetValue()java.lang.StringgetVariableTypeName()voidpostLoad()voidsetByteArrayId(java.lang.String id)voidsetByteArrayValue(byte[] bytes)voidsetSerializerName(java.lang.String serializerName)java.lang.StringtoString()- 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntitygetByteArrayId, getByteValue, getDoubleValue, getLongValue, getRevision, getScopeActivityInstanceId, getTextValue, getTextValue2, getVariableInstanceId, getVariableName, isInitial, setByteValue, setDoubleValue, setInitial, setLongValue, setRevision, setScopeActivityInstanceId, setTextValue, setTextValue2, setVariableInstanceId, setVariableName
 - 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntitygetActivityInstanceId, getRootProcessInstanceId, getTaskId, getTenantId, getTimestamp, getUserOperationId, setActivityInstanceId, setRootProcessInstanceId, setTaskId, setTenantId, setTimestamp, setUserOperationId
 - 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEventgetCaseDefinitionId, 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
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricDetailgetActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRemovalTime, getRootProcessInstanceId, getTaskId, getTenantId, getUserOperationId
 - 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricVariableUpdategetRevision, getVariableInstanceId, getVariableName, isInitial
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsgetDoubleValue, getLongValue, getTextValue, getTextValue2, setDoubleValue, setLongValue, setTextValue, setTextValue2
 
- 
 
- 
- 
- 
Field Detail- 
LOGprotected static final EnginePersistenceLogger LOG 
 - 
typedValueFieldprotected TypedValueField typedValueField 
 - 
byteArrayFieldprotected ByteArrayField byteArrayField 
 
- 
 - 
Method Detail- 
getValuepublic java.lang.Object getValue() - Specified by:
- getValuein interface- HistoricVariableUpdate
 
 - 
getTypedValuepublic TypedValue getTypedValue() - Specified by:
- getTypedValuein interface- HistoricVariableUpdate
- Returns:
- the TypedValuefor this variable update
 
 - 
getTypedValuepublic TypedValue getTypedValue(boolean deserializeValue) 
 - 
deletepublic void delete() - Overrides:
- deletein class- HistoricDetailEventEntity
 
 - 
getSerializerpublic TypedValueSerializer<?> getSerializer() 
 - 
getErrorMessagepublic java.lang.String getErrorMessage() Description copied from interface:HistoricVariableUpdateIf the variable value could not be loaded, this returns the error message.- Specified by:
- getErrorMessagein interface- HistoricVariableUpdate
- Returns:
- an error message indicating why the variable value could not be loaded.
 
 - 
setByteArrayIdpublic void setByteArrayId(java.lang.String id) - Overrides:
- setByteArrayIdin class- HistoricVariableUpdateEventEntity
 
 - 
getSerializerNamepublic java.lang.String getSerializerName() - Overrides:
- getSerializerNamein class- HistoricVariableUpdateEventEntity
 
 - 
setSerializerNamepublic void setSerializerName(java.lang.String serializerName) - Overrides:
- setSerializerNamein class- HistoricVariableUpdateEventEntity
 
 - 
getByteArrayValueIdpublic java.lang.String getByteArrayValueId() 
 - 
getByteArrayValuepublic byte[] getByteArrayValue() - Specified by:
- getByteArrayValuein interface- ValueFields
 
 - 
setByteArrayValuepublic void setByteArrayValue(byte[] bytes) - Specified by:
- setByteArrayValuein interface- ValueFields
 
 - 
postLoadpublic void postLoad() - Specified by:
- postLoadin interface- DbEntityLifecycleAware
 
 - 
getTypeNamepublic java.lang.String getTypeName() Description copied from interface:HistoricVariableUpdateReturns the type name of the variable- Specified by:
- getTypeNamein interface- HistoricVariableUpdate
- Returns:
- the type name of the variable
 
 - 
getVariableTypeNamepublic java.lang.String getVariableTypeName() - Specified by:
- getVariableTypeNamein interface- HistoricVariableUpdate
- Returns:
- the name of the variable type.
 
 - 
getTimepublic java.util.Date getTime() Description copied from interface:HistoricDetailThe time when this detail occurred- Specified by:
- getTimein interface- HistoricDetail
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- HistoricVariableUpdateEventEntity
 
 
- 
 
-