psdi.workflow.virtual

Class NotificationWFSet

    • Constructor Detail

      • NotificationWFSet

        public NotificationWFSet(MboServerInterface ms)
                          throws MXException,
                                 java.rmi.RemoteException
        Construct the set of Custom Mbos.
        Parameters:
        ms - The MboServerInterface CustomMboSet uses to access internals of the MXServer.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create an NotificationWF object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The NotificationWFSet.
        Returns:
        an NotificationWF object.
        Throws:
        MXException
        java.rmi.RemoteException
      • sendNotifications

        public void sendNotifications(WFAssignmentRemote reassignment)
                               throws MXException,
                                      java.rmi.RemoteException
        After the attributes are set, call this method to create the workflow notifications. One email is sent for each member of this set. Communication Templates are used to create the emails.
        Throws:
        MXException
        java.rmi.RemoteException