org.apache.jackrabbit.core.retention
Interface RetentionRegistry

All Known Implementing Classes:
RetentionRegistryImpl

public interface RetentionRegistry

RetentionEvaluator...


Method Summary
 boolean hasEffectiveHold(Path nodePath, boolean checkParent)
           
 boolean hasEffectiveRetention(Path nodePath, boolean checkParent)
           
 

Method Detail

hasEffectiveHold

boolean hasEffectiveHold(Path nodePath,
                         boolean checkParent)
                         throws RepositoryException
Throws:
RepositoryException

hasEffectiveRetention

boolean hasEffectiveRetention(Path nodePath,
                              boolean checkParent)
                              throws RepositoryException
Throws:
RepositoryException


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