vishnu.model.operations.tables.creation
Class SignatureValidator

java.lang.Object
  extended by vishnu.model.operations.tables.creation.AbstractTableCreationConstraint
      extended by vishnu.model.operations.tables.creation.SignatureValidator
All Implemented Interfaces:
TableCreationConstraint

public class SignatureValidator
extends AbstractTableCreationConstraint

Author:
Hernan Rancati
 

Constructor Summary
SignatureValidator()
           
 
Method Summary
 void perform(UserContext user, java.lang.String tableName, TableSignature s, java.util.List<ConstraintViolation> constraintViolations)
          Contract: -subclasses must call this method after performing its own validation.
 
Methods inherited from class vishnu.model.operations.tables.creation.AbstractTableCreationConstraint
attach
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureValidator

public SignatureValidator()
Method Detail

perform

public void perform(UserContext user,
                    java.lang.String tableName,
                    TableSignature s,
                    java.util.List<ConstraintViolation> constraintViolations)
Description copied from class: AbstractTableCreationConstraint
Contract: -subclasses must call this method after performing its own validation.

Specified by:
perform in interface TableCreationConstraint
Overrides:
perform in class AbstractTableCreationConstraint