Uses of Class
org.alfresco.repo.content.transform.ContentTransformerRegistry.TransformationKey
-
Packages that use ContentTransformerRegistry.TransformationKey Package Description org.alfresco.repo.content.transform -
-
Uses of ContentTransformerRegistry.TransformationKey in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform that return types with arguments of type ContentTransformerRegistry.TransformationKey Modifier and Type Method Description protected java.util.List<ContentTransformerRegistry.TransformationKey>AbstractContentTransformer. getExplicitTransformations()Deprecated.Method parameters in org.alfresco.repo.content.transform with type arguments of type ContentTransformerRegistry.TransformationKey Modifier and Type Method Description voidAbstractContentTransformer. setExplicitTransformations(java.util.List<ContentTransformerRegistry.TransformationKey> explicitTransformations)Deprecated.Set the transformations that this transformer can do regardless of what it returns via the reliability check.
-