|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkspaceMessage
| Method Summary | |
|---|---|
List<String> |
getAddresses()
|
List<WorkspaceItem> |
getAttachments()
|
List<String> |
getAttachmentsIds()
|
String |
getBody()
|
String |
getId()
Return this request id. |
User |
getSender()
Return this request sender. |
Calendar |
getSendTime()
Return the request send time. |
String |
getSubject()
|
boolean |
isRead()
|
void |
open()
|
WorkspaceItem |
saveAttachment(String attachmentId,
String destinationFolderId)
|
void |
saveAttachments(String destinationFolderId)
|
void |
setStatus(boolean status)
|
| Method Detail |
|---|
String getId()
String getSubject()
String getBody()
User getSender()
Calendar getSendTime()
boolean isRead()
void setStatus(boolean status)
throws InternalErrorException
status - TODO
InternalErrorExceptionList<String> getAttachmentsIds()
void saveAttachments(String destinationFolderId)
throws InternalErrorException,
WrongDestinationException,
ItemNotFoundException
destinationFolderId -
InternalErrorException
WrongDestinationException
ItemNotFoundException
List<WorkspaceItem> getAttachments()
throws InternalErrorException
InternalErrorException
WorkspaceItem saveAttachment(String attachmentId,
String destinationFolderId)
throws InternalErrorException,
WrongDestinationException,
ItemNotFoundException
attachmentId - destinationFolderId -
InternalErrorException
WrongDestinationException
ItemNotFoundException
void open()
throws InternalErrorException
InternalErrorExceptionList<String> getAddresses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||