public class RecipientInformationStore extends Object
Constructor and Description |
---|
RecipientInformationStore(Collection recipientInfos) |
Modifier and Type | Method and Description |
---|---|
RecipientInformation |
get(RecipientId selector)
Return the first RecipientInformation object that matches the
passed in selector.
|
Collection |
getRecipients()
Return all recipients in the collection
|
Collection |
getRecipients(RecipientId selector)
Return possible empty collection with recipients matching the passed in RecipientId
|
int |
size()
Return the number of recipients in the collection.
|
public RecipientInformationStore(Collection recipientInfos)
public RecipientInformation get(RecipientId selector)
selector
- to identify a recipientpublic int size()
public Collection getRecipients()
public Collection getRecipients(RecipientId selector)
selector
- a recipient id to select against.Copyright © 2015. All rights reserved.