Uses of Interface
org.apache.jackrabbit.core.retention.RetentionRegistry
-
Packages that use RetentionRegistry Package Description 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
Methods in org.apache.jackrabbit.core that return RetentionRegistry Modifier and Type Method Description protected RetentionRegistry
RepositoryImpl.WorkspaceInfo. getRetentionRegistry()
Return manager used for evaluating effect retention and holds.protected RetentionRegistry
SessionImpl. getRetentionRegistry()
Returns the internal retention manager used for evaluation of effective retention policies and holds. -
Uses of RetentionRegistry in org.apache.jackrabbit.core.retention
Classes in org.apache.jackrabbit.core.retention that implement RetentionRegistry Modifier and Type Class Description class
RetentionRegistryImpl
RetentionEvaluatorImpl
...
-