psdi.common.role

Interface CustomRoleInterface

    • Method Detail

      • evaluateCustomRole

        MboRemote evaluateCustomRole(MaxRole roleMbo,
                                     MboRemote mbo)
                              throws MXException,
                                     java.rmi.RemoteException
        Determines the Person or PersonGroup for a role. The value returned is treated as if the MaxRole attribute PersonID or PersonGroup had this value. If a PersonGroup is returned, the final output is affected by the IsBroadcast flag
        Parameters:
        roleMbo - This is the role which has the custom class name.
        mbo - The current mbo.
        Returns:
        This method can return either a PersonRemote or PersonGroupRemote.
        Throws:
        MXException
        java.rmi.RemoteException
      • evaluateToEmail

        java.lang.String[] evaluateToEmail(MaxRole roleMbo,
                                           MboRemote mbo)
                                    throws MXException,
                                           java.rmi.RemoteException
        Creates an array of email address for this role.
        Parameters:
        roleMbo - This is the role which has the custom class name.
        mbo - The current mbo.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException