|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.model.operations.tables.creation.AbstractTableCreationConstraint vishnu.model.operations.tables.creation.TableCreationPerformer
public class TableCreationPerformer
Constructor Summary | |
---|---|
TableCreationPerformer()
|
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 |
---|
public TableCreationPerformer()
Method Detail |
---|
public void perform(UserContext user, java.lang.String tableName, TableSignature s, java.util.List<ConstraintViolation> constraintViolations)
AbstractTableCreationConstraint
perform
in interface TableCreationConstraint
perform
in class AbstractTableCreationConstraint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |