Package org.nuxeo.ecm.localconf
Class SetSimpleConfParamVar
- java.lang.Object
-
- org.nuxeo.ecm.localconf.SetSimpleConfParamVar
-
public class SetSimpleConfParamVar extends Object
Operation to set a context variable with the value of the given parameter name of the SimpleConfiguration retrieve from the input Document.- Since:
- 5.5
- Author:
- Thomas Roger
-
-
Field Summary
Fields Modifier and Type Field Description protected OperationContext
ctx
protected String
defaultValue
static String
ID
protected LocalConfigurationService
localConfigurationService
protected String
name
protected String
parameterName
-
Constructor Summary
Constructors Constructor Description SetSimpleConfParamVar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run(DocumentModel doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
localConfigurationService
protected LocalConfigurationService localConfigurationService
-
name
protected String name
-
parameterName
protected String parameterName
-
defaultValue
protected String defaultValue
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
-