Package org.nuxeo.drive.operations.test
Class NuxeoDriveCreateTestDocuments
- java.lang.Object
-
- org.nuxeo.drive.operations.test.NuxeoDriveCreateTestDocuments
-
public class NuxeoDriveCreateTestDocuments extends Object
Create batch of test documents in a single automation query- Author:
- Olivier Grisel
-
-
Field Summary
Fields Modifier and Type Field Description protected String
contentPattern
protected long
delay
static String
ID
protected String
namePattern
protected Integer
number
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description NuxeoDriveCreateTestDocuments()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
namePattern
protected String namePattern
-
contentPattern
protected String contentPattern
-
number
protected Integer number
-
delay
protected long delay
-
-
Method Detail
-
run
public Blob run(DocumentModel parent) throws Exception
- Throws:
Exception
-
-