Class GetDocumentsFromCollectionOperation
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.collections.GetDocumentsFromCollectionOperation
-
public class GetDocumentsFromCollectionOperation extends Object
Class for the operation to get the list of documents from a Collection.- Since:
- 5.9.4
-
-
Field Summary
Fields Modifier and Type Field Description protected OperationContext
ctx
static String
ID
protected AutomationService
service
-
Constructor Summary
Constructors Constructor Description GetDocumentsFromCollectionOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginableDocumentModelListImpl
run(DocumentModel collection)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
service
protected AutomationService service
-
-
Method Detail
-
run
public PaginableDocumentModelListImpl run(DocumentModel collection) throws OperationException
- Throws:
OperationException
-
-