Uses of Interface
javax.xml.registry.BulkResponse

Packages that use BulkResponse
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
 

Uses of BulkResponse in javax.xml.registry
 

Methods in javax.xml.registry that return BulkResponse
 BulkResponse LifeCycleManager.saveObjects(java.util.Collection objects)
          Saves one or more Objects to the registry.
 BulkResponse LifeCycleManager.deprecateObjects(java.util.Collection keys)
          Deprecates one or more previously submitted objects.
 BulkResponse LifeCycleManager.unDeprecateObjects(java.util.Collection keys)
          Undeprecates one or more previously deprecated objects.
 BulkResponse LifeCycleManager.deleteObjects(java.util.Collection keys)
          Deletes one or more previously submitted objects from the registry using the object keys.
 BulkResponse LifeCycleManager.deleteObjects(java.util.Collection keys, java.lang.String objectType)
          Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
 BulkResponse BusinessLifeCycleManager.saveOrganizations(java.util.Collection organizations)
          Saves the specified Organizations.
 BulkResponse BusinessLifeCycleManager.saveServices(java.util.Collection services)
          Saves the specified Services.
 BulkResponse BusinessLifeCycleManager.saveServiceBindings(java.util.Collection bindings)
          Saves the specified ServiceBindings.
 BulkResponse BusinessLifeCycleManager.saveConcepts(java.util.Collection concepts)
          Saves the specified Concepts.
 BulkResponse BusinessLifeCycleManager.saveClassificationSchemes(java.util.Collection schemes)
          Saves the specified ClassificationScheme instances.
 BulkResponse BusinessLifeCycleManager.saveAssociations(java.util.Collection associations, boolean replace)
          Saves the specified Association instances.
 BulkResponse BusinessLifeCycleManager.deleteOrganizations(java.util.Collection organizationKeys)
          Deletes the organizations corresponding to the specified Keys.
 BulkResponse BusinessLifeCycleManager.deleteServices(java.util.Collection serviceKeys)
          Deletes the services corresponding to the specified Keys.
 BulkResponse BusinessLifeCycleManager.deleteServiceBindings(java.util.Collection bindingKeys)
          Deletes the ServiceBindings corresponding to the specified Keys.
 BulkResponse BusinessLifeCycleManager.deleteConcepts(java.util.Collection conceptKeys)
          Deletes the Concepts corresponding to the specified Keys.
 BulkResponse BusinessLifeCycleManager.deleteClassificationSchemes(java.util.Collection schemeKeys)
          Deletes the ClassificationSchemes corresponding to the specified Keys.
 BulkResponse BusinessLifeCycleManager.deleteAssociations(java.util.Collection associationKeys)
          Deletes the Associations corresponding to the specified Keys.
 BulkResponse RegistryService.getBulkResponse(java.lang.String requestId)
          Returns the BulkResponse associated with specified requestId.
 BulkResponse BusinessQueryManager.findAssociations(java.util.Collection findQualifiers, java.lang.String sourceObjectId, java.lang.String targetObjectId, java.util.Collection associationTypes)
          Finds all Association objects that match all of the criteria specified by the parameters of this call.
 BulkResponse BusinessQueryManager.findCallerAssociations(java.util.Collection findQualifiers, java.lang.Boolean confirmedByCaller, java.lang.Boolean confirmedByOtherParty, java.util.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.findOrganizations(java.util.Collection findQualifiers, java.util.Collection namePatterns, java.util.Collection classifications, java.util.Collection specifications, java.util.Collection externalIdentifiers, java.util.Collection externalLinks)
          Finds all Organization objects that match all of the criteria specified by the parameters of this call.
 BulkResponse BusinessQueryManager.findServices(Key orgKey, java.util.Collection findQualifiers, java.util.Collection namePatterns, java.util.Collection classifications, java.util.Collection specifications)
          Finds all Service objects that match all of the criteria specified by the parameters of this call.
 BulkResponse BusinessQueryManager.findServiceBindings(Key serviceKey, java.util.Collection findQualifiers, java.util.Collection classifications, java.util.Collection specifications)
          Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.
 BulkResponse BusinessQueryManager.findClassificationSchemes(java.util.Collection findQualifiers, java.util.Collection namePatterns, java.util.Collection classifications, java.util.Collection externalLinks)
          Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.
 BulkResponse BusinessQueryManager.findConcepts(java.util.Collection findQualifiers, java.util.Collection namePatterns, java.util.Collection classifications, java.util.Collection externalIdentifiers, java.util.Collection externalLinks)
          Finds all Concept objects that match all of the criteria specified by the parameters of this call.
 BulkResponse BusinessQueryManager.findRegistryPackages(java.util.Collection findQualifiers, java.util.Collection namePatterns, java.util.Collection classifications, java.util.Collection externalLinks)
          Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.
 BulkResponse DeclarativeQueryManager.executeQuery(Query query)
          Executes a query as specified by query parameter.
 BulkResponse QueryManager.getRegistryObjects(java.util.Collection objectKeys)
          Gets the specified RegistryObjects.
 BulkResponse QueryManager.getRegistryObjects(java.util.Collection objectKeys, java.lang.String objectTypes)
          Gets the specified RegistryObjects.
 BulkResponse QueryManager.getRegistryObjects()
          Gets the RegistryObjects owned by the caller.
 BulkResponse QueryManager.getRegistryObjects(java.lang.String objectType)
          Gets the RegistryObjects owned by the caller, that are of the specified type.