public class BBAudSiteRole extends java.lang.Object implements CustomRoleInterface
| Constructor and Description |
|---|
BBAudSiteRole() |
| Modifier and Type | Method and Description |
|---|---|
MboRemote |
evaluateCustomRole(MaxRole roleMbo,
MboRemote mbo)
Determines the Person or PersonGroup for a role.
|
java.lang.String[] |
evaluateToEmail(MaxRole roleMbo,
MboRemote mbo)
Creates an array of email address for this role.
|
public MboRemote evaluateCustomRole(MaxRole roleMbo, MboRemote mbo) throws MXException, java.rmi.RemoteException
CustomRoleInterfaceevaluateCustomRole in interface CustomRoleInterfaceroleMbo - This is the role which has the custom class name.mbo - The current mbo.MXExceptionjava.rmi.RemoteExceptionpublic java.lang.String[] evaluateToEmail(MaxRole roleMbo, MboRemote mbo) throws MXException, java.rmi.RemoteException
CustomRoleInterfaceevaluateToEmail in interface CustomRoleInterfaceroleMbo - This is the role which has the custom class name.mbo - The current mbo.MXExceptionjava.rmi.RemoteException