public interface OnDemandConversionFacade
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BEAN_NAME
Spring bean id of this service's implementation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(MediaContainerModel container,
ConversionMediaFormatModel format) |
java.lang.String |
convert(MediaContainerModel container,
java.lang.String format) |
java.lang.String |
convert(PK container,
java.lang.String format) |
java.lang.String |
retrieveURL(MediaContainerModel container,
ConversionMediaFormatModel format) |
java.lang.String |
retrieveURL(MediaContainerModel container,
java.lang.String format) |
static final java.lang.String BEAN_NAME
java.lang.String convert(PK container, java.lang.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.java.lang.String retrieveURL(MediaContainerModel container, java.lang.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.java.lang.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.java.lang.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.java.lang.String convert(MediaContainerModel container, java.lang.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 © 2018 SAP SE. All Rights Reserved.