public interface TransformationSourceOptions extends Serializable
See PagedSourceOptions for an example implementation that
describes the page number that should be used from the source content.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransformationSourceOptions.TransformationSourceOptionsSerializer
Defines methods for serializing the source options into a parameter map and
deserializing from a serialized options accessor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getApplicableMediaTypes()
Gets the list of applicable media types (mimetypes)
|
TransformationSourceOptions.TransformationSourceOptionsSerializer |
getSerializer()
Gets the serializer for the source options.
|
boolean |
isApplicableForMediaType(String mediaType)
Gets whether or not these transformation source options apply for the
given media type (mimetype)
|
TransformationSourceOptions |
mergedOptions(TransformationSourceOptions overridingOptions)
Creates a new
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptions |
List<String> getApplicableMediaTypes()
boolean isApplicableForMediaType(String mediaType)
mediaType - the media type of the sourceTransformationSourceOptions mergedOptions(TransformationSourceOptions overridingOptions)
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptionsoverridingOptions - TransformationSourceOptions objectTransformationSourceOptions.TransformationSourceOptionsSerializer getSerializer()
Copyright © 2014 Alfresco Software. All rights reserved.