|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel | |
| Uses of Key in com.sun.xml.registry.uddi |
|---|
| Methods in com.sun.xml.registry.uddi that return Key | |
|---|---|
Key |
LifeCycleManagerImpl.createKey(String id)
Create a Key instance using the specified parameters. |
| Methods in com.sun.xml.registry.uddi with parameters of type Key | |
|---|---|
BulkResponse |
BusinessQueryManagerImpl.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. |
BulkResponse |
BusinessQueryManagerImpl.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 | |
|---|---|
class |
KeyImpl
Implementation of the Key interface. |
| Methods in com.sun.xml.registry.uddi.infomodel that return Key | |
|---|---|
Key |
ClassificationImpl.getKey()
Override the behavior in RegistryObject to return a provider generated id. |
Key |
ExternalLinkImpl.getKey()
Override the behavior in RegistryObject to return a provider generated id. |
Key |
SpecificationLinkImpl.getKey()
Override the behavior in RegistryObject to return a provider generated id. |
Key |
RegistryObjectImpl.getKey()
Get registry key identifying this object |
| Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Key | |
|---|---|
void |
RegistryObjectImpl.setKey(Key key)
Set registry key on this object |
| Constructors in com.sun.xml.registry.uddi.infomodel with parameters of type Key | |
|---|---|
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 OrganizationImpl |
|
OrganizationImpl(Key key,
String description,
String name)
Creates new OrganizationImpl |
|
RegistryEntryImpl(Key key)
Constructor used by subclass to initialize RegistryObject data |
|
RegistryEntryImpl(Key key,
String description,
String name)
Constructor used by subclass to initialize RegistryObject data |
|
RegistryObjectImpl(Key key)
Utility constructor used when key is known |
|
RegistryObjectImpl(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 | |
|---|---|
Key |
LifeCycleManager.createKey(String id)
Creates a Key instance from an ID. |
Key |
RegistryException.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 | |
|---|---|
BulkResponse |
BusinessQueryManager.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. |
BulkResponse |
BusinessQueryManager.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. |
void |
RegistryException.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 | |
|---|---|
Key |
RegistryObject.getKey()
Gets the key representing the universally unique ID (UUID) for this object. |
| Methods in javax.xml.registry.infomodel with parameters of type Key | |
|---|---|
void |
RegistryObject.setKey(Key key)
Sets the key representing the universally unique ID (UUID) for this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||