org.apache.juddi.query
Class FindBusinessByIdentifierQuery
java.lang.Object
org.apache.juddi.query.FindBusinessByIdentifierQuery
public class FindBusinessByIdentifierQuery
- extends Object
Returns the list of business keys possessing the keyedReferences in the passed identifier bag.
Output is restricted by list of business keys passed in. If null, all business entities are searched.
Output is produced by building the appropriate JPA query based on input and find qualifiers.
From specification:
"This is a list of business identifier references in the form of keyedReference elements. The returned
businessList contains businessInfo structures matching any of the identifiers passed (logical OR by default).
Specifying the appropriate findQualifiers can override this behavior"
- Author:
- Jeff Faath
Method Summary |
static List<?> |
select(javax.persistence.EntityManager em,
FindQualifiers fq,
org.uddi.api_v3.IdentifierBag identifiers,
List<?> keysIn)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindBusinessByIdentifierQuery
public FindBusinessByIdentifierQuery()
select
public static List<?> select(javax.persistence.EntityManager em,
FindQualifiers fq,
org.uddi.api_v3.IdentifierBag identifiers,
List<?> keysIn)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.