public interface MetadataRepository
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Class<?> type)
Indicates whether or not the repository contains metadata for the given type.
|
Map<Class<?>,DataObjectMetadata> |
getAllMetadata()
Returns all metadata for all known data object types.
|
DataObjectMetadata |
getMetadata(Class<?> type)
Obtain metadata for specified data object type.
|
DataObjectMetadata getMetadata(Class<?> type)
type
- the data object type for which to return metadataMap<Class<?>,DataObjectMetadata> getAllMetadata()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.