@PublicSpi
public interface ModelMetadataProvider
Modifier and Type | Method and Description |
---|---|
Map<String,?> |
getMetadata(Object entity,
Expansions expansions)
Returns keyed metadata based on the passed entity and the expansions.
|
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<String,?> getMetadata(Object entity, Expansions expansions)
entity
- a Confluence API object (e.g. Content, Space)expansions
- indicating which metadata (and at which depth) to includeMap<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.