org.apache.juddi.query
Class FindEntityByPublisherQuery
java.lang.Object
org.apache.juddi.query.EntityQuery
org.apache.juddi.query.FindEntityByPublisherQuery
public class FindEntityByPublisherQuery
- extends EntityQuery
Returns the list of "entity" keys possessing the publisher Id in the passed in UddiEntityPublisher
Output is restricted by list of "entity" keys passed in. If null, all entities 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 |
AUTHORIZED_NAME_FIELD
public static final String AUTHORIZED_NAME_FIELD
- See Also:
- Constant Field Values
FindEntityByPublisherQuery
public FindEntityByPublisherQuery(String entityName,
String entityAlias,
String keyName,
String signaturePresent)
getEntityName
public String getEntityName()
getEntityAlias
public String getEntityAlias()
getKeyName
public String getKeyName()
getSelectSQL
public String getSelectSQL()
getSignaturePresent
public String getSignaturePresent()
setSignaturePresent
public void setSignaturePresent(String signaturePresent)
select
public List<?> select(javax.persistence.EntityManager em,
FindQualifiers fq,
UddiEntityPublisher publisher,
List<?> keysIn,
DynamicQuery.Parameter... restrictions)
appendConditions
public void appendConditions(DynamicQuery qry,
FindQualifiers fq,
UddiEntityPublisher publisher)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.