Interface CMSVersionDeleteStrategy

All Known Implementing Classes:
DefaultCMSVersionDeleteStrategy

public interface CMSVersionDeleteStrategy
Defines how CMSVersion items are cleaned up by the CMSVersionGCPerformable
  • Method Details

    • deleteVersions

      Optional<PerformResult> deleteVersions(Collection<PK> toBeDeleted) throws 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:
      Exception