public interface DataDictionaryValidator
Modifier and Type | Interface and Description |
---|---|
static class |
DataDictionaryValidator.ValidationType |
Modifier and Type | Method and Description |
---|---|
List<ValidationResultInfo> |
validate(DataDictionaryValidator.ValidationType validationType,
Object info,
ContextInfo context)
Generic validation interface used to implement the individual validateXXXX (xxxxx) methods
This is not supposed to remotable because it's object is an Object.
|
List<ValidationResultInfo> validate(DataDictionaryValidator.ValidationType validationType, Object info, ContextInfo context) throws OperationFailedException, MissingParameterException, InvalidParameterException, PermissionDeniedException
validationType,
- FULL_VALIDATION or SKIP_REQUIREDNESS_VALIDATIONSinfo
- object to be validatedcontext
- of user and locale informationOperationFailedException
MissingParameterException
InvalidParameterException
PermissionDeniedException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.