psdi.workflow

Class WFRevision

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


    public class WFRevision
    extends Mbo
    implements WFRevisionRemote
    Mbo to represent WFRevision object.

    This is a system level object.

    The key attributes for this object are MainProcess, Revision, and ProcessName.

    The attributes in this object are as follows:

    Attribute NameDescription
    MainProcessThe main Process that this revision relates to.
    ProcessNameThe sub-Process that this revision relates to.
    ProcessRevProcess revision of the sub-process.
    RevisionRevision of the main process.
    SynchronizeByThe user who synchronized the process and created this row.
    SynchronizeDateThe date the process was synchronized and the row created.
    • Constructor Detail

      • WFRevision

        public WFRevision(MboSet ms)
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        New mbo defaults.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException