Package org.apache.oodt.pcs.query

Examples of org.apache.oodt.pcs.query.JobIdQuery


   *          {@link Product}s for.
   * @return A {@link List} of {@link Product}s associated with the provided
   *         Workflow Instance ID.
   */
  public List getWorkflowInstProds(String wInstId) {
    return fm.queryAllTypes(new JobIdQuery(wInstId, fm).buildQuery(),
        this.prodTypeExcludeList);
  }
View Full Code Here

TOP

Related Classes of org.apache.oodt.pcs.query.JobIdQuery

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.