Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.federation.spi |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
org.modeshape.jcr.query.lucene |
The core query engine, which currently uses Lucene for indexing and raw queries, and
the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA)
for updating and querying the Lucene indexes.
|
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,
UuidFactory uuidFactory,
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 | Field and Description |
---|---|
protected PathFactory |
LuceneQueryFactory.pathFactory |
Constructor and Description |
---|
CompareNameQuery(String localNameField,
String snsIndexFieldName,
Path.Segment constraintValue,
PathFactory pathFactory,
ValueFactory<String> stringFactory,
ValueFactory<Long> longFactory,
CompareQuery.Evaluator<Path.Segment> evaluator,
CaseOperations.CaseOperation caseOperation)
Construct a
Query implementation that scores nodes according to the supplied comparator. |
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.