org.camunda.bpm.engine.impl.persistence.entity
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:
- Serializable, HistoricDetail, HistoricVariableUpdate, PersistentObject, ValueFields
public class HistoricDetailVariableInstanceUpdateEntity
- extends HistoricVariableUpdateEventEntity
- implements ValueFields, HistoricVariableUpdate
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity |
byteArrayId, byteValue, doubleValue, longValue, revision, scopeActivityInstanceId, textValue, textValue2, variableInstanceId, variableName, variableTypeName |
| Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent |
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, eventType, executionId, FORM_PROPERTY_UPDATE, id, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processInstanceId, 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.HistoricVariableUpdateEventEntity |
getByteArrayId, getByteValue, getDoubleValue, getLongValue, getRevision, getScopeActivityInstanceId, getTextValue, getTextValue2, getVariableInstanceId, getVariableName, setByteArrayId, setByteValue, setDoubleValue, setLongValue, setRevision, setScopeActivityInstanceId, setTextValue, setTextValue2, setVariableInstanceId, setVariableName, setVariableTypeName |
| Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent |
getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessInstanceId |
variableType
protected VariableType variableType
byteArrayValue
protected ByteArrayEntity byteArrayValue
cachedValue
protected Object cachedValue
errorMessage
protected String errorMessage
HistoricDetailVariableInstanceUpdateEntity
public HistoricDetailVariableInstanceUpdateEntity()
getValue
public Object getValue()
- Specified by:
getValue in interface HistoricVariableUpdate
delete
public void delete()
getVariableTypeName
public String getVariableTypeName()
- Specified by:
getVariableTypeName in interface HistoricVariableUpdate- Overrides:
getVariableTypeName in class HistoricVariableUpdateEventEntity
getErrorMessage
public String getErrorMessage()
- Description copied from interface:
HistoricVariableUpdate
- If the variable value could not be loaded, this returns the error message.
- Specified by:
getErrorMessage in interface HistoricVariableUpdate
- Returns:
- an error message indicating why the variable value could not be loaded.
getByteArrayValueId
public String getByteArrayValueId()
- Specified by:
getByteArrayValueId in interface ValueFields
getByteArrayValue
public ByteArrayEntity getByteArrayValue()
- Specified by:
getByteArrayValue in interface ValueFields
setByteArrayValue
public void setByteArrayValue(byte[] bytes)
- Specified by:
setByteArrayValue in interface ValueFields
deleteByteArrayValue
protected void deleteByteArrayValue()
getName
public String getName()
- Specified by:
getName in interface ValueFields
getTime
public Date getTime()
- Description copied from interface:
HistoricDetail
- The time when this detail occurred
- Specified by:
getTime in interface HistoricDetail
getVariableType
public VariableType getVariableType()
getCachedValue
public Object getCachedValue()
- Specified by:
getCachedValue in interface ValueFields
setCachedValue
public void setCachedValue(Object cachedValue)
- Specified by:
setCachedValue in interface ValueFields
setVariableType
public void setVariableType(VariableType variableType)
toString
public String toString()
- Overrides:
toString in class HistoricVariableUpdateEventEntity
Copyright © 2014 camunda services GmbH. All Rights Reserved.