org.apache.juddi.query
Class FindTModelByIdentifierQuery
java.lang.Object
org.apache.juddi.query.FindTModelByIdentifierQuery
public class FindTModelByIdentifierQuery
- extends java.lang.Object
Returns the list of tModel keys possessing the keyedReferences in the passed identifier bag.
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.
From specification:
"This is a list of identifier references in the form of keyedReference elements. The returned
tModelList contains tModelInfo elements whose associated tModels match any of the identifiers passed (logical OR by default).
Specifying the appropriate findQualifiers can override this behavior."
- Author:
- Jeff Faath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindTModelByIdentifierQuery
public FindTModelByIdentifierQuery()
select
public static java.util.List<?> select(javax.persistence.EntityManager em,
FindQualifiers fq,
IdentifierBag identifiers,
java.util.List<?> keysIn)
Copyright © 2004-2009. All Rights Reserved.