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