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 classSessionImplASessionImpl...classXASessionImplSession 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 classNamePathResolverImplNamePathResolverImpl... -
Uses of PathResolver in org.apache.jackrabbit.core.session
Classes in org.apache.jackrabbit.core.session that implement PathResolver Modifier and Type Class Description classSessionContextComponent 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 PathResolverManagerProvider. getPathResolver()PathResolverSessionImpl. getPathResolver()PathResolverWorkspaceImpl. 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 OperationMove. 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 StringLogUtil. safeGetJCRPath(ItemState itemState, PathResolver pathResolver)Failsafe conversion of anItemStateto JCR path for use in error messages etc.static StringLogUtil. safeGetJCRPath(Path qPath, PathResolver pathResolver)Failsafe conversion of internalPathto JCR path for use in error messages etc.static StringLogUtil. saveGetIdString(ItemId itemId, PathResolver pathResolver)Failsafe conversion of anItemIdto 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 interfaceNamePathResolverCombined name and path resolver.Classes in org.apache.jackrabbit.spi.commons.conversion that implement PathResolver Modifier and Type Class Description classCachingPathResolverPath resolver decorator that uses a generational cache to speed up parsing and formatting of JCR paths.classDefaultNamePathResolverDefaultNamePathResolver...classParsingPathResolverPath 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 intBatchReadConfig. getDepth(Path path, PathResolver resolver)Return the depth for the given path.
-