Interface DataObjectVariableEntity
-
- All Superinterfaces:
DataObjectVariable,Entity,HasRevision,ValueFields
- All Known Implementing Classes:
DataObjectVariableEntityImpl
public interface DataObjectVariableEntity extends ValueFields, DataObjectVariable, Entity, HasRevision
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforceUpdate()ByteArrayRefgetByteArrayRef()ObjectgetCachedValue()VariableTypegetType()voidsetBytes(byte[] bytes)voidsetCachedValue(Object cachedValue)voidsetDataInstanceId(String dataInstanceItemId)voidsetDoubleValue(Double doubleValue)voidsetId(String id)voidsetLongValue(Long longValue)voidsetName(String name)voidsetTextValue(String textValue)voidsetTextValue2(String textValue2)voidsetType(VariableType type)voidsetTypeName(String typeName)voidsetValue(Object value)-
Methods inherited from interface com.flowable.dataobject.api.runtime.DataObjectVariable
getBytes, getDataInstanceId, getDoubleValue, getId, getLongValue, getName, getTextValue, getTextValue2, getTypeName, getValue
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Methods inherited from interface org.flowable.variable.api.types.ValueFields
getBytes, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2
-
-
-
-
Method Detail
-
setName
void setName(String name)
-
setDataInstanceId
void setDataInstanceId(String dataInstanceItemId)
-
setTextValue
void setTextValue(String textValue)
- Specified by:
setTextValuein interfaceValueFields
-
setTextValue2
void setTextValue2(String textValue2)
- Specified by:
setTextValue2in interfaceValueFields
-
setLongValue
void setLongValue(Long longValue)
- Specified by:
setLongValuein interfaceValueFields
-
setDoubleValue
void setDoubleValue(Double doubleValue)
- Specified by:
setDoubleValuein interfaceValueFields
-
setBytes
void setBytes(byte[] bytes)
- Specified by:
setBytesin interfaceValueFields
-
forceUpdate
void forceUpdate()
-
getByteArrayRef
ByteArrayRef getByteArrayRef()
-
getType
VariableType getType()
-
setType
void setType(VariableType type)
-
setValue
void setValue(Object value)
-
getCachedValue
Object getCachedValue()
- Specified by:
getCachedValuein interfaceValueFields
-
setCachedValue
void setCachedValue(Object cachedValue)
- Specified by:
setCachedValuein interfaceValueFields
-
setTypeName
void setTypeName(String typeName)
-
-