Class GetDocumentVersions
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.GetDocumentVersions
-
public class GetDocumentVersions extends Object
Gets the versions of the input document.- Since:
- 5.7.3
- Author:
- Antoine Taillefer
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description GetDocumentVersions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModelList
run(DocumentModel doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
-
Method Detail
-
run
public DocumentModelList run(DocumentModel doc)
-
-