|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Holds users, principals, and roles and resolves these entities to a unique
set of users.
Supported API: false
Extendable: false
Method Summary | |
void |
addPrincipal(WTPrincipal principal)
Adds a principal to the list. |
void |
addPrincipal(WTPrincipalReference principal_ref)
Adds a principal to the list. |
void |
addRecipient(Object object)
Add a recipient to the distribution list. |
void |
addRole(Role role)
Specifies which roles in the distribution list's roleholders should be resolved to users. |
void |
addRoleHolder(RoleHolder2 roleHolder2)
Supported API: false |
void |
addUser(WTUser user)
Add the given user to the list of WTUsers, and add that user's locale to the list of Locales. |
Enumeration |
getResolvedUsers()
Derives the unique set of WTUsers based on the users,
principals, and roles in the distribution list. |
Enumeration |
getUserLocales()
Returns the union of locales used by all the users in the distribution list. |
Enumeration |
getUsersFromLocale(Locale locale)
Returns an enumeration of users from a specified locale. |
Method Detail |
public void addPrincipal(WTPrincipal principal) throws WTException
principal
- the WTPrincipal object to be added to the rolePrincipalMap
WTException
public void addPrincipal(WTPrincipalReference principal_ref)
principal_ref
- public void addUser(WTUser user) throws WTException
user
-
WTException
public void addRecipient(Object object) throws WTException
object
-
WTException
public Enumeration getResolvedUsers() throws WTException
WTUsers
based on the users,
principals, and roles in the distribution list.
WTException
public Enumeration getUserLocales() throws WTException
WTException
public Enumeration getUsersFromLocale(Locale locale) throws WTException
locale
-
WTException
public void addRole(Role role) throws WTException
role
-
WTException
public void addRoleHolder(RoleHolder2 roleHolder2) throws WTException
roleHolder2
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |