Uses of Interface
org.modeshape.graph.property.NamespaceRegistry.Namespace

Packages that use NamespaceRegistry.Namespace
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.graph.property.basic A set of basic implementations of the various interfaces defined in org.modeshape.graph.property
org.modeshape.jcr The ModeShape implementation of the JCR API. 
 

Uses of NamespaceRegistry.Namespace in org.modeshape.connector.jcr
 

Methods in org.modeshape.connector.jcr that return types with arguments of type NamespaceRegistry.Namespace
 Set<NamespaceRegistry.Namespace> JcrNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 

Uses of NamespaceRegistry.Namespace in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that return types with arguments of type NamespaceRegistry.Namespace
 Set<NamespaceRegistry.Namespace> NamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 

Uses of NamespaceRegistry.Namespace in org.modeshape.graph.property.basic
 

Classes in org.modeshape.graph.property.basic that implement NamespaceRegistry.Namespace
 class BasicNamespace
          Basic implementation of a NamespaceRegistry namespace.
 

Methods in org.modeshape.graph.property.basic that return types with arguments of type NamespaceRegistry.Namespace
 Set<NamespaceRegistry.Namespace> LocalNamespaceRegistry.getLocalNamespaces()
          Obtain the set of namespaces that are overridden within this LocalNamespaceRegistry instance.
 Set<NamespaceRegistry.Namespace> ThreadSafeNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 Set<NamespaceRegistry.Namespace> SimpleNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 Set<NamespaceRegistry.Namespace> NamespaceRegistryWithAliases.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 Set<NamespaceRegistry.Namespace> LocalNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 Set<NamespaceRegistry.Namespace> GraphNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 

Methods in org.modeshape.graph.property.basic with parameters of type NamespaceRegistry.Namespace
 int BasicNamespace.compareTo(NamespaceRegistry.Namespace that)
          
 

Uses of NamespaceRegistry.Namespace in org.modeshape.jcr
 

Method parameters in org.modeshape.jcr with type arguments of type NamespaceRegistry.Namespace
protected  void JcrConfiguration.RepositoryBuilder.registerNewNamespaces(Set<NamespaceRegistry.Namespace> namespacesBefore)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.