Detailed Description of Incremental Manual Override Builder

This step manages a set of rules for the purpose of manual overriding against the existing rules within the repository. This step differs from Manual Override Builder by operating on a single rule level and therefore facilitating add/change/delete operations of a single rule.


Top of page

Example: Example
<step id="incrMOBuilder" className="cz.adastra.cif.tasks.identify.override.IncrementalManualOverrideBuilder">
 <properties typeColumn="MO_type" childRecordPkColumn="MO_child" parentRecordPkColumn="MO_parent" deleteColumn="MO_status_deleted">
 <repository folder="../data/rep" saveLogs="true"/>
 </properties>
</step>

iWay Software