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

Class OslcInteractionGroupMember

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

      • OslcInteractionGroupMember

        public OslcInteractionGroupMember(MboSet ms)
                                   throws MXException,
                                          java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The OslcInteractionGroupMember MboSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new OslcInteractionGroupMember table.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • modify

        public void modify()
                    throws MXException,
                           java.rmi.RemoteException
        This is called whenever a change is made to the attributes of OslcInteractionGroupMember. When any field related to OslcInteractionGroupMember is changed, changedate and changeby is updated.
        Overrides:
        modify in class Mbo
        Throws:
        MXException - throws MXException
        java.rmi.RemoteException - throws RemoteException
      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        Overwritten for OslcInteraction MBO. Delete any rows in OSLCPREFILLMAP referenced by the interaction to be deleted.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - accessModifier
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)