public class RetentionRegistryImpl extends Object implements RetentionRegistry, SynchronousEventListener
RetentionEvaluatorImpl...| Constructor and Description |
|---|
RetentionRegistryImpl(SessionImpl session,
FileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasEffectiveHold(Path nodePath,
boolean checkParent) |
boolean |
hasEffectiveRetention(Path nodePath,
boolean checkParent) |
void |
onEvent(EventIterator events) |
public RetentionRegistryImpl(SessionImpl session, FileSystem fs) throws RepositoryException
RepositoryExceptionpublic void close()
public boolean hasEffectiveHold(Path nodePath, boolean checkParent) throws RepositoryException
hasEffectiveHold in interface RetentionRegistryRepositoryExceptionRetentionRegistry.hasEffectiveHold(org.apache.jackrabbit.spi.Path,boolean)public boolean hasEffectiveRetention(Path nodePath, boolean checkParent) throws RepositoryException
hasEffectiveRetention in interface RetentionRegistryRepositoryExceptionRetentionRegistry.hasEffectiveRetention(org.apache.jackrabbit.spi.Path,boolean)public void onEvent(EventIterator events)
onEvent in interface EventListenerevents - Events reporting hold/retention policy changes.Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.