Interface MetadataInstanceEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision, MetadataInstance
All Known Implementing Classes:
MetadataInstanceEntityImpl

public interface MetadataInstanceEntity extends MetadataInstance, 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)
    • setContentItemId

      void setContentItemId(String contentItemId)
    • setTextValue

      void setTextValue(String textValue)
    • setTextValue2

      void setTextValue2(String textValue2)
    • setLongValue

      void setLongValue(Long longValue)
    • setDoubleValue

      void setDoubleValue(Double doubleValue)
    • setBytes

      void setBytes(byte[] bytes)
    • 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()
    • setCachedValue

      void setCachedValue(Object cachedValue)
    • setTypeName

      void setTypeName(String typeName)