Interface DataObjectVariableEntity
- All Superinterfaces:
DataObjectVariable
,org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.common.engine.impl.db.HasRevision
,org.flowable.variable.api.types.ValueFields
- All Known Implementing Classes:
DataObjectVariableEntityImpl
public interface DataObjectVariableEntity
extends org.flowable.variable.api.types.ValueFields, DataObjectVariable, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoid
org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
org.flowable.variable.api.types.VariableType
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
(org.flowable.variable.api.types.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
- Specified by:
setId
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setName
-
setDataInstanceId
-
setTextValue
- Specified by:
setTextValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
- Specified by:
setTextValue2
in interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
- Specified by:
setLongValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
- Specified by:
setDoubleValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setBytes
void setBytes(byte[] bytes) - Specified by:
setBytes
in interfaceorg.flowable.variable.api.types.ValueFields
-
forceUpdate
void forceUpdate() -
getByteArrayRef
org.flowable.common.engine.impl.persistence.entity.ByteArrayRef getByteArrayRef() -
getType
org.flowable.variable.api.types.VariableType getType() -
setType
void setType(org.flowable.variable.api.types.VariableType type) -
setValue
-
getCachedValue
Object getCachedValue()- Specified by:
getCachedValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
- Specified by:
setCachedValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setTypeName
-