Class RecompareOnChangedTopObjectsTask

java.lang.Object
com._1c.g5.v8.dt.internal.compare.run.RecompareOnChangedTopObjectsTask
All Implemented Interfaces:
IBatchComparisonTask

public class RecompareOnChangedTopObjectsTask extends Object implements IBatchComparisonTask
Runs recomparison of the process associated with registered comparison session.
  • Constructor Details

    • RecompareOnChangedTopObjectsTask

      public RecompareOnChangedTopObjectsTask(Collection<ComparisonDataSourceUpdateInfo> updateContext, Set<String> deletionContext, ComparisonSession session)
      Creates task instance.
      Parameters:
      updateContext - the context of updated objects, cannot be null
      deletionContext - the context of deleted objects, cannot be null
      session - the comparison session to be recompared, cannot be null
  • Method Details