Uses of Class
org.nuxeo.ecm.automation.server.jaxrs.batch.BatchFileEntry
-
Packages that use BatchFileEntry Package Description org.nuxeo.ecm.automation.server.jaxrs.batch org.nuxeo.ecm.restapi.server.jaxrs -
-
Uses of BatchFileEntry in org.nuxeo.ecm.automation.server.jaxrs.batch
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch that return BatchFileEntry Modifier and Type Method Description BatchFileEntry
Batch. getFileEntry(String index)
BatchFileEntry
Batch. getFileEntry(String index, boolean fetchBlobs)
BatchFileEntry
BatchManager. getFileEntry(String batchId, String fileIndex)
BatchFileEntry
BatchManagerComponent. getFileEntry(String batchId, String fileIndex)
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch that return types with arguments of type BatchFileEntry Modifier and Type Method Description List<BatchFileEntry>
Batch. getFileEntries()
List<BatchFileEntry>
BatchManager. getFileEntries(String batchId)
List<BatchFileEntry>
BatchManagerComponent. getFileEntries(String batchId)
-
Uses of BatchFileEntry in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type BatchFileEntry Modifier and Type Method Description protected Map<String,Object>
BatchUploadObject. getFileInfo(BatchFileEntry fileEntry)
-