Class RestoreBlobInputFromScript
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.RestoreBlobInputFromScript
-
public class RestoreBlobInputFromScript extends Object
Run a script and return the result blob object of the script the output of the operation.- Since:
- 5.6
-
-
Constructor Summary
Constructors Constructor Description RestoreBlobInputFromScript()
-
-
-
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 Blob run() throws org.mvel2.CompileException, RuntimeException
- Throws:
org.mvel2.CompileException
RuntimeException
-
-