org.apache.juddi.query
Class FindTModelByPublisherQuery
java.lang.Object
org.apache.juddi.query.FindTModelByPublisherQuery
public class FindTModelByPublisherQuery
- extends java.lang.Object
Returns the list of tModel keys possessing the publisherId in the passed UddiEntityPublisher.
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.
*
- Author:
- Jeff Faath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindTModelByPublisherQuery
public FindTModelByPublisherQuery()
select
public static java.util.List<?> select(javax.persistence.EntityManager em,
FindQualifiers fq,
UddiEntityPublisher publisher,
java.util.List<?> keysIn,
DynamicQuery.Parameter... restrictions)
Copyright © 2004-2009. All Rights Reserved.