org.apache.juddi.query
Class FindBusinessByIdentifierQuery

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

public class FindBusinessByIdentifierQuery
extends java.lang.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

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

Constructor Detail

FindBusinessByIdentifierQuery

public FindBusinessByIdentifierQuery()
Method Detail

select

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


Copyright © 2004-2010. All Rights Reserved.