Uses of Interface
javax.xml.registry.infomodel.Key
-
Packages that use Key Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of Key in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return Key Modifier and Type Method Description KeyLifeCycleManagerImpl. createKey(String id)Create a Key instance using the specified parameters.Methods in com.sun.xml.registry.uddi with parameters of type Key Modifier and Type Method Description BulkResponseBusinessQueryManagerImpl. findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications)Finds all ServiceBindings that match ALL of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManagerImpl. findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications)Finds all Services that match ALL of the criteria specified by the parameters of this call. -
Uses of Key in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement Key Modifier and Type Class Description classKeyImplImplementation of the Key interface.Methods in com.sun.xml.registry.uddi.infomodel that return Key Modifier and Type Method Description KeyClassificationImpl. getKey()Override the behavior in RegistryObject to return a provider generated id.KeyExternalLinkImpl. getKey()Override the behavior in RegistryObject to return a provider generated id.KeyRegistryObjectImpl. getKey()Get registry key identifying this objectKeySpecificationLinkImpl. getKey()Override the behavior in RegistryObject to return a provider generated id.Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Key Modifier and Type Method Description voidRegistryObjectImpl. setKey(Key key)Set registry key on this objectConstructors in com.sun.xml.registry.uddi.infomodel with parameters of type Key Constructor Description ClassificationSchemeImpl(Key key)ClassificationSchemeImpl(Key key, String description, String name)ConceptImpl(Key key)ConceptImpl(Key key, String description, String name)ExternalIdentifierImpl(Key key, String name, String value)OrganizationImpl(Key key)Creates new OrganizationImplOrganizationImpl(Key key, String description, String name)Creates new OrganizationImplRegistryEntryImpl(Key key)Constructor used by subclass to initialize RegistryObject dataRegistryEntryImpl(Key key, String description, String name)Constructor used by subclass to initialize RegistryObject dataRegistryObjectImpl(Key key)Utility constructor used when key is knownRegistryObjectImpl(Key key, String description, String name)Utility constructor used when key, name, and description are known -
Uses of Key in javax.xml.registry
Methods in javax.xml.registry that return Key Modifier and Type Method Description KeyLifeCycleManager. createKey(String id)Creates a Key instance from an ID.KeyRegistryException. getErrorObjectKey()Gets the Key to the first object that encountered an error in the registry.Methods in javax.xml.registry with parameters of type Key Modifier and Type Method Description BulkResponseBusinessQueryManager. findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications)Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManager. findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications)Finds all Service objects that match all of the criteria specified by the parameters of this call.voidRegistryException. setErrorObjectKey(Key key)Sets the Key to the first object that encountered an error in the registry. -
Uses of Key in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return Key Modifier and Type Method Description KeyRegistryObject. getKey()Gets the key representing the universally unique ID (UUID) for this object.Methods in javax.xml.registry.infomodel with parameters of type Key Modifier and Type Method Description voidRegistryObject. setKey(Key key)Sets the key representing the universally unique ID (UUID) for this object.
-