| Interface | Description | 
|---|---|
| BeanOverride | Performs overrides on the fields of a Data Dictionary bean. | 
| Copyable | Marks KRAD framework objects that support deep copying. | 
| DataDictionaryDefinition | Defines methods common to all DataDictionaryDefinition types. | 
| DataDictionaryEntry | Defines methods common to all DataDictionaryDefinition types. | 
| DataDictionaryMapper | Maps one Document type to other document Type. | 
| DictionaryBean | Common interface for all objects that can be configured in the dictionary | 
| DictionaryBeanProcessor | API for classes that perform post processing of the dictionary bean definitions | 
| FieldOverride | Performs overrides on properties of fields in a Data Dictionary bean. | 
| InactivationBlockingMetadata | This interface provides read-only metadata about inactivation blocking. | 
| Class | Description | 
|---|---|
| AttributeDefinition | A single attribute definition in the DataDictionary, which contains
 information relating to the display, validation, and general maintenance of a
 specific attribute of an entry. | 
| AttributeDefinitionBase | Common class for attribute definitions in the DataDictionary, which contains
 information relating to the display, validation, and general maintenance of a
 specific attribute of an entry. | 
| AttributeReference | Deprecated Should be removed - with Spring, parent attribute definitions do not
 need to be bound to a business object. | 
| AttributeSecurity | Defines a set of restrictions that are possible on an attribute | 
| BusinessObjectEntry | A single BusinessObject entry in the DataDictionary, which contains information relating to the display, validation,
 and general maintenance of a BusinessObject and its attributes. | 
| CollectionDefinition | CollectionDefinition defines a single Collection attribute definition in the DataDictionary | 
| ComplexAttributeDefinition | A complex attribute definition in the DataDictictionary. | 
| DataDictionary | Encapsulates a bean factory and indexes to the beans within the factory for providing
 framework metadata | 
| DataDictionaryDefinitionBase | Common base class for DataDictionaryDefinition types. | 
| DataDictionaryEntryBase | Contains common properties and methods for data dictionary entries | 
| DataDictionaryIndex | Encapsulates a set of statically generated (typically during startup)
 DataDictionary indexes | 
| DataDictionaryIndexMapper | A DataDictionaryMapper that simply consults the statically initialized
 DataDictionaryIndex mappings | 
| DataObjectEntry | Generic dictionary entry for an object that does not have to implement BusinessObject. | 
| DefaultListableBeanFactory | Default implementation of the
  ListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory
 based on bean definition objects. | 
| DictionaryBeanBase | Common base for all objects that can be configured in the dictionary | 
| DictionaryBeanFactoryPostProcessor | Post processor for the data dictionary bean factory | 
| DictionaryBeanProcessorBase | Base class for dictionary bean processors that provides utility methods | 
| DocumentCollectionPath | This is a description of what this class does - mpham don't forget to fill this in. | 
| DocumentEntry | A single Document entry in the DataDictionary, which contains information relating to the display, validation, and
 general maintenance of a Document (transactional or maintenance) and its attributes | 
| DocumentValuePathGroup | This is a description of what this class does - mpham don't forget to fill this in. | 
| ExternalizableAttributeDefinitionProxy | A single attribute definition in the DataDictionary, which contains
 information relating to the display, validation, and general maintenance of a
 specific attribute of an entry. | 
| HelpDefinition | The help element provides the keys to obtain a
 help description from the database. | 
| InactivationBlockingDefinition | This is a description of what this class does - wliang don't forget to fill this in. | 
| MaintenanceDocumentEntry | Data dictionary entry class for  MaintenanceDocument | 
| MessageBeanProcessor | Dictionary bean processor that retrieves external messages for bean definitions and alters the bean
 definitions to use the external text | 
| PrimitiveAttributeDefinition | The primitiveAttribute element identifies one pair of
 corresponding fields in the primary business object and
 the related business object. | 
| ReferenceDefinition | The reference element specifies the name of a reference
 object that is required to exist in order for the primary
 business object to be created or modified on a BO. | 
| RelationshipDefinition | A single Relationship definition in the DataDictionary, which contains information concerning which primitive
 attributes of this
 class can be used to retrieve an instance of some related Object instance
 The relationship element defines how primitive attributes of this
 class can be used to retrieve an instance of some related Object instance
 DD: See RelationshipDefinition.java. | 
| RoutingAttribute | This is a description of what this class does - mpham don't forget to fill this in. | 
| RoutingTypeDefinition | This is a description of what this class does - mpham don't forget to fill this in. | 
| SearchingAttribute | This is a description of what this class does - mpham don't forget to fill this in. | 
| SearchingTypeDefinition | This is a description of what this class does - mpham don't forget to fill this in. | 
| SortDefinition | The defaultSort element specifies the sequence in which the lookup search results should be displayed | 
| SupportAttributeDefinition | Support attributes define additional attributes that can be used to generate
 lookup field conversions and lookup parameters. | 
| TransactionalDocumentEntry | Data dictionary entry class for  TransactionalDocument. | 
| WorkflowAttributeMetadata | This is a description of what this class does - mpham don't forget to fill this in. | 
| WorkflowAttributes | A container that holds all of the  WorkflowAttributeDefinitionfor a document for both document searches
 and routing that depends on the values that exist on the document. | 
| WorkflowProperties | This element is used to define a set of workflowPropertyGroups, which are used to
 specify which document properties should be serialized during the document serialization
 process. | 
| WorkflowProperty | This class represents an serializable property when generating workflow routing XML. | 
| WorkflowPropertyGroup | Allows for grouping of related  WorkflowPropertyobjects | 
| Exception | Description | 
|---|---|
| DataDictionaryException | Exception thrown when an error occurs loading entries into the DataDictionaryEntry. | 
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.