Uses of Class
org.alfresco.service.cmr.repository.NoTransformerException
-
Packages that use NoTransformerException Package Description org.alfresco.repo.content org.alfresco.service.cmr.repository -
-
Uses of NoTransformerException in org.alfresco.repo.content
Methods in org.alfresco.repo.content that throw NoTransformerException Modifier and Type Method Description voidContentServiceImpl. transform(ContentReader reader, ContentWriter writer, Map<String,Object> options)Deprecated.voidContentServiceImpl. transform(ContentReader reader, ContentWriter writer, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of NoTransformerException in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that throw NoTransformerException Modifier and Type Method Description voidContentService. transform(ContentReader reader, ContentWriter writer)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.voidContentService. transform(ContentReader reader, ContentWriter writer, Map<String,Object> options)Deprecated.As of release 3.0 the TransformOptions class should be used to pass transformation options to a transformation execution.voidContentService. transform(ContentReader reader, ContentWriter writer, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
-