Interface DataObjectVariableEntity
- All Superinterfaces:
DataObjectVariable,Entity,HasRevision,ValueFields
- All Known Implementing Classes:
DataObjectVariableEntityImpl
public interface DataObjectVariableEntity
extends ValueFields, DataObjectVariable, Entity, HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetType()voidsetBytes(byte[] bytes) voidsetCachedValue(Object cachedValue) voidsetDataInstanceId(String dataInstanceItemId) voidsetDoubleValue(Double doubleValue) voidvoidsetLongValue(Long longValue) voidvoidsetTextValue(String textValue) voidsetTextValue2(String textValue2) voidsetType(VariableType type) voidsetTypeName(String typeName) voidMethods inherited from interface com.flowable.dataobject.api.runtime.DataObjectVariable
getBytes, getDataInstanceId, getDoubleValue, getId, getLongValue, getName, getTextValue, getTextValue2, getTypeName, getValueMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface org.flowable.variable.api.types.ValueFields
getBytes, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2
-
Method Details
-
setId
-
setName
-
setDataInstanceId
-
setTextValue
- Specified by:
setTextValuein interfaceValueFields
-
setTextValue2
- Specified by:
setTextValue2in interfaceValueFields
-
setLongValue
- Specified by:
setLongValuein interfaceValueFields
-
setDoubleValue
- Specified by:
setDoubleValuein interfaceValueFields
-
setBytes
void setBytes(byte[] bytes) - Specified by:
setBytesin interfaceValueFields
-
forceUpdate
void forceUpdate() -
getByteArrayRef
ByteArrayRef getByteArrayRef() -
getType
VariableType getType() -
setType
-
setValue
-
getCachedValue
Object getCachedValue()- Specified by:
getCachedValuein interfaceValueFields
-
setCachedValue
- Specified by:
setCachedValuein interfaceValueFields
-
setTypeName
-