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 TypeMethodDescriptionvoidorg.flowable.common.engine.impl.persistence.entity.ByteArrayReforg.flowable.variable.api.types.VariableTypegetType()voidsetBytes(byte[] bytes) voidsetCachedValue(Object cachedValue) voidsetDataInstanceId(String dataInstanceItemId) voidsetDoubleValue(Double doubleValue) voidvoidsetLongValue(Long longValue) voidvoidsetTextValue(String textValue) voidsetTextValue2(String textValue2) voidsetType(org.flowable.variable.api.types.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
- Specified by:
setIdin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setName
-
setDataInstanceId
-
setTextValue
- Specified by:
setTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
- Specified by:
setTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
- Specified by:
setLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
- Specified by:
setDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setBytes
void setBytes(byte[] bytes) - Specified by:
setBytesin 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:
getCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
- Specified by:
setCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTypeName
-