Uses of Interface
org.alfresco.service.cmr.repository.TransformationSourceOptions
-
Packages that use TransformationSourceOptions Package Description org.alfresco.repo.content.transform.magick org.alfresco.service.cmr.repository -
-
Uses of TransformationSourceOptions in org.alfresco.repo.content.transform.magick
Classes in org.alfresco.repo.content.transform.magick that implement TransformationSourceOptions Modifier and Type Class Description classImageCropOptionsDeprecated.replaced byCropSourceOptions -
Uses of TransformationSourceOptions in org.alfresco.service.cmr.repository
Classes in org.alfresco.service.cmr.repository that implement TransformationSourceOptions Modifier and Type Class Description classAbstractTransformationSourceOptionsDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classCropSourceOptionsDTO used to store options for ImageMagick cropping.classPagedSourceOptionsPaged content conversion options to specify a page number range.classTemporalSourceOptionsDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.service.cmr.repository with type parameters of type TransformationSourceOptions Modifier and Type Method Description <T extends TransformationSourceOptions>
TTransformationOptions. getSourceOptions(java.lang.Class<T> clazz)Deprecated.Gets the appropriate source options for the given mimetype if available.Methods in org.alfresco.service.cmr.repository that return TransformationSourceOptions Modifier and Type Method Description TransformationSourceOptionsCropSourceOptions.CropSourceOptionsSerializer. deserialize(SerializedTransformationOptionsAccessor serializedOptions)TransformationSourceOptionsPagedSourceOptions.PagedSourceOptionsSerializer. deserialize(SerializedTransformationOptionsAccessor serializedOptions)TransformationSourceOptionsTemporalSourceOptions.TemporalSourceOptionsSerializer. deserialize(SerializedTransformationOptionsAccessor serializedOptions)TransformationSourceOptionsTransformationSourceOptions.TransformationSourceOptionsSerializer. deserialize(SerializedTransformationOptionsAccessor serializedOptions)Gets the parameters from the serialized options accessor and builds a source options object.TransformationSourceOptionsAbstractTransformationSourceOptions. mergedOptions(TransformationSourceOptions overridingOptions)Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptionsTransformationSourceOptionsPagedSourceOptions. mergedOptions(TransformationSourceOptions overridingOptions)TransformationSourceOptionsTemporalSourceOptions. mergedOptions(TransformationSourceOptions overridingOptions)Deprecated.TransformationSourceOptionsTransformationSourceOptions. mergedOptions(TransformationSourceOptions overridingOptions)Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptionsMethods in org.alfresco.service.cmr.repository that return types with arguments of type TransformationSourceOptions Modifier and Type Method Description java.util.Collection<TransformationSourceOptions>TransformationOptions. getSourceOptionsList()Deprecated.Gets the immutable list of source options further describing how the source should be transformed based on its mimetype.protected java.util.Map<java.lang.Class<? extends TransformationSourceOptions>,TransformationSourceOptions>TransformationOptions. getSourceOptionsMap()Deprecated.Gets the map of source options further describing how the source should be transformed based on its mimetypeprotected java.util.Map<java.lang.Class<? extends TransformationSourceOptions>,TransformationSourceOptions>TransformationOptions. getSourceOptionsMap()Deprecated.Gets the map of source options further describing how the source should be transformed based on its mimetypeMethods in org.alfresco.service.cmr.repository with parameters of type TransformationSourceOptions Modifier and Type Method Description voidTransformationOptions. addSourceOptions(TransformationSourceOptions sourceOptions)Deprecated.Adds the given sourceOptions to the sourceOptionsMap.TransformationSourceOptionsAbstractTransformationSourceOptions. mergedOptions(TransformationSourceOptions overridingOptions)Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptionsTransformationSourceOptionsPagedSourceOptions. mergedOptions(TransformationSourceOptions overridingOptions)TransformationSourceOptionsTemporalSourceOptions. mergedOptions(TransformationSourceOptions overridingOptions)Deprecated.TransformationSourceOptionsTransformationSourceOptions. mergedOptions(TransformationSourceOptions overridingOptions)Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptionsvoidCropSourceOptions.CropSourceOptionsSerializer. serialize(TransformationSourceOptions sourceOptions, java.util.Map<java.lang.String,java.io.Serializable> parameters)voidPagedSourceOptions.PagedSourceOptionsSerializer. serialize(TransformationSourceOptions sourceOptions, java.util.Map<java.lang.String,java.io.Serializable> parameters)voidTemporalSourceOptions.TemporalSourceOptionsSerializer. serialize(TransformationSourceOptions sourceOptions, java.util.Map<java.lang.String,java.io.Serializable> parameters)voidTransformationSourceOptions.TransformationSourceOptionsSerializer. serialize(TransformationSourceOptions transformationSourceOptions, java.util.Map<java.lang.String,java.io.Serializable> parameters)Serializes the given transformation source options into the given parameter map.Method parameters in org.alfresco.service.cmr.repository with type arguments of type TransformationSourceOptions Modifier and Type Method Description voidTransformationOptions. setSourceOptionsList(java.util.Collection<TransformationSourceOptions> sourceOptionsList)Deprecated.Sets the list of source options further describing how the source should be transformed based on its mimetype.
-