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() |
| Modifier and Type | Method and Description |
|---|---|
static HistoricDetailVariableInstanceUpdateEntity |
copyAndInsert(VariableInstanceEntity variableInstance) |
void |
delete() |
byte[] |
getBytes() |
Object |
getCachedValue() |
Double |
getDoubleValue() |
Long |
getLongValue() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
int |
getRevision() |
int |
getRevisionNext() |
String |
getTextValue() |
String |
getTextValue2() |
Object |
getValue() |
String |
getVariableName() |
VariableType |
getVariableType() |
String |
getVariableTypeName() |
void |
setBytes(byte[] bytes) |
void |
setCachedValue(Object cachedValue) |
void |
setDoubleValue(Double doubleValue) |
void |
setLongValue(Long longValue) |
void |
setRevision(int revision) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
void |
setVariableType(VariableType variableType) |
String |
toString() |
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)
setBytes 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)
setLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface ValueFieldspublic String getTextValue()
getTextValue in interface ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface ValueFieldspublic Object getCachedValue()
getCachedValue in interface ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface ValueFieldsCopyright © 2017 Alfresco. All rights reserved.