Class OrderDocument
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.OrderDocument
-
public class OrderDocument extends Object
- Since:
- 10.1
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentModel
before
static String
ID
static String
NOT_SAME_FOLDER_ERROR_MSG
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description OrderDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run(DocumentModel doc)
DocumentModelList
run(DocumentModelList docs)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
NOT_SAME_FOLDER_ERROR_MSG
public static final String NOT_SAME_FOLDER_ERROR_MSG
- See Also:
- Constant Field Values
-
before
protected DocumentModel before
-
session
protected CoreSession session
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
run
public DocumentModelList run(DocumentModelList docs)
-
-