@PublicSpi
public interface ModelMetadataProvider
Modifier and Type | Method and Description |
---|---|
default Map<String,?> |
getMetadata(Object entity,
Expansions expansions)
Deprecated.
since 5.10 Consider bulk evaluating meta-data by implementing getMetadataForAll.
Remove your implementation of the getMetadata method, which will cause Confluence
to call the getMetadataForAll method instead.
|
Map<Object,Map<String,?>> |
getMetadataForAll(Iterable<Object> entities,
Expansions expansions)
Fetches metadata for a list of entities, returning a map of maps of metadata.
|
List<String> |
getMetadataProperties()
get the list of properties that the MetadataProvider provides metadata for
|
@Deprecated default Map<String,?> getMetadata(Object entity, Expansions expansions)
Map<Object,Map<String,?>> getMetadataForAll(Iterable<Object> entities, Expansions expansions)
entities
- - a list of entities to fetch the metadata forexpansions
- - indicating which metadata (and at which depth) should be fetched for each entityCopyright © 2003–2018 Atlassian. All rights reserved.