Interface DatabaseContentObjectEntity

All Superinterfaces:
org.flowable.content.api.ContentObject, org.flowable.common.engine.impl.persistence.entity.Entity
All Known Implementing Classes:
DatabaseContentObjectEntityImpl

public interface DatabaseContentObjectEntity extends org.flowable.content.api.ContentObject, org.flowable.common.engine.impl.persistence.entity.Entity
Author:
Yvo Swillens
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setContent(InputStream inputStream)
     
    void
    setCreated(Date created)
     

    Methods inherited from interface org.flowable.content.api.ContentObject

    getContent, getContentLength, getId

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

    getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
  • Method Details

    • setCreated

      void setCreated(Date created)
    • getCreated

      Date getCreated()
    • setContent

      void setContent(InputStream inputStream)