Class TransformerConfigSupported
- java.lang.Object
-
- org.alfresco.repo.content.transform.TransformerPropertyNameExtractor
-
- org.alfresco.repo.content.transform.TransformerConfigSupported
-
@Deprecated public class TransformerConfigSupported extends TransformerPropertyNameExtractor
Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Provides access to the lists of supported and unsupported mimetype transformations defined via properties for all transformers.- Author:
- Alan Davis
-
-
Constructor Summary
Constructors Constructor Description TransformerConfigSupported(TransformerProperties transformerProperties, org.alfresco.service.cmr.repository.MimetypeService mimetypeService)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisSupportedTransformation(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.-
Methods inherited from class org.alfresco.repo.content.transform.TransformerPropertyNameExtractor
getProperty, getTransformerSourceTargetValues, getTransformerSourceTargetValuesMap, handleProperty
-
-
-
-
Constructor Detail
-
TransformerConfigSupported
public TransformerConfigSupported(TransformerProperties transformerProperties, org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
Deprecated.
-
-
Method Detail
-
isSupportedTransformation
public boolean isSupportedTransformation(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)
Deprecated.
-
-