Package | Description |
---|---|
org.apache.juddi.query |
JPA Queries for all UDDI functions
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static List<Object> |
FindBusinessByTModelKeyQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
TModelBag tModels,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
static List<Object> |
FindBindingByTModelKeyQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
TModelBag tModels,
String parentKey,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
static List<Object> |
FindServiceByTModelKeyQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
TModelBag tModels,
String parentKey,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateInquiry.validateTModelBag(TModelBag tmodelBag) |
Modifier and Type | Field and Description |
---|---|
protected TModelBag |
FindBinding.tModelBag |
protected TModelBag |
FindBusiness.tModelBag |
protected TModelBag |
FindService.tModelBag |
Modifier and Type | Method and Description |
---|---|
TModelBag |
ObjectFactory.createTModelBag()
Create an instance of
TModelBag |
TModelBag |
FindBinding.getTModelBag()
Gets the value of the tModelBag property.
|
TModelBag |
FindBusiness.getTModelBag()
Gets the value of the tModelBag property.
|
TModelBag |
FindService.getTModelBag()
Gets the value of the tModelBag property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModelBag> |
ObjectFactory.createTModelBag(TModelBag value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModelBag> |
ObjectFactory.createTModelBag(TModelBag value)
|
void |
FindBinding.setTModelBag(TModelBag value)
Sets the value of the tModelBag property.
|
void |
FindBusiness.setTModelBag(TModelBag value)
Sets the value of the tModelBag property.
|
void |
FindService.setTModelBag(TModelBag value)
Sets the value of the tModelBag property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.