public interface DataDictionaryDefinition extends DictionaryBean, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
completeValidation(Class<?> rootBusinessObjectClass,
Class<?> otherBusinessObjectClass)
Deprecated.
|
void |
completeValidation(Class<?> rootBusinessObjectClass,
Class<?> otherBusinessObjectClass,
ValidationTrace tracer)
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() |
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode@Deprecated 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-completionvoid completeValidation(Class<?> rootBusinessObjectClass, Class<?> otherBusinessObjectClass, ValidationTrace tracer)
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationtracer - ValidationTrace class used to track what was being validated at the time of any problems discoveredCopyright © 2005–2015 The Kuali Foundation. All rights reserved.