Uses of Interface
org.pentaho.platform.repository2.unified.IRepositoryFileDao

Packages that use IRepositoryFileDao
org.pentaho.platform.repository2.unified   
org.pentaho.platform.repository2.unified.jcr Notes 
org.pentaho.platform.repository2.unified.lifecycle   
 

Uses of IRepositoryFileDao in org.pentaho.platform.repository2.unified
 

Constructors in org.pentaho.platform.repository2.unified with parameters of type IRepositoryFileDao
DefaultUnifiedRepository(IRepositoryFileDao contentDao, IRepositoryFileAclDao aclDao)
           
 

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

Classes in org.pentaho.platform.repository2.unified.jcr that implement IRepositoryFileDao
 class JcrRepositoryFileDao
          CRUD operations against JCR.
 

Uses of IRepositoryFileDao in org.pentaho.platform.repository2.unified.lifecycle
 

Constructors in org.pentaho.platform.repository2.unified.lifecycle with parameters of type IRepositoryFileDao
AbstractBackingRepositoryLifecycleManager(IRepositoryFileDao contentDao, IRepositoryFileAclDao repositoryFileAclDao, org.springframework.transaction.support.TransactionTemplate txnTemplate, String repositoryAdminUsername, String tenantAuthenticatedAuthorityNamePattern, String singleTenantAuthenticatedAuthorityName)
           
DefaultBackingRepositoryLifecycleManager(IRepositoryFileDao contentDao, IRepositoryFileAclDao repositoryFileAclDao, org.springframework.transaction.support.TransactionTemplate txnTemplate, String repositoryAdminUsername, String tenantAuthenticatedAuthorityNamePattern, String singleTenantAuthenticatedAuthorityName)
           
PdiBackingRepositoryLifecycleManager(IRepositoryFileDao contentDao, IRepositoryFileAclDao repositoryFileAclDao, org.springframework.transaction.support.TransactionTemplate txnTemplate, String repositoryAdminUsername, String tenantAuthenticatedAuthorityNamePattern, String singleTenantAuthenticatedAuthorityName)