Package org.nuxeo.ecm.localconf
Class PutSimpleConfParams
- java.lang.Object
-
- org.nuxeo.ecm.localconf.PutSimpleConfParams
-
public class PutSimpleConfParams extends Object
Operation to put parameters on the Simple Configuration of the input Document.The parameters are specified as key=value pairs separated by a new line.
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 LocalConfigurationService
localConfigurationService
protected Properties
parameters
protected boolean
save
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description PutSimpleConfParams()
-
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
-
parameters
protected Properties parameters
-
save
protected boolean save
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
-