Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.cases
Class HasParticipantsImpl

java.lang.Object
  extended by org.nuxeo.cm.cases.HasParticipantsImpl
All Implemented Interfaces:
Serializable, HasParticipants

public class HasParticipantsImpl
extends Object
implements HasParticipants

Author:
arussel
See Also:
Serialized Form

Constructor Summary
HasParticipantsImpl(org.nuxeo.ecm.core.api.DocumentModel document)
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasParticipantsImpl

public HasParticipantsImpl(org.nuxeo.ecm.core.api.DocumentModel document)
Method Detail

addInitialInternalParticipants

public void addInitialInternalParticipants(Map<String,List<String>> recipients)
Description copied from interface: HasParticipants
Adds to the list of initial internal recipients.

Specified by:
addInitialInternalParticipants in interface HasParticipants
Parameters:
recipients - A map keyed with the message type and valued with a list of Mailbox

addInitialExternalParticipants

public void addInitialExternalParticipants(Map<String,List<String>> recipients)
Description copied from interface: HasParticipants
Adds to the list of initial external recipients.

Specified by:
addInitialExternalParticipants in interface HasParticipants
Parameters:
recipients - A map keyed with the message type and valued with a list of Mailbox

addParticipants

public void addParticipants(Map<String,List<String>> recipients)
Description copied from interface: HasParticipants
Adds to the list of recipients.

Specified by:
addParticipants in interface HasParticipants
Parameters:
recipients - A map keyed with the message type and valued with a list of Mailbox

getAllParticipants

public Map<String,List<String>> getAllParticipants()
Description copied from interface: HasParticipants
Gets the list of all recipients keyed by type.

Specified by:
getAllParticipants in interface HasParticipants

getInitialInternalParticipants

public Map<String,List<String>> getInitialInternalParticipants()
Description copied from interface: HasParticipants
Gets the list of initial internal recipients keyed by type.

Specified by:
getInitialInternalParticipants in interface HasParticipants

getInitialExternalParticipants

public Map<String,List<String>> getInitialExternalParticipants()
Description copied from interface: HasParticipants
Gets the list of initial external recipients keyed by type.

Specified by:
getInitialExternalParticipants in interface HasParticipants

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.