psdi.webclient.beans.wfdesign

Class WFDesignAppBean

    • Constructor Detail

      • WFDesignAppBean

        public WFDesignAppBean()
    • Method Detail

      • bindBeans

        public void bindBeans(java.lang.String targetControlId)
      • selectnode

        public int selectnode()
                       throws java.rmi.RemoteException,
                              java.io.IOException,
                              javax.servlet.ServletException
        Method to selecting a node
        Returns:
        int
        Throws:
        java.rmi.RemoteException
        java.io.IOException
        javax.servlet.ServletException
      • selectaction

        public int selectaction()
                         throws java.rmi.RemoteException,
                                java.io.IOException,
                                javax.servlet.ServletException
        Method to selecting an action
        Returns:
        int
        Throws:
        java.rmi.RemoteException
        java.io.IOException
        javax.servlet.ServletException
      • getNodes

        public DataBean getNodes(java.lang.String targetControlId)
      • getActions

        public DataBean getActions(java.lang.String targetControlId)
      • getCanvas

        public ControlInstance getCanvas(java.lang.String targetControlId)
      • setZoom

        public boolean setZoom(java.lang.String targetControlId,
                               java.lang.String zoomValue)
      • VALIDATE

        public int VALIDATE()
                     throws MXException,
                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • ACTIVATE

        public void ACTIVATE()
                      throws MXException,
                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • DEACTIVATE

        public void DEACTIVATE()
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • ENABLE

        public int ENABLE()
                   throws MXException,
                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • DISABLE

        public void DISABLE()
                     throws MXException,
                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • DELETABLE

        public void DELETABLE()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • NODELETE

        public void NODELETE()
                      throws MXException,
                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • CREATEREV

        public void CREATEREV()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • VIEWSYNC

        public int VIEWSYNC()
                     throws MXException,
                            java.rmi.RemoteException
        View synchronization records, but only if this process is activated.
        Throws:
        MXException
        java.rmi.RemoteException
      • getExtraResources

        public java.util.List getExtraResources(java.lang.String servletBaseUrl,
                                                java.lang.String miniappBaseUrl)
        Description copied from interface: HasExtraResources
        Gets a list of WebResource objects to load for this miniapp
        Specified by:
        getExtraResources in interface HasExtraResources
        Parameters:
        servletBaseUrl - full base servlet URL path
        miniappBaseUrl - full base miniapp URL path to THIS miniapp instance
        Returns:
      • loadWFDesignerXmlForProject

        public java.lang.String loadWFDesignerXmlForProject(java.lang.String project)
      • loadMiniAppResource

        public java.lang.String loadMiniAppResource()
      • loadWFDesignerStringsForProject

        public java.lang.String loadWFDesignerStringsForProject(java.lang.String project)
      • loadLocalizedStringsResource

        public java.lang.String loadLocalizedStringsResource()
      • addnode

        public int addnode()
                    throws java.rmi.RemoteException
        This method responds to a request to add a node from the canvas.
        Returns:
        EVENT_HANDLED
        Throws:
        java.rmi.RemoteException
        See Also:
        request generated here.
      • deletenode

        public int deletenode()
                       throws java.rmi.RemoteException,
                              java.io.IOException,
                              javax.servlet.ServletException
        Method for deleting a node
        Returns:
        Throws:
        java.rmi.RemoteException
        java.io.IOException
        javax.servlet.ServletException
      • movenode

        public int movenode()
                     throws java.rmi.RemoteException
        Method for moving a node
        Returns:
        Throws:
        java.rmi.RemoteException
      • addaction

        public int addaction()
                      throws java.rmi.RemoteException,
                             java.io.IOException,
                             javax.servlet.ServletException
        Method called to add an action. Request values node_row, action_positive, owner_node_id, & member_node_id are used to create the action. If the action cannot be created, an error message box will appear.
        Returns:
        Throws:
        java.rmi.RemoteException
        java.io.IOException
        javax.servlet.ServletException
      • deleteaction

        public int deleteaction()
                         throws java.rmi.RemoteException,
                                java.io.IOException,
                                javax.servlet.ServletException
        Method for deleting a node
        Returns:
        Throws:
        java.rmi.RemoteException
        java.io.IOException
        javax.servlet.ServletException