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. 
 

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.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.