Package | Description |
---|---|
com.cloudwords.api.client | |
com.cloudwords.api.client.resources |
Modifier and Type | Method and Description |
---|---|
CloudwordsFile |
CloudwordsVendorClient.getChangeOrderAttachment(int projectId,
int changeOrderId) |
CloudwordsFile |
CloudwordsCustomerClient.getChangeOrderAttachment(int projectId,
int changeOrderId) |
CloudwordsFile |
BaseCloudwordsAPI.getChangeOrderAttachment(int projectId,
int changeOrderId)
Gets the
CustomerChangeOrder attachment metadata, if it exists. |
CloudwordsFile |
CloudwordsVendorClient.getMasterProjectTranslatedFile(int projectId) |
CloudwordsFile |
CloudwordsCustomerClient.getMasterProjectTranslatedFile(int projectId) |
CloudwordsFile |
BaseCloudwordsAPI.getMasterProjectTranslatedFile(int projectId)
Get the current master
Project translation file metadata, including a contentPath for
downloading the actual binary file. |
CloudwordsFile |
CloudwordsVendorClient.getProjectCustomerTM(int projectId) |
CloudwordsFile |
CloudwordsVendorAPI.getProjectCustomerTM(int projectId)
Get the
Project 's customer TM data CloudwordsFile resource for the specified
Cloudwords . |
CloudwordsFile |
CloudwordsVendorClient.getProjectReference(int projectId,
int documentId) |
CloudwordsFile |
CloudwordsCustomerClient.getProjectReference(int projectId,
int documentId) |
CloudwordsFile |
BaseCloudwordsAPI.getProjectReference(int projectId,
int documentId)
Get the specified
Project reference material metadata. |
CloudwordsFile |
CloudwordsVendorClient.getProjectSource(int projectId) |
CloudwordsFile |
CloudwordsCustomerClient.getProjectSource(int projectId) |
CloudwordsFile |
BaseCloudwordsAPI.getProjectSource(int projectId)
Get the
Project 's source material CloudwordsFile resource for the specified
Cloudwords . |
CloudwordsFile |
CloudwordsVendorClient.getProjectTranslationMemory(int projectId) |
CloudwordsFile |
CloudwordsCustomerClient.getProjectTranslationMemory(int projectId) |
CloudwordsFile |
BaseCloudwordsAPI.getProjectTranslationMemory(int projectId)
Get the
Project 's translation memory CloudwordsFile resource for the specified
Cloudwords. |
CloudwordsFile |
CloudwordsVendorClient.getTaskAttachment(int projectId,
int taskId) |
CloudwordsFile |
CloudwordsCustomerClient.getTaskAttachment(int projectId,
int taskId) |
CloudwordsFile |
BaseCloudwordsAPI.getTaskAttachment(int projectId,
int taskId)
Get the
Task attachment metadata, if it exists. |
CloudwordsFile |
CloudwordsCustomerClient.updateProjectReference(int projectId,
int documentId,
File zipFile) |
CloudwordsFile |
CloudwordsCustomerAPI.updateProjectReference(int projectId,
int documentId,
File zipFile)
|
CloudwordsFile |
CloudwordsCustomerClient.uploadChangeOrderFile(int projectId,
int changeOrderId,
File file) |
CloudwordsFile |
CloudwordsCustomerAPI.uploadChangeOrderFile(int projectId,
int changeOrderId,
File file)
Uploads the source material for a given Cloudwords
CustomerChangeOrder . |
CloudwordsFile |
CloudwordsCustomerClient.uploadProjectReference(int projectId,
File zipFile) |
CloudwordsFile |
CloudwordsCustomerAPI.uploadProjectReference(int projectId,
File zipFile)
Upload and add a new reference material for a given Cloudwords
Project . |
CloudwordsFile |
CloudwordsCustomerClient.uploadProjectSource(int projectId,
File zipFile) |
CloudwordsFile |
CloudwordsCustomerAPI.uploadProjectSource(int projectId,
File zipFile)
Upload the source material for a given Cloudwords
Project . |
CloudwordsFile |
CloudwordsVendorClient.uploadProjectTranslationMemory(int projectId,
File zipFile) |
CloudwordsFile |
CloudwordsVendorAPI.uploadProjectTranslationMemory(int projectId,
File zipFile)
Upload the translated memory for a given Cloudwords
Project . |
CloudwordsFile |
CloudwordsCustomerClient.uploadTaskAttachment(int projectId,
int taskId,
File file) |
CloudwordsFile |
CloudwordsCustomerAPI.uploadTaskAttachment(int projectId,
int taskId,
File file)
Upload a
Task attachment. |
Modifier and Type | Method and Description |
---|---|
List<CloudwordsFile> |
CloudwordsVendorClient.getProjectReferences(int projectId) |
List<CloudwordsFile> |
CloudwordsCustomerClient.getProjectReferences(int projectId) |
List<CloudwordsFile> |
BaseCloudwordsAPI.getProjectReferences(int projectId)
|
Modifier and Type | Method and Description |
---|---|
InputStream |
BaseCloudwordsClient.downloadFileFromMetadata(CloudwordsFile metadata) |
InputStream |
BaseCloudwordsAPI.downloadFileFromMetadata(CloudwordsFile metadata)
Convenience method to download the binary content of a
CloudwordsFile as an
InputStream , provided that the contentPath inside the metadata is valid. |
Modifier and Type | Class and Description |
---|---|
class |
CloudwordsLanguageFile
|
Modifier and Type | Method and Description |
---|---|
CloudwordsFile |
RevisionRequest.getAttachment() |
CloudwordsFile |
TranslatedDocument.getFile() |
CloudwordsFile |
SourceDocument.getFile() |
CloudwordsFile |
TranslatedDocument.getXliff() |
CloudwordsFile |
SourceDocument.getXliff() |
Modifier and Type | Method and Description |
---|---|
void |
RevisionRequest.setAttachment(CloudwordsFile attachment) |
void |
TranslatedDocument.setFile(CloudwordsFile file) |
void |
SourceDocument.setFile(CloudwordsFile file) |
void |
TranslatedDocument.setXliff(CloudwordsFile xliff) |
void |
SourceDocument.setXliff(CloudwordsFile xliff) |
Copyright © 2016. All rights reserved.