站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.xml.registry.BulkResponse (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.xml.registry.BulkResponse

Packages that use BulkResponse
javax.xml.registry   
 

Uses of BulkResponse in javax.xml.registry
 

Methods in javax.xml.registry that return BulkResponse
 BulkResponse RegistryService.getBulkResponse(String requestId)
           
 BulkResponse QueryManager.getRegistryObjects()
           
 BulkResponse QueryManager.getRegistryObjects(String objectType)
           
 BulkResponse QueryManager.getRegistryObjects(Collection objectKeys)
           
 BulkResponse QueryManager.getRegistryObjects(Collection objectKeys, String objectType)
           
 BulkResponse LifeCycleManager.deleteObjects(Collection keys)
           
 BulkResponse LifeCycleManager.deleteObjects(Collection keys, String objectType)
           
 BulkResponse LifeCycleManager.deprecateObjects(Collection keys)
           
 BulkResponse LifeCycleManager.saveObjects(Collection objects)
           
 BulkResponse LifeCycleManager.unDeprecateObjects(Collection keys)
           
 BulkResponse DeclarativeQueryManager.executeQuery(Query query)
           
 BulkResponse BusinessQueryManager.findAssociations(Collection findQualifiers, String sourceObjectId, String targetObjectId, Collection associationTypes)
           
 BulkResponse BusinessQueryManager.findCallerAssociations(Collection findQualifiers, Boolean confirmedByCaller, Boolean confirmedByOtherParty, Collection associationTypes)
           
 BulkResponse BusinessQueryManager.findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)
           
 BulkResponse BusinessQueryManager.findConcepts(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalIdentifiers, Collection externalLinks)
           
 BulkResponse BusinessQueryManager.findOrganizations(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications, Collection externalIdentifiers, Collection externalLinks)
           
 BulkResponse BusinessQueryManager.findRegistryPackages(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)
           
 BulkResponse BusinessQueryManager.findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications)
           
 BulkResponse BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications)
           
 BulkResponse BusinessLifeCycleManager.deleteAssociations(Collection associationKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteClassificationSchemes(Collection schemeKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteConcepts(Collection conceptKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteOrganizations(Collection organizationKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteServiceBindings(Collection bindingKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteServices(Collection serviceKeys)
           
 BulkResponse BusinessLifeCycleManager.saveAssociations(Collection associations, boolean replace)
           
 BulkResponse BusinessLifeCycleManager.saveClassificationSchemes(Collection schemes)
           
 BulkResponse BusinessLifeCycleManager.saveConcepts(Collection concepts)
           
 BulkResponse BusinessLifeCycleManager.saveOrganizations(Collection organizations)
           
 BulkResponse BusinessLifeCycleManager.saveServiceBindings(Collection bindings)
           
 BulkResponse BusinessLifeCycleManager.saveServices(Collection services)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.