public interface AttachmentEntity extends Attachment, Entity, HasRevision
| Modifier and Type | Method and Description |
|---|---|
ByteArrayEntity |
getContent() |
Date |
getTime()
timestamp when this attachment was created
|
String |
getUserId()
reference to the user who created this attachment.
|
void |
setContent(ByteArrayEntity content) |
void |
setContentId(String contentId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTaskId(String taskId) |
void |
setTime(Date time)
timestamp when this attachment was created
|
void |
setType(String type) |
void |
setUrl(String url) |
void |
setUserId(String userId) |
getContentId, getDescription, getId, getName, getProcessInstanceId, getTaskId, getType, getUrl, setDescription, setNamegetId, getPersistentState, setIdgetRevision, getRevisionNext, setRevisionvoid setType(String type)
void setTaskId(String taskId)
void setProcessInstanceId(String processInstanceId)
void setUrl(String url)
void setContentId(String contentId)
ByteArrayEntity getContent()
void setContent(ByteArrayEntity content)
void setUserId(String userId)
String getUserId()
AttachmentgetUserId in interface AttachmentDate getTime()
AttachmentgetTime in interface Attachmentvoid setTime(Date time)
AttachmentsetTime in interface AttachmentCopyright © 2015 Alfresco. All rights reserved.