Package org.apache.oodt.cas.webcomponents.workflow.conditions

Examples of org.apache.oodt.cas.webcomponents.workflow.conditions.WorkflowConditionViewer


  /**
   * @param parameters
   */
  public WorkflowConditionViewerPage(PageParameters parameters) {
    super(parameters);
    add(new WorkflowConditionViewer("cond_viewer", app.getWmUrlStr(),
        parameters.getString("id")));
    add(new Label("cond_id", parameters.getString("id")));
  }
View Full Code Here


        public void onClick() {
          setResponsePage(getApplication().getHomePage());
        }
     });
     add(new Label("cond_id", params.getString("id")));
     add(new WorkflowConditionViewer("cond_viewer", ((WMMonitorApp)getApplication()).getWorkflowUrl(),
         params.getString("id")));
   }
View Full Code Here

TOP

Related Classes of org.apache.oodt.cas.webcomponents.workflow.conditions.WorkflowConditionViewer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.