public class EmailUserProfileCollectionResolver extends Object implements CollectionResolver
Modifier and Type | Field and Description |
---|---|
protected CachedResolverCollection |
m_EmailUserProfileCollection
EmailUserProfile Collection, keyed by EmailAddress.
|
protected LibrarySession |
m_Session
the Session that will be used to rsolve the Collection.
|
Constructor and Description |
---|
EmailUserProfileCollectionResolver(LibrarySession sess)
Construct a EmailUserProfileCollectionResolver object.
|
Modifier and Type | Method and Description |
---|---|
Collection |
getEmailUserProfileCollection()
Gets a reference to the EmailUserProfile collection.
|
void |
resolveCollection(CachedResolverCollection collection)
resolve Collection.
|
protected CachedResolverCollection m_EmailUserProfileCollection
protected LibrarySession m_Session
public EmailUserProfileCollectionResolver(LibrarySession sess) throws IfsException
sess
- the LibrarySessionIfsException
- if operation fails.public final Collection getEmailUserProfileCollection() throws IfsException
Unlike most collections, this collection is organizaed by EmailAddress, not Name.
IfsException
- if the operation failspublic void resolveCollection(CachedResolverCollection collection) throws IfsException
resolveCollection
in interface CollectionResolver
collection
- Collection to resolve.IfsException
- if operation fails.Copyright © 2023. All rights reserved.