|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamespaceRegistry | |
---|---|
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.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.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.xml | The classes that make up the XML sequencer. |
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,
ClassLoaderFactory classLoaderFactory,
Map<String,String> data)
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.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.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.xml |
---|
Fields in org.modeshape.sequencer.xml declared as NamespaceRegistry | |
---|---|
protected NamespaceRegistry |
XmlSequencerHandler.namespaceRegistry
The cached reference to the graph's namespace registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |