public interface HasParticipants extends Serializable
| 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.
|
void addParticipants(Map<String,List<String>> recipients)
recipients - A map keyed with the message type and valued with a
list of Mailboxvoid addInitialInternalParticipants(Map<String,List<String>> recipients)
recipients - A map keyed with the message type and valued with a
list of Mailboxvoid addInitialExternalParticipants(Map<String,List<String>> recipients)
recipients - A map keyed with the message type and valued with a
list of MailboxMap<String,List<String>> getAllParticipants()
Map<String,List<String>> getInitialInternalParticipants()
Copyright © 2012 Nuxeo SA. All Rights Reserved.