Interface CMSVersionDeleteStrategy
-
- All Known Implementing Classes:
DefaultCMSVersionDeleteStrategy
public interface CMSVersionDeleteStrategyDefines how CMSVersion items are cleaned up by theCMSVersionGCPerformable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<PerformResult>deleteVersions(java.util.Collection<PK> toBeDeleted)
-
-
-
Method Detail
-
deleteVersions
java.util.Optional<PerformResult> deleteVersions(java.util.Collection<PK> toBeDeleted) throws java.lang.Exception
- Parameters:
toBeDeleted- The list of PKs that need to be deleted- Returns:
- if you return a result, the job will immediatly stop and return the result
- Throws:
java.lang.Exception
-
-