Uses of Interface
org.pentaho.platform.repository2.unified.jcr.IPathConversionHelper

Packages that use IPathConversionHelper
org.pentaho.platform.repository2.unified.jcr Notes 
org.pentaho.platform.repository2.unified.jcr.jackrabbit   
 

Uses of IPathConversionHelper in org.pentaho.platform.repository2.unified.jcr
 

Classes in org.pentaho.platform.repository2.unified.jcr that implement IPathConversionHelper
 class DefaultPathConversionHelper
          Default IPathConversionHelper implementation.
 

Methods in org.pentaho.platform.repository2.unified.jcr with parameters of type IPathConversionHelper
static List<RepositoryFile> JcrRepositoryFileUtils.getChildren(javax.jcr.Session session, PentahoJcrConstants pentahoJcrConstants, IOwnerLookupHelper ownerLookupHelper, IPathConversionHelper pathConversionHelper, Serializable folderId, String filter)
           
static RepositoryFile JcrRepositoryFileUtils.getFileAtVersion(javax.jcr.Session session, PentahoJcrConstants pentahoJcrConstants, IOwnerLookupHelper ownerLookupHelper, IPathConversionHelper pathConversionHelper, Serializable fileId, Serializable versionId)
           
static RepositoryFile JcrRepositoryFileUtils.getFileById(javax.jcr.Session session, PentahoJcrConstants pentahoJcrConstants, IOwnerLookupHelper ownerLookupHelper, IPathConversionHelper pathConversionHelper, Serializable fileId)
           
static RepositoryFileTree JcrRepositoryFileUtils.getTree(javax.jcr.Session session, PentahoJcrConstants pentahoJcrConstants, IOwnerLookupHelper ownerLookupHelper, IPathConversionHelper pathConversionHelper, String absPath, int depth, String filter)
           
static Object JcrRepositoryFileUtils.nodeIdToFile(javax.jcr.Session session, PentahoJcrConstants pentahoJcrConstants, IOwnerLookupHelper ownerLookupHelper, IPathConversionHelper pathConversionHelper, Serializable fileId)
           
static RepositoryFile JcrRepositoryFileUtils.nodeToFile(javax.jcr.Session session, PentahoJcrConstants pentahoJcrConstants, IOwnerLookupHelper ownerLookupHelper, IPathConversionHelper pathConversionHelper, javax.jcr.Node node)
           
static RepositoryFile JcrRepositoryFileUtils.nodeToFile(javax.jcr.Session session, PentahoJcrConstants pentahoJcrConstants, IOwnerLookupHelper ownerLookupHelper, IPathConversionHelper pathConversionHelper, javax.jcr.Node node, boolean loadMaps)
           
 

Constructors in org.pentaho.platform.repository2.unified.jcr with parameters of type IPathConversionHelper
DefaultDeleteHelper(IOwnerLookupHelper ownerLookupHelper, ILockHelper lockHelper, IPathConversionHelper pathConversionHelper)
           
JcrRepositoryFileDao(org.springframework.extensions.jcr.JcrTemplate jcrTemplate, List<ITransformer<IRepositoryFileData>> transformers, IOwnerLookupHelper ownerLookupHelper, ILockHelper lockHelper, IDeleteHelper deleteHelper, IPathConversionHelper pathConversionHelper, IRepositoryFileAclDao aclDao)
           
 

Uses of IPathConversionHelper in org.pentaho.platform.repository2.unified.jcr.jackrabbit
 

Constructors in org.pentaho.platform.repository2.unified.jcr.jackrabbit with parameters of type IPathConversionHelper
JackrabbitRepositoryFileAclDao(org.springframework.extensions.jcr.JcrTemplate jcrTemplate, IPathConversionHelper pathConversionHelper)