psdi.workflow.virtual

Class InitiateWorkflowMbo

  • All Implemented Interfaces:
    java.rmi.Remote, MboConstants, MboRemote, NonPersistentMboRemote, MaxRemoteProxy


    public class InitiateWorkflowMbo
    extends NonPersistentMbo
    implements NonPersistentMboRemote
    Parameters for initiating workflow on a target Mbo.

    The attributes in this object are as follows:

    Attribute NameDescription
    MemoMemo for Workflow Process Initiation
    OwnerIDUnique ID of the target Mbo.
    OwnerTableTable where target Mbo is found.
    ProcessNameName of the process to initiate.
    • Constructor Detail

      • InitiateWorkflowMbo

        public InitiateWorkflowMbo(MboSet ms)
                            throws MXException,
                                   java.rmi.RemoteException
        Constructor.
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Set the OwnerTable and OwnerID from the target Mbo. If only one process available for the Mbo, default it's name.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException