Uses of Interface
org.jboss.dna.graph.property.NamespaceRegistry

Packages that use NamespaceRegistry
org.jboss.dna.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.connector.federation JBoss DNA provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. 
org.jboss.dna.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.jboss.dna.graph.property.basic A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property
org.jboss.dna.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
 

Uses of NamespaceRegistry in org.jboss.dna.connector.store.jpa.util
 

Methods in org.jboss.dna.connector.store.jpa.util with parameters of type NamespaceRegistry
 String RequestProcessorCache.getString(NamespaceRegistry namespaces)
           
 String RequestProcessorCache.WorkspaceCache.getString(NamespaceRegistry namespaces)
           
 

Uses of NamespaceRegistry in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return NamespaceRegistry
 NamespaceRegistry ExecutionContext.getNamespaceRegistry()
          Get the (mutable) namespace registry for this context.
 

Methods in org.jboss.dna.graph with parameters of type NamespaceRegistry
 String Location.getString(NamespaceRegistry namespaceRegistry)
          Get the encoded string form of the location, using the supplied encoder to encode characters in each of the location's path and properties.
 String Location.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder)
          Get the encoded string form of the location, using the supplied encoder to encode characters in each of the location's path and properties.
 String Location.getString(NamespaceRegistry namespaceRegistry, TextEncoder encoder, TextEncoder delimiterEncoder)
          Get the encoded string form of the location, using the supplied encoder to encode characters in each of the location's path and properties.
 ExecutionContext ExecutionContext.with(NamespaceRegistry namespaceRegistry)
          Create a new execution context that mirrors this context but that uses the supplied namespace registry.
 

Uses of NamespaceRegistry in org.jboss.dna.graph.connector.federation
 

Methods in org.jboss.dna.graph.connector.federation with parameters of type NamespaceRegistry
abstract  String Projection.Rule.getString(NamespaceRegistry registry, TextEncoder encoder)
           
 String Projection.PathRule.getString(NamespaceRegistry registry, TextEncoder encoder)
           
 

Uses of NamespaceRegistry in org.jboss.dna.graph.property
 

Methods in org.jboss.dna.graph.property that return NamespaceRegistry
 NamespaceRegistry NameFactory.getNamespaceRegistry()
          Get the namespace registry.
 

Methods in org.jboss.dna.graph.property 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.jboss.dna.graph.property.basic
 

Classes in org.jboss.dna.graph.property.basic that implement NamespaceRegistry
 class GraphNamespaceRegistry
          A NamespaceRegistry implementation that stores the namespaces in a Graph as individual nodes for each namespace, under a parent supplied by the constructor.
 class LocalNamespaceRegistry
          A special NamespaceRegistry implementation that can be used to track transient registrations for another delegate registry.
 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.jboss.dna.graph.property.basic that return NamespaceRegistry
 NamespaceRegistry StandardValueFactories.getNamespaceRegistry()
           
 NamespaceRegistry NameValueFactory.getNamespaceRegistry()
           Get the namespace registry.
 

Methods in org.jboss.dna.graph.property.basic with parameters of type NamespaceRegistry
 String RootPath.getString(NamespaceRegistry namespaceRegistry)
          Get the string form of the object, using the supplied namespace registry to convert any namespace URIs to prefixes.
 String BasicProperty.getString(NamespaceRegistry namespaceRegistry)
          Get the string form of the object, using the supplied namespace registry to convert any namespace URIs to prefixes.
 String BasicPathSegment.getString(NamespaceRegistry namespaceRegistry)
          Get the string form of the object, using the supplied namespace registry to convert any namespace URIs to prefixes.
 String BasicName.getString(NamespaceRegistry namespaceRegistry)
          Get the string form of the object, using the supplied namespace registry to convert any namespace URIs to prefixes.
 String AbstractPath.getString(NamespaceRegistry namespaceRegistry)
          Get the string form of the object, using the supplied namespace registry to convert any namespace URIs to prefixes.
 String RootPath.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 BasicProperty.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 BasicPathSegment.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 BasicName.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 AbstractPath.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 RootPath.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.
 String BasicProperty.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.
 String BasicPathSegment.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.
 String BasicName.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.
 String AbstractPath.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.
 

Constructors in org.jboss.dna.graph.property.basic with parameters of type NamespaceRegistry
LocalNamespaceRegistry(NamespaceRegistry delegate)
           
LocalNamespaceRegistry(NamespaceRegistry delegate, String defaultNamespaceUri)
           
NameValueFactory(NamespaceRegistry namespaceRegistry, TextDecoder decoder, ValueFactory<String> stringValueFactory)
           
StandardValueFactories(NamespaceRegistry namespaceRegistry)
          Create a standard set of value factories, using the default decoder.
StandardValueFactories(NamespaceRegistry namespaceRegistry, 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)
           
 

Uses of NamespaceRegistry in org.jboss.dna.graph.session
 

Methods in org.jboss.dna.graph.session with parameters of type NamespaceRegistry
 String GraphSession.Node.getString(NamespaceRegistry registry)
          Utility method to obtain a string representation that uses the namespace prefixes where appropriate.
 



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