Uses of Interface
javax.xml.registry.BulkResponse
Packages that use BulkResponse
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
-
Uses of BulkResponse in javax.xml.registry
Methods in javax.xml.registry that return BulkResponseModifier and TypeMethodDescriptionBusinessLifeCycleManager.deleteAssociations(Collection associationKeys) Deletes the Associations corresponding to the specified Keys.BusinessLifeCycleManager.deleteClassificationSchemes(Collection schemeKeys) Deletes the ClassificationSchemes corresponding to the specified Keys.BusinessLifeCycleManager.deleteConcepts(Collection conceptKeys) Deletes the Concepts corresponding to the specified Keys.LifeCycleManager.deleteObjects(Collection keys) Deletes one or more previously submitted objects from the registry using the object keys.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.BusinessLifeCycleManager.deleteOrganizations(Collection organizationKeys) Deletes the organizations corresponding to the specified Keys.BusinessLifeCycleManager.deleteServiceBindings(Collection bindingKeys) Deletes the ServiceBindings corresponding to the specified Keys.BusinessLifeCycleManager.deleteServices(Collection serviceKeys) Deletes the services corresponding to the specified Keys.LifeCycleManager.deprecateObjects(Collection keys) Deprecates one or more previously submitted objects.DeclarativeQueryManager.executeQuery(Query query) Executes a query as specified by query parameter.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.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.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.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.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.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.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.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.RegistryService.getBulkResponse(String requestId) Returns the BulkResponse associated with specified requestId.QueryManager.getRegistryObjects()Gets the RegistryObjects owned by the caller.QueryManager.getRegistryObjects(String objectType) Gets the RegistryObjects owned by the caller, that are of the specified type.QueryManager.getRegistryObjects(Collection objectKeys) Gets the specified RegistryObjects.QueryManager.getRegistryObjects(Collection objectKeys, String objectTypes) Gets the specified RegistryObjects.BusinessLifeCycleManager.saveAssociations(Collection associations, boolean replace) Saves the specified Association instances.BusinessLifeCycleManager.saveClassificationSchemes(Collection schemes) Saves the specified ClassificationScheme instances.BusinessLifeCycleManager.saveConcepts(Collection concepts) Saves the specified Concepts.LifeCycleManager.saveObjects(Collection objects) Saves one or more Objects to the registry.BusinessLifeCycleManager.saveOrganizations(Collection organizations) Saves the specified Organizations.BusinessLifeCycleManager.saveServiceBindings(Collection bindings) Saves the specified ServiceBindings.BusinessLifeCycleManager.saveServices(Collection services) Saves the specified Services.LifeCycleManager.unDeprecateObjects(Collection keys) Undeprecates one or more previously deprecated objects.