org.activiti.engine.impl.persistence.entity
类 HistoricDetailVariableInstanceUpdateEntity
java.lang.Object
org.activiti.engine.impl.persistence.entity.HistoricDetailEntity
org.activiti.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
- 所有已实现的接口:
- Serializable, HistoricDetail, HistoricVariableUpdate, HasRevision, PersistentObject, ValueFields
public class HistoricDetailVariableInstanceUpdateEntity
- extends HistoricDetailEntity
- implements ValueFields, HistoricVariableUpdate, PersistentObject, HasRevision
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 org.activiti.engine.impl.persistence.entity.HistoricDetailEntity 继承的方法 |
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setExecutionId, setId, setProcessInstanceId, setTaskId, setTime |
revision
protected int revision
name
protected String name
variableType
protected VariableType variableType
longValue
protected Long longValue
doubleValue
protected Double doubleValue
textValue
protected String textValue
textValue2
protected String textValue2
byteArrayRef
protected final ByteArrayRef byteArrayRef
cachedValue
protected Object cachedValue
HistoricDetailVariableInstanceUpdateEntity
protected HistoricDetailVariableInstanceUpdateEntity()
copyAndInsert
public static HistoricDetailVariableInstanceUpdateEntity copyAndInsert(VariableInstanceEntity variableInstance)
getValue
public Object getValue()
- 指定者:
- 接口
HistoricVariableUpdate
中的 getValue
delete
public void delete()
- 覆盖:
- 类
HistoricDetailEntity
中的 delete
getPersistentState
public Object getPersistentState()
- 从接口
PersistentObject
复制的描述
- Returns a representation of the object,
as would be stored in the database.
Used when deciding if updates have
occurred to the object or not since
it was last loaded.
- 指定者:
- 接口
PersistentObject
中的 getPersistentState
- 覆盖:
- 类
HistoricDetailEntity
中的 getPersistentState
getVariableTypeName
public String getVariableTypeName()
- 指定者:
- 接口
HistoricVariableUpdate
中的 getVariableTypeName
getRevisionNext
public int getRevisionNext()
- 指定者:
- 接口
HasRevision
中的 getRevisionNext
getBytes
public byte[] getBytes()
- 指定者:
- 接口
ValueFields
中的 getBytes
- 返回:
- the byte array value, if any, or null.
setBytes
public void setBytes(byte[] bytes)
- 从接口
ValueFields
复制的描述
- Sets the byte array value. A value of null is allowed.
- 指定者:
- 接口
ValueFields
中的 setBytes
getByteArrayValueId
@Deprecated
public String getByteArrayValueId()
- 已过时。
- 指定者:
- 接口
ValueFields
中的 getByteArrayValueId
- 返回:
- the id of the byte array entity value, or null if the byte array value is null.
getByteArrayValue
@Deprecated
public ByteArrayEntity getByteArrayValue()
- 已过时。
- 指定者:
- 接口
ValueFields
中的 getByteArrayValue
- 返回:
- the ByteArrayEntity that contains the byte array value, or null if the byte array value is null.
setByteArrayValue
@Deprecated
public void setByteArrayValue(byte[] bytes)
- 已过时。
- 指定者:
- 接口
ValueFields
中的 setByteArrayValue
getRevision
public int getRevision()
- 指定者:
- 接口
HistoricVariableUpdate
中的 getRevision
- 指定者:
- 接口
HasRevision
中的 getRevision
setRevision
public void setRevision(int revision)
- 指定者:
- 接口
HasRevision
中的 setRevision
getVariableName
public String getVariableName()
- 指定者:
- 接口
HistoricVariableUpdate
中的 getVariableName
getName
public String getName()
- 指定者:
- 接口
ValueFields
中的 getName
- 返回:
- the name of the variable
getVariableType
public VariableType getVariableType()
setVariableType
public void setVariableType(VariableType variableType)
getLongValue
public Long getLongValue()
- 指定者:
- 接口
ValueFields
中的 getLongValue
- 返回:
- the long value, if any, or null.
setLongValue
public void setLongValue(Long longValue)
- 从接口
ValueFields
复制的描述
- Sets the long value. A value of null is allowed.
- 指定者:
- 接口
ValueFields
中的 setLongValue
getDoubleValue
public Double getDoubleValue()
- 指定者:
- 接口
ValueFields
中的 getDoubleValue
- 返回:
- the double value, if any, or null.
setDoubleValue
public void setDoubleValue(Double doubleValue)
- 从接口
ValueFields
复制的描述
- Sets the double value. A value of null is allowed.
- 指定者:
- 接口
ValueFields
中的 setDoubleValue
getTextValue
public String getTextValue()
- 指定者:
- 接口
ValueFields
中的 getTextValue
- 返回:
- the first text value, if any, or null.
setTextValue
public void setTextValue(String textValue)
- 从接口
ValueFields
复制的描述
- Sets the first text value. A value of null is allowed.
- 指定者:
- 接口
ValueFields
中的 setTextValue
getTextValue2
public String getTextValue2()
- 指定者:
- 接口
ValueFields
中的 getTextValue2
- 返回:
- the second text value, if any, or null.
setTextValue2
public void setTextValue2(String textValue2)
- 从接口
ValueFields
复制的描述
- Sets second text value. A value of null is allowed.
- 指定者:
- 接口
ValueFields
中的 setTextValue2
getCachedValue
public Object getCachedValue()
- 指定者:
- 接口
ValueFields
中的 getCachedValue
setCachedValue
public void setCachedValue(Object cachedValue)
- 指定者:
- 接口
ValueFields
中的 setCachedValue
toString
public String toString()
- 覆盖:
- 类
Object
中的 toString
Copyright © 2013 Alfresco. All rights reserved.