|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyedReference | |
---|---|
org.uddi4j.client | |
org.uddi4j.datatype.assertion | |
org.uddi4j.request | |
org.uddi4j.response | |
org.uddi4j.util |
Uses of KeyedReference in org.uddi4j.client |
---|
Methods in org.uddi4j.client with parameters of type KeyedReference | |
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. Use UDDIProxy.find_relatedBusinesses(String, KeyedReference, FindQualifiers, int) instead |
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. |
Uses of KeyedReference in org.uddi4j.datatype.assertion |
---|
Methods in org.uddi4j.datatype.assertion that return KeyedReference | |
KeyedReference |
PublisherAssertion.getKeyedReference()
|
Methods in org.uddi4j.datatype.assertion with parameters of type KeyedReference | |
void |
PublisherAssertion.setKeyedReference(KeyedReference r)
|
Constructors in org.uddi4j.datatype.assertion with parameters of type KeyedReference | |
PublisherAssertion(java.lang.String fromKey,
java.lang.String toKey,
KeyedReference keyRef)
Construct the object with required fields. |
Uses of KeyedReference in org.uddi4j.request |
---|
Methods in org.uddi4j.request that return KeyedReference | |
KeyedReference |
FindRelatedBusinesses.getKeyedReference()
|
Methods in org.uddi4j.request with parameters of type KeyedReference | |
void |
FindRelatedBusinesses.setKeyedReference(KeyedReference newKeyedReference)
|
Uses of KeyedReference in org.uddi4j.response |
---|
Methods in org.uddi4j.response that return KeyedReference | |
KeyedReference |
AssertionStatusItem.getKeyedReference()
|
Methods in org.uddi4j.response with parameters of type KeyedReference | |
void |
AssertionStatusItem.setKeyedReference(KeyedReference r)
|
Constructors in org.uddi4j.response with parameters of type KeyedReference | |
AssertionStatusItem(java.lang.String fromKey,
java.lang.String toKey,
KeyedReference ref,
KeysOwned keys)
Construct the object with required fields. |
Uses of KeyedReference in org.uddi4j.util |
---|
Methods in org.uddi4j.util that return KeyedReference | |
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. |
Methods in org.uddi4j.util with parameters of type KeyedReference | |
void |
CategoryBag.add(KeyedReference kr)
Add a keyed reference to this collection |
boolean |
CategoryBag.remove(KeyedReference kr)
Remove the specified object from the collection. |
void |
IdentifierBag.add(KeyedReference kr)
Add a keyed reference to this collection |
boolean |
IdentifierBag.remove(KeyedReference kr)
Remove the specified object from the collection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |