Package | Description |
---|---|
org.nuxeo.ecm.automation.server.jaxrs.batch | |
org.nuxeo.ecm.restapi.server.jaxrs |
Modifier and Type | Method and Description |
---|---|
BatchFileEntry |
Batch.getFileEntry(String index) |
BatchFileEntry |
Batch.getFileEntry(String index,
boolean fetchBlobs) |
BatchFileEntry |
BatchManagerComponent.getFileEntry(String batchId,
String fileIndex) |
BatchFileEntry |
BatchManager.getFileEntry(String batchId,
String fileIndex) |
Modifier and Type | Method and Description |
---|---|
List<BatchFileEntry> |
Batch.getFileEntries() |
List<BatchFileEntry> |
BatchManagerComponent.getFileEntries(String batchId) |
List<BatchFileEntry> |
BatchManager.getFileEntries(String batchId) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
BatchUploadObject.getFileInfo(BatchFileEntry fileEntry) |
Copyright © 2017 Nuxeo. All rights reserved.