psdi.webclient.beans.common

Class WFAdminBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class WFAdminBean
    extends AppBean
    AppBean for the Workflow Administration application.
    • Constructor Detail

      • WFAdminBean

        public WFAdminBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Prevent the deletion of the last active assignment.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • deleteassign

        public int deleteassign()
                         throws MXException,
                                java.rmi.RemoteException
        Prevent the deletion of the last active assignment.
        Throws:
        MXException
        java.rmi.RemoteException
      • viewactive

        public int viewactive()
                       throws MXException,
                              java.rmi.RemoteException
        Check to see if there are any active assignments before showing the dialog.
        Throws:
        MXException
        java.rmi.RemoteException
      • workflowstop

        public int workflowstop()
                         throws MXException,
                                java.rmi.RemoteException
        Handles the workflowstop action by getting the selected row and calling stop workflow on it.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.workflow.virtual.StopWFSe