public interface DataDictionaryDefinition extends DictionaryBean, 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() |
getComponentCode, getNamespaceCodevoid 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–2016 The Kuali Foundation. All rights reserved.