vishnu.model.operations.tables.modification
Class UpdateIndexNotifier

java.lang.Object
  extended by vishnu.model.operations.tables.modification.AbstractTableModificationConstraint
      extended by vishnu.model.operations.tables.modification.UpdateIndexNotifier
All Implemented Interfaces:
TableModificationConstraint

public class UpdateIndexNotifier
extends AbstractTableModificationConstraint

 

Constructor Summary
UpdateIndexNotifier()
           
 
Method Summary
 void perform(TableContext c, Record r, java.util.List<ConstraintViolation> constraintViolation)
          Contract: -subclasses must call this method after performing its own validation.
 
Methods inherited from class vishnu.model.operations.tables.modification.AbstractTableModificationConstraint
attach
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateIndexNotifier

public UpdateIndexNotifier()
Method Detail

perform

public void perform(TableContext c,
                    Record r,
                    java.util.List<ConstraintViolation> constraintViolation)
Description copied from class: AbstractTableModificationConstraint
Contract: -subclasses must call this method after performing its own validation.

Specified by:
perform in interface TableModificationConstraint
Overrides:
perform in class AbstractTableModificationConstraint