Class RunInputScript
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.RunInputScript
-
public class RunInputScript extends Object
Run a script given as the input of the operation (as a blob). Note that this operation is available only as administrator- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description RunInputScript()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
type
protected String type
-
-
Method Detail
-
run
public Blob run(Blob blob) throws OperationException, IOException
- Throws:
OperationException
IOException
-
-