Class SupportedTransformation
- java.lang.Object
-
- org.alfresco.repo.content.transform.SupportedTransformation
-
- Direct Known Subclasses:
ExplictTransformationDetails
@Deprecated public class SupportedTransformation extends Object
Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Represents a supported transformation. Normally used in a spring bean that limits the number of supported configures.
-
-
Constructor Summary
Constructors Constructor Description SupportedTransformation()Deprecated.SupportedTransformation(String sourceMimetype, String targetMimetype)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetSourceMimetype()Deprecated.StringgetTargetMimetype()Deprecated.voidsetSourceMimetype(String sourceMimetype)Deprecated.voidsetTargetMimetype(String targetMimetype)Deprecated.
-
-
-
Method Detail
-
setSourceMimetype
public void setSourceMimetype(String sourceMimetype)
Deprecated.
-
getSourceMimetype
public String getSourceMimetype()
Deprecated.
-
setTargetMimetype
public void setTargetMimetype(String targetMimetype)
Deprecated.
-
getTargetMimetype
public String getTargetMimetype()
Deprecated.
-
-