Package javax.jcr.retention
Interface RetentionPolicy
-
public interface RetentionPolicy
AnRetentionPolicy
is an object with a name and an optional description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the name of the retention policy.
-
-
-
Method Detail
-
getName
java.lang.String getName() throws RepositoryException
Returns 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.
-
-