@PublicSpi
public interface ModelMetadataProvider
| Modifier and Type | Method and Description |
|---|---|
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
|
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–2016 Atlassian. All rights reserved.