Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
Modifier and Type | Method and Description |
---|---|
BulkResponse |
BusinessLifeCycleManager.deleteAssociations(Collection associationKeys)
Deletes the Associations corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManager.deleteClassificationSchemes(Collection schemeKeys)
Deletes the ClassificationSchemes corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManager.deleteConcepts(Collection conceptKeys)
Deletes the Concepts corresponding to the specified Keys.
|
BulkResponse |
LifeCycleManager.deleteObjects(Collection keys)
Deletes one or more previously submitted objects from the registry
using the object keys.
|
BulkResponse |
LifeCycleManager.deleteObjects(Collection keys,
String objectType)
Deletes one or more previously submitted objects from the registry
using the object keys and a specified objectType attribute.
|
BulkResponse |
BusinessLifeCycleManager.deleteOrganizations(Collection organizationKeys)
Deletes the organizations corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManager.deleteServiceBindings(Collection bindingKeys)
Deletes the ServiceBindings corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManager.deleteServices(Collection serviceKeys)
Deletes the services corresponding to the specified Keys.
|
BulkResponse |
LifeCycleManager.deprecateObjects(Collection keys)
Deprecates one or more previously submitted objects.
|
BulkResponse |
DeclarativeQueryManager.executeQuery(Query query)
Executes a query as specified by query parameter.
|
BulkResponse |
BusinessQueryManager.findAssociations(Collection findQualifiers,
String sourceObjectId,
String targetObjectId,
Collection associationTypes)
Finds all Association objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findCallerAssociations(Collection findQualifiers,
Boolean confirmedByCaller,
Boolean confirmedByOtherParty,
Collection associationTypes)
Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findClassificationSchemes(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findConcepts(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalIdentifiers,
Collection externalLinks)
Finds all Concept objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findOrganizations(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications,
Collection externalIdentifiers,
Collection externalLinks)
Finds all Organization objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findRegistryPackages(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.
|
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.
|
BulkResponse |
RegistryService.getBulkResponse(String requestId)
Returns the BulkResponse associated with specified requestId.
|
BulkResponse |
QueryManager.getRegistryObjects()
Gets the RegistryObjects owned by the caller.
|
BulkResponse |
QueryManager.getRegistryObjects(Collection objectKeys)
Gets the specified RegistryObjects.
|
BulkResponse |
QueryManager.getRegistryObjects(Collection objectKeys,
String objectTypes)
Gets the specified RegistryObjects.
|
BulkResponse |
QueryManager.getRegistryObjects(String objectType)
Gets the RegistryObjects owned by the caller, that are of the specified type.
|
BulkResponse |
BusinessLifeCycleManager.saveAssociations(Collection associations,
boolean replace)
Saves the specified Association instances.
|
BulkResponse |
BusinessLifeCycleManager.saveClassificationSchemes(Collection schemes)
Saves the specified ClassificationScheme instances.
|
BulkResponse |
BusinessLifeCycleManager.saveConcepts(Collection concepts)
Saves the specified Concepts.
|
BulkResponse |
LifeCycleManager.saveObjects(Collection objects)
Saves one or more Objects to the registry.
|
BulkResponse |
BusinessLifeCycleManager.saveOrganizations(Collection organizations)
Saves the specified Organizations.
|
BulkResponse |
BusinessLifeCycleManager.saveServiceBindings(Collection bindings)
Saves the specified ServiceBindings.
|
BulkResponse |
BusinessLifeCycleManager.saveServices(Collection services)
Saves the specified Services.
|
BulkResponse |
LifeCycleManager.unDeprecateObjects(Collection keys)
Undeprecates one or more previously deprecated objects.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.