| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
Key |
LifeCycleManagerImpl.createKey(String id)
Create a Key instance using the specified
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyImpl
Implementation of the Key interface.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
RegistryObjectImpl.getKey()
Get registry key identifying this object
|
Key |
SpecificationLinkImpl.getKey()
Override the behavior in RegistryObject to return a
provider generated id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryObjectImpl.setKey(Key key)
Set registry key on this object
|
| Constructor and 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 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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
RegistryObject.getKey()
Gets the key representing the universally unique ID (UUID) for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryObject.setKey(Key key)
Sets the key representing the universally unique ID (UUID) for this object.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.