Class AbstractTransformationRenderingEngine.TransformationCallable
- java.lang.Object
-
- org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine.TransformationCallable
-
- All Implemented Interfaces:
Callable<ContentWriter>
- Enclosing class:
- AbstractTransformationRenderingEngine
protected class AbstractTransformationRenderingEngine.TransformationCallable extends Object implements Callable<ContentWriter>
Implementation ofCallablefor doing the work of the transformation which returns the temporary content writer if successful.
-
-
Constructor Summary
Constructors Constructor Description TransformationCallable(ContentReader contentReader, String targetMimeType, TransformationOptions transformationOptions, AbstractRenderingEngine.RenderingContext context, String initiatingUsername)
-
-
-
Constructor Detail
-
TransformationCallable
public TransformationCallable(ContentReader contentReader, String targetMimeType, TransformationOptions transformationOptions, AbstractRenderingEngine.RenderingContext context, String initiatingUsername)
-
-
Method Detail
-
call
public ContentWriter call() throws Exception
- Specified by:
callin interfaceCallable<ContentWriter>- Throws:
Exception
-
-