Class RunScript
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.RunScript
-
public class RunScript extends Object
Save the session - TODO remove this?- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description RunScript()
-
-
-
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 void run() throws org.mvel2.CompileException, RuntimeException
- Throws:
org.mvel2.CompileException
RuntimeException
-
-