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 of
Callable for doing the work of the transformation
which returns the temporary content writer if successful.-
Constructor Summary
ConstructorsConstructorDescriptionTransformationCallable(ContentReader contentReader, String targetMimeType, TransformationOptions transformationOptions, AbstractRenderingEngine.RenderingContext context, String initiatingUsername) -
Method Summary
-
Constructor Details
-
TransformationCallable
public TransformationCallable(ContentReader contentReader, String targetMimeType, TransformationOptions transformationOptions, AbstractRenderingEngine.RenderingContext context, String initiatingUsername)
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<ContentWriter>- Throws:
Exception
-