Uses of Class
org.uddi4j.util.KeyedReference
-
Packages that use KeyedReference Package Description 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 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. -
Uses of KeyedReference in org.uddi4j.datatype.assertion
Methods in org.uddi4j.datatype.assertion that return KeyedReference Modifier and Type Method Description KeyedReference
PublisherAssertion. getKeyedReference()
Methods in org.uddi4j.datatype.assertion with parameters of type KeyedReference Modifier and Type Method Description void
PublisherAssertion. setKeyedReference(KeyedReference r)
Constructors in org.uddi4j.datatype.assertion with parameters of type KeyedReference Constructor Description 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 Modifier and Type Method Description KeyedReference
FindRelatedBusinesses. getKeyedReference()
Methods in org.uddi4j.request with parameters of type KeyedReference Modifier and Type Method Description void
FindRelatedBusinesses. setKeyedReference(KeyedReference newKeyedReference)
-
Uses of KeyedReference in org.uddi4j.response
Methods in org.uddi4j.response that return KeyedReference Modifier and Type Method Description KeyedReference
AssertionStatusItem. getKeyedReference()
Methods in org.uddi4j.response with parameters of type KeyedReference Modifier and Type Method Description void
AssertionStatusItem. setKeyedReference(KeyedReference r)
Constructors in org.uddi4j.response with parameters of type KeyedReference Constructor Description 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 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.Methods in org.uddi4j.util with parameters of type KeyedReference Modifier and Type Method Description void
CategoryBag. add(KeyedReference kr)
Add a keyed reference to this collectionvoid
IdentifierBag. add(KeyedReference kr)
Add a keyed reference to this collectionboolean
CategoryBag. remove(KeyedReference kr)
Remove the specified object from the collection.boolean
IdentifierBag. remove(KeyedReference kr)
Remove the specified object from the collection.
-