public class MetadataRepositoryImpl extends Object implements MetadataRepository
Constructor and Description |
---|
MetadataRepositoryImpl() |
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.
|
void |
setProviderRegistry(ProviderRegistry registry) |
public MetadataRepositoryImpl()
public void setProviderRegistry(ProviderRegistry registry)
public DataObjectMetadata getMetadata(Class<?> type)
MetadataRepository
getMetadata
in interface MetadataRepository
type
- the data object type for which to return metadatapublic Map<Class<?>,DataObjectMetadata> getAllMetadata()
MetadataRepository
getAllMetadata
in interface MetadataRepository
public boolean contains(Class<?> type)
MetadataRepository
contains
in interface MetadataRepository
type
- the type to check metadata forCopyright © 2005–2016 The Kuali Foundation. All rights reserved.