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