Package org.nuxeo.template.automation
Class RenderWithTemplateOperation
- java.lang.Object
-
- org.nuxeo.template.automation.RenderWithTemplateOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
attach
protected OperationContext
ctx
static String
ID
protected Boolean
save
protected String
serializerName
protected Boolean
store
protected String
templateData
protected String
templateName
-
Constructor Summary
Constructors Constructor Description RenderWithTemplateOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
templateName
protected String templateName
-
store
protected Boolean store
-
save
protected Boolean save
-
attach
protected Boolean attach
-
templateData
protected String templateData
-
serializerName
protected String serializerName
-
-
Method Detail
-
run
public Blob run(DocumentModel targetDocument)
-
-