psdi.workflow

Class WFProcessSet

    • Constructor Detail

      • WFProcessSet

        public WFProcessSet(MboServerInterface ms)
                     throws java.rmi.RemoteException
        Construct the set
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getWFProcessRevisionByID

        public WFProcessRemote getWFProcessRevisionByID(java.lang.String mainProcess,
                                                        int revision,
                                                        java.lang.String subProcessName)
                                                 throws java.rmi.RemoteException,
                                                        MXException
        Find the enabled revision sub-process given this data, using the WFRevision records.
        Specified by:
        getWFProcessRevisionByID in interface WFProcessSetRemote
        Parameters:
        mainProcess - The name of the main process
        revision - The revision of the main process.
        subProcessName - The name of the subprocess to return.
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException
        See Also:
        psdi.workflow.WFProcessSet#getWFProcessRevisionByID(String)