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 TypeMethodDescriptionbooleanrun(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 benulldeletionContext- the context of deleted objects, cannot benullsession- the comparison session to be recompared, cannot benull
-
-
Method Details
-
run
Description copied from interface:IBatchComparisonTaskRuns the task.- Specified by:
runin interfaceIBatchComparisonTask- Parameters:
comparisonRunner- the comparison runner, cannot benull- Returns:
trueif comparison has been run,falseotherwise
-