- 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 |
java.util.Date |
getCreated() |
|
void |
setContent(java.io.InputStream inputStream) |
|
void |
setCreated(java.util.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
-
void setCreated(java.util.Date created)
-
java.util.Date getCreated()
-
void setContent(java.io.InputStream inputStream)