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.jcr The ModeShape implementation of the JCR API. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
 

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.
 

Method parameters in org.modeshape.connector.jcr with type arguments of type NamespaceRegistry.Namespace
 void JcrNamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces)
          
 

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.
 

Method parameters in org.modeshape.graph.property with type arguments of type NamespaceRegistry.Namespace
 void NamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces)
           
 

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)
           
 

Uses of NamespaceRegistry.Namespace in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid with parameters of type NamespaceRegistry.Namespace
protected  void CndFromEcore.write(StringBuilder writer, NamespaceRegistry.Namespace namespace)
           
 



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