ModeShape Distribution 3.4.0.Final

Uses of Interface
org.modeshape.jcr.value.NamespaceRegistry.Namespace

Packages that use NamespaceRegistry.Namespace
org.modeshape.jcr   
org.modeshape.jcr.value 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.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
 

Uses of NamespaceRegistry.Namespace in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return types with arguments of type NamespaceRegistry.Namespace
 Set<NamespaceRegistry.Namespace> SystemNamespaceRegistry.getNamespaces()
           
 Set<NamespaceRegistry.Namespace> CndImporter.getNamespaces()
           
 Collection<NamespaceRegistry.Namespace> SystemContent.readAllNamespaces()
           
 

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

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

Methods in org.modeshape.jcr.value 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.jcr.value with type arguments of type NamespaceRegistry.Namespace
 void NamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces)
           
 

Uses of NamespaceRegistry.Namespace in org.modeshape.jcr.value.basic
 

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

Methods in org.modeshape.jcr.value.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()
           
 Set<NamespaceRegistry.Namespace> SimpleNamespaceRegistry.getNamespaces()
           
 Set<NamespaceRegistry.Namespace> NamespaceRegistryWithAliases.getNamespaces()
           
 Set<NamespaceRegistry.Namespace> LocalNamespaceRegistry.getNamespaces()
           
 

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

Method parameters in org.modeshape.jcr.value.basic with type arguments of type NamespaceRegistry.Namespace
 void ThreadSafeNamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces)
           
 void SimpleNamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces)
           
 void NamespaceRegistryWithAliases.register(Iterable<NamespaceRegistry.Namespace> namespaces)
           
 


ModeShape Distribution 3.4.0.Final

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