vishnu.model.operations.indexes.creation
Class IndexCreationPerformer

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

public class IndexCreationPerformer
extends AbstractIndexCreationConstraint
implements IndexCreationConstraint

Author:
Mariano Tepper
 

Constructor Summary
IndexCreationPerformer()
           
 
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
 
Methods inherited from interface vishnu.model.operations.indexes.creation.IndexCreationConstraint
attach
 

Constructor Detail

IndexCreationPerformer

public IndexCreationPerformer()
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