org.apache.juddi.query
Class FindTModelByPublisherQuery
java.lang.Object
org.apache.juddi.query.FindTModelByPublisherQuery
public class FindTModelByPublisherQuery
- extends 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 List<?> select(javax.persistence.EntityManager em,
FindQualifiers fq,
UddiEntityPublisher publisher,
List<?> keysIn,
DynamicQuery.Parameter... restrictions)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.