Uses of Class
org.alfresco.repo.content.transform.SupportedTransformation
-
Packages that use SupportedTransformation Package Description org.alfresco.repo.content.transform -
-
Uses of SupportedTransformation in org.alfresco.repo.content.transform
Subclasses of SupportedTransformation in org.alfresco.repo.content.transform Modifier and Type Class Description classExplictTransformationDetailsSpecifies transformations that are considered to be 'exceptional' so should be used in preference to other transformers that can perform the same transformation.Method parameters in org.alfresco.repo.content.transform with type arguments of type SupportedTransformation Modifier and Type Method Description voidContentTransformerHelper. setSupportedTransformations(java.util.List<SupportedTransformation> supportedTransformations)Deprecated.supported transformations are now set with global properties rather than spring configuration.voidContentTransformerHelper. setUnsupportedTransformations(java.util.List<SupportedTransformation> unsupportedTransformations)Deprecated.supported transformations are now set with global properties rather than spring configuration.
-