Uses of Class
org.alfresco.repo.content.transform.UnsupportedTransformationException
Packages that use UnsupportedTransformationException
-
Uses of UnsupportedTransformationException in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform that throw UnsupportedTransformationExceptionModifier and TypeMethodDescriptionvoidLocalTransform.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 UnsupportedTransformationExceptionModifier and TypeMethodDescriptionvoidSynchronousTransformClient.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.