|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.model.operations.tables.modification.AbstractTableModificationConstraint
public abstract class AbstractTableModificationConstraint
Constructor Summary | |
---|---|
AbstractTableModificationConstraint()
|
Method Summary | |
---|---|
void |
attach(TableModificationConstraint c)
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractTableModificationConstraint()
Method Detail |
---|
public void perform(TableContext c, Record r, java.util.List<ConstraintViolation> constraintViolation)
perform
in interface TableModificationConstraint
public void attach(TableModificationConstraint c)
attach
in interface TableModificationConstraint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |