vishnu.model.operations.indexes.creation
Class IndexRedefinitionConstraint

java.lang.Object
  extended by vishnu.model.operations.indexes.creation.AbstractIndexCreationConstraint
      extended by vishnu.model.operations.indexes.creation.IndexRedefinitionConstraint
All Implemented Interfaces:
IndexCreationConstraint

public class IndexRedefinitionConstraint
extends AbstractIndexCreationConstraint

Author:
Mariano Tepper
 

Constructor Summary
IndexRedefinitionConstraint()
           
 
Method Summary
 void perform(IndexContext c, java.util.List<ConstraintViolation> constraintViolations)
          Contract: -subclasses must call this method after performing its own validation.
 
Methods inherited from class vishnu.model.operations.indexes.creation.AbstractIndexCreationConstraint
attach
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexRedefinitionConstraint

public IndexRedefinitionConstraint()
Method Detail

perform

public void perform(IndexContext c,
                    java.util.List<ConstraintViolation> constraintViolations)
Description copied from class: AbstractIndexCreationConstraint
Contract: -subclasses must call this method after performing its own validation.

Specified by:
perform in interface IndexCreationConstraint
Overrides:
perform in class AbstractIndexCreationConstraint