Class ConfigurationChangedHelper

java.lang.Object
org.jumpmind.symmetric.common.ConfigurationChangedHelper

public class ConfigurationChangedHelper extends Object
  • Constructor Details

    • ConfigurationChangedHelper

      public ConfigurationChangedHelper(ISymmetricEngine engine)
  • Method Details

    • handleChange

      public void handleChange(Context context, Table table, CsvData data)
    • contextCommitted

      public void contextCommitted(Context context)
    • contextComplete

      public void contextComplete(Context context)
    • contextCommittedAndComplete

      public void contextCommittedAndComplete(Context context)
    • getColumnValue

      public static String getColumnValue(Table table, CsvData data, String name)
    • isNewContext

      public boolean isNewContext(Context context)
    • setSyncTriggersAllowed

      public void setSyncTriggersAllowed(Context context, boolean syncTriggersAllowed)
    • isSyncTriggersAllowed

      public boolean isSyncTriggersAllowed(Context context)
    • setSyncTriggersNeeded

      public void setSyncTriggersNeeded(Context context)
    • filterNodes

      public Set<Node> filterNodes(Set<Node> nodes, String tableName, Map<String,String> columnValues)