Uses of Class
org.nuxeo.client.objects.upload.BatchUpload.BatchUploadOperation
-
Packages that use BatchUpload.BatchUploadOperation Package Description org.nuxeo.client.objects.upload -
-
Uses of BatchUpload.BatchUploadOperation in org.nuxeo.client.objects.upload
Methods in org.nuxeo.client.objects.upload that return BatchUpload.BatchUploadOperation Modifier and Type Method Description BatchUpload.BatchUploadOperationBatchUpload.BatchUploadOperation. context(java.lang.String key, java.lang.Object contextValue)BatchUpload.BatchUploadOperationBatchUpload.BatchUploadOperation. context(java.util.Map<java.lang.String,java.lang.Object> context)BatchUpload.BatchUploadOperationBatchUpload. operation(java.lang.String operationId)This method can only be called on aBatchUploadrepresenting a real upload (ie: fileIdx != null).BatchUpload.BatchUploadOperationBatchUpload.BatchUploadOperation. param(java.lang.String key, java.lang.Object parameter)BatchUpload.BatchUploadOperationBatchUpload.BatchUploadOperation. parameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
-