psdi.app.workorder

Class WoAncestorSet

    • Constructor Detail

      • WoAncestorSet

        public WoAncestorSet(MboServerInterface ms)
                      throws MXException,
                             java.rmi.RemoteException
        Construct the set of WoAncestor records.
        Parameters:
        ms - The MboServerInterface used 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 a WoAncestor object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The WoAncestor MboSet.
        Returns:
        The WoAncestor Mbo.
        Throws:
        MXException
        java.rmi.RemoteException
      • setFlag

        public void setFlag(long flag,
                            boolean state)
        Description copied from class: MboSet
        Set the mboset flags to the specified values. Flags used are usually NOUPDATE, NOADD, NODELETE. All three can be specified by using the READONLY flag.
        Specified by:
        setFlag in interface MboSetRemote
        Overrides:
        setFlag in class MboSet