Examples of submitAllToWorkflow()


Examples of com.hlcl.rql.util.as.PageArrayList.submitAllToWorkflow()

   *
   * @return Number of submitted pages
   */
  public int submitPagesSavedAsDraft(Project project) throws RQLException {
    PageArrayList draftPages = project.getPagesByState(Project.WF_LIST_STATE_PAGES_SAVED_AS_DRAFT, this);
    draftPages.submitAllToWorkflow();
    return draftPages.size();
  }

  /**
   * Liefert alle Seiten dieses Benutzers, die er zu korrigieren hat.
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.