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