Class BulkDownload
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.blob.BulkDownload
-
public class BulkDownload extends Object
Bulk Download Operation.- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
DOWNLOAD_REASON
protected String
fileName
static String
ID
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description BulkDownload()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
DOWNLOAD_REASON
protected static final String DOWNLOAD_REASON
- Since:
- 11.5
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
fileName
protected String fileName
-
-
Method Detail
-
run
public Blob run(DocumentModelList docs) throws IOException
- Throws:
IOException
-
-