Package org.nuxeo.ecm.localconf
Class PutSimpleConfParam
- java.lang.Object
-
- org.nuxeo.ecm.localconf.PutSimpleConfParam
-
public class PutSimpleConfParam extends Object
Operation to put a parameter on the Simple Configuration of the input Document.The
SimpleConfiguration
facet is added to the input document if needed.- Since:
- 5.5
- Author:
- Thomas Roger
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected String
key
protected LocalConfigurationService
localConfigurationService
protected boolean
save
protected CoreSession
session
protected String
value
-
Constructor Summary
Constructors Constructor Description PutSimpleConfParam()
-
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
-
session
protected CoreSession session
-
localConfigurationService
protected LocalConfigurationService localConfigurationService
-
key
protected String key
-
value
protected String value
-
save
protected boolean save
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
-