|
Class Summary |
| ConflictResolutionRule |
|
| DeleteRule |
This rule resolves Update/Delete conflict by selecting the Delete. |
| IgnoreEmptyItemRule |
This rule resolves Update/Update conflict on array attribute by ignoring empty values. |
| IgnoreOrderRule |
This rule resolves Update/Update conflict on array attribute by ignoring order. |
| IgnoreRule |
This rule resolves Update/Update attribute conflict by ignoring this conflict. |
| MergeRule |
This rule resolves Update/Update conflict on array attribute by merging the values. |
| NewValueRule |
This rule resolves Update/Update conflict on attribute by setting a new value. |
| PreferNotEmptyRule |
This rule resolves Update/Update conflict on attribute by selecting the non empty value. |
| Store1Rule |
This rule resolves Update/Update conflict on attribute by setting the value of store1. |
| Store2Rule |
This rule resolves Update/Update conflict on attribute by setting the value of store2. |
| UpdateRule |
This rule resolves Update/Delete conflict by selecting the Update. |