public interface DataDictionaryDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
completeValidation(Class<?> rootBusinessObjectClass,
Class<?> otherBusinessObjectClass)
Performs complete intra-definition validation which couldn't be done earlier - for example, verifies that field references
refer to actual fields of some specific class.
|
String |
getId() |
void completeValidation(Class<?> rootBusinessObjectClass, Class<?> otherBusinessObjectClass)
rootBusinessObjectClass
- Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass
- other stuff required to complete validationCompletionException
- if a problem arises during validation-completionCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.