|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathFactory | |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
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 |
Uses of PathFactory in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return PathFactory | |
---|---|
PathFactory |
ExecutionContext.ContextFactories.getPathFactory()
|
Constructors in org.modeshape.jcr with parameters of type 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,
UriFactory uriFactory,
UuidFactory uuidFactory,
ValueFactory<Object> objectFactory)
Create an instance of the execution context by supplying all parameters. |
Uses of PathFactory in org.modeshape.jcr.cache |
---|
Fields in org.modeshape.jcr.cache declared as PathFactory | |
---|---|
protected PathFactory |
AllPathsCache.pathFactory
|
Uses of PathFactory in org.modeshape.jcr.query.lucene |
---|
Fields in org.modeshape.jcr.query.lucene declared as PathFactory | |
---|---|
protected PathFactory |
LuceneQueryFactory.pathFactory
|
Constructors in org.modeshape.jcr.query.lucene with parameters of type PathFactory | |
---|---|
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. |
Uses of PathFactory in org.modeshape.jcr.value |
---|
Methods in org.modeshape.jcr.value that return PathFactory | |
---|---|
PathFactory |
ValueFactories.getPathFactory()
Get the value factory for path properties. |
PathFactory |
PathFactory.with(ValueFactories valueFactories)
|
Uses of PathFactory in org.modeshape.jcr.value.basic |
---|
Classes in org.modeshape.jcr.value.basic that implement PathFactory | |
---|---|
class |
PathValueFactory
The standard ValueFactory for PropertyType.NAME values. |
Methods in org.modeshape.jcr.value.basic that return PathFactory | |
---|---|
PathFactory |
PathValueFactory.with(ValueFactories valueFactories)
|
Uses of PathFactory in org.modeshape.jcr.xml |
---|
Fields in org.modeshape.jcr.xml declared as PathFactory | |
---|---|
protected PathFactory |
NodeImportXmlHandler.pathFactory
The reference to the PathFactory |
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |