public interface Validation
| Modifier and Type | Method and Description | 
|---|---|
| boolean | shouldQuitOnFail()Returns whether the validation process should quit on the failure of this validation | 
| boolean | stageValidation(AttributedDocumentEvent event)Stages the execution of a Validation | 
| boolean | validate(AttributedDocumentEvent event)This method validates that certain parameters | 
boolean validate(AttributedDocumentEvent event)
parameters - a list of parameters to validateboolean shouldQuitOnFail()
boolean stageValidation(AttributedDocumentEvent event)
event - the event the validateCopyright © 2004–2014 The Kuali Foundation. All rights reserved.