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 Detail

      • setId

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

        void setName​(java.lang.String name)
      • setContentItemId

        void setContentItemId​(java.lang.String contentItemId)
      • setTextValue

        void setTextValue​(java.lang.String textValue)
      • setTextValue2

        void setTextValue2​(java.lang.String textValue2)
      • setLongValue

        void setLongValue​(java.lang.Long longValue)
      • setDoubleValue

        void setDoubleValue​(java.lang.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​(java.lang.Object value)
      • getCachedValue

        java.lang.Object getCachedValue()
      • setCachedValue

        void setCachedValue​(java.lang.Object cachedValue)
      • setTypeName

        void setTypeName​(java.lang.String typeName)