public interface MediaMetaDataProvider
MediaModel.
All spring beans implementing this interface will be called to extract and store the metadata they are responsible
for. These bean will be called either by a cron job, task, or action automatically.| Modifier and Type | Method and Description |
|---|---|
void |
extractMetaData(MediaModel media)
Extracts and stores metadata from the given
MediaModel. |
java.util.Set<java.lang.String> |
getGroupNames()
Accesses all groups of metadata provided by this
MediaMetaDataProvider. |
void extractMetaData(MediaModel media)
MediaModel. The
MediaMetaDataModel created must have their
MediaMetaDataModel.MEDIA attribute set to the specified
MediaModel and the MediaMetaDataModel.GROUPNAME
accordingly.media - the MediaModel to extract the metadata for.java.util.Set<java.lang.String> getGroupNames()
MediaMetaDataProvider.MediaMetaDataProvider.MediaMetaDataModel.getGroupName()Copyright © 2018 SAP SE. All Rights Reserved.