Class RestoreDocumentInputFromScript
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.RestoreDocumentInputFromScript
-
public class RestoreDocumentInputFromScript extends Object
Run a script and return the result Document object of the script the output of the operation- Since:
- 5.6
-
-
Constructor Summary
Constructors Constructor Description RestoreDocumentInputFromScript()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
script
protected String script
-
-
Method Detail
-
run
public DocumentModel run() throws org.mvel2.CompileException, RuntimeException
- Throws:
org.mvel2.CompileException
RuntimeException
-
-