|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasParticipants
Method Summary | |
---|---|
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. |
Method Detail |
---|
void addParticipants(Map<String,List<String>> recipients)
recipients
- A map keyed with the message type and valued with a
list of Mailbox
void addInitialInternalParticipants(Map<String,List<String>> recipients)
recipients
- A map keyed with the message type and valued with a
list of Mailbox
void addInitialExternalParticipants(Map<String,List<String>> recipients)
recipients
- A map keyed with the message type and valued with a
list of Mailbox
Map<String,List<String>> getAllParticipants()
Map<String,List<String>> getInitialInternalParticipants()
Map<String,List<String>> getInitialExternalParticipants()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |