Class ExplictTransformationDetails
- java.lang.Object
-
- org.alfresco.repo.content.transform.SupportedTransformation
-
- org.alfresco.repo.content.transform.ExplictTransformationDetails
-
@Deprecated public class ExplictTransformationDetails extends SupportedTransformation
Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Specifies transformations that are considered to be 'exceptional' so should be used in preference to other transformers that can perform the same transformation.
-
-
Constructor Summary
Constructors Constructor Description ExplictTransformationDetails()Deprecated.ExplictTransformationDetails(java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.
-
Method Summary
-
Methods inherited from class org.alfresco.repo.content.transform.SupportedTransformation
getSourceMimetype, getTargetMimetype, setSourceMimetype, setTargetMimetype
-
-