Class SupportedTransformation
- java.lang.Object
-
- org.alfresco.repo.content.transform.SupportedTransformation
-
- Direct Known Subclasses:
ExplictTransformationDetails
@Deprecated public class SupportedTransformation extends java.lang.ObjectDeprecated.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(java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetSourceMimetype()Deprecated.java.lang.StringgetTargetMimetype()Deprecated.voidsetSourceMimetype(java.lang.String sourceMimetype)Deprecated.voidsetTargetMimetype(java.lang.String targetMimetype)Deprecated.
-
-
-
Method Detail
-
setSourceMimetype
public void setSourceMimetype(java.lang.String sourceMimetype)
Deprecated.
-
getSourceMimetype
public java.lang.String getSourceMimetype()
Deprecated.
-
setTargetMimetype
public void setTargetMimetype(java.lang.String targetMimetype)
Deprecated.
-
getTargetMimetype
public java.lang.String getTargetMimetype()
Deprecated.
-
-