Package wowodc.background.tasks

Examples of wowodc.background.tasks.T07EOFTaskWithSubTasks


   */
  public WOActionResults dispatchComboTask() {
    // Set up the controller for the end of task action
    ERXNextPageForResultWOAction controller = new ERXNextPageForResultWOAction(pageWithName(TaskInfoPage.class), "taskInfo");
   
    Callable<EOGlobalID> task = new T07EOFTaskWithSubTasks();
   
    CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
    nextPage.setNextPageForResultController(controller);
    nextPage.setTask(task);
   
View Full Code Here

TOP

Related Classes of wowodc.background.tasks.T07EOFTaskWithSubTasks

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.