| Modifier and Type | Method and Description |
|---|---|
MediaData |
MediaFacade.addMedia(MediaData media,
MediaFileDto mediaFile)
Create a media item from an
InputStream. |
| Modifier and Type | Method and Description |
|---|---|
protected Populator<MediaFileDto,MediaModel> |
DefaultMediaFacade.getCreateMediaFilePopulator() |
| Modifier and Type | Method and Description |
|---|---|
MediaData |
DefaultMediaFacade.addMedia(MediaData media,
MediaFileDto mediaFile) |
protected void |
DefaultMediaFacade.populateStream(MediaFileDto mediaFile,
MediaModel mediaModel)
Populate the
MediaModel with the InputStream provided by the source object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMediaFacade.setCreateMediaFilePopulator(Populator<MediaFileDto,MediaModel> createMediaFilePopulator) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMediaFilePopulator.populate(MediaFileDto source,
MediaModel target) |
| Modifier and Type | Method and Description |
|---|---|
MediaFileDto |
CatalogVersionMediaController.getFile(MultipartFile file,
java.io.InputStream inputStream)
Create a new media file DTO from the
MultipartFile. |
Copyright © 2018 SAP SE. All Rights Reserved.