| Package | Description |
|---|---|
| com.sun.xml.registry.common | |
| com.sun.xml.registry.uddi | |
| javax.xml.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkResponseImpl
Implementation of BulkResponse.
|
| Modifier and Type | Method and Description |
|---|---|
static BulkResponse |
BulkResponseImpl.combineBulkResponses(Collection responses)
Utility method for combining the contents of many
bulk responses into one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkResponseImpl.updateResponse(BulkResponse update)
Updates information in BulkResponse in the case of asynchronous
connection.
|
| Modifier and Type | Method and Description |
|---|---|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteAssociations(Collection schemeKeys)
Delete the Associations corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteClassificationSchemes(Collection schemeKeys)
Delete the ClassificationSchemes corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteConcepts(Collection conceptKeys)
Delete the Concepts corresponding to specified Keys.
|
BulkResponse |
LifeCycleManagerImpl.deleteObjects(Collection keys)
Deletes one or more previously submitted objects from the registry.
|
BulkResponse |
LifeCycleManagerImpl.deleteObjects(Collection keys,
String objectType)
Deletes one or more previously submitted objects from the registry.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteOrganizations(Collection organizationKeys)
Delete the organizations corresponding to specified Keys.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteServiceBindings(Collection interfaceKeys)
Delete the ServiceInterfaceBindings corresponding to specified Keys.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteServices(Collection serviceKeys)
Delete the services corresponding to specified Keys.
|
BulkResponse |
LifeCycleManagerImpl.deprecateObjects(Collection keys)
Level 1 method
|
BulkResponse |
DeclarativeQueryManagerImpl.executeQuery(Query query)
Execute a query as specified by query paramater.
|
BulkResponse |
BusinessQueryManagerImpl.findAssociations(Collection findQualifiers,
String sourceObjectId,
String targetObjectId,
Collection associationTypes)
Finds all Associations that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
UDDIMapper.findAssociations(Collection findQualifiers,
String sourceKeyId,
String targetKeyId,
Collection associationTypes) |
BulkResponse |
BusinessQueryManagerImpl.findCallerAssociations(Collection findQualifiers,
Boolean confirmedByCaller,
Boolean confirmedByOther,
Collection associationTypes) |
BulkResponse |
UDDIMapper.findCallerAssociations(Collection findQualifiers,
Boolean callerIsConfirmed,
Boolean otherIsConfirmed,
Collection associationTypes) |
BulkResponse |
BusinessQueryManagerImpl.findClassificationSchemes(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
Finds all ClassificationSchemes that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManagerImpl.findConcepts(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalIdentifiers,
Collection externalLinks)
Finds all Concepts that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManagerImpl.findOrganizations(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications,
Collection identifiers,
Collection externalLinks)
Finds all Organizations that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManagerImpl.findRegistryPackages(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
Finds all Pac
kages that match ALL of the criteria specified by the parameters of this call.
|
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.
|
BulkResponse |
RegistryServiceImpl.getBulkResponse(String requestId)
Returns the BulkResponse associated with specified requestId.
|
BulkResponse |
QueryManagerImpl.getRegistryObjects()
Gets the RegistryObjects owned by the caller.
|
BulkResponse |
QueryManagerImpl.getRegistryObjects(Collection objectKeys)
gets the specified RegistryObjects
|
BulkResponse |
QueryManagerImpl.getRegistryObjects(Collection ids,
String type) |
BulkResponse |
QueryManagerImpl.getRegistryObjects(String objectType)
Gets the RegistryObject specified by the Id.
|
BulkResponse |
UDDIMapper.getRegistryObjects(String objectType)
Not yet implemented.
|
BulkResponse |
Processor.invoke(Object obj,
Collection keys,
String type) |
BulkResponse |
Processor.invokeMethod(Object obj,
Collection keys,
String type) |
BulkResponse |
UDDIMapper.saveAllAssociations(Collection associations,
boolean replace)
Not yet implemented.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveAssociations(Collection associations,
boolean replace)
Saves specified Association instances.
|
BulkResponse |
UDDIMapper.saveAssociations(Collection associations,
boolean replace)
Not yet implemented.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveClassificationSchemes(Collection schemes)
Saves specified ClassificationScheme instances.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveConcepts(Collection concepts)
Adds or updates (replaces) specified Concepts.
|
BulkResponse |
LifeCycleManagerImpl.saveObjects(Collection cataloguedObjects)
Saves one or more CataloguedObjects to the registry.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveOrganizations(Collection organizations)
Adds or updates (replaces) specified Organizations.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveServiceBindings(Collection bindings)
Adds or updates (replaces) specified ServiceInterfaceBindings.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveServices(Collection services)
Adds or updates (replaces) specified Services.
|
BulkResponse |
LifeCycleManagerImpl.unDeprecateObjects(Collection keys)
Level 1 method
|
| 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 © 2005–2017 Oracle Corporation. All rights reserved.