psdi.app.workorder.virtual

Class ShowWOHierarchy

  • java.lang.Object
    • java.rmi.server.RemoteObject
      • java.rmi.server.RemoteServer
        • java.rmi.server.UnicastRemoteObject
  • All Implemented Interfaces:
    java.io.Serializable, java.rmi.Remote, FauxMboSetRemote, MboAccessInterface, MboConstants, MboSetRemote, Transactable


    public class ShowWOHierarchy
    extends FauxMboSet
    implements FauxMboSetRemote
    The ShowWOHierarchy contains the owning workorder Mbo and all its descendants in hierarchy order. Levels within the hierarchy are order by the order by clause, which has a default of "wosequence, taskid". This set is setup to be read only. It does not do any listening and if any siginificant changes occur to its member Mbos, the reset method should be called.

    This set does not support filtering.

    See Also:
    Serialized Form
    • Constructor Detail

      • ShowWOHierarchy

        public ShowWOHierarchy(MboRemote owner)
                        throws java.rmi.RemoteException
        Constructor.
        Throws:
        java.rmi.RemoteException