Uses of Class
org.uddi4j.util.KeyedReference
Packages that use KeyedReference
Package
Description
-
Uses of KeyedReference in org.uddi4j.client
Methods in org.uddi4j.client with parameters of type KeyedReferenceModifier and TypeMethodDescriptionUDDIProxy.find_relatedBusinesses
(String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers) Deprecated.UDDI version 2, errata 2 added maxrows as a parameter to this method.UDDIProxy.find_relatedBusinesses
(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 KeyedReferenceMethods in org.uddi4j.datatype.assertion with parameters of type KeyedReferenceConstructors in org.uddi4j.datatype.assertion with parameters of type KeyedReferenceModifierConstructorDescriptionPublisherAssertion
(String fromKey, String toKey, KeyedReference keyRef) Construct the object with required fields. -
Uses of KeyedReference in org.uddi4j.request
Methods in org.uddi4j.request that return KeyedReferenceMethods in org.uddi4j.request with parameters of type KeyedReferenceModifier and TypeMethodDescriptionvoid
FindRelatedBusinesses.setKeyedReference
(KeyedReference newKeyedReference) -
Uses of KeyedReference in org.uddi4j.response
Methods in org.uddi4j.response that return KeyedReferenceMethods in org.uddi4j.response with parameters of type KeyedReferenceConstructors in org.uddi4j.response with parameters of type KeyedReferenceModifierConstructorDescriptionAssertionStatusItem
(String fromKey, 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 KeyedReferenceModifier and TypeMethodDescriptionCategoryBag.get
(int index) Retrieve the object at the specified index within the collection.IdentifierBag.get
(int index) Retrieve the object at the specified index within the collection.Methods in org.uddi4j.util with parameters of type KeyedReferenceModifier and TypeMethodDescriptionvoid
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.