public interface DataObjectVariableEntity extends ValueFields, DataObjectVariable, Entity, HasRevision
Modifier and Type | Method and Description |
---|---|
void |
forceUpdate() |
ByteArrayRef |
getByteArrayRef() |
Object |
getCachedValue() |
VariableType |
getType() |
void |
setBytes(byte[] bytes) |
void |
setCachedValue(Object cachedValue) |
void |
setDataInstanceId(String dataInstanceItemId) |
void |
setDoubleValue(Double doubleValue) |
void |
setId(String id) |
void |
setLongValue(Long longValue) |
void |
setName(String name) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
void |
setType(VariableType type) |
void |
setTypeName(String typeName) |
void |
setValue(Object value) |
getBytes, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2
getBytes, getDataInstanceId, getDoubleValue, getId, getLongValue, getName, getTextValue, getTextValue2, getTypeName, getValue
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
void setName(String name)
void setDataInstanceId(String dataInstanceItemId)
void setTextValue(String textValue)
setTextValue
in interface ValueFields
void setTextValue2(String textValue2)
setTextValue2
in interface ValueFields
void setLongValue(Long longValue)
setLongValue
in interface ValueFields
void setDoubleValue(Double doubleValue)
setDoubleValue
in interface ValueFields
void setBytes(byte[] bytes)
setBytes
in interface ValueFields
void forceUpdate()
ByteArrayRef getByteArrayRef()
VariableType getType()
void setType(VariableType type)
void setValue(Object value)
Object getCachedValue()
getCachedValue
in interface ValueFields
void setCachedValue(Object cachedValue)
setCachedValue
in interface ValueFields
void setTypeName(String typeName)