Uses of Interface
org.kuali.rice.krad.data.metadata.MetadataCommon
Packages that use MetadataCommon
Package
Description
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes.-
Uses of MetadataCommon in org.kuali.rice.krad.data.metadata
Subinterfaces of MetadataCommon in org.kuali.rice.krad.data.metadataModifier and TypeInterfaceDescriptioninterfaceAttribute metadatainterfaceCollection metadatainterfaceMetadata for a given data object type.interfaceRelationship between two data objects.interfaceNon-top-level metadata object -
Uses of MetadataCommon in org.kuali.rice.krad.data.metadata.impl
Subinterfaces of MetadataCommon in org.kuali.rice.krad.data.metadata.implModifier and TypeInterfaceDescriptioninterfaceInterface implemented by the classes within the provider, but that we don't want to expose to use outside of the krad-data module.interfaceAdditional methods which are needed to support the linking between embedded metadata objects but that we don't want to expose on our public interfaces.interfaceInterface implemented by the classes within the provider, but that we don't want to expose to use outside of the krad-data module.Classes in org.kuali.rice.krad.data.metadata.impl that implement MetadataCommonModifier and TypeClassDescriptionclassBase implementation class for attribute metadata for data object classes.classCollection meta data.classBase implementation class for the metadata related to the data object as a whole.classclassclassClass defining common attributes on many different components of the metadata (data objects, attributes, etc...)Fields in org.kuali.rice.krad.data.metadata.impl declared as MetadataCommonModifier and TypeFieldDescriptionprotected MetadataCommonMetadataCommonBase.embeddedCommonMetadataMethods in org.kuali.rice.krad.data.metadata.impl with type parameters of type MetadataCommonModifier and TypeMethodDescriptionprotected <T extends MetadataCommon>
List<T> MetadataCommonBase.mergeLists(List<T> embeddedList, List<T> localList) Merges multiple lists into one.Methods in org.kuali.rice.krad.data.metadata.impl that return MetadataCommonModifier and TypeMethodDescriptionMetadataCommonBase.getEmbeddedCommonMetadata()MetadataCommonInternal.getEmbeddedCommonMetadata()If this data object instance is wrapping another (generated by a lower metadata provider), return that.Methods in org.kuali.rice.krad.data.metadata.impl with parameters of type MetadataCommonModifier and TypeMethodDescriptionvoidMetadataCommonBase.setEmbeddedCommonMetadata(MetadataCommon embeddedCommonMetadata) voidMetadataCommonInternal.setEmbeddedCommonMetadata(MetadataCommon embeddedCommonMetadata)