public interface OnDemandConversionFacade
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_NAME
Spring bean id of this service's implementation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
convert(MediaContainerModel container,
ConversionMediaFormatModel format) |
String |
convert(MediaContainerModel container,
String format) |
String |
convert(PK container,
String format) |
String |
retrieveURL(MediaContainerModel container,
ConversionMediaFormatModel format) |
String |
retrieveURL(MediaContainerModel container,
String format) |
static final String BEAN_NAME
String convert(PK container, String format) throws ModelLoadingException, UnknownIdentifierException
container - the MediaContainerModel's PK in questionformat - the qualifier of the ConversionMediaFormatModel to convert to.ModelLoadingException - if the model for the given PK could not be found or is not a MediaContainerModel.UnknownIdentifierException - if no corresponding ConversionMediaFormatModel for the given format qualifier
could be found.String retrieveURL(MediaContainerModel container, String format) throws UnknownIdentifierException
container - the MediaContainerModel in questionformat - the qualifier of the ConversionMediaFormatModel to convert to or null (or the empty
string) to retrieve the container's master media url.UnknownIdentifierException - if no corresponding ConversionMediaFormatModel for the given non-empty, non-null
format qualifier could be found.String retrieveURL(MediaContainerModel container, ConversionMediaFormatModel format)
container - the MediaContainerModel in questionformat - the qualifier of the ConversionMediaFormatModel to convert to or null (or the empty
string) to retrieve the container's master media url.String convert(MediaContainerModel container, ConversionMediaFormatModel format)
container - the MediaContainerModel in questionformat - the ConversionMediaFormatModel to convert to or null (or the empty string) to
retrieve the container's master media url.String convert(MediaContainerModel container, String format)
container - the MediaContainerModel in questionformat - the qualifier of the ConversionMediaFormatModel to convert to or null (or the empty
string) to retrieve the container's master media url.Copyright © 2017 SAP SE. All Rights Reserved.