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 Details

    • setId

      void setId(String id)
      Specified by:
      setId in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • setName

      void setName(String name)
    • setDataInstanceId

      void setDataInstanceId(String dataInstanceItemId)
    • setTextValue

      void setTextValue(String textValue)
      Specified by:
      setTextValue in interface org.flowable.variable.api.types.ValueFields
    • setTextValue2

      void setTextValue2(String textValue2)
      Specified by:
      setTextValue2 in interface org.flowable.variable.api.types.ValueFields
    • setLongValue

      void setLongValue(Long longValue)
      Specified by:
      setLongValue in interface org.flowable.variable.api.types.ValueFields
    • setDoubleValue

      void setDoubleValue(Double doubleValue)
      Specified by:
      setDoubleValue in interface org.flowable.variable.api.types.ValueFields
    • setBytes

      void setBytes(byte[] bytes)
      Specified by:
      setBytes in interface org.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(Object value)
    • getCachedValue

      Object getCachedValue()
      Specified by:
      getCachedValue in interface org.flowable.variable.api.types.ValueFields
    • setCachedValue

      void setCachedValue(Object cachedValue)
      Specified by:
      setCachedValue in interface org.flowable.variable.api.types.ValueFields
    • setTypeName

      void setTypeName(String typeName)