Package | Description |
---|---|
org.kuali.rice.krad.data.metadata |
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes. |
org.kuali.rice.krad.data.metadata.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
DataObjectAttribute
Attribute metadata
|
interface |
DataObjectCollection
Collection metadata
|
interface |
DataObjectMetadata
Metadata for a given data object type.
|
interface |
DataObjectRelationship
Relationship between two data objects.
|
interface |
MetadataChild
Non-top-level metadata object
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataObjectAttributeInternal
Interface implemented by the classes within the provider, but that we don't want to expose to use outside of the
krad-data module.
|
interface |
DataObjectMetadataInternal
Additional methods which are needed to support the linking between embedded metadata objects but that we don't want
to expose on our public interfaces.
|
interface |
MetadataCommonInternal
Interface implemented by the classes within the provider, but that we don't want to expose to use outside of the
krad-data module.
|
Modifier and Type | Class and Description |
---|---|
class |
DataObjectAttributeImpl
Base implementation class for attribute metadata for data object classes.
|
class |
DataObjectCollectionImpl
Collection meta data.
|
class |
DataObjectMetadataImpl
Base implementation class for the metadata related to the data object as a whole.
|
class |
DataObjectRelationshipImpl |
class |
MetadataChildBase |
class |
MetadataCommonBase
Class defining common attributes on many different components of the metadata (data objects, attributes, etc...)
|
Modifier and Type | Field and Description |
---|---|
protected MetadataCommon |
MetadataCommonBase.embeddedCommonMetadata |
Modifier and Type | Method and Description |
---|---|
protected <T extends MetadataCommon> |
MetadataCommonBase.mergeLists(List<T> embeddedList,
List<T> localList)
Merges multiple lists into one.
|
Modifier and Type | Method and Description |
---|---|
MetadataCommon |
MetadataCommonBase.getEmbeddedCommonMetadata() |
MetadataCommon |
MetadataCommonInternal.getEmbeddedCommonMetadata()
If this data object instance is wrapping another (generated by a lower metadata provider), return that.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataCommonBase.setEmbeddedCommonMetadata(MetadataCommon embeddedCommonMetadata) |
void |
MetadataCommonInternal.setEmbeddedCommonMetadata(MetadataCommon embeddedCommonMetadata) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.