Class SetDocumentProperty
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.SetDocumentProperty
-
public class SetDocumentProperty extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected boolean
save
protected CoreSession
session
protected Serializable
value
protected String
xpath
-
Constructor Summary
Constructors Constructor Description SetDocumentProperty()
-
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
-
xpath
protected String xpath
-
value
protected Serializable value
-
save
protected boolean save
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc) throws OperationException
- Throws:
OperationException
-
-