public class CreateCaseLink extends Object
CaseLink.| Constructor and Description |
|---|
CreateCaseLink(CaseLink draft,
CoreSession session,
String subject,
String comment,
Case envelope,
Mailbox sender,
String recipientId,
Map<String,List<String>> internalRecipients,
Map<String,List<String>> externalRecipients,
boolean isSent,
boolean isInitial) |
public CreateCaseLink(CaseLink draft, CoreSession session, String subject, String comment, Case envelope, Mailbox sender, String recipientId, Map<String,List<String>> internalRecipients, Map<String,List<String>> externalRecipients, boolean isSent, boolean isInitial)
draft - The draft used to sent this enveloperepositoryName - The name of the repository in which the
CaseLink will be created.subject - The subject of the post.comment - The comment of the post.envelope - The envelope sent.mailboxes - The mailbox of the sender.internalRecipients - A map of recipients keyed by type of Message
and keyed with a list of mailboxes.isSent - The post can be Sent or ReceivedisInitial - Is it an initial sent?public CaseLink getCreatedPost()
public void create()
throws ClientException
ClientExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.