Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
org.apache.juddi.query |
JPA Queries for all UDDI functions
|
Modifier and Type | Method and Description |
---|---|
ChangeRecord |
UDDIPublicationImpl.getChangeRecord_NewAssertion(org.uddi.api_v3.PublisherAssertion apiPubAssertion,
PublisherAssertion modelPubAssertion,
String node) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapAssertionStatusItem(PublisherAssertion modelPublisherAssertion,
org.uddi.api_v3.AssertionStatusItem apiAssertionStatusItem,
List<?> businessKeys) |
static void |
MappingApiToModel.mapPublisherAssertion(org.uddi.api_v3.PublisherAssertion apiPubAssertion,
PublisherAssertion modelPubAssertion)
note that when using this, it does not reference the instance of the
specific businesses, it will create new ones.
|
static void |
MappingModelToApi.mapPublisherAssertion(PublisherAssertion modelPublisherAssertion,
org.uddi.api_v3.PublisherAssertion apiPublisherAssertion) |
static void |
MappingModelToApi.mapRelatedBusinessInfo(PublisherAssertion modelPublisherAssertion,
BusinessEntity modelRelatedBusiness,
org.uddi.api_v3.Direction direction,
org.uddi.api_v3.RelatedBusinessInfo apiRelatedBusinessInfo) |
Modifier and Type | Method and Description |
---|---|
List<PublisherAssertion> |
BusinessEntity.getPublisherAssertionsForFromKey() |
List<PublisherAssertion> |
BusinessEntity.getPublisherAssertionsForToKey() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessEntity.setPublisherAssertionsForFromKey(List<PublisherAssertion> publisherAssertionsForFromKey) |
void |
BusinessEntity.setPublisherAssertionsForToKey(List<PublisherAssertion> publisherAssertionsForToKey) |
Constructor and Description |
---|
BusinessEntity(String entityKey,
String authorizedName,
String operator,
Date modified,
List<Contact> contacts,
List<BusinessIdentifier> businessIdentifiers,
List<PublisherAssertion> publisherAssertionsForFromKey,
List<DiscoveryUrl> discoveryUrls,
List<BusinessName> businessNames,
List<PublisherAssertion> publisherAssertionsForToKey,
BusinessCategoryBag categoryBag,
List<BusinessService> businessServices,
List<BusinessDescr> businessDescrs) |
BusinessEntity(String entityKey,
String authorizedName,
String operator,
Date modified,
List<Contact> contacts,
List<BusinessIdentifier> businessIdentifiers,
List<PublisherAssertion> publisherAssertionsForFromKey,
List<DiscoveryUrl> discoveryUrls,
List<BusinessName> businessNames,
List<PublisherAssertion> publisherAssertionsForToKey,
BusinessCategoryBag categoryBag,
List<BusinessService> businessServices,
List<BusinessDescr> businessDescrs) |
Modifier and Type | Method and Description |
---|---|
static List<PublisherAssertion> |
FindPublisherAssertionByBusinessQuery.select(javax.persistence.EntityManager em,
List<?> businessKeys,
org.uddi.api_v3.CompletionStatus completionStatus) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.