public class HasParticipantsImpl extends Object implements HasParticipants
| Constructor and Description |
|---|
HasParticipantsImpl(DocumentModel document) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInitialExternalParticipants(Map<String,List<String>> recipients)
Adds to the list of initial external recipients.
|
void |
addInitialInternalParticipants(Map<String,List<String>> recipients)
Adds to the list of initial internal recipients.
|
void |
addParticipants(Map<String,List<String>> recipients)
Adds to the list of recipients.
|
Map<String,List<String>> |
getAllParticipants()
Gets the list of all recipients keyed by type.
|
Map<String,List<String>> |
getInitialExternalParticipants()
Gets the list of initial external recipients keyed by type.
|
Map<String,List<String>> |
getInitialInternalParticipants()
Gets the list of initial internal recipients keyed by type.
|
public HasParticipantsImpl(DocumentModel document)
public void addInitialInternalParticipants(Map<String,List<String>> recipients)
HasParticipantsaddInitialInternalParticipants in interface HasParticipantsrecipients - A map keyed with the message type and valued with a
list of Mailboxpublic void addInitialExternalParticipants(Map<String,List<String>> recipients)
HasParticipantsaddInitialExternalParticipants in interface HasParticipantsrecipients - A map keyed with the message type and valued with a
list of Mailboxpublic void addParticipants(Map<String,List<String>> recipients)
HasParticipantsaddParticipants in interface HasParticipantsrecipients - A map keyed with the message type and valued with a
list of Mailboxpublic Map<String,List<String>> getAllParticipants()
HasParticipantsgetAllParticipants in interface HasParticipantspublic Map<String,List<String>> getInitialInternalParticipants()
HasParticipantsgetInitialInternalParticipants in interface HasParticipantspublic Map<String,List<String>> getInitialExternalParticipants()
HasParticipantsgetInitialExternalParticipants in interface HasParticipantsCopyright © 2013 Nuxeo SA. All Rights Reserved.