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.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static void |
InquiryHelper.getRelatedBusinesses(javax.persistence.EntityManager em,
Direction direction,
String focalKey,
KeyedReference keyedRef,
RelatedBusinessInfos relatedBusinessInfos) |
static void |
InquiryHelper.getRelatedBusinesses(javax.persistence.EntityManager em,
Direction direction,
String focalKey,
KeyedReference keyedRef,
RelatedBusinessInfos relatedBusinessInfos,
Date modifiedAfter,
Date modifiedBefore) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapRelatedBusinessInfo(PublisherAssertion modelPublisherAssertion,
BusinessEntity modelRelatedBusiness,
Direction direction,
RelatedBusinessInfo apiRelatedBusinessInfo) |
Modifier and Type | Field and Description |
---|---|
protected Direction |
SharedRelationships.direction |
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.fromValue(String v) |
Direction |
SharedRelationships.getDirection()
Gets the value of the direction property.
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedRelationships.setDirection(Direction value)
Sets the value of the direction property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.