Class DatabaseContentObjectEntityImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] contentBytes  
      protected long contentLength  
      protected java.util.Date created  
      • Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision

        id, isDeleted, isInserted, isUpdated, originalPersistentState
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getContent()  
      byte[] getContentBytes()  
      long getContentLength()  
      java.util.Date getCreated()  
      java.lang.Object getPersistentState()  
      void setContent​(java.io.InputStream content)  
      void setContentBytes​(byte[] contentBytes)  
      void setCreated​(java.util.Date created)  
      java.lang.String toString()  
      • Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision

        getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.flowable.content.api.ContentObject

        getId
      • Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

        getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
    • Field Detail

      • contentLength

        protected long contentLength
      • contentBytes

        protected byte[] contentBytes
      • created

        protected java.util.Date created
    • Constructor Detail

      • DatabaseContentObjectEntityImpl

        public DatabaseContentObjectEntityImpl()
    • Method Detail

      • getPersistentState

        public java.lang.Object getPersistentState()
        Specified by:
        getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
      • getContentLength

        public long getContentLength()
        Specified by:
        getContentLength in interface org.flowable.content.api.ContentObject
      • getContent

        public java.io.InputStream getContent()
        Specified by:
        getContent in interface org.flowable.content.api.ContentObject
      • getContentBytes

        public byte[] getContentBytes()
      • setContentBytes

        public void setContentBytes​(byte[] contentBytes)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object