org.apache.juddi.query
Class FindTModelByCategoryQuery

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

public class FindTModelByCategoryQuery
extends java.lang.Object

Returns the list of tModel keys possessing the keyedReferences in the passed category bag. Output is restricted by list of tModel keys passed in. If null, all tModels are searched. Output is produced by building the appropriate JPA query based on input and find qualifiers. From specification: "This is a list of category references. The returned tModelList contains tModelInfo elements whose associated tModels match all of the categories passed (logical AND by default). Specifying the appropriate findQualifiers can override this behavior."

Author:
Jeff Faath

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

Constructor Detail

FindTModelByCategoryQuery

public FindTModelByCategoryQuery()
Method Detail

select

public static java.util.List<?> select(javax.persistence.EntityManager em,
                                       FindQualifiers fq,
                                       CategoryBag categoryBag,
                                       java.util.List<?> keysIn)


Copyright © 2004-2009. All Rights Reserved.