Uses of Interface
org.modeshape.graph.property.NamespaceRegistry

Packages that use NamespaceRegistry
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
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.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.connector.federation ModeShape 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.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.graph.property.basic A set of basic implementations of the various interfaces defined in org.modeshape.graph.property
org.modeshape.graph.sequencer A sequencer in ModeShape is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. 
org.modeshape.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. 
org.modeshape.graph.text This package defines an interface for components that extract text from content. 
org.modeshape.graph.xml Graph content can often be represented in XML, so this part of the ModeShape Graph API defines the classes that provide the binding between graph and XML content. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.modeshape.sequencer.xml The classes that make up the XML sequencer. 
 

Uses of NamespaceRegistry in org.modeshape.connector.filesystem
 

Methods in org.modeshape.connector.filesystem with parameters of type NamespaceRegistry
protected  Property StoreProperties.parse(String line, ValueFactories factories, PropertyFactory propFactory, NamespaceRegistry namespaces, Map<Name,Property> result)
           
 

Uses of NamespaceRegistry in org.modeshape.connector.jcr
 

Classes in org.modeshape.connector.jcr that implement NamespaceRegistry
 class JcrNamespaceRegistry
          This represents the NamespaceRegistry implementation mirroring a supplied JCR Session.
 

Uses of NamespaceRegistry in org.modeshape.connector.store.jpa.util
 

Methods in org.modeshape.connector.store.jpa.util with parameters of type NamespaceRegistry
 String RequestProcessorCache.getString(NamespaceRegistry namespaces)
           
 String RequestProcessorCache.WorkspaceCache.getString(NamespaceRegistry namespaces)
           
protected  String RequestProcessorCache.WorkspaceCache.pathSegmentString(Path.Segment segment, NamespaceRegistry registry)
           
protected  String RequestProcessorCache.WorkspaceCache.pathString(Path path, NamespaceRegistry registry)
           
 

Uses of NamespaceRegistry in org.modeshape.graph
 

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

Methods in org.modeshape.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.
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.graph with parameters of type NamespaceRegistry
ExecutionContext(SecurityContext securityContext, NamespaceRegistry namespaceRegistry, ValueFactories valueFactories, PropertyFactory propertyFactory, MimeTypeDetector mimeTypeDetector, TextExtractor textExtractor, ClassLoaderFactory classLoaderFactory, Map<String,String> data, String processId)
          Create an instance of the execution context by supplying all parameters.
 

Uses of NamespaceRegistry in org.modeshape.graph.connector.federation
 

Methods in org.modeshape.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.modeshape.graph.property
 

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

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

Classes in org.modeshape.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 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.graph.property.basic that return NamespaceRegistry
 NamespaceRegistry StandardValueFactories.getNamespaceRegistry()
           
 NamespaceRegistry NameValueFactory.getNamespaceRegistry()
           Get the namespace registry.
 

Methods in org.modeshape.graph.property.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)
          Get the string form of the object, using the supplied namespace registry to convert any namespace URIs to prefixes.
 String IdentifierPath.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 IdentifierPath.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 IdentifierPathSegment.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 IdentifierPath.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.
protected  void GraphNamespaceRegistry.initializeCacheFromStore(NamespaceRegistry cache)
           
 

Constructors in org.modeshape.graph.property.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)
          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.modeshape.graph.sequencer
 

Methods in org.modeshape.graph.sequencer with parameters of type NamespaceRegistry
 StreamSequencerContext StreamSequencerContext.with(NamespaceRegistry namespaceRegistry)
          Create a new execution context that mirrors this context but that uses the supplied namespace registry.
 

Uses of NamespaceRegistry in org.modeshape.graph.session
 

Methods in org.modeshape.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.
 

Constructors in org.modeshape.graph.session with parameters of type NamespaceRegistry
GraphSession.StructureSnapshot(NamespaceRegistry registry, List<GraphSession.Snapshot<PropertyPayload>> snapshotsInPreOrder)
           
 

Uses of NamespaceRegistry in org.modeshape.graph.text
 

Methods in org.modeshape.graph.text with parameters of type NamespaceRegistry
 TextExtractorContext TextExtractorContext.with(NamespaceRegistry namespaceRegistry)
          Create a new execution context that mirrors this context but that uses the supplied namespace registry.
 

Uses of NamespaceRegistry in org.modeshape.graph.xml
 

Fields in org.modeshape.graph.xml declared as NamespaceRegistry
protected  NamespaceRegistry XmlHandler.namespaceRegistry
          The cached reference to the graph's namespace registry.
 

Uses of NamespaceRegistry in org.modeshape.sequencer.teiid
 

Fields in org.modeshape.sequencer.teiid declared as NamespaceRegistry
protected  NamespaceRegistry XmiGraphReader.namespaces
           
 

Methods in org.modeshape.sequencer.teiid with parameters of type NamespaceRegistry
protected  void VdbSequencer.registerIfMissing(NamespaceRegistry registry, String prefix, String url)
           
 

Uses of NamespaceRegistry in org.modeshape.sequencer.xml
 

Fields in org.modeshape.sequencer.xml declared as NamespaceRegistry
protected  NamespaceRegistry XmlSequencerHandler.namespaceRegistry
          The cached reference to the graph's namespace registry.
 



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