psdi.workflow.virtual

Class ReassignWF

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


    public class ReassignWF
    extends NonPersistentMbo
    implements NonPersistentMboRemote
    The nonpersistent Mbo ReassignWF provides parameters for Workflow Assignment reassignment.

    The attributes in this object are as follows:

    Attribute NameDescription
    AssigneeThe PersonID of the person getting the assignment.
    MemoRemarks about the reassignment. This is put on the Workflow transaction created to record the reassignment.
    SENDEMAILFlag whether to send email to the person assigned.
    TASKDESCTask Description, copied from the original assignment, can be changed for the new assignment
    See Also:
    for details about the reassign operation.
    • Constructor Detail

      • ReassignWF

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

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        SendEmail is false and read/only if the assignment doesn't have a communication template. Copy description and long description from the assignment.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException