Package | Description |
---|---|
org.alfresco.repo.content.transform.magick | |
org.alfresco.service.cmr.repository |
Modifier and Type | Class and Description |
---|---|
class |
ImageCropOptions
Deprecated.
replaced by
CropSourceOptions |
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.
|
Modifier and Type | Method and Description |
---|---|
TransformationSourceOptions |
PagedSourceOptions.PagedSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) |
TransformationSourceOptions |
TemporalSourceOptions.TemporalSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) |
TransformationSourceOptions |
TransformationSourceOptions.TransformationSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions)
Gets the parameters from the serialized options accessor and builds a source options object.
|
TransformationSourceOptions |
CropSourceOptions.CropSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) |
TransformationSourceOptions |
PagedSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) |
TransformationSourceOptions |
TemporalSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) |
TransformationSourceOptions |
TransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions)
Creates a new
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptions |
TransformationSourceOptions |
AbstractTransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions)
Creates a new
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptions |
Modifier and Type | Method and Description |
---|---|
Collection<TransformationSourceOptions> |
TransformationOptions.getSourceOptionsList()
Gets the immutable list of source options further describing how the source should
be transformed based on its mimetype.
|
protected Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> |
TransformationOptions.getSourceOptionsMap()
Gets the map of source options further describing how the source should
be transformed based on its mimetype
|
protected Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> |
TransformationOptions.getSourceOptionsMap()
Gets the map of source options further describing how the source should
be transformed based on its mimetype
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationOptions.addSourceOptions(TransformationSourceOptions sourceOptions)
Adds the given sourceOptions to the sourceOptionsMap.
|
TransformationSourceOptions |
PagedSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) |
TransformationSourceOptions |
TemporalSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) |
TransformationSourceOptions |
TransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions)
Creates a new
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptions |
TransformationSourceOptions |
AbstractTransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions)
Creates a new
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptions |
void |
PagedSourceOptions.PagedSourceOptionsSerializer.serialize(TransformationSourceOptions sourceOptions,
Map<String,Serializable> parameters) |
void |
TemporalSourceOptions.TemporalSourceOptionsSerializer.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.
|
void |
CropSourceOptions.CropSourceOptionsSerializer.serialize(TransformationSourceOptions sourceOptions,
Map<String,Serializable> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
TransformationOptions.setSourceOptionsList(Collection<TransformationSourceOptions> sourceOptionsList)
Sets the list of source options further describing how the source should
be transformed based on its mimetype.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.