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
CustomRoleInterface
evaluateCustomRole
in interface CustomRoleInterface
roleMbo
- This is the role which has the custom class name.mbo
- The current mbo.MXException
java.rmi.RemoteException
public java.lang.String[] evaluateToEmail(MaxRole roleMbo, MboRemote mbo) throws MXException, java.rmi.RemoteException
CustomRoleInterface
evaluateToEmail
in interface CustomRoleInterface
roleMbo
- This is the role which has the custom class name.mbo
- The current mbo.MXException
java.rmi.RemoteException