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

Class OslcInteractionGroupAppMenuSet

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

      • OslcInteractionGroupAppMenuSet

        public OslcInteractionGroupAppMenuSet(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 OslcGenerator object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The MaxIfaceLoadSet.
        Returns:
        a MaxIfaceLoad object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • canAdd

        public void canAdd()
                    throws MXException
        Can an object be added to the collection ? This is usually overriden in the specific mboset
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • fillAppMenus

        public void fillAppMenus(MboSetRemote npSet)
                          throws MXException,
                                 java.rmi.RemoteException
        Method to fill Application Menu Set from menu selections
        Parameters:
        npSet - Non-Persistent set with selected Mbo's.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception