Uses of Interface
org.kuali.rice.krad.data.metadata.DataObjectMetadata
Packages that use DataObjectMetadata
Package
Description
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes.-
Uses of DataObjectMetadata in org.kuali.rice.krad.data
Methods in org.kuali.rice.krad.data that return DataObjectMetadataModifier and TypeMethodDescriptionDataObjectWrapper.getMetadata()Returns the metadata of the data object wrapped by this accessor. -
Uses of DataObjectMetadata in org.kuali.rice.krad.data.jpa
Methods in org.kuali.rice.krad.data.jpa that return DataObjectMetadataModifier and TypeMethodDescriptionJpaMetadataProviderImpl.getMetadataForClass(Class<?> persistableClass) Extracts the data from the JPA Persistence Unit. -
Uses of DataObjectMetadata in org.kuali.rice.krad.data.metadata
Methods in org.kuali.rice.krad.data.metadata that return DataObjectMetadataModifier and TypeMethodDescriptionMetadataRepository.getMetadata(Class<?> type) Obtain metadata for specified data object type.Methods in org.kuali.rice.krad.data.metadata that return types with arguments of type DataObjectMetadataModifier and TypeMethodDescriptionMetadataRepository.getAllMetadata()Returns all metadata for all known data object types. -
Uses of DataObjectMetadata in org.kuali.rice.krad.data.metadata.impl
Subinterfaces of DataObjectMetadata in org.kuali.rice.krad.data.metadata.implModifier and TypeInterfaceDescriptioninterfaceAdditional methods which are needed to support the linking between embedded metadata objects but that we don't want to expose on our public interfaces.Classes in org.kuali.rice.krad.data.metadata.impl that implement DataObjectMetadataModifier and TypeClassDescriptionclassBase implementation class for the metadata related to the data object as a whole.Methods in org.kuali.rice.krad.data.metadata.impl that return DataObjectMetadataMethods in org.kuali.rice.krad.data.metadata.impl that return types with arguments of type DataObjectMetadata -
Uses of DataObjectMetadata in org.kuali.rice.krad.data.provider
Methods in org.kuali.rice.krad.data.provider that return DataObjectMetadataModifier and TypeMethodDescriptionMetadataProvider.getMetadataForType(Class<?> dataObjectType) Obtains the metadata for a specific data type.Methods in org.kuali.rice.krad.data.provider that return types with arguments of type DataObjectMetadataModifier and TypeMethodDescriptionMetadataProvider.provideMetadata()Provides the metadata available from this provider for all of it's data objects.MetadataProvider.provideMetadataForTypes(Collection<Class<?>> types) Provides the metadata for the given types. -
Uses of DataObjectMetadata in org.kuali.rice.krad.data.provider.impl
Fields in org.kuali.rice.krad.data.provider.impl with type parameters of type DataObjectMetadataModifier and TypeFieldDescriptionprotected ConcurrentHashMap<Class<?>, DataObjectMetadata> MetadataProviderBase.masterMetadataMapThe map of types to metadata.Methods in org.kuali.rice.krad.data.provider.impl that return DataObjectMetadataModifier and TypeMethodDescriptionDataObjectWrapperBase.getMetadata()Returns the metadata of the data object wrapped by this accessor.MetadataProviderBase.getMetadataForType(Class<?> dataObjectType) Obtains the metadata for a specific data type.Methods in org.kuali.rice.krad.data.provider.impl that return types with arguments of type DataObjectMetadataModifier and TypeMethodDescriptionMetadataProviderBase.provideMetadata()Provides the metadata available from this provider for all of it's data objects.MetadataProviderBase.provideMetadataForTypes(Collection<Class<?>> types) Provides the metadata for the given types.Methods in org.kuali.rice.krad.data.provider.impl with parameters of type DataObjectMetadataModifier and TypeMethodDescriptionprotected voidCompositeMetadataProviderImpl.mergeMetadataForType(DataObjectMetadata newMetadata, DataObjectMetadata existingMetadata) Merges the metadata of two specific types.Constructors in org.kuali.rice.krad.data.provider.impl with parameters of type DataObjectMetadataModifierConstructorDescriptionprotectedDataObjectWrapperBase(T dataObject, DataObjectMetadata metadata, DataObjectService dataObjectService, ReferenceLinker referenceLinker) Creates a data object wrapper. -
Uses of DataObjectMetadata in org.kuali.rice.krad.data.util
Methods in org.kuali.rice.krad.data.util with parameters of type DataObjectMetadataModifier and TypeMethodDescriptionprotected booleanReferenceLinker.isPrimaryKeyModified(DataObjectMetadata metadata, Set<String> modifiedPropertyPaths) Checks if primary key can be modified.