Class DatabaseContentObjectEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.content.engine.impl.persistence.entity.AbstractContentEngineNoRevisionEntity
com.flowable.content.engine.impl.persistence.entity.DatabaseContentObjectEntityImpl
All Implemented Interfaces:
DatabaseContentObjectEntity, java.io.Serializable, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.content.api.ContentObject

public class DatabaseContentObjectEntityImpl
extends AbstractContentEngineNoRevisionEntity
implements DatabaseContentObjectEntity, java.io.Serializable
Author:
Yvo Swillens
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.io.InputStream content  
    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
  • Constructor Summary

    Constructors 
    Constructor Description
    DatabaseContentObjectEntityImpl()  
  • Method Summary

    Modifier and Type Method Description
    java.io.InputStream getContent()  
    long getContentLength()  
    java.util.Date getCreated()  
    java.lang.Object getPersistentState()  
    void setContent​(java.io.InputStream content)  
    void setCreated​(java.util.Date created)  
    java.lang.String toString()  

    Methods inherited from class com.flowable.content.engine.impl.persistence.entity.AbstractContentEngineNoRevisionEntity

    getIdPrefix

    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