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, setName
getId, getPersistentState, setId
getRevision, getRevisionNext, setRevision
void 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()
Attachment
getUserId
in interface Attachment
Date getTime()
Attachment
getTime
in interface Attachment
void setTime(Date time)
Attachment
setTime
in interface Attachment
Copyright © 2015 Alfresco. All rights reserved.