Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.spi.federation |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
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 . |
org.modeshape.jcr.xml |
Modifier and Type | Field and Description |
---|---|
protected PathFactory |
Connectors.AbstractPathMappings.pathFactory |
Modifier and Type | Method and Description |
---|---|
PathFactory |
ExecutionContext.ContextFactories.getPathFactory() |
PathFactory |
Connectors.PathMappings.getPathFactory()
Get a path factory that can be used to create new paths.
|
PathFactory |
Connectors.AbstractPathMappings.getPathFactory() |
Modifier and Type | Method and Description |
---|---|
WorkspaceAndPath |
Connectors.PathMapping.resolveExternalPathToInternal(Path externalPath,
PathFactory pathFactory)
Attempt to resolve the supplied external path to an internal path.
|
Constructor and Description |
---|
Connectors.AbstractPathMappings(String connectorSourceName,
PathFactory pathFactory) |
Connectors.BasicPathMappings(String connectorSourceName,
PathFactory pathFactory) |
Connectors.EmptyPathMappings(String connectorSourceName,
PathFactory pathFactory) |
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
PropertyFactory propertyFactory,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId,
TextDecoder decoder,
TextEncoder encoder,
StringFactory stringFactory,
BinaryFactory binaryFactory,
ValueFactory<Boolean> booleanFactory,
DateTimeFactory dateFactory,
ValueFactory<BigDecimal> decimalFactory,
ValueFactory<Double> doubleFactory,
ValueFactory<Long> longFactory,
NameFactory nameFactory,
PathFactory pathFactory,
ReferenceFactory referenceFactory,
ReferenceFactory weakReferenceFactory,
ReferenceFactory simpleReferenceFactory,
UriFactory uriFactory,
ValueFactory<Object> objectFactory)
Create an instance of the execution context by supplying all parameters.
|
Modifier and Type | Field and Description |
---|---|
protected PathFactory |
AllPathsCache.pathFactory |
Constructor and Description |
---|
AllPathsCache(NodeCache cache,
NodeCache removedCache,
PathFactory pathFactory) |
Modifier and Type | Method and Description |
---|---|
protected PathFactory |
Connector.pathFactory() |
Modifier and Type | Method and Description |
---|---|
PathFactory |
ValueFactories.getPathFactory()
Get the value factory for
path properties. |
PathFactory |
PathFactory.with(ValueFactories valueFactories) |
Modifier and Type | Class and Description |
---|---|
class |
PathValueFactory
The standard
ValueFactory for PropertyType.NAME values. |
Modifier and Type | Method and Description |
---|---|
PathFactory |
PathValueFactory.with(ValueFactories valueFactories) |
Modifier and Type | Field and Description |
---|---|
protected PathFactory |
NodeImportXmlHandler.pathFactory
The reference to the
PathFactory |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.