Interface RetentionRegistry
-
- All Known Implementing Classes:
RetentionRegistryImpl
public interface RetentionRegistry
RetentionEvaluator
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-