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, setTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExecutionId, getProcessInstanceId, getTaskId
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
getId, setId
protected 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 HistoricVariableUpdate
public void delete()
delete
in class HistoricDetailEntity
public Object getPersistentState()
PersistentObject
getPersistentState
in interface PersistentObject
getPersistentState
in class HistoricDetailEntity
public String getVariableTypeName()
getVariableTypeName
in interface HistoricVariableUpdate
public int getRevisionNext()
getRevisionNext
in interface HasRevision
public byte[] getBytes()
getBytes
in interface ValueFields
public void setBytes(byte[] bytes)
ValueFields
setBytes
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 ValueFields
public int getRevision()
getRevision
in interface HistoricVariableUpdate
getRevision
in interface HasRevision
public void setRevision(int revision)
setRevision
in interface HasRevision
public String getVariableName()
getVariableName
in interface HistoricVariableUpdate
public String getName()
getName
in interface ValueFields
public VariableType getVariableType()
public void setVariableType(VariableType variableType)
public Long getLongValue()
getLongValue
in interface ValueFields
public void setLongValue(Long longValue)
ValueFields
setLongValue
in interface ValueFields
public Double getDoubleValue()
getDoubleValue
in interface ValueFields
public void setDoubleValue(Double doubleValue)
ValueFields
setDoubleValue
in interface ValueFields
public String getTextValue()
getTextValue
in interface ValueFields
public void setTextValue(String textValue)
ValueFields
setTextValue
in interface ValueFields
public String getTextValue2()
getTextValue2
in interface ValueFields
public void setTextValue2(String textValue2)
ValueFields
setTextValue2
in interface ValueFields
public Object getCachedValue()
getCachedValue
in interface ValueFields
public void setCachedValue(Object cachedValue)
setCachedValue
in interface ValueFields
Copyright © 2016 Alfresco. All rights reserved.