Uses of Interface
lumis.portal.file.transformation.ITransformation
-
Packages that use ITransformation Package Description lumis.portal.file.transformation Provides the file transformations. -
-
Uses of ITransformation in lumis.portal.file.transformation
Classes in lumis.portal.file.transformation that implement ITransformation Modifier and Type Class Description class
DummyTransformation
Dummy transformation, only responsible to copy input stream to output stream in case of any error occurring during file transformation.class
ImageTransformation
Performs the the image down scale transformation.class
TranscodingTransformation
Performs the "transcoding" transformation.class
VideoDimensionTransformation
Performs the the video scale transformation.
Scale transformations are based on two parameters: Width: corresponds to the width of screen. Height: corresponds to the height of screen. Only this parameters are supported by scale transformations, only reductions are supported and the proportion is always keep.class
WebpImageTransformation
Transformation to scale and convert an image to webp.Methods in lumis.portal.file.transformation that return ITransformation Modifier and Type Method Description default ITransformation
ITransformationBuilder. build(java.io.InputStream content, java.lang.String contentType, java.lang.String serviceInstanceId, IFileMetadata fileMetadata, java.util.Map<java.lang.String,java.lang.Object> args)
Deprecated, for removal: This API element is subject to removal in a future version.since 16.0.0, implementITransformationBuilder.build(IFileTransformation, InputStream, String, String, IFileMetadata, Map)
instead.default ITransformation
ITransformationBuilder. build(IFileTransformation fileTransformation, java.io.InputStream content, java.lang.String contentType, java.lang.String serviceInstanceId, IFileMetadata fileMetadata, java.util.Map<java.lang.String,java.lang.Object> args)
Returns an instance ofITransformation
based on content type, file service instance and transformation parameters.ITransformation
ScaleTransformationBuilder. build(IFileTransformation fileTransformation, java.io.InputStream content, java.lang.String contentType, java.lang.String serviceInstanceId, IFileMetadata fileMetadata, java.util.Map<java.lang.String,java.lang.Object> args)
ITransformation
TranscodingTransformationBuilder. build(java.io.InputStream content, java.lang.String contentType, java.lang.String serviceInstanceId, IFileMetadata fileMetadata, java.util.Map<java.lang.String,java.lang.Object> args)
-