public interface MediaConversionServiceDao
MediaConversionService.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ConversionMediaFormatModel> |
allConversionFormats()
Retrieves all
ConversionMediaFormatModel from the database. |
java.util.Collection<MediaModel> |
getConvertedMedias(MediaContainerModel container)
Retrieves all converted medias within the given
MediaContainerModel. |
MediaModel |
retrieveMaster(MediaContainerModel model)
Retrieves the 'master' of the given
MediaContainerModel. |
java.util.Collection<ConversionMediaFormatModel> allConversionFormats()
ConversionMediaFormatModel from the database.ConversionMediaFormatModel.java.util.Collection<MediaModel> getConvertedMedias(MediaContainerModel container)
MediaContainerModel.container - the MediaContainerModel in question.MediaContainerModel, i.e. all medias with a non-null
format and non-null parent.MediaModel retrieveMaster(MediaContainerModel model)
MediaContainerModel.model - the container in questionModelNotFoundException - if no such media can be foundAmbiguousIdentifierException - if multiple medias matching the master's criteriaCopyright © 2018 SAP SE. All Rights Reserved.