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.session | |
org.apache.jackrabbit.jcr2spi | |
org.apache.jackrabbit.jcr2spi.operation | |
org.apache.jackrabbit.jcr2spi.util | |
org.apache.jackrabbit.spi.commons.conversion | |
org.apache.jackrabbit.spi2davex |
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl
A
SessionImpl ... |
class |
XASessionImpl
Session extension that provides XA support.
|
Constructor and Description |
---|
SessionMoveOperation(PathResolver resolver,
String srcAbsPath,
String destAbsPath) |
Modifier and Type | Class and Description |
---|---|
class |
NamePathResolverImpl
NamePathResolverImpl ... |
Modifier and Type | Class and Description |
---|---|
class |
SessionContext
Component context of a session.
|
Modifier and Type | Method and Description |
---|---|
PathResolver |
ManagerProvider.getPathResolver() |
PathResolver |
SessionImpl.getPathResolver() |
PathResolver |
WorkspaceImpl.getPathResolver() |
Modifier and Type | Method and Description |
---|---|
static Operation |
Move.create(Path srcPath,
Path destPath,
HierarchyManager hierMgr,
PathResolver resolver,
boolean sessionMove) |
Modifier and Type | Method and Description |
---|---|
static String |
LogUtil.safeGetJCRPath(ItemState itemState,
PathResolver pathResolver)
Failsafe conversion of an
ItemState to JCR path for use in
error messages etc. |
static String |
LogUtil.safeGetJCRPath(Path qPath,
PathResolver pathResolver)
Failsafe conversion of internal
Path to JCR path for use in
error messages etc. |
static String |
LogUtil.saveGetIdString(ItemId itemId,
PathResolver pathResolver)
Failsafe conversion of an
ItemId to a human readable string
resolving the path part of the specified id using the given path resolver. |
Modifier and Type | Interface and Description |
---|---|
interface |
NamePathResolver
Combined name and path resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingPathResolver
Path resolver decorator that uses a generational cache to speed up
parsing and formatting of JCR paths.
|
class |
DefaultNamePathResolver
DefaultNamePathResolver ... |
class |
ParsingPathResolver
Path resolver that parsers and formats prefixed JCR paths.
|
Constructor and Description |
---|
CachingPathResolver(PathResolver resolver)
Creates a caching decorator for the given path resolver.
|
CachingPathResolver(PathResolver resolver,
org.apache.jackrabbit.spi.commons.conversion.GenerationalCache cache)
Creates a caching decorator for the given path resolver.
|
DefaultNamePathResolver(NameResolver nResolver,
PathResolver pResolver) |
Modifier and Type | Method and Description |
---|---|
int |
BatchReadConfig.getDepth(Path path,
PathResolver resolver)
Return the depth for the given path.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.