Package javax.jcr.retention
Interface RetentionPolicy
-
public interface RetentionPolicyAnRetentionPolicyis an object with a name and an optional description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the retention policy.
-
-
-
Method Detail
-
getName
java.lang.String getName() throws RepositoryExceptionReturns the name of the retention policy. A JCR name.- Returns:
- the name of the access control policy. A JCR name.
- Throws:
RepositoryException- if an error occurs.
-
-