public interface IFileResource extends FileResource
DocumentFileUploadForm
,
FileResource
ACCEPTED_TYPES_RESOURCE, DOWNLOAD_TEMPLATE, FILE_DOWNLOAD_TEMPLATE, FILE_RESOURCE, FILETYPE_RAW_SOURCE_DOCUMENT, FILETYPE_TRANSLATED_APPROVED, FILETYPE_TRANSLATED_APPROVED_AND_FUZZY, SOURCE_DOWNLOAD_TEMPLATE, SOURCE_UPLOAD_TEMPLATE, TRANSLATION_UPLOAD_TEMPLATE
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<String> |
acceptedFileTypes() |
org.jboss.resteasy.client.ClientResponse |
downloadSourceFile(String projectSlug,
String iterationSlug,
String fileType,
String docId) |
org.jboss.resteasy.client.ClientResponse |
downloadTranslationFile(String projectSlug,
String iterationSlug,
String locale,
String fileExtension,
String docId) |
org.jboss.resteasy.client.ClientResponse<ChunkUploadResponse> |
uploadSourceFile(String projectSlug,
String iterationSlug,
String docId,
DocumentFileUploadForm uploadForm) |
org.jboss.resteasy.client.ClientResponse<ChunkUploadResponse> |
uploadTranslationFile(String projectSlug,
String iterationSlug,
String localeId,
String docId,
String merge,
DocumentFileUploadForm uploadForm) |
download
org.jboss.resteasy.client.ClientResponse<String> acceptedFileTypes()
acceptedFileTypes
in interface FileResource
org.jboss.resteasy.client.ClientResponse<ChunkUploadResponse> uploadSourceFile(String projectSlug, String iterationSlug, String docId, DocumentFileUploadForm uploadForm)
uploadSourceFile
in interface FileResource
org.jboss.resteasy.client.ClientResponse<ChunkUploadResponse> uploadTranslationFile(String projectSlug, String iterationSlug, String localeId, String docId, String merge, DocumentFileUploadForm uploadForm)
uploadTranslationFile
in interface FileResource
org.jboss.resteasy.client.ClientResponse downloadSourceFile(String projectSlug, String iterationSlug, String fileType, String docId)
downloadSourceFile
in interface FileResource
org.jboss.resteasy.client.ClientResponse downloadTranslationFile(String projectSlug, String iterationSlug, String locale, String fileExtension, String docId)
downloadTranslationFile
in interface FileResource
Copyright © 2013 Zanata Project. All Rights Reserved.