Class RecompareOnChangedTopObjectsTask
java.lang.Object
com._1c.g5.v8.dt.internal.compare.run.RecompareOnChangedTopObjectsTask
- All Implemented Interfaces:
IBatchComparisonTask
Runs recomparison of the process associated with registered comparison session.
-
Constructor Summary
ConstructorsConstructorDescriptionRecompareOnChangedTopObjectsTask
(Collection<ComparisonDataSourceUpdateInfo> updateContext, Set<String> deletionContext, ComparisonSession session) Creates task instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
run
(IBatchComparisonRunner comparisonRunner) Runs the task.
-
Constructor Details
-
RecompareOnChangedTopObjectsTask
public RecompareOnChangedTopObjectsTask(Collection<ComparisonDataSourceUpdateInfo> updateContext, Set<String> deletionContext, ComparisonSession session) Creates task instance.- Parameters:
updateContext
- the context of updated objects, cannot benull
deletionContext
- the context of deleted objects, cannot benull
session
- the comparison session to be recompared, cannot benull
-
-
Method Details
-
run
Description copied from interface:IBatchComparisonTask
Runs the task.- Specified by:
run
in interfaceIBatchComparisonTask
- Parameters:
comparisonRunner
- the comparison runner, cannot benull
- Returns:
true
if comparison has been run,false
otherwise
-