| Package | Description |
|---|---|
| org.nuxeo.functionaltests | |
| org.nuxeo.functionaltests.pages | |
| org.nuxeo.functionaltests.pages.forms |
| Modifier and Type | Method and Description |
|---|---|
protected FileDocumentBasePage |
AbstractTest.createFile(DocumentBasePage currentPage,
String fileTitle,
String fileDescription,
boolean uploadBlob,
String filePrefix,
String fileSuffix,
String fileContent)
Deprecated.
since 8.3: use
DocumentBasePage.createFile(String, String, boolean, String, String, String)
instead. |
| Modifier and Type | Method and Description |
|---|---|
FileDocumentBasePage |
DocumentBasePage.createFile(String fileTitle,
String fileDescription,
boolean uploadBlob,
String filePrefix,
String fileSuffix,
String fileContent)
Creates a File from this page.
|
| Modifier and Type | Method and Description |
|---|---|
FileDocumentBasePage |
FileCreationFormPage.createFileDocument(String title,
String description,
boolean uploadBlob,
String filePrefix,
String fileSuffix,
String fileContent) |
FileDocumentBasePage |
FileCreationFormPage.createFileDocument(String title,
String description,
String filePath)
Create a file document referencing an existing file path.
|
Copyright © 2019 Nuxeo. All rights reserved.