public class HistoricDetailVariableInstanceUpdateEntity extends HistoricVariableUpdateEventEntity implements ValueFields, HistoricVariableUpdate
Modifier and Type | Field and Description |
---|---|
protected ByteArrayEntity |
byteArrayValue |
protected Object |
cachedValue |
protected String |
errorMessage |
protected VariableType |
variableType |
byteArrayId, byteValue, doubleValue, longValue, revision, scopeActivityInstanceId, textValue, textValue2, variableInstanceId, variableName, variableTypeName
activityInstanceId, taskId, timestamp
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
Constructor and Description |
---|
HistoricDetailVariableInstanceUpdateEntity() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
deleteByteArrayValue() |
ByteArrayEntity |
getByteArrayValue() |
String |
getByteArrayValueId() |
Object |
getCachedValue() |
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message.
|
String |
getName() |
Date |
getTime()
The time when this detail occurred
|
Object |
getValue() |
VariableType |
getVariableType() |
String |
getVariableTypeName() |
void |
setByteArrayValue(byte[] bytes) |
void |
setCachedValue(Object cachedValue) |
void |
setVariableType(VariableType variableType) |
String |
toString() |
getByteArrayId, getByteValue, getDoubleValue, getLongValue, getRevision, getScopeActivityInstanceId, getTextValue, getTextValue2, getVariableInstanceId, getVariableName, setByteArrayId, setByteValue, setDoubleValue, setLongValue, setRevision, setScopeActivityInstanceId, setTextValue, setTextValue2, setVariableInstanceId, setVariableName, setVariableTypeName
getActivityInstanceId, getTaskId, getTimestamp, setActivityInstanceId, setTaskId, setTimestamp
getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessInstanceId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDoubleValue, getLongValue, getTextValue, getTextValue2, setDoubleValue, setLongValue, setTextValue, setTextValue2
getRevision, getVariableInstanceId, getVariableName
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId
protected VariableType variableType
protected ByteArrayEntity byteArrayValue
protected Object cachedValue
protected String errorMessage
public HistoricDetailVariableInstanceUpdateEntity()
public Object getValue()
getValue
in interface HistoricVariableUpdate
public void delete()
delete
in class HistoricDetailEventEntity
public String getVariableTypeName()
getVariableTypeName
in interface HistoricVariableUpdate
getVariableTypeName
in class HistoricVariableUpdateEventEntity
public String getErrorMessage()
HistoricVariableUpdate
getErrorMessage
in interface HistoricVariableUpdate
public String getByteArrayValueId()
getByteArrayValueId
in interface ValueFields
public ByteArrayEntity getByteArrayValue()
getByteArrayValue
in interface ValueFields
public void setByteArrayValue(byte[] bytes)
setByteArrayValue
in interface ValueFields
protected void deleteByteArrayValue()
public String getName()
getName
in interface ValueFields
public Date getTime()
HistoricDetail
getTime
in interface HistoricDetail
public VariableType getVariableType()
public Object getCachedValue()
getCachedValue
in interface ValueFields
public void setCachedValue(Object cachedValue)
setCachedValue
in interface ValueFields
public void setVariableType(VariableType variableType)
public String toString()
toString
in class HistoricVariableUpdateEventEntity
Copyright © 2015. All rights reserved.