- 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
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
-
void setId(java.lang.String id)
- Specified by:
setId
in interface org.flowable.common.engine.impl.persistence.entity.Entity
-
void setName(java.lang.String name)
-
void setDataInstanceId(java.lang.String dataInstanceItemId)
-
void setTextValue(java.lang.String textValue)
- Specified by:
setTextValue
in interface org.flowable.variable.api.types.ValueFields
-
void setTextValue2(java.lang.String textValue2)
- Specified by:
setTextValue2
in interface org.flowable.variable.api.types.ValueFields
-
void setLongValue(java.lang.Long longValue)
- Specified by:
setLongValue
in interface org.flowable.variable.api.types.ValueFields
-
void setDoubleValue(java.lang.Double doubleValue)
- Specified by:
setDoubleValue
in interface org.flowable.variable.api.types.ValueFields
-
void setBytes(byte[] bytes)
- Specified by:
setBytes
in interface org.flowable.variable.api.types.ValueFields
-
-
org.flowable.common.engine.impl.persistence.entity.ByteArrayRef getByteArrayRef()
-
org.flowable.variable.api.types.VariableType getType()
-
void setType(org.flowable.variable.api.types.VariableType type)
-
void setValue(java.lang.Object value)
-
java.lang.Object getCachedValue()
- Specified by:
getCachedValue
in interface org.flowable.variable.api.types.ValueFields
-
void setCachedValue(java.lang.Object cachedValue)
- Specified by:
setCachedValue
in interface org.flowable.variable.api.types.ValueFields
-
void setTypeName(java.lang.String typeName)