|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.model.operations.indexes.creation.AbstractIndexCreationConstraint
public class AbstractIndexCreationConstraint
Constructor Summary | |
---|---|
AbstractIndexCreationConstraint()
|
Method Summary | |
---|---|
void |
attach(IndexCreationConstraint c)
|
void |
perform(IndexContext c,
java.util.List<ConstraintViolation> constraintViolations)
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 AbstractIndexCreationConstraint()
Method Detail |
---|
public void perform(IndexContext c, java.util.List<ConstraintViolation> constraintViolations)
perform
in interface IndexCreationConstraint
public void attach(IndexCreationConstraint c)
attach
in interface IndexCreationConstraint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |