Uses of Class
org.alfresco.repo.content.transform.UnsupportedTransformationException
-
Packages that use UnsupportedTransformationException Package Description org.alfresco.repo.content.transform org.alfresco.repo.rendition2 -
-
Uses of UnsupportedTransformationException in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform that throw UnsupportedTransformationException Modifier and Type Method Description voidLocalTransform. transform(ContentReader reader, ContentWriter writer, Map<String,String> transformOptions, String renditionName, NodeRef sourceNodeRef)Requests a synchronous transform.protected abstract voidAbstractLocalTransform. transformImpl(ContentReader reader, ContentWriter writer, Map<String,String> transformOptions, String sourceMimetype, String targetMimetype, String sourceExtension, String targetExtension, String renditionName, NodeRef sourceNodeRef)protected voidLocalPassThroughTransform. transformImpl(ContentReader reader, ContentWriter writer, Map<String,String> transformOptions, String sourceMimetype, String targetMimetype, String sourceExtension, String targetExtension, String renditionName, NodeRef sourceNodeRef) -
Uses of UnsupportedTransformationException in org.alfresco.repo.rendition2
Methods in org.alfresco.repo.rendition2 that throw UnsupportedTransformationException Modifier and Type Method Description voidSynchronousTransformClient. transform(ContentReader reader, ContentWriter writer, Map<String,String> actualOptions, String transformName, NodeRef sourceNodeRef)Requests a synchronous transform.voidTransformClient. transform(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String user, int sourceContentHashCode)Requests an asynchronous transform and the subsequent linkage of that transform as a rendition.
-