Interface TransformationSourceOptions
- All Known Implementing Classes:
AbstractTransformationSourceOptions,CropSourceOptions,PagedSourceOptions,TemporalSourceOptions
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
Defines options and demarcations needed to describe the details of how
the source should be transformed, independent of the target requirements.
See PagedSourceOptions for an example implementation that
describes the page number that should be used from the source content.
- Author:
- Ray Gauss II
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Defines methods for serializing the source options into a parameter map and deserializing from a serialized options accessor. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.UsegetApplicableMimetypes()instead.Deprecated.Gets the list of applicable mimetypesDeprecated.Gets the serializer for the source options.booleanisApplicableForMimetype(String mimetype) Deprecated.Gets whether or not these transformation source options apply for the given mimetypemergedOptions(TransformationSourceOptions overridingOptions) Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptions
-
Method Details
-
getApplicabledMimetypes
Deprecated.UsegetApplicableMimetypes()instead.Gets the list of applicable mimetypes- Returns:
- the applicable mimetypes
-
getApplicableMimetypes
Deprecated.Gets the list of applicable mimetypes- Returns:
- the applicable mimetypes
-
isApplicableForMimetype
Deprecated.Gets whether or not these transformation source options apply for the given mimetype- Parameters:
mimetype- the mimetype of the source- Returns:
- if these transformation source options apply
-
mergedOptions
Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptions- Parameters:
overridingOptions- TransformationSourceOptions- Returns:
- a merged
TransformationSourceOptionsobject
-
getSerializer
Deprecated.Gets the serializer for the source options.- Returns:
- the serializer
-