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,Serializable,Entity,ContentObject
public class DatabaseContentObjectEntityImpl
extends AbstractContentEngineNoRevisionEntity
implements DatabaseContentObjectEntity, Serializable
- Author:
- Yvo Swillens
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]longvoidsetContent(InputStream content) voidsetContentBytes(byte[] contentBytes) voidsetCreated(Date created) toString()Methods inherited from class com.flowable.content.engine.impl.persistence.entity.AbstractContentEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.content.api.ContentObject
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
contentLength
protected long contentLength -
contentBytes
protected byte[] contentBytes -
created
-
-
Constructor Details
-
DatabaseContentObjectEntityImpl
public DatabaseContentObjectEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
setCreated
- Specified by:
setCreatedin interfaceDatabaseContentObjectEntity
-
getCreated
- Specified by:
getCreatedin interfaceDatabaseContentObjectEntity
-
getContentLength
public long getContentLength()- Specified by:
getContentLengthin interfaceContentObject
-
getContent
- Specified by:
getContentin interfaceContentObject
-
setContent
- Specified by:
setContentin interfaceDatabaseContentObjectEntity
-
getContentBytes
public byte[] getContentBytes() -
setContentBytes
public void setContentBytes(byte[] contentBytes) -
toString
-