Uses of Interface
org.apache.jackrabbit.spi.commons.conversion.PathResolver

Packages that use PathResolver
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
 class SessionImpl
          A SessionImpl ...
 class XASessionImpl
          Session extension that provides XA support.
 

Constructors in org.apache.jackrabbit.core with parameters of type PathResolver
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
 class NamePathResolverImpl
          NamePathResolverImpl...
 

Uses of PathResolver in org.apache.jackrabbit.core.session
 

Classes in org.apache.jackrabbit.core.session that implement PathResolver
 class SessionContext
          Component context of a session.
 

Uses of PathResolver in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi that return PathResolver
 PathResolver WorkspaceImpl.getPathResolver()
           
 PathResolver SessionImpl.getPathResolver()
           
 PathResolver ManagerProvider.getPathResolver()
           
 

Uses of PathResolver in org.apache.jackrabbit.jcr2spi.operation
 

Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type PathResolver
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
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.
 

Uses of PathResolver in org.apache.jackrabbit.spi.commons.conversion
 

Subinterfaces of PathResolver in org.apache.jackrabbit.spi.commons.conversion
 interface NamePathResolver
          Combined name and path resolver.
 

Classes in org.apache.jackrabbit.spi.commons.conversion that implement PathResolver
 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
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
 int BatchReadConfig.getDepth(Path path, PathResolver resolver)
          Return the depth for the given path.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.