ModeShape Distribution 3.0.0.Beta4

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

Packages that use NamespaceRegistry
org.modeshape.jcr   
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
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 in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement NamespaceRegistry
 class SystemNamespaceRegistry
          A NamespaceRegistry implementation that stores the namespaces in the '/jcr:system' area as individual nodes for each namespace.
 

Methods in org.modeshape.jcr that return NamespaceRegistry
 NamespaceRegistry ExecutionContext.getNamespaceRegistry()
          Get the (mutable) namespace registry for this context.
protected  NamespaceRegistry JcrRepository.persistentRegistry()
           
protected  NamespaceRegistry JcrRepository.RunningState.persistentRegistry()
           
 

Methods in org.modeshape.jcr with parameters of type NamespaceRegistry
protected  void ExecutionContext.initializeDefaultNamespaces(NamespaceRegistry namespaceRegistry)
          Method that initializes the default namespaces for namespace registries.
 ExecutionContext ExecutionContext.with(NamespaceRegistry namespaceRegistry)
          Create a new execution context that mirrors this context but that uses the supplied namespace registry.
 

Constructors in org.modeshape.jcr with parameters of type NamespaceRegistry
ExecutionContext(SecurityContext securityContext, NamespaceRegistry namespaceRegistry, ValueFactories valueFactories, PropertyFactory propertyFactory, ThreadPoolFactory threadPoolFactory, BinaryStore binaryStore, Map<String,String> data, String processId)
          Create an instance of the execution context by supplying all parameters.
 

Uses of NamespaceRegistry in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache with parameters of type NamespaceRegistry
 String ChildReference.getString(NamespaceRegistry registry)
           
 Iterator<ChildReference> ChildReferences.iterator(ChildReferences.Context context, Collection<?> namePatterns, NamespaceRegistry registry)
          Get an iterator over all of the children that have names matching at least one of the supplied patterns, using the supplied context.
 Iterator<ChildReference> ChildReferences.iterator(Collection<?> namePatterns, NamespaceRegistry registry)
          Get an iterator over all of the children that have names matching at least one of the supplied patterns.
 

Uses of NamespaceRegistry in org.modeshape.jcr.cache.document
 

Methods in org.modeshape.jcr.cache.document with parameters of type NamespaceRegistry
 String SessionNode.getString(NamespaceRegistry registry)
           
 String LazyCachedNode.getString(NamespaceRegistry registry)
           
 Iterator<ChildReference> ImmutableChildReferences.EmptyChildReferences.iterator(ChildReferences.Context context, Collection<?> namePatterns, NamespaceRegistry registry)
           
 Iterator<ChildReference> AbstractChildReferences.iterator(ChildReferences.Context context, Collection<?> namePatterns, NamespaceRegistry registry)
           
 Iterator<ChildReference> ImmutableChildReferences.EmptyChildReferences.iterator(Collection<?> namePatterns, NamespaceRegistry registry)
           
 Iterator<ChildReference> AbstractChildReferences.iterator(Collection<?> namePatterns, NamespaceRegistry registry)
           
 

Uses of NamespaceRegistry in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return NamespaceRegistry
 NamespaceRegistry QueryContext.getNamespaceRegistry()
          Get the namespace registry with durable prefixes as used by the query indexes.
 

Uses of NamespaceRegistry in org.modeshape.jcr.query.model
 

Fields in org.modeshape.jcr.query.model declared as NamespaceRegistry
protected  NamespaceRegistry Visitors.ReadableVisitor.registry
           
 

Uses of NamespaceRegistry in org.modeshape.jcr.value
 

Methods in org.modeshape.jcr.value that return NamespaceRegistry
 NamespaceRegistry NameFactory.getNamespaceRegistry()
          Get the namespace registry.
 

Methods in org.modeshape.jcr.value with parameters of type NamespaceRegistry
 String Readable.getString(NamespaceRegistry namespaceRegistry)
          Get the string form of the object, using the supplied namespace registry to convert any namespace URIs to prefixes.
 String Readable.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder)
          Get the encoded string form of the object, using the supplied namespace registry to convert the any namespace URIs to prefixes.
 String Readable.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
          Get the encoded string form of the object, using the supplied namespace registry to convert the names' namespace URIs to prefixes and the supplied encoder to encode characters, and using the second delimiter to encode (or convert) the delimiter used between the namespace prefix and the local part of any names.
 

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

Classes in org.modeshape.jcr.value.basic that implement NamespaceRegistry
 class LocalNamespaceRegistry
          A special NamespaceRegistry implementation that can be used to track transient registrations for another delegate registry.
 class NamespaceRegistryWithAliases
           
 class SimpleNamespaceRegistry
          A simple NamespaceRegistry implementation that is not thread-safe, but that provides all the basic functionality.
 class ThreadSafeNamespaceRegistry
          A thread-safe NamespaceRegistry that may be used as a thread-safe wrapper around another non-thread-safe implementation.
 

Methods in org.modeshape.jcr.value.basic that return NamespaceRegistry
 NamespaceRegistry StandardValueFactories.getNamespaceRegistry()
           
 NamespaceRegistry NameValueFactory.getNamespaceRegistry()
           
 

Methods in org.modeshape.jcr.value.basic with parameters of type NamespaceRegistry
protected  String AbstractPath.doGetString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
          Method that creates the string representation.
 String RootPath.getString(NamespaceRegistry namespaceRegistry)
           
 String IdentifierPath.getString(NamespaceRegistry namespaceRegistry)
           
 String BasicProperty.getString(NamespaceRegistry namespaceRegistry)
           
 String BasicPathSegment.getString(NamespaceRegistry namespaceRegistry)
           
 String BasicName.getString(NamespaceRegistry namespaceRegistry)
           
 String AbstractPath.getString(NamespaceRegistry namespaceRegistry)
           
 String RootPath.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder)
           
 String IdentifierPath.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder)
           
 String BasicProperty.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder)
           
 String BasicPathSegment.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder)
           
 String BasicName.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder)
           
 String AbstractPath.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder)
           
 String RootPath.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
           
 String IdentifierPathSegment.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
           
 String IdentifierPath.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
           
 String BasicProperty.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
           
 String BasicPathSegment.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
           
 String BasicName.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
           
 String AbstractPath.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
           
 

Constructors in org.modeshape.jcr.value.basic with parameters of type NamespaceRegistry
LocalNamespaceRegistry(NamespaceRegistry delegate)
           
LocalNamespaceRegistry(NamespaceRegistry delegate, String defaultNamespaceUri)
           
NamespaceRegistryWithAliases(NamespaceRegistry delegate, Map<String,String> aliaseNamespaceUriByPrefix, Map<String,String> namespaceUrisByAliasUri)
          Construct a new registry around another delegate registry with a set of aliases for existing namespaces in the delegate registry.
NameValueFactory(NamespaceRegistry namespaceRegistry, TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
StandardValueFactories(NamespaceRegistry namespaceRegistry, BinaryStore binaryStore)
          Create a standard set of value factories, using the default decoder.
StandardValueFactories(NamespaceRegistry namespaceRegistry, BinaryStore binaryStore, TextDecoder decoder, TextEncoder encoder, ValueFactory<?>... extraFactories)
          Create a standard set of value factories, using the supplied encoder/decoder.
StringValueFactory(NamespaceRegistry namespaceRegistry, TextDecoder decoder, TextEncoder encoder)
           
ThreadSafeNamespaceRegistry(NamespaceRegistry nonThreadSafeRegistry)
           
UriValueFactory(NamespaceRegistry namespaceRegistry, TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
 


ModeShape Distribution 3.0.0.Beta4

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