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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforceUpdate()org.flowable.common.engine.impl.persistence.entity.ByteArrayRefgetByteArrayRef()java.lang.ObjectgetCachedValue()org.flowable.variable.api.types.VariableTypegetType()voidsetBytes(byte[] bytes)voidsetCachedValue(java.lang.Object cachedValue)voidsetDataInstanceId(java.lang.String dataInstanceItemId)voidsetDoubleValue(java.lang.Double doubleValue)voidsetId(java.lang.String id)voidsetLongValue(java.lang.Long longValue)voidsetName(java.lang.String name)voidsetTextValue(java.lang.String textValue)voidsetTextValue2(java.lang.String textValue2)voidsetType(org.flowable.variable.api.types.VariableType type)voidsetTypeName(java.lang.String typeName)voidsetValue(java.lang.Object value)-
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
-
-
-
-
Method Detail
-
setId
void setId(java.lang.String id)
- Specified by:
setIdin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setName
void setName(java.lang.String name)
-
setDataInstanceId
void setDataInstanceId(java.lang.String dataInstanceItemId)
-
setTextValue
void setTextValue(java.lang.String textValue)
- Specified by:
setTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
void setTextValue2(java.lang.String textValue2)
- Specified by:
setTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
void setLongValue(java.lang.Long longValue)
- Specified by:
setLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
void setDoubleValue(java.lang.Double doubleValue)
- 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
void setValue(java.lang.Object value)
-
getCachedValue
java.lang.Object getCachedValue()
- Specified by:
getCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
void setCachedValue(java.lang.Object cachedValue)
- Specified by:
setCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTypeName
void setTypeName(java.lang.String typeName)
-
-