|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BulkResponse | |
---|---|
javax.xml.registry | |
org.apache.ws.scout.registry |
Uses of BulkResponse in javax.xml.registry |
---|
Methods in javax.xml.registry that return BulkResponse | |
---|---|
BulkResponse |
BusinessLifeCycleManager.deleteAssociations(Collection<Key> associationKeys)
|
BulkResponse |
BusinessLifeCycleManager.deleteClassificationSchemes(Collection<Key> schemeKeys)
|
BulkResponse |
BusinessLifeCycleManager.deleteConcepts(Collection<Key> conceptKeys)
|
BulkResponse |
LifeCycleManager.deleteObjects(Collection<Key> keys)
|
BulkResponse |
LifeCycleManager.deleteObjects(Collection<Key> keys,
String objectType)
|
BulkResponse |
BusinessLifeCycleManager.deleteOrganizations(Collection<Key> organizationKeys)
|
BulkResponse |
BusinessLifeCycleManager.deleteServiceBindings(Collection<Key> bindingKeys)
|
BulkResponse |
BusinessLifeCycleManager.deleteServices(Collection<Key> serviceKeys)
|
BulkResponse |
LifeCycleManager.deprecateObjects(Collection<Key> 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 specificationa)
|
BulkResponse |
BusinessQueryManager.findServices(Key orgKey,
Collection findQualifiers,
Collection namePattersn,
Collection classifications,
Collection specificationa)
|
BulkResponse |
RegistryService.getBulkResponse(String requestId)
|
BulkResponse |
QueryManager.getRegistryObjects()
|
BulkResponse |
QueryManager.getRegistryObjects(Collection<Key> objectKeys)
|
BulkResponse |
QueryManager.getRegistryObjects(Collection<Key> objectKeys,
String objectTypes)
|
BulkResponse |
QueryManager.getRegistryObjects(String objectTypes)
|
BulkResponse |
BusinessLifeCycleManager.saveAssociations(Collection<Association> associations,
boolean replace)
|
BulkResponse |
BusinessLifeCycleManager.saveClassificationSchemes(Collection<ClassificationScheme> schemes)
|
BulkResponse |
BusinessLifeCycleManager.saveConcepts(Collection<Concept> concepts)
|
BulkResponse |
LifeCycleManager.saveObjects(Collection objects)
|
BulkResponse |
BusinessLifeCycleManager.saveOrganizations(Collection<Organization> organizations)
|
BulkResponse |
BusinessLifeCycleManager.saveServiceBindings(Collection<ServiceBinding> bindings)
|
BulkResponse |
BusinessLifeCycleManager.saveServices(Collection<Service> services)
|
BulkResponse |
LifeCycleManager.unDeprecateObjects(Collection<Key> keys)
|
Uses of BulkResponse in org.apache.ws.scout.registry |
---|
Classes in org.apache.ws.scout.registry that implement BulkResponse | |
---|---|
class |
BulkResponseImpl
Implements JAXR BulkResponse Interface. |
Methods in org.apache.ws.scout.registry that return BulkResponse | |
---|---|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteAssociations(Collection<Key> associationKeys)
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteClassificationSchemes(Collection<Key> schemeKeys)
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteConcepts(Collection<Key> conceptKeys)
|
BulkResponse |
LifeCycleManagerImpl.deleteObjects(Collection<Key> keys)
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteObjects(Collection<Key> keys,
String objectType)
Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute. |
abstract BulkResponse |
LifeCycleManagerImpl.deleteObjects(Collection<Key> keys,
String objectType)
Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute. |
protected BulkResponse |
BusinessLifeCycleManagerImpl.deleteOperation(Collection<Key> keys,
String op)
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteOrganizations(Collection<Key> orgkeys)
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteServiceBindings(Collection<Key> bindingKeys)
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteServices(Collection<Key> serviceKeys)
|
BulkResponse |
LifeCycleManagerImpl.deprecateObjects(Collection<Key> keys)
|
BulkResponse |
BusinessQueryManagerImpl.findAssociations(Collection findQualifiers,
String sourceObjectId,
String targetObjectId,
Collection associationTypes)
|
BulkResponse |
BusinessQueryManagerImpl.findCallerAssociations(Collection findQualifiers,
Boolean confirmedByCaller,
Boolean confirmedByOtherParty,
Collection associationTypes)
|
BulkResponse |
BusinessQueryManagerImpl.findClassificationSchemes(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
|
BulkResponse |
BusinessQueryManagerImpl.findConcepts(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalIdentifiers,
Collection externalLinks)
|
BulkResponse |
BusinessQueryManagerImpl.findOrganizations(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications,
Collection externalIdentifiers,
Collection externalLinks)
Finds organizations in the registry that match the specified parameters |
BulkResponse |
BusinessQueryManagerImpl.findRegistryPackages(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
|
BulkResponse |
BusinessQueryManagerImpl.findServiceBindings(Key serviceKey,
Collection findQualifiers,
Collection classifications,
Collection specifications)
|
BulkResponse |
BusinessQueryManagerImpl.findServices(Key orgKey,
Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specificationa)
Finds all Service objects that match all of the criteria specified by the parameters of this call. |
BulkResponse |
RegistryServiceImpl.getBulkResponse(String s)
|
BulkResponse |
BusinessQueryManagerImpl.getRegistryObjects()
Gets the RegistryObjects owned by the caller. |
BulkResponse |
BusinessQueryManagerImpl.getRegistryObjects(Collection<Key> objectKeys)
|
BulkResponse |
BusinessQueryManagerImpl.getRegistryObjects(Collection<Key> objectKeys,
String objectType)
|
BulkResponse |
BusinessQueryManagerImpl.getRegistryObjects(String id)
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveAssociations(Collection associations,
boolean replace)
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveClassificationSchemes(Collection schemes)
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveConcepts(Collection concepts)
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveObjects(Collection col)
Saves one or more Objects to the registry. |
abstract BulkResponse |
LifeCycleManagerImpl.saveObjects(Collection objects)
aves one or more Objects to the registry. |
BulkResponse |
BusinessLifeCycleManagerImpl.saveOrganizations(Collection organizations)
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveServiceBindings(Collection bindings)
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveServices(Collection services)
|
BulkResponse |
LifeCycleManagerImpl.unDeprecateObjects(Collection<Key> keys)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |