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.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.ListIdentBagToString(IdentifierBag info,
String locale) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapBusinessIdentifiers(IdentifierBag apiIdentifierBag,
List<BusinessIdentifier> modelIdentifierList,
BusinessEntity modelBusinessEntity) |
static void |
MappingModelToApi.mapBusinessIdentifiers(List<BusinessIdentifier> modelIdentifierList,
IdentifierBag apiIdentifierBag,
BusinessEntity apiBusinessEntity) |
static void |
MappingApiToModel.mapTModelIdentifiers(IdentifierBag apiIdentifierBag,
List<TmodelIdentifier> modelIdentifierList,
Tmodel modelTModel) |
static void |
MappingModelToApi.mapTModelIdentifiers(List<TmodelIdentifier> modelIdentifierList,
IdentifierBag apiIdentifierBag,
TModel apiTModel) |
Modifier and Type | Method and Description |
---|---|
static List<Object> |
FindBusinessByIdentifierQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
IdentifierBag identifiers,
List<Object> keysIn) |
static List<Object> |
FindTModelByIdentifierQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
IdentifierBag identifiers,
List<Object> keysIn) |
List<Object> |
FindEntityByIdentifierQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
IdentifierBag identifiers,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateInquiry.validateIdentifierBag(IdentifierBag identifiers) |
void |
ValidatePublish.validateIdentifierBag(IdentifierBag identifiers,
org.apache.commons.configuration.Configuration config,
boolean isRoot) |
Modifier and Type | Method and Description |
---|---|
static IdentifierBag |
Builders.BuildIdentBag(Map map,
String prefix,
String locale)
identifier bag
|
Modifier and Type | Field and Description |
---|---|
protected IdentifierBag |
BusinessEntity.identifierBag |
protected IdentifierBag |
FindBusiness.identifierBag |
protected IdentifierBag |
FindTModel.identifierBag |
protected IdentifierBag |
TModel.identifierBag |
Modifier and Type | Method and Description |
---|---|
IdentifierBag |
ObjectFactory.createIdentifierBag()
Create an instance of
IdentifierBag |
IdentifierBag |
BusinessEntity.getIdentifierBag()
Gets the value of the identifierBag property.
|
IdentifierBag |
FindBusiness.getIdentifierBag()
Gets the value of the identifierBag property.
|
IdentifierBag |
FindTModel.getIdentifierBag()
Gets the value of the identifierBag property.
|
IdentifierBag |
TModel.getIdentifierBag()
Gets the value of the identifierBag property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<IdentifierBag> |
ObjectFactory.createIdentifierBag(IdentifierBag value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<IdentifierBag> |
ObjectFactory.createIdentifierBag(IdentifierBag value)
|
void |
BusinessEntity.setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.
|
void |
FindBusiness.setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.
|
void |
FindTModel.setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.
|
void |
TModel.setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.