Interface DatabaseContentObjectEntity
-
- All Superinterfaces:
ContentObject
,Entity
- All Known Implementing Classes:
DatabaseContentObjectEntityImpl
public interface DatabaseContentObjectEntity extends ContentObject, Entity
- Author:
- Yvo Swillens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getCreated()
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 Detail
-
setCreated
void setCreated(Date created)
-
getCreated
Date getCreated()
-
setContent
void setContent(InputStream inputStream)
-
-