Interface IBatchComparisonTask

All Known Implementing Classes:
RecompareOnChangedTopObjectsTask, StartBatchComparisonTask

public interface IBatchComparisonTask
A task for (re)comparing of compare/merge processes batch.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    run(IBatchComparisonRunner comparisonRunner)
    Runs the task.
  • Method Details

    • run

      boolean run(IBatchComparisonRunner comparisonRunner)
      Runs the task.
      Parameters:
      comparisonRunner - the comparison runner, cannot be null
      Returns:
      true if comparison has been run, false otherwise