Interface RetentionRegistry
-
- All Known Implementing Classes:
RetentionRegistryImpl
public interface RetentionRegistryRetentionEvaluator...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasEffectiveHold(Path nodePath, boolean checkParent)booleanhasEffectiveRetention(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
-
-