psdi.workflow

Class MaximoAdminRole

    • Constructor Detail

      • MaximoAdminRole

        public MaximoAdminRole()
    • Method Detail

      • evaluateCustomRole

        public MboRemote evaluateCustomRole(MaxRole roleMbo,
                                            MboRemote currentMbo)
                                     throws MXException,
                                            java.rmi.RemoteException
        Description copied from interface: CustomRoleInterface
        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
        Specified by:
        evaluateCustomRole in interface CustomRoleInterface
        Parameters:
        roleMbo - This is the role which has the custom class name.
        currentMbo - The current mbo.
        Returns:
        This method can return either a PersonRemote or PersonGroupRemote.
        Throws:
        MXException
        java.rmi.RemoteException