psdi.workflow

Class OwnerSet

  • java.lang.Object
    • java.rmi.server.RemoteObject
      • java.rmi.server.RemoteServer
    • Constructor Detail

      • OwnerSet

        public OwnerSet(MboRemote owner)
                 throws java.rmi.RemoteException
        Constructor
        Parameters:
        owner - The Mbo which owns this MboSet
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getName

        public java.lang.String getName()
                                 throws java.rmi.RemoteException
        Name returned does not come from the database.
        Specified by:
        getName in interface MboSetRemote
        Specified by:
        getName in class FauxMboSet
        Returns:
        "OWNER"
        Throws:
        java.rmi.RemoteException
      • fetchMbos

        public void fetchMbos(int toPostion)
                       throws MXException,
                              java.rmi.RemoteException
        During design time this set will have an eventual owner of a WFProcess and this set will be emtpy. During process run time, this set will have an eventual owner of a WFInstance and the set will contain a single Mbo, the MBO controlled by the instance.
        Specified by:
        fetchMbos in class FauxMboSet
        Throws:
        MXException
        java.rmi.RemoteException