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