org.apache.juddi.query
Class FindServiceByCategoryQuery
java.lang.Object
org.apache.juddi.query.FindServiceByCategoryQuery
public class FindServiceByCategoryQuery
- extends java.lang.Object
Returns the list of service keys possessing the keyedReferences in the passed category bag.
Output is restricted by list of service keys passed in. If null, all business services 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 serviceList contains serviceInfo structures matching all of
the categories passed (logical AND by default). Specifying the appropriate findQualifiers can override this behavior."
- Author:
- Jeff Faath
Method Summary |
static java.util.List<?> |
select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
java.lang.String parentKey,
java.util.List<?> keysIn)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindServiceByCategoryQuery
public FindServiceByCategoryQuery()
select
public static java.util.List<?> select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
java.lang.String parentKey,
java.util.List<?> keysIn)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.