Uses of Interface
javax.xml.registry.infomodel.Key

Packages that use Key
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
 

Uses of Key in javax.xml.registry
 

Methods in javax.xml.registry that return Key
 Key LifeCycleManager.createKey(String id)
           
 Key RegistryException.getErrorObjectKey()
           
 

Methods in javax.xml.registry with parameters of type Key
 BulkResponse BusinessQueryManager.findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specificationa)
           
 BulkResponse BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePattersn, Collection classifications, Collection specificationa)
           
 void RegistryException.setErrorObjectKey(Key errorObjectKey)
           
 

Method parameters in javax.xml.registry with type arguments of type Key
 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 QueryManager.getRegistryObjects(Collection<Key> objectKeys)
           
 BulkResponse QueryManager.getRegistryObjects(Collection<Key> objectKeys, String objectTypes)
           
 BulkResponse LifeCycleManager.unDeprecateObjects(Collection<Key> keys)
           
 

Uses of Key in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Key
 Key RegistryObject.getKey()
           
 

Methods in javax.xml.registry.infomodel with parameters of type Key
 void RegistryObject.setKey(Key key)
           
 

Uses of Key in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return Key
 Key LifeCycleManagerImpl.createKey(String id)
           
 

Methods in org.apache.ws.scout.registry with parameters of type Key
 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.
 

Method parameters in org.apache.ws.scout.registry with type arguments of type Key
 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.getRegistryObjects(Collection<Key> objectKeys)
           
 BulkResponse BusinessQueryManagerImpl.getRegistryObjects(Collection<Key> objectKeys, String objectType)
           
 BulkResponse LifeCycleManagerImpl.unDeprecateObjects(Collection<Key> keys)
           
 

Uses of Key in org.apache.ws.scout.registry.infomodel
 

Classes in org.apache.ws.scout.registry.infomodel that implement Key
 class KeyImpl
          Implements JAXR Interface.
 

Methods in org.apache.ws.scout.registry.infomodel that return Key
 Key RegistryObjectImpl.getKey()
           
 Key AssociationImpl.getKey()
          There is an impedance mismatch as specified in the JAXR specification Section D-11
 

Methods in org.apache.ws.scout.registry.infomodel with parameters of type Key
 void RegistryObjectImpl.setKey(Key k)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.