Class AbstractTransformationRenderingEngine.TransformationCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<org.alfresco.service.cmr.repository.ContentWriter>
    Enclosing class:
    AbstractTransformationRenderingEngine

    protected class AbstractTransformationRenderingEngine.TransformationCallable
    extends java.lang.Object
    implements java.util.concurrent.Callable<org.alfresco.service.cmr.repository.ContentWriter>
    Implementation of Callable for doing the work of the transformation which returns the temporary content writer if successful.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.service.cmr.repository.ContentWriter call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • call

        public org.alfresco.service.cmr.repository.ContentWriter call()
                                                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<org.alfresco.service.cmr.repository.ContentWriter>
        Throws:
        java.lang.Exception