| Package | Description |
|---|---|
| org.gytheio.content.transform.options |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransformationSourceOptions
Base implementation of TransformationSourceOptions which holds applicable mimetypes
and handles merge of options.
|
class |
CropSourceOptions
DTO used to store options for ImageMagick cropping.
|
class |
PagedSourceOptions
Paged content conversion options to specify a page number range.
|
class |
TemporalSourceOptions
Time-based content conversion options to specify an offset and duration.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends TransformationSourceOptions> |
TransformationOptions.getSourceOptions(Class<T> clazz)
Gets the appropriate source options for the given mimetype if available.
|
<T extends TransformationSourceOptions> |
TransformationOptionsImpl.getSourceOptions(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
TransformationSourceOptions |
TemporalSourceOptions.TemporalSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) |
TransformationSourceOptions |
PagedSourceOptions.PagedSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) |
TransformationSourceOptions |
CropSourceOptions.CropSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) |
TransformationSourceOptions |
TransformationSourceOptions.TransformationSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions)
Gets the parameters from the serialized options accessor and builds a source options object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationOptions.addSourceOptions(TransformationSourceOptions sourceOptions)
Adds the given sourceOptions to the sourceOptionsMap.
|
void |
TransformationOptionsImpl.addSourceOptions(TransformationSourceOptions sourceOptions) |
void |
AbstractTransformationSourceOptions.merge(TransformationSourceOptions override) |
void |
TemporalSourceOptions.TemporalSourceOptionsSerializer.serialize(TransformationSourceOptions sourceOptions,
Map<String,Serializable> parameters) |
void |
PagedSourceOptions.PagedSourceOptionsSerializer.serialize(TransformationSourceOptions sourceOptions,
Map<String,Serializable> parameters) |
void |
CropSourceOptions.CropSourceOptionsSerializer.serialize(TransformationSourceOptions sourceOptions,
Map<String,Serializable> parameters) |
void |
TransformationSourceOptions.TransformationSourceOptionsSerializer.serialize(TransformationSourceOptions transformationSourceOptions,
Map<String,Serializable> parameters)
Serializes the given transformation source options into the given parameter map.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> |
TransformationOptionsImpl.deepCopySourceOptionsMap(Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> origMap) |
protected Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> |
TransformationOptionsImpl.deepCopySourceOptionsMap(Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> origMap) |
void |
TransformationOptions.setSourceOptionsList(Collection<TransformationSourceOptions> sourceOptionsList)
Sets the list of source options further describing how the source should
be transformed based on its mimetype.
|
void |
TransformationOptionsImpl.setSourceOptionsList(Collection<TransformationSourceOptions> sourceOptionsList) |
void |
TransformationOptions.setSourceOptionsMap(Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> sourceOptionsMap)
Sets the map of
TransformationSourceOptions class to an object of that class holding
the source options values. |
void |
TransformationOptions.setSourceOptionsMap(Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> sourceOptionsMap)
Sets the map of
TransformationSourceOptions class to an object of that class holding
the source options values. |
void |
TransformationOptionsImpl.setSourceOptionsMap(Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> sourceOptionsMap) |
void |
TransformationOptionsImpl.setSourceOptionsMap(Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> sourceOptionsMap) |
Copyright © 2018 Alfresco Software. All rights reserved.