| Package | Description |
|---|---|
| org.kuali.rice.krad.data | |
| org.kuali.rice.krad.data.jpa | |
| 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 | |
| org.kuali.rice.krad.data.provider | |
| org.kuali.rice.krad.data.provider.impl | |
| org.kuali.rice.krad.data.util |
| Modifier and Type | Method and Description |
|---|---|
DataObjectMetadata |
DataObjectWrapper.getMetadata()
Returns the metadata of the data object wrapped by this accessor.
|
| Modifier and Type | Method and Description |
|---|---|
DataObjectMetadata |
JpaMetadataProviderImpl.getMetadataForClass(Class<?> persistableClass)
Extracts the data from the JPA Persistence Unit.
|
| Modifier and Type | Method and Description |
|---|---|
DataObjectMetadata |
MetadataRepository.getMetadata(Class<?> type)
Obtain metadata for specified data object type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,DataObjectMetadata> |
MetadataRepository.getAllMetadata()
Returns all metadata for all known data object types.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataObjectMetadataImpl
Base implementation class for the metadata related to the data object as a whole.
|
| Modifier and Type | Method and Description |
|---|---|
DataObjectMetadata |
MetadataRepositoryImpl.getMetadata(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,DataObjectMetadata> |
MetadataRepositoryImpl.getAllMetadata() |
| Modifier and Type | Method and Description |
|---|---|
DataObjectMetadata |
MetadataProvider.getMetadataForType(Class<?> dataObjectType)
Obtains the metadata for a specific data type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,DataObjectMetadata> |
MetadataProvider.provideMetadata()
Provides the metadata available from this provider for all of it's data objects.
|
Map<Class<?>,DataObjectMetadata> |
MetadataProvider.provideMetadataForTypes(Collection<Class<?>> types)
Provides the metadata for the given types.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<Class<?>,DataObjectMetadata> |
MetadataProviderBase.masterMetadataMap
The map of types to metadata.
|
| Modifier and Type | Method and Description |
|---|---|
DataObjectMetadata |
DataObjectWrapperBase.getMetadata()
Returns the metadata of the data object wrapped by this accessor.
|
DataObjectMetadata |
MetadataProviderBase.getMetadataForType(Class<?> dataObjectType)
Obtains the metadata for a specific data type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,DataObjectMetadata> |
MetadataProviderBase.provideMetadata()
Provides the metadata available from this provider for all of it's data objects.
|
Map<Class<?>,DataObjectMetadata> |
MetadataProviderBase.provideMetadataForTypes(Collection<Class<?>> types)
Provides the metadata for the given types.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompositeMetadataProviderImpl.mergeMetadataForType(DataObjectMetadata newMetadata,
DataObjectMetadata existingMetadata)
Merges the metadata of two specific types.
|
| Constructor and Description |
|---|
DataObjectWrapperBase(T dataObject,
DataObjectMetadata metadata,
DataObjectService dataObjectService,
ReferenceLinker referenceLinker)
Creates a data object wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ReferenceLinker.isPrimaryKeyModified(DataObjectMetadata metadata,
Set<String> modifiedPropertyPaths)
Checks if primary key can be modified.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.