Package | Description |
---|---|
org.apache.juddi.adminconsole.hub.builders | |
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.query |
JPA Queries for all UDDI functions
|
org.apache.juddi.v3.client.i18n |
Internationalization helper functions
|
org.apache.juddi.v3.tck | |
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.apache.juddi.webconsole.hub.builders |
Parsers and helper functions
|
org.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static String |
Printers.ListNamesToString(List<Name> name) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapBusinessNames(List<BusinessName> modelNameList,
List<Name> apiNameList) |
static void |
MappingApiToModel.mapBusinessNames(List<Name> apiNameList,
List<BusinessName> modelNameList,
BusinessEntity modelBusinessEntity) |
static void |
MappingApiToModel.mapServiceNames(List<Name> apiNameList,
List<ServiceName> modelNameList,
BusinessService modelBusinessService) |
static void |
MappingModelToApi.mapServiceNames(List<ServiceName> modelNameList,
List<Name> apiNameList) |
Modifier and Type | Method and Description |
---|---|
static void |
FindTModelByNameQuery.appendConditions(DynamicQuery qry,
FindQualifiers fq,
Name name) |
static List<Object> |
FindTModelByNameQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
Name name,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
Modifier and Type | Method and Description |
---|---|
void |
FindEntityByNamesQuery.appendConditions(DynamicQuery qry,
FindQualifiers fq,
List<Name> names) |
void |
FindEntityByNamesQuery.appendJoinTables(DynamicQuery qry,
FindQualifiers fq,
List<Name> names) |
static List<Object> |
FindBusinessByNameQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
List<Name> names,
List<Object> keysIn) |
List<Object> |
FindEntityByNamesQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
List<Name> names,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
static List<Object> |
FindServiceByNameQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
List<Name> names,
String parentKey,
List<Object> keysIn) |
Modifier and Type | Method and Description |
---|---|
static Name |
EntityForLang.getName(List<Name> entityList,
String lang) |
Modifier and Type | Method and Description |
---|---|
static Name |
EntityForLang.getName(List<Name> entityList,
String lang) |
Modifier and Type | Method and Description |
---|---|
static void |
TckValidator.checkNames(List<Name> names1,
List<Name> names2) |
static void |
TckValidator.checkNames(List<Name> names1,
List<Name> names2) |
static String |
TckCommon.ListToString(List<Name> name) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateInquiry.validateNames(List<Name> names) |
void |
ValidatePublish.validateNames(List<Name> names) |
Modifier and Type | Method and Description |
---|---|
static List<Name> |
Builders.BuildNames(Map map,
String prefix,
String cte,
String locale)
name elements
|
Modifier and Type | Method and Description |
---|---|
static String |
Printers.ListNamesToString(List<Name> name)
Name to space separated string
|
Modifier and Type | Field and Description |
---|---|
protected Name |
FindTModel.name |
protected Name |
TModel.name |
protected Name |
TModelInfo.name |
Modifier and Type | Field and Description |
---|---|
protected List<Name> |
BusinessEntity.name |
protected List<Name> |
BusinessInfo.name |
protected List<Name> |
BusinessService.name |
protected List<Name> |
FindBusiness.name |
protected List<Name> |
FindService.name |
protected List<Name> |
RelatedBusinessInfo.name |
protected List<Name> |
ServiceInfo.name |
Modifier and Type | Method and Description |
---|---|
Name |
ObjectFactory.createName()
Create an instance of
Name |
Name |
FindTModel.getName()
Gets the value of the name property.
|
Name |
TModel.getName()
Gets the value of the name property.
|
Name |
TModelInfo.getName()
Gets the value of the name property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Name> |
ObjectFactory.createName(Name value)
|
List<Name> |
BusinessEntity.getName()
Gets the value of the name property.
|
List<Name> |
BusinessInfo.getName()
Gets the value of the name property.
|
List<Name> |
BusinessService.getName()
Gets the value of the name property.
|
List<Name> |
FindBusiness.getName()
Gets the value of the name property.
|
List<Name> |
FindService.getName()
Gets the value of the name property.
|
List<Name> |
RelatedBusinessInfo.getName()
Gets the value of the name property.
|
List<Name> |
ServiceInfo.getName()
Gets the value of the name property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Name> |
ObjectFactory.createName(Name value)
|
void |
FindTModel.setName(Name value)
Sets the value of the name property.
|
void |
TModel.setName(Name value)
Sets the value of the name property.
|
void |
TModelInfo.setName(Name value)
Sets the value of the name property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.