Uses of Class
com.jalios.jcms.tools.storemerge.rule.ConflictResolutionRule

Packages that use ConflictResolutionRule
com.jalios.jcms.tools.storemerge.rule   
 

Uses of ConflictResolutionRule in com.jalios.jcms.tools.storemerge.rule
 

Subclasses of ConflictResolutionRule in com.jalios.jcms.tools.storemerge.rule
 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.
 

Methods in com.jalios.jcms.tools.storemerge.rule that return ConflictResolutionRule
static ConflictResolutionRule ConflictResolutionRule.buildRule(String action, String target)
          Returns a new rule according an action and a target.
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.