Uses of Interface
org.apache.jackrabbit.spi.commons.conversion.PathResolver
-
Packages that use PathResolver 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 -
-
Uses of PathResolver in org.apache.jackrabbit.core
Classes in org.apache.jackrabbit.core that implement PathResolver Modifier and Type Class Description class
SessionImpl
ASessionImpl
...class
XASessionImpl
Session extension that provides XA support.Constructors in org.apache.jackrabbit.core with parameters of type PathResolver Constructor Description SessionMoveOperation(PathResolver resolver, String srcAbsPath, String destAbsPath)
-
Uses of PathResolver in org.apache.jackrabbit.core.query.lucene
Classes in org.apache.jackrabbit.core.query.lucene that implement PathResolver Modifier and Type Class Description class
NamePathResolverImpl
NamePathResolverImpl
... -
Uses of PathResolver in org.apache.jackrabbit.core.session
Classes in org.apache.jackrabbit.core.session that implement PathResolver Modifier and Type Class Description class
SessionContext
Component context of a session. -
Uses of PathResolver in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return PathResolver Modifier and Type Method Description PathResolver
ManagerProvider. getPathResolver()
PathResolver
SessionImpl. getPathResolver()
PathResolver
WorkspaceImpl. getPathResolver()
-
Uses of PathResolver in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type PathResolver Modifier and Type Method Description static Operation
Move. create(Path srcPath, Path destPath, HierarchyManager hierMgr, PathResolver resolver, boolean sessionMove)
-
Uses of PathResolver in org.apache.jackrabbit.jcr2spi.util
Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type PathResolver Modifier and Type Method Description static String
LogUtil. safeGetJCRPath(ItemState itemState, PathResolver pathResolver)
Failsafe conversion of anItemState
to JCR path for use in error messages etc.static String
LogUtil. safeGetJCRPath(Path qPath, PathResolver pathResolver)
Failsafe conversion of internalPath
to JCR path for use in error messages etc.static String
LogUtil. saveGetIdString(ItemId itemId, PathResolver pathResolver)
Failsafe conversion of anItemId
to a human readable string resolving the path part of the specified id using the given path resolver. -
Uses of PathResolver in org.apache.jackrabbit.spi.commons.conversion
Subinterfaces of PathResolver in org.apache.jackrabbit.spi.commons.conversion Modifier and Type Interface Description interface
NamePathResolver
Combined name and path resolver.Classes in org.apache.jackrabbit.spi.commons.conversion that implement PathResolver Modifier and Type Class 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.Constructors in org.apache.jackrabbit.spi.commons.conversion with parameters of type PathResolver Constructor 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)
-
Uses of PathResolver in org.apache.jackrabbit.spi2davex
Methods in org.apache.jackrabbit.spi2davex with parameters of type PathResolver Modifier and Type Method Description int
BatchReadConfig. getDepth(Path path, PathResolver resolver)
Return the depth for the given path.
-