Interface AttachmentEntity
- All Superinterfaces:
Attachment, Entity, HasRevision
- All Known Implementing Classes:
AttachmentEntityImpl
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptiongetTime()timestamp when this attachment was createdreference to the user who created this attachment.voidsetContent(ByteArrayEntity content) voidsetContentId(String contentId) voidsetProcessInstanceId(String processInstanceId) voidvoidtimestamp when this attachment was createdvoidvoidvoidMethods inherited from interface Attachment
getContentId, getDescription, getId, getName, getProcessInstanceId, getTaskId, getType, getUrl, setDescription, setNameMethods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setType
-
setTaskId
-
setProcessInstanceId
-
setUrl
-
setContentId
-
getContent
ByteArrayEntity getContent() -
setContent
-
setUserId
-
getUserId
String getUserId()Description copied from interface:Attachmentreference to the user who created this attachment.- Specified by:
getUserIdin interfaceAttachment
-
getTime
Date getTime()Description copied from interface:Attachmenttimestamp when this attachment was created- Specified by:
getTimein interfaceAttachment
-
setTime
Description copied from interface:Attachmenttimestamp when this attachment was created- Specified by:
setTimein interfaceAttachment
-