Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.cases
Interface HasParticipants

All Superinterfaces:
Serializable
All Known Subinterfaces:
ActionableCaseLink, Case, CaseItem, CaseLink
All Known Implementing Classes:
ActionableCaseLinkImpl, CaseImpl, CaseItemImpl, CaseLinkImpl, CaseLinkRequestImpl, HasParticipantsImpl

public interface HasParticipants
extends Serializable

Author:
arussel

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

addParticipants

void addParticipants(Map<String,List<String>> recipients)
Adds to the list of recipients.

Parameters:
recipients - A map keyed with the message type and valued with a list of Mailbox

addInitialInternalParticipants

void addInitialInternalParticipants(Map<String,List<String>> recipients)
Adds to the list of initial internal recipients.

Parameters:
recipients - A map keyed with the message type and valued with a list of Mailbox

addInitialExternalParticipants

void addInitialExternalParticipants(Map<String,List<String>> recipients)
Adds to the list of initial external recipients.

Parameters:
recipients - A map keyed with the message type and valued with a list of Mailbox

getAllParticipants

Map<String,List<String>> getAllParticipants()
Gets the list of all recipients keyed by type.


getInitialInternalParticipants

Map<String,List<String>> getInitialInternalParticipants()
Gets the list of initial internal recipients keyed by type.


getInitialExternalParticipants

Map<String,List<String>> getInitialExternalParticipants()
Gets the list of initial external recipients keyed by type.


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.