Uses of Interface
org.apache.jackrabbit.core.retention.RetentionRegistry

Packages that use RetentionRegistry
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.retention   
 

Uses of RetentionRegistry in org.apache.jackrabbit.core
 

Fields in org.apache.jackrabbit.core declared as RetentionRegistry
protected  RetentionRegistry ItemValidator.retentionReg
           
 

Methods in org.apache.jackrabbit.core that return RetentionRegistry
protected  RetentionRegistry SessionImpl.getRetentionRegistry()
          Returns the internal retention manager used for evaluation of effective retention policies and holds.
protected  RetentionRegistry RepositoryImpl.WorkspaceInfo.getRetentionRegistry()
          Return manager used for evaluating effect retention and holds.
 

Constructors in org.apache.jackrabbit.core with parameters of type RetentionRegistry
ItemValidator(NodeTypeRegistry ntReg, HierarchyManager hierMgr, PathResolver resolver, LockManager lockMgr, AccessManager accessMgr, RetentionRegistry retentionReg)
          Creates a new ItemValidator instance.
 

Uses of RetentionRegistry in org.apache.jackrabbit.core.retention
 

Classes in org.apache.jackrabbit.core.retention that implement RetentionRegistry
 class RetentionRegistryImpl
          RetentionEvaluatorImpl...
 



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