Class SupportedTransformation
- java.lang.Object
-
- org.alfresco.repo.content.transform.SupportedTransformation
-
- Direct Known Subclasses:
ExplictTransformationDetails
public class SupportedTransformation extends java.lang.ObjectRepresents a supported transformation. Normally used in a spring bean that limits the number of supported configures.
-
-
Constructor Summary
Constructors Constructor Description SupportedTransformation()SupportedTransformation(java.lang.String sourceMimetype, java.lang.String targetMimetype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSourceMimetype()java.lang.StringgetTargetMimetype()voidsetSourceMimetype(java.lang.String sourceMimetype)voidsetTargetMimetype(java.lang.String targetMimetype)
-
-
-
Method Detail
-
setSourceMimetype
public void setSourceMimetype(java.lang.String sourceMimetype)
-
getSourceMimetype
public java.lang.String getSourceMimetype()
-
setTargetMimetype
public void setTargetMimetype(java.lang.String targetMimetype)
-
getTargetMimetype
public java.lang.String getTargetMimetype()
-
-