Package | Description |
---|---|
com.jalios.jcms.tools.storemerge.rule |
Modifier and Type | Class and Description |
---|---|
class |
DeleteRule
This rule resolves Update/Delete conflict by selecting the Delete.
|
class |
IgnoreEmptyItemRule
This rule resolves Update/Update conflict on array attribute by ignoring empty values.
|
class |
IgnoreOrderRule
This rule resolves Update/Update conflict on array attribute by ignoring order.
|
class |
IgnoreRule
This rule resolves Update/Update attribute conflict by ignoring this conflict.
|
class |
MergeRule
This rule resolves Update/Update conflict on array attribute by merging the values.
|
class |
NewValueRule
This rule resolves Update/Update conflict on attribute by setting a new value.
|
class |
PreferNotEmptyRule
This rule resolves Update/Update conflict on attribute by selecting the non empty value.
|
class |
Store1Rule
This rule resolves Update/Update conflict on attribute by setting the value of store1.
|
class |
Store2Rule
This rule resolves Update/Update conflict on attribute by setting the value of store2.
|
class |
UpdateRule
This rule resolves Update/Delete conflict by selecting the Update.
|
Modifier and Type | Method and Description |
---|---|
static ConflictResolutionRule |
ConflictResolutionRule.buildRule(java.lang.String action,
java.lang.String target)
Returns a new rule according an action and a target.
|
Copyright © 2001-2018 Jalios SA. All Rights Reserved.