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 TypeMethodDescriptionvoid
getType()
void
setBytes
(byte[] bytes) void
setCachedValue
(Object cachedValue) void
setDataInstanceId
(String dataInstanceItemId) void
setDoubleValue
(Double doubleValue) void
void
setLongValue
(Long longValue) void
void
setTextValue
(String textValue) void
setTextValue2
(String textValue2) void
setType
(VariableType type) void
setTypeName
(String typeName) void
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 Details
-
setId
-
setName
-
setDataInstanceId
-
setTextValue
- Specified by:
setTextValue
in interfaceValueFields
-
setTextValue2
- Specified by:
setTextValue2
in interfaceValueFields
-
setLongValue
- Specified by:
setLongValue
in interfaceValueFields
-
setDoubleValue
- Specified by:
setDoubleValue
in interfaceValueFields
-
setBytes
void setBytes(byte[] bytes) - Specified by:
setBytes
in interfaceValueFields
-
forceUpdate
void forceUpdate() -
getByteArrayRef
ByteArrayRef getByteArrayRef() -
getType
VariableType getType() -
setType
-
setValue
-
getCachedValue
Object getCachedValue()- Specified by:
getCachedValue
in interfaceValueFields
-
setCachedValue
- Specified by:
setCachedValue
in interfaceValueFields
-
setTypeName
-