public class HistoricDetailVariableInstanceUpdateEntity extends HistoricDetailEntity implements ValueFields, HistoricVariableUpdate, PersistentObject, HasRevision
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected Double |
doubleValue |
protected Long |
longValue |
protected String |
name |
protected int |
revision |
protected String |
textValue |
protected String |
textValue2 |
protected VariableType |
variableType |
activityInstanceId, detailType, executionId, id, processInstanceId, taskId, time| Modifier | Constructor and Description |
|---|---|
protected |
HistoricDetailVariableInstanceUpdateEntity() |
getActivityInstanceId, getDetailType, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setId, setProcessInstanceId, setTaskId, setTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessInstanceId, getTaskIdgetActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTimegetId, setIdprotected int revision
protected String name
protected VariableType variableType
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected final ByteArrayRef byteArrayRef
protected Object cachedValue
protected HistoricDetailVariableInstanceUpdateEntity()
public static HistoricDetailVariableInstanceUpdateEntity copyAndInsert(VariableInstanceEntity variableInstance)
public Object getValue()
getValue in interface HistoricVariableUpdatepublic void delete()
delete in class HistoricDetailEntitypublic Object getPersistentState()
PersistentObjectgetPersistentState in interface PersistentObjectgetPersistentState in class HistoricDetailEntitypublic String getVariableTypeName()
getVariableTypeName in interface HistoricVariableUpdatepublic int getRevisionNext()
getRevisionNext in interface HasRevisionpublic byte[] getBytes()
getBytes in interface ValueFieldspublic void setBytes(byte[] bytes)
ValueFieldssetBytes in interface ValueFields@Deprecated public String getByteArrayValueId()
getByteArrayValueId in interface ValueFields@Deprecated public ByteArrayEntity getByteArrayValue()
getByteArrayValue in interface ValueFields@Deprecated public void setByteArrayValue(byte[] bytes)
setByteArrayValue in interface ValueFieldspublic int getRevision()
getRevision in interface HistoricVariableUpdategetRevision in interface HasRevisionpublic void setRevision(int revision)
setRevision in interface HasRevisionpublic String getVariableName()
getVariableName in interface HistoricVariableUpdatepublic String getName()
getName in interface ValueFieldspublic VariableType getVariableType()
public void setVariableType(VariableType variableType)
public Long getLongValue()
getLongValue in interface ValueFieldspublic void setLongValue(Long longValue)
ValueFieldssetLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
ValueFieldssetDoubleValue in interface ValueFieldspublic String getTextValue()
getTextValue in interface ValueFieldspublic void setTextValue(String textValue)
ValueFieldssetTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
ValueFieldssetTextValue2 in interface ValueFieldspublic Object getCachedValue()
getCachedValue in interface ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface ValueFieldsCopyright © 2016 Alfresco. All rights reserved.