| Interface | Description |
|---|---|
| SerializedTransformationOptionsAccessor |
Defines methods for retrieving parameter values for use in building
transformation options.
|
| TransformationOptions |
Interface defining values of options that are passed to content transformers.
|
| TransformationSourceOptions |
Defines options and demarcations needed to describe the details of how
the source should be transformed, independent of the target requirements.
|
| TransformationSourceOptions.TransformationSourceOptionsSerializer |
Defines methods for serializing the source options into a parameter map and
deserializing from a serialized options accessor.
|
| Class | Description |
|---|---|
| AbstractTransformationSourceOptions |
Base implementation of TransformationSourceOptions which holds applicable mimetypes
and handles merge of options.
|
| AudioTransformationOptions |
Options relating to audio transformations
|
| CropSourceOptions |
DTO used to store options for ImageMagick cropping.
|
| ImageResizeOptions |
Image resize options
|
| ImageTransformationOptions |
Image transformation options
|
| PagedSourceOptions |
Paged content conversion options to specify a page number range.
|
| TemporalSourceOptions |
Time-based content conversion options to specify an offset and duration.
|
| TransformationOptionLimits |
Represents maximum source values (that result in exceptions if exceeded) or
limits on source values (that result in EOF (End Of File) being returned
early).
|
| TransformationOptionPair |
A pair of transformation options that specify
A) a max value over which the source is not read (throws an Exception) or
B) a limit over which no more of the source is read (returns EOF)
Each pair represents a values such as an elapse time, KBytes read or number of pages read.
|
| TransformationOptionsImpl |
Concrete implementation of transformation options
|
| VideoTransformationOptions |
Options relating to video transformations
|
| Enum | Description |
|---|---|
| TransformationOptionPair.Action |
Action to take place for a given pair of values.
|
Copyright © 2017 Alfresco Software. All rights reserved.