Class SetVar
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.SetVar
-
public class SetVar extends Object
Generic fetch document operation that can be used on any context that has a document as the input. This operation takes the context input and it returns it as a document. If the input is not a document, an exception is thrown.- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description SetVar()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
name
protected String name
-
value
protected Object value
-
-