|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CaseLink
A CorrespondencePost represent a sent Case
in a Mailbox
.
When a Mailbox send a MailEnvelope, a CorrespondencePost is created in its
Mailbox and a CorrespondenceMessage
is created in each of the
recipients Mailbox.
Nested Class Summary | |
---|---|
static class |
CaseLink.CaseLinkState
|
static class |
CaseLink.CaseLinkTransistion
|
Method Summary | |
---|---|
Case |
getCase(org.nuxeo.ecm.core.api.CoreSession session)
The mail envelope sent. |
String |
getComment()
Gets the comment. |
Date |
getDate()
Gets the date. |
org.nuxeo.ecm.core.api.DocumentModel |
getDocument()
Gets the document model. |
String |
getId()
Gets the id of the post. |
String |
getSender()
Gets the sender. |
String |
getSenderMailboxId()
Gets the sender mailbox id. |
Date |
getSentDate()
Gets the send date of the post. |
String |
getSubject()
Gets the subject. |
String |
getType()
Gets the type of the message. |
boolean |
isActionnable()
|
boolean |
isDraft()
Is it a draft? |
boolean |
isRead()
Returns true if this message has been read. |
void |
save(org.nuxeo.ecm.core.api.CoreSession session)
Persists the post. |
void |
setActionnable(boolean actionnable)
|
Methods inherited from interface org.nuxeo.cm.cases.HasParticipants |
---|
addInitialExternalParticipants, addInitialInternalParticipants, addParticipants, getAllParticipants, getInitialExternalParticipants, getInitialInternalParticipants |
Method Detail |
---|
org.nuxeo.ecm.core.api.DocumentModel getDocument()
String getId()
String getSubject()
String getComment()
Date getDate()
String getSender()
String getSenderMailboxId()
Case getCase(org.nuxeo.ecm.core.api.CoreSession session)
Date getSentDate()
String getType()
boolean isRead()
void save(org.nuxeo.ecm.core.api.CoreSession session)
boolean isDraft()
void setActionnable(boolean actionnable)
boolean isActionnable()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |