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, getTextValue2getBytes, getDataInstanceId, getDoubleValue, getId, getLongValue, getName, getTextValue, getTextValue2, getTypeName, getValuegetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionvoid setName(String name)
void setDataInstanceId(String dataInstanceItemId)
void setTextValue(String textValue)
setTextValue in interface ValueFieldsvoid setTextValue2(String textValue2)
setTextValue2 in interface ValueFieldsvoid setLongValue(Long longValue)
setLongValue in interface ValueFieldsvoid setDoubleValue(Double doubleValue)
setDoubleValue in interface ValueFieldsvoid setBytes(byte[] bytes)
setBytes in interface ValueFieldsvoid forceUpdate()
ByteArrayRef getByteArrayRef()
VariableType getType()
void setType(VariableType type)
void setValue(Object value)
Object getCachedValue()
getCachedValue in interface ValueFieldsvoid setCachedValue(Object cachedValue)
setCachedValue in interface ValueFieldsvoid setTypeName(String typeName)