Uses of Interface
org.alfresco.service.cmr.repository.TransformationSourceOptions
Packages that use TransformationSourceOptions
-
Uses of TransformationSourceOptions in org.alfresco.service.cmr.repository
Classes in org.alfresco.service.cmr.repository that implement TransformationSourceOptionsModifier and TypeClassDescriptionclassDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classDTO used to store options for ImageMagick cropping.classPaged content conversion options to specify a page number range.classDeprecated.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 TransformationSourceOptionsModifier and TypeMethodDescription<T extends TransformationSourceOptions>
TTransformationOptions.getSourceOptions(Class<T> clazz) Deprecated.Gets the appropriate source options for the given mimetype if available.Methods in org.alfresco.service.cmr.repository that return TransformationSourceOptionsModifier and TypeMethodDescriptionCropSourceOptions.CropSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) PagedSourceOptions.PagedSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) TemporalSourceOptions.TemporalSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) TransformationSourceOptions.TransformationSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions) Gets the parameters from the serialized options accessor and builds a source options object.AbstractTransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptionsPagedSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) TemporalSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) Deprecated.TransformationSourceOptions.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 TransformationSourceOptionsModifier and TypeMethodDescriptionTransformationOptions.getSourceOptionsList()Deprecated.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()Deprecated.Gets the map of source options further describing how the source should be transformed based on its mimetypeprotected Map<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 TransformationSourceOptionsModifier and TypeMethodDescriptionvoidTransformationOptions.addSourceOptions(TransformationSourceOptions sourceOptions) Deprecated.Adds the given sourceOptions to the sourceOptionsMap.AbstractTransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptionsPagedSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) TemporalSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) Deprecated.TransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions) Deprecated.Creates a newTransformationSourceOptionsobject from this one, merging any non-null overriding fields in the givenoverridingOptionsvoidCropSourceOptions.CropSourceOptionsSerializer.serialize(TransformationSourceOptions sourceOptions, Map<String, Serializable> parameters) voidPagedSourceOptions.PagedSourceOptionsSerializer.serialize(TransformationSourceOptions sourceOptions, Map<String, Serializable> parameters) voidTemporalSourceOptions.TemporalSourceOptionsSerializer.serialize(TransformationSourceOptions sourceOptions, Map<String, Serializable> parameters) voidTransformationSourceOptions.TransformationSourceOptionsSerializer.serialize(TransformationSourceOptions transformationSourceOptions, Map<String, 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 TransformationSourceOptionsModifier and TypeMethodDescriptionvoidTransformationOptions.setSourceOptionsList(Collection<TransformationSourceOptions> sourceOptionsList) Deprecated.Sets the list of source options further describing how the source should be transformed based on its mimetype.