public interface MailManager
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getGroupManagersEmail(long id)
Gets addresses of the managers of the given group. 
 | 
String[] | 
getGroupMembersEmail(long id)
Gets addresses of the members of the given group. 
 | 
String[] | 
getSecurityMembersEmail(long id)
Gets addresses of the users who have at least discover access to the given
 item. 
 | 
String[] | 
getUsersWithRoleEmail(long id)
Gets addresses of all users in the domain who currently have the given
 role. 
 | 
String[] getSecurityMembersEmail(long id) throws FdkException
id - The ID of the item.FdkException - if the operation fails.String[] getGroupMembersEmail(long id) throws FdkException
id - The ID of the group.FdkException - if the operation fails.String[] getGroupManagersEmail(long id) throws FdkException
id - The ID of the group.FdkException - if the operation fails.String[] getUsersWithRoleEmail(long id) throws FdkException
id - the role whose users should be mailed.FdkException - if the operation fails.Copyright © 2025. All rights reserved.