Uses of Interface
javax.xml.registry.BulkResponse
-
Packages that use BulkResponse Package Description com.sun.xml.registry.common com.sun.xml.registry.uddi javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. -
-
Uses of BulkResponse in com.sun.xml.registry.common
Classes in com.sun.xml.registry.common that implement BulkResponse Modifier and Type Class Description classBulkResponseImplImplementation of BulkResponse.Methods in com.sun.xml.registry.common that return BulkResponse Modifier and Type Method Description static BulkResponseBulkResponseImpl. combineBulkResponses(Collection responses)Utility method for combining the contents of many bulk responses into one.Methods in com.sun.xml.registry.common with parameters of type BulkResponse Modifier and Type Method Description voidBulkResponseImpl. updateResponse(BulkResponse update)Updates information in BulkResponse in the case of asynchronous connection. -
Uses of BulkResponse in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return BulkResponse Modifier and Type Method Description BulkResponseBusinessLifeCycleManagerImpl. deleteAssociations(Collection schemeKeys)Delete the Associations corresponding to the specified Keys.BulkResponseBusinessLifeCycleManagerImpl. deleteClassificationSchemes(Collection schemeKeys)Delete the ClassificationSchemes corresponding to the specified Keys.BulkResponseBusinessLifeCycleManagerImpl. deleteConcepts(Collection conceptKeys)Delete the Concepts corresponding to specified Keys.BulkResponseLifeCycleManagerImpl. deleteObjects(Collection keys)Deletes one or more previously submitted objects from the registry.BulkResponseLifeCycleManagerImpl. deleteObjects(Collection keys, String objectType)Deletes one or more previously submitted objects from the registry.BulkResponseBusinessLifeCycleManagerImpl. deleteOrganizations(Collection organizationKeys)Delete the organizations corresponding to specified Keys.BulkResponseBusinessLifeCycleManagerImpl. deleteServiceBindings(Collection interfaceKeys)Delete the ServiceInterfaceBindings corresponding to specified Keys.BulkResponseBusinessLifeCycleManagerImpl. deleteServices(Collection serviceKeys)Delete the services corresponding to specified Keys.BulkResponseLifeCycleManagerImpl. deprecateObjects(Collection keys)Level 1 methodBulkResponseDeclarativeQueryManagerImpl. executeQuery(Query query)Execute a query as specified by query paramater.BulkResponseBusinessQueryManagerImpl. 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.BulkResponseUDDIMapper. findAssociations(Collection findQualifiers, String sourceKeyId, String targetKeyId, Collection associationTypes)BulkResponseBusinessQueryManagerImpl. findCallerAssociations(Collection findQualifiers, Boolean confirmedByCaller, Boolean confirmedByOther, Collection associationTypes)BulkResponseUDDIMapper. findCallerAssociations(Collection findQualifiers, Boolean callerIsConfirmed, Boolean otherIsConfirmed, Collection associationTypes)BulkResponseBusinessQueryManagerImpl. 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.BulkResponseBusinessQueryManagerImpl. 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.BulkResponseBusinessQueryManagerImpl. 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.BulkResponseBusinessQueryManagerImpl. 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.BulkResponseBusinessQueryManagerImpl. 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.BulkResponseBusinessQueryManagerImpl. 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.BulkResponseRegistryServiceImpl. getBulkResponse(String requestId)Returns the BulkResponse associated with specified requestId.BulkResponseQueryManagerImpl. getRegistryObjects()Gets the RegistryObjects owned by the caller.BulkResponseQueryManagerImpl. getRegistryObjects(String objectType)Gets the RegistryObject specified by the Id.BulkResponseQueryManagerImpl. getRegistryObjects(Collection objectKeys)gets the specified RegistryObjectsBulkResponseQueryManagerImpl. getRegistryObjects(Collection ids, String type)BulkResponseUDDIMapper. getRegistryObjects(String objectType)Not yet implemented.BulkResponseProcessor. invoke(Object obj, Collection keys, String type)BulkResponseProcessor. invokeMethod(Object obj, Collection keys, String type)BulkResponseUDDIMapper. saveAllAssociations(Collection associations, boolean replace)Not yet implemented.BulkResponseBusinessLifeCycleManagerImpl. saveAssociations(Collection associations, boolean replace)Saves specified Association instances.BulkResponseUDDIMapper. saveAssociations(Collection associations, boolean replace)Not yet implemented.BulkResponseBusinessLifeCycleManagerImpl. saveClassificationSchemes(Collection schemes)Saves specified ClassificationScheme instances.BulkResponseBusinessLifeCycleManagerImpl. saveConcepts(Collection concepts)Adds or updates (replaces) specified Concepts.BulkResponseLifeCycleManagerImpl. saveObjects(Collection cataloguedObjects)Saves one or more CataloguedObjects to the registry.BulkResponseBusinessLifeCycleManagerImpl. saveOrganizations(Collection organizations)Adds or updates (replaces) specified Organizations.BulkResponseBusinessLifeCycleManagerImpl. saveServiceBindings(Collection bindings)Adds or updates (replaces) specified ServiceInterfaceBindings.BulkResponseBusinessLifeCycleManagerImpl. saveServices(Collection services)Adds or updates (replaces) specified Services.BulkResponseLifeCycleManagerImpl. unDeprecateObjects(Collection keys)Level 1 method -
Uses of BulkResponse in javax.xml.registry
Methods in javax.xml.registry that return BulkResponse Modifier and Type Method Description BulkResponseBusinessLifeCycleManager. deleteAssociations(Collection associationKeys)Deletes the Associations corresponding to the specified Keys.BulkResponseBusinessLifeCycleManager. deleteClassificationSchemes(Collection schemeKeys)Deletes the ClassificationSchemes corresponding to the specified Keys.BulkResponseBusinessLifeCycleManager. deleteConcepts(Collection conceptKeys)Deletes the Concepts corresponding to the specified Keys.BulkResponseLifeCycleManager. deleteObjects(Collection keys)Deletes one or more previously submitted objects from the registry using the object keys.BulkResponseLifeCycleManager. deleteObjects(Collection keys, String objectType)Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.BulkResponseBusinessLifeCycleManager. deleteOrganizations(Collection organizationKeys)Deletes the organizations corresponding to the specified Keys.BulkResponseBusinessLifeCycleManager. deleteServiceBindings(Collection bindingKeys)Deletes the ServiceBindings corresponding to the specified Keys.BulkResponseBusinessLifeCycleManager. deleteServices(Collection serviceKeys)Deletes the services corresponding to the specified Keys.BulkResponseLifeCycleManager. deprecateObjects(Collection keys)Deprecates one or more previously submitted objects.BulkResponseDeclarativeQueryManager. executeQuery(Query query)Executes a query as specified by query parameter.BulkResponseBusinessQueryManager. 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.BulkResponseBusinessQueryManager. 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.BulkResponseBusinessQueryManager. 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.BulkResponseBusinessQueryManager. 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.BulkResponseBusinessQueryManager. 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.BulkResponseBusinessQueryManager. 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.BulkResponseBusinessQueryManager. 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.BulkResponseBusinessQueryManager. 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.BulkResponseRegistryService. getBulkResponse(String requestId)Returns the BulkResponse associated with specified requestId.BulkResponseQueryManager. getRegistryObjects()Gets the RegistryObjects owned by the caller.BulkResponseQueryManager. getRegistryObjects(String objectType)Gets the RegistryObjects owned by the caller, that are of the specified type.BulkResponseQueryManager. getRegistryObjects(Collection objectKeys)Gets the specified RegistryObjects.BulkResponseQueryManager. getRegistryObjects(Collection objectKeys, String objectTypes)Gets the specified RegistryObjects.BulkResponseBusinessLifeCycleManager. saveAssociations(Collection associations, boolean replace)Saves the specified Association instances.BulkResponseBusinessLifeCycleManager. saveClassificationSchemes(Collection schemes)Saves the specified ClassificationScheme instances.BulkResponseBusinessLifeCycleManager. saveConcepts(Collection concepts)Saves the specified Concepts.BulkResponseLifeCycleManager. saveObjects(Collection objects)Saves one or more Objects to the registry.BulkResponseBusinessLifeCycleManager. saveOrganizations(Collection organizations)Saves the specified Organizations.BulkResponseBusinessLifeCycleManager. saveServiceBindings(Collection bindings)Saves the specified ServiceBindings.BulkResponseBusinessLifeCycleManager. saveServices(Collection services)Saves the specified Services.BulkResponseLifeCycleManager. unDeprecateObjects(Collection keys)Undeprecates one or more previously deprecated objects.
-