PerformBatchRecalculationsFromPrecedentChangeSet

This batch process is the heavyweight multiple-stream process that identifies the dependents which are potentially affected by the changes in the submitted precedent change set, and recalculates them.

This batch process must be run once for each dependent type registered with the Dependency Manager.

Batch Process Class and Method: The class and method for the chunker batch process is curam.dependency.intf.PerformBatchRecalculationsFromPrecedentChangeSet.process.

The class and method for the stream batch process is curam.dependency.intf.PerformBatchRecalculationsFromPrecedentChangeSetStream.process.