Package | Description |
---|---|
org.uddi4j.client | |
org.uddi4j.datatype.assertion | |
org.uddi4j.request | |
org.uddi4j.response | |
org.uddi4j.util |
Modifier and Type | Method | Description |
---|---|---|
RelatedBusinessesList |
UDDIProxy.find_relatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers) |
Deprecated.
UDDI version 2, errata 2 added maxrows as a parameter
to this method.
|
RelatedBusinessesList |
UDDIProxy.find_relatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int maxRows) |
The find_relatedBusinesses API call is used to locate information about businessEntity
registrations that are related to a specific business entity whose key is passed in the
inquiry.
|
Modifier and Type | Method | Description |
---|---|---|
KeyedReference |
PublisherAssertion.getKeyedReference() |
Modifier and Type | Method | Description |
---|---|---|
void |
PublisherAssertion.setKeyedReference(KeyedReference r) |
Constructor | Description |
---|---|
PublisherAssertion(java.lang.String fromKey,
java.lang.String toKey,
KeyedReference keyRef) |
Construct the object with required fields.
|
Modifier and Type | Method | Description |
---|---|---|
KeyedReference |
FindRelatedBusinesses.getKeyedReference() |
Modifier and Type | Method | Description |
---|---|---|
void |
FindRelatedBusinesses.setKeyedReference(KeyedReference newKeyedReference) |
Modifier and Type | Method | Description |
---|---|---|
KeyedReference |
AssertionStatusItem.getKeyedReference() |
Modifier and Type | Method | Description |
---|---|---|
void |
AssertionStatusItem.setKeyedReference(KeyedReference r) |
Constructor | Description |
---|---|
AssertionStatusItem(java.lang.String fromKey,
java.lang.String toKey,
KeyedReference ref,
KeysOwned keys) |
Construct the object with required fields.
|
Modifier and Type | Method | Description |
---|---|---|
KeyedReference |
CategoryBag.get(int index) |
Retrieve the object at the specified index within the collection.
|
KeyedReference |
IdentifierBag.get(int index) |
Retrieve the object at the specified index within the collection.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CategoryBag.add(KeyedReference kr) |
Add a keyed reference to this collection
|
void |
IdentifierBag.add(KeyedReference kr) |
Add a keyed reference to this collection
|
boolean |
CategoryBag.remove(KeyedReference kr) |
Remove the specified object from the collection.
|
boolean |
IdentifierBag.remove(KeyedReference kr) |
Remove the specified object from the collection.
|
Copyright ? 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.