| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.service |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,RelationshipDefinition> |
DataDictionaryEntryBase.relationshipMap |
protected List<RelationshipDefinition> |
DataDictionaryEntryBase.relationships |
| Modifier and Type | Method and Description |
|---|---|
RelationshipDefinition |
DataDictionaryEntryBase.getRelationshipDefinition(String relationshipName) |
| Modifier and Type | Method and Description |
|---|---|
List<RelationshipDefinition> |
DataDictionaryEntryBase.getRelationships() |
List<RelationshipDefinition> |
DataDictionaryEntry.getRelationships() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataDictionaryEntryBase.setRelationships(List<RelationshipDefinition> relationships)
The relationships element contains relationship elements.
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipDefinition |
DataObjectMetaDataService.getDictionaryRelationship(Class<?> dataObjectClass,
String attributeName)
Fetches the RelationshipDefinition for the attribute with the given name within
the given class
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.