org.apache.juddi.query
Class FindBindingByCategoryQuery

java.lang.Object
  extended by org.apache.juddi.query.FindBindingByCategoryQuery

public class FindBindingByCategoryQuery
extends Object

Returns the list of binding keys possessing the keyedReferences in the passed category bag. Output is restricted by list of binding keys passed in. If null, all binding templates are searched. Output is produced by building the appropriate JPA query based on input and find qualifiers. From specification: "This optional argument is a list of category references in the form of keyedReference elements and keyedReferenceGroup structures. When used, the returned bindingDetail for this API will contain elements matching all of the categories passed (logical AND by default). Specifying the appropriate findQualifiers can override this behavior."

Author:
Jeff Faath

Constructor Summary
FindBindingByCategoryQuery()
           
 
Method Summary
static List<?> select(javax.persistence.EntityManager em, FindQualifiers fq, org.uddi.api_v3.CategoryBag categoryBag, String parentKey, List<?> keysIn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindBindingByCategoryQuery

public FindBindingByCategoryQuery()
Method Detail

select

public static List<?> select(javax.persistence.EntityManager em,
                             FindQualifiers fq,
                             org.uddi.api_v3.CategoryBag categoryBag,
                             String parentKey,
                             List<?> keysIn)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.