Version: 1.1.1

Uses of Class
org.inb.biomoby.shared.registry.Namespace

Packages that use Namespace
org.inb.biomoby.central   
org.inb.biomoby.central.factory.jaxb   
org.inb.biomoby.central.model   
org.inb.biomoby.shared.registry   
 

Uses of Namespace in org.inb.biomoby.central
 

Methods in org.inb.biomoby.central that return types with arguments of type Namespace
 List<Namespace> MobyCentralOperations.retrieveNamespaces()
           
 

Methods in org.inb.biomoby.central with parameters of type Namespace
 Registration MobyCentralOperations.deregisterNamespace(Namespace namespace)
           
 Registration MobyCentralOperations.registerNamespace(Namespace namespace)
           
 

Uses of Namespace in org.inb.biomoby.central.factory.jaxb
 

Methods in org.inb.biomoby.central.factory.jaxb that return Namespace
static Namespace ModelConverter.convert(FindServiceOperation.Services.Namespace ns)
           
static Namespace ModelConverter.convert(RetrieveNamespacesOperation.Namespace ns)
           
 

Methods in org.inb.biomoby.central.factory.jaxb that return types with arguments of type Namespace
 List<Namespace> JAXBMobyCentralImpl.retrieveNamespaces()
           
 

Methods in org.inb.biomoby.central.factory.jaxb with parameters of type Namespace
 Registration JAXBMobyCentralImpl.deregisterNamespace(Namespace namespace)
           
 Registration JAXBMobyCentralImpl.registerNamespace(Namespace namespace)
           
 

Uses of Namespace in org.inb.biomoby.central.model
 

Methods in org.inb.biomoby.central.model that return Namespace
 Namespace NamespacesModel.get(String namespace)
          Method to find a BioMoby namespace object by its name
 

Methods in org.inb.biomoby.central.model that return types with arguments of type Namespace
 List<Namespace> NamespacesModel.getElements()
          Method to get all namespaces from the model.
 

Methods in org.inb.biomoby.central.model with parameters of type Namespace
 boolean NamespacesModel.addElement(Namespace element)
          Method not implemented and throws an exeption
 boolean NamespacesModel.removeElement(Namespace element)
          Method to unregister a namespace from a BioMoby Registry.
 boolean NamespacesModel.updateElement(Namespace element1, Namespace element2)
          A method that updates an element referred by element1 with data provided by element2.
 

Uses of Namespace in org.inb.biomoby.shared.registry
 

Methods in org.inb.biomoby.shared.registry that return Namespace
 Namespace Namespace.clone()
           
 

Methods in org.inb.biomoby.shared.registry that return types with arguments of type Namespace
 List<Namespace> Simple.getNamespaces()
           
 

Methods in org.inb.biomoby.shared.registry with parameters of type Namespace
 void Simple.addNamespace(Namespace namespace)
           
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010