Class MoveDocument
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.MoveDocument
-
public class MoveDocument extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected String
name
protected CoreSession
session
protected DocumentRef
target
-
Constructor Summary
Constructors Constructor Description MoveDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run(DocumentModel doc)
DocumentModel
run(DocumentRef ref)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
target
protected DocumentRef target
-
name
protected String name
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
run
public DocumentModel run(DocumentRef ref)
-
-