psdi.workflow.virtual

Class ShowWFWaitSet

    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create a ShowWFTask object.
        Overrides:
        getMboInstance in class ShowWFObjectSet
        Parameters:
        ms - The ShowWFTaskSet.
        Returns:
        an ShowWFTask Mbo object.
        Throws:
        MXException
        java.rmi.RemoteException
      • copyFrom

        public void copyFrom(MboRemote destMbo1,
                             MboRemote destMbo2,
                             MboRemote fromMbo)
                      throws MXException,
                             java.rmi.RemoteException
        Description copied from class: ShowWFObjectSet
        Copies field values from the passed in fromMbo mbo to the passed in destMbo1 mbo or destMbo2 mbo. This method tries to copy each value from the fromMbo mbo into destMbo1. If the field does not exist in destMbo1 then it will try to copy it into destMbo2. If the field does not exist in destMbo2 then no value will be copied for that field.
        Overrides:
        copyFrom in class ShowWFObjectSet
        Throws:
        MXException
        java.rmi.RemoteException
      • copyTo

        public void copyTo(MboRemote srcMbo1,
                           MboRemote srcMbo2,
                           MboRemote toMbo)
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: ShowWFObjectSet
        Copies field values from the passed in srcMbo1 mbo or srcMbo2 mbo to the passed in toMbo. This method tries to fill all the fields of the toMbo mbo. If the field does not exist in srcMbo1 then try to get the value from srcMbo2. If the field does not exist in srcMbo2 then no value will be copied.
        Overrides:
        copyTo in class ShowWFObjectSet
        Throws:
        MXException
        java.rmi.RemoteException