Package wowodc.background.tasks

Examples of wowodc.background.tasks.T04SimpleEOFTask


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

TOP

Related Classes of wowodc.background.tasks.T04SimpleEOFTask

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.