Interface DeleteHistoryService

All Known Implementing Classes:
DeleteHistoryServiceImpl

public interface DeleteHistoryService
  • Method Details

    • deleteTerminatedSnapshots

      void deleteTerminatedSnapshots(Integer pageSize)
    • deleteOldSnapshots

      void deleteOldSnapshots(long maxRevisionCount)
    • deleteSnapshotsByEntityIds

      void deleteSnapshotsByEntityIds(Set<UUID> entityIds)