org.apache.juddi.query
Class FindBusinessByPublisherQuery
java.lang.Object
org.apache.juddi.query.FindBusinessByPublisherQuery
public class FindBusinessByPublisherQuery
- extends java.lang.Object
Returns the list of business keys possessing the publisherId in the passed UddiEntityPublisher.
Output is restricted by list of business keys passed in. If null, all businesses are searched.
Output is produced by building the appropriate JPA query based on input and find qualifiers.
- Author:
- Jeff Faath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindBusinessByPublisherQuery
public FindBusinessByPublisherQuery()
select
public static java.util.List<?> select(javax.persistence.EntityManager em,
FindQualifiers fq,
UddiEntityPublisher publisher,
java.util.List<?> keysIn)
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.