Package | Description |
---|---|
org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
org.apache.jackrabbit.core.query.lucene | |
org.apache.jackrabbit.core.query.lucene.join | |
org.apache.jackrabbit.core.session | |
org.apache.jackrabbit.spi.commons.conversion | |
org.apache.jackrabbit.spi2dav |
Modifier and Type | Method and Description |
---|---|
Name |
SessionImpl.getQName(String name) |
Path |
SessionImpl.getQPath(String path) |
Path |
SessionImpl.getQPath(String path,
boolean normalizeIdentifier) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractNamespaceMappings.translateName(Name qName)
Translates a name from a session local namespace mapping into a search
index private namespace mapping.
|
String |
NamespaceMappings.translateName(Name name)
Translates a name from a session local namespace mapping into a search
index private namespace mapping.
|
String |
AbstractNamespaceMappings.translatePath(Path path)
Translates a path into a search index private namespace mapping.
|
String |
NamespaceMappings.translatePath(Path path)
Translates a path into a search index private namespace mapping.
|
Constructor and Description |
---|
EquiJoin(MultiColumnQueryHits inner,
int innerScoreNodeIndex,
NamespaceMappings nsMappings,
org.apache.lucene.index.IndexReader reader,
Name innerProperty,
Name outerProperty)
Creates a new equi join condition.
|
Modifier and Type | Method and Description |
---|---|
Name |
SessionContext.getQName(String name) |
Path |
SessionContext.getQPath(String path) |
Path |
SessionContext.getQPath(String path,
boolean normalizeIdentifier) |
Modifier and Type | Method and Description |
---|---|
static void |
NameParser.checkFormat(String jcrName)
Check the format of the jcr name.
|
Name |
CachingNameResolver.getQName(String jcrName)
Returns a
Name for the given prefixed JCR name. |
Name |
DefaultNamePathResolver.getQName(String name) |
Name |
NameResolver.getQName(String name)
Returns the
Name for the given JCR name String. |
Name |
ParsingNameResolver.getQName(String jcrName)
Parses the given JCR name and returns the resolved
Name object. |
Path |
CachingPathResolver.getQPath(String path)
Returns the
Path object for the given JCR path String. |
Path |
DefaultNamePathResolver.getQPath(String path) |
Path |
ParsingPathResolver.getQPath(String jcrPath)
Parses the given JCR path into a
Path object. |
Path |
PathResolver.getQPath(String path)
Returns the path object for the given JCR path string.
|
Path |
CachingPathResolver.getQPath(String path,
boolean normalizeIdentifier) |
Path |
DefaultNamePathResolver.getQPath(String path,
boolean normalizeIdentifier) |
Path |
ParsingPathResolver.getQPath(String jcrPath,
boolean normalizeIdentifier)
Calls
PathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory)
from the given jcrPath . |
Path |
PathResolver.getQPath(String path,
boolean normalizeIdentifier)
Returns the path object for the given JCR path string.
|
static Path |
PathParser.parse(Path parent,
String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory)
Parses the given
jcrPath and returns a Path . |
static Path |
PathParser.parse(Path parent,
String jcrPath,
NameResolver resolver,
PathFactory factory)
Parses the given
jcrPath and returns a Path . |
static Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
static Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory,
boolean normalizeIdentifier)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
static Path |
PathParser.parse(String jcrPath,
NameResolver resolver,
PathFactory factory)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
static Name |
NameParser.parse(String jcrName,
NamespaceResolver resolver,
NameFactory factory)
Parses the
jcrName (either qualified or expanded) and
returns a new Name . |
Constructor and Description |
---|
EventImpl(ItemId eventId,
Path eventPath,
NodeId parentId,
int eventType,
String userId,
Element eventElement,
NamePathResolver resolver,
QValueFactory qvFactory) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.