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) -
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)Transforms the content from the reader and writes the content back out to the writer.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)
-