Class RenderDocumentFeed
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.rendering.operations.RenderDocumentFeed
-
public class RenderDocumentFeed extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description RenderDocumentFeed()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
rs
protected ResourceService rs
-
ctx
protected OperationContext ctx
-
template
protected String template
-
type
protected String type
-
name
protected String name
-
mimeType
protected String mimeType
-
charset
protected String charset
-
-
Method Detail
-
run
public Blob run(DocumentModelList docs) throws OperationException, RenderingException, freemarker.template.TemplateException, IOException
- Throws:
OperationException
RenderingException
freemarker.template.TemplateException
IOException
-
-