Interface NodeCleanupWorker

All Known Implementing Classes:
AbstractNodeCleanupWorker, DeletedNodeCleanupWorker, NodeCleanupRegistry

public interface NodeCleanupWorker
Interface for classes that implement a snippet of node cleanup.
Since:
2.2 SP2
Author:
Derek Hulley
  • Method Summary

    Modifier and Type
    Method
    Description
    Perform some work to clean up data.
  • Method Details

    • doClean

      List<String> doClean()
      Perform some work to clean up data. All errors must be handled and converted to error messages.
      Returns:
      Returns a list of informational messages.