@AlfrescoPublicApi
public interface TransformationSourceOptions
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> |
getApplicabledMimetypes()
Deprecated.
Use
getApplicableMimetypes() instead. |
List<String> |
getApplicableMimetypes()
Gets the list of applicable mimetypes
|
TransformationSourceOptions.TransformationSourceOptionsSerializer |
getSerializer()
Gets the serializer for the source options.
|
boolean |
isApplicableForMimetype(String mimetype)
Gets whether or not these transformation source options apply for the
given 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> getApplicabledMimetypes()
getApplicableMimetypes() instead.List<String> getApplicableMimetypes()
boolean isApplicableForMimetype(String mimetype)
mimetype - the mimetype of the sourceTransformationSourceOptions mergedOptions(TransformationSourceOptions overridingOptions)
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptionsoverridingOptions - TransformationSourceOptionsTransformationSourceOptions objectTransformationSourceOptions.TransformationSourceOptionsSerializer getSerializer()
Copyright © 2005–2018 Alfresco Software. All rights reserved.