com.ibm.tivoli.maximo.oslc.consumer.app.interaction

Class OslcInteractionGroupMemberSet

  • java.lang.Object
    • psdi.mbo.MboSet
      • com.ibm.tivoli.maximo.oslc.consumer.app.interaction.OslcInteractionGroupMemberSet
    • Constructor Detail

      • OslcInteractionGroupMemberSet

        public OslcInteractionGroupMemberSet(MboServerInterface ms)
                                      throws MXException,
                                             java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The MboServerInterface
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create OslcInteractionGroupMember object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The MaxIfaceLoadSet.
        Returns:
        a MaxIfaceLoad object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • fillInteraction

        public MboSetRemote fillInteraction()
                                     throws MXException,
                                            java.rmi.RemoteException
        Method to get Interaction which can be added to the interaction group.
        Returns:
        a OSLC Generator object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • fillGroupMembers

        public void fillGroupMembers(MboSetRemote npSet)
                              throws MXException,
                                     java.rmi.RemoteException
        Method to add interactions from selected list to an interaction group
        Parameters:
        npSet - Non-Persistent set with selected Mbo's.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception