public interface CloudwordsCustomerAPI extends BaseCloudwordsAPI
This API is designed for Cloudwords customers that are looking to:
Modifier and Type | Method and Description |
---|---|
CustomerChangeOrder |
acceptChangeOrder(CustomerChangeOrder customerChangeOrder)
Updates the specified
CustomerChangeOrder by accepting the CustomerChangeOrderBid submitted by
the vendor. |
SourceDocument |
addSourceDocument(int projectId,
File file)
Add an individual source document.
|
void |
addSourceDocumentPreview(int projectId,
Integer sourceDocumentId,
File file)
Upload a new source document preview.
|
void |
addTranslatedDocumentPreview(int projectId,
Language language,
Integer translatedDocumentId,
File file)
Upload a new translated document preview.
|
CustomerChangeOrder |
cancelChangeOrder(CustomerChangeOrder customerChangeOrder)
Updates the specified
CustomerChangeOrder by canceling the
CustomerChangeOrder . |
CustomerChangeOrder |
createChangeOrder(int projectId,
CustomerChangeOrder customerChangeOrder)
Creates a new Cloudwords
CustomerChangeOrder within a Project . |
Department |
createDepartment(Department department)
Create a
Department with the given name |
Project |
createProject(Project project)
Create a new Cloudwords
Project . |
ReviewerInstructions |
createReviewerInstructions(int projectId,
String languageCode,
ReviewerInstructions reviewerInstructions)
Add the specified
ReviewerInstructions . |
CustomerTask |
createTask(CustomerTask task)
|
void |
deleteReviewerInstructions(int riId)
Delete the specified
ReviewerInstructions . |
void |
deleteSourceDocument(int projectId,
int documentId)
Delete a source document on a project.
|
List<User> |
getAvailableFollowers()
For accounts which do not have departments enabled, this returns a list of users available to follow projects.
|
List<User> |
getAvailableFollowers(Department department)
This retrieves a list of users who are available to follow projects in the specified
Department . |
List<User> |
getAvailableProjectOwners()
For accounts which do not have departments enabled, this returns a list of users which can be assoicated as a project owner
For accounts which do have departments enabled, this returns a list of users available as a project owner in the Unassigned department.
|
List<User> |
getAvailableProjectOwners(Department department)
This retrieves a list of users who are available to follow projects in the specified
Department . |
List<WorkflowTemplate> |
getAvailableWorkflowTemplates(int projectId)
Get the list of available workflow templates for the project.
|
CustomerBid |
getBid(int projectId,
int bidId)
Get the specified
CustomerBid for the specified Cloudwords Project . |
List<CustomerBid> |
getBids(int projectId)
Get the list of
CustomerBid s for the specified Cloudwords Project . |
CustomerChangeOrder |
getChangeOrder(int projectId,
int changeOrderId)
Gets the Cloudwords
CustomerChangeOrder associated with the unique Cloudwords CustomerChangeOrder
ID. |
CustomerChangeOrderBid |
getChangeOrderBid(int projectId,
int changeOrderId)
Gets the specified
CustomerChangeOrderBid submitted by the vendor for the specified Cloudwords
CustomerChangeOrder . |
List<CustomerChangeOrder> |
getChangeOrders(int projectId)
Gets all
CustomerChangeOrder s for a project. |
List<Project> |
getClosedProjects(Department department) |
BidRequest |
getCurrentBidRequestForProject(int projectId)
Get the current
BidRequest for the specified Project . |
CustomerTranslationRequest |
getCurrentTranslationRequestForProject(int projectId)
Get the current
TranslationRequest for the specified Project . |
User |
getCurrentUser()
Get the
User which matches the API token in use. |
List<Department> |
getDepartments()
Get all accessible
Department s by the user. |
List<IntendedUse> |
getIntendedUses()
Get the list of target
IntendedUse s currently configured in Cloudwords. |
List<Project> |
getOpenProjects(Department department) |
List<Vendor> |
getPreferredVendors()
Get the list of preferred
Vendor s currently configured in Cloudwords. |
List<Vendor> |
getPreferredVendors(Department department)
Get the list of preferred
Vendor s currently configured in Cloudwords. |
PagedResponse<Project> |
getProjects(Department department,
PagedProjectQuery query)
Search for projects in a department and return them in a paged format.
|
List<CustomerTask> |
getProjectTask(int projectId)
Get all
Task s for a project. |
List<CustomerTask> |
getProjectTaskByStatus(int projectId,
CodeAndDisplay taskStatus)
Get all
Task s for a project by status. |
ReviewerInstructions |
getReviewerInstructions(int riId)
Get the specified
ReviewerInstructions metadata. |
ReviewerInstructions |
getReviewerInstructions(int projectId,
String languageCode)
Get the specified
ReviewerInstructions metadata. |
List<Language> |
getSourceLanguages()
Get the list of source
Language s currently configured in Cloudwords. |
List<Language> |
getTargetLanguages()
Get the list of target
Language s currently configured in Cloudwords. |
CustomerTask |
getTask(int projectId,
int taskId)
|
List<CustomerTask> |
getTaskByStatus(CodeAndDisplay taskStatus)
Get all
Task s by status. |
List<CustomerTask> |
getTaskByStatus(CodeAndDisplay taskStatus,
Department department) |
List<CustomerTask> |
getTasks()
Get all
Task s available to the user. |
List<CustomerTask> |
getTasks(Department department) |
List<User> |
getUsers()
Get a list of all
User s in all Department s the user is a member of. |
List<User> |
getUsers(Department department)
Get a list of
User s in the specified Department . |
Vendor |
getVendor(int vendorId)
Get the Cloudwords
Vendor by the unique Cloudwords vendor ID. |
WorkflowTemplate |
getWorkflowTemplate(int projectId,
int templateId)
Get a specific template that is available on a project by ID.
|
SourceDocument |
replaceSourceDocument(int projectId,
int documentId,
File file)
Replace the content of a source document that is already attached to the project.
|
BidRequest |
requestBidsForProject(int projectId,
List<Vendor> preferredVendors,
boolean doLetCloudwordsChoose,
boolean doAutoSelectBidFromVendor)
Request bids for the specified
Project . |
CustomerTranslationRequest |
requestTranslationRequestForProject(int projectId,
CustomerTranslationRequest transRequest)
Request translation request for the specified
Project . |
List<ProjectWorkflow> |
selectProjectWorkflow(int projectId,
int templateId)
Change the template workflow to use for a project.
|
BidRequest |
selectWinningBid(int projectId,
int bidId)
Select the winning
CustomerBid for the specified Cloudwords Project . |
CustomerTranslationRequest |
selectWinningTranslationRequest(int projectId,
int bidId)
Select the winning
CustomerBid for the specified Cloudwords Project . |
CustomerChangeOrder |
submitChangeOrder(CustomerChangeOrder customerChangeOrder)
Updates the specified
CustomerChangeOrder by submitting the
CustomerChangeOrder to the vendor. |
ChangeOrderProjectWorkflow |
updateChangeOrderProjectWorkflow(int projectId,
int changeOrderId,
ChangeOrderProjectWorkflow workflow)
Update a change order project workflow, this allows the phase due dates and assignees to be changed.
|
CloudwordsFile |
updateProjectReference(int projectId,
int documentId,
File zipFile)
|
ProjectWorkflow |
updateProjectWorkflow(int projectId,
ProjectWorkflow workflow)
Update a project workflow, this allows the phase due dates and assignees to be changed.
|
ReviewerInstructions |
updateReviewerInstructions(ReviewerInstructions reviewerInstructions)
Update the specified
ReviewerInstructions . |
CustomerTask |
updateTask(CustomerTask task)
|
CloudwordsFile |
uploadChangeOrderFile(int projectId,
int changeOrderId,
File file)
Uploads the source material for a given Cloudwords
CustomerChangeOrder . |
CloudwordsFile |
uploadProjectReference(int projectId,
File zipFile)
Upload and add a new reference material for a given Cloudwords
Project . |
CloudwordsFile |
uploadProjectSource(int projectId,
File zipFile)
Upload the source material for a given Cloudwords
Project . |
CloudwordsFile |
uploadTaskAttachment(int projectId,
int taskId,
File file)
Upload a
Task attachment. |
addTranslatedDocument, approveTranslatedFile, createWebhook, createWebhook, createWebhook, deleteWebhook, downloadChangeOrderFile, downloadFileFromMetadata, downloadMasterTranslatedFile, downloadProjectTranslationMemory, downloadReferenceFile, downloadSourceDocumentFile, downloadSourceDocumentXLIFF, downloadSourceFile, downloadTaskAttachment, downloadTranslatedDocumentFile, downloadTranslatedDocumentXLIFF, downloadTranslatedFile, getChangeOrderAttachment, getChangeOrderProjectWorkflow, getChangeOrderProjectWorkflows, getClosedProjects, getMasterProjectTranslatedFile, getOpenProjects, getProject, getProjectReference, getProjectReferences, getProjects, getProjectSource, getProjectTranslatedFile, getProjectTranslatedFiles, getProjectTranslationMemory, getProjectWorkflow, getProjectWorkflows, getSourceDocument, getSourceDocuments, getTaskAttachment, getTranslatedDocument, getTranslatedDocuments, getWebhook, getWebhooks, replaceTranslatedDocument, updateProject, updateTranslatedDocument, updateTranslatedDocuments
Project createProject(Project project) throws CloudwordsClientException
Project
. Please refer to the API documentation for more
information.project
- Project
to be createdProject
resourceCloudwordsClientException
List<Project> getOpenProjects(Department department) throws CloudwordsClientException
CloudwordsClientException
List<Project> getClosedProjects(Department department) throws CloudwordsClientException
CloudwordsClientException
CloudwordsFile uploadProjectSource(int projectId, File zipFile) throws CloudwordsClientException
Project
. The provided file must be
a zip file.
Please note that this Project
must already exists in Cloudwords, and the
Project
must be in a state where source material can be uploaded. If source material
for this Project
already exists, then this operation will overwrite the source
material associated with the Project
. Please refer to the API documentation for more
information.
projectId
- ID of Project
to upload source forzipFile
- A single zip file to be uploaded for this Project
CloudwordsFile
resourceCloudwordsClientException
SourceDocument addSourceDocument(int projectId, File file) throws CloudwordsClientException
projectId
- The ID of the projectfile
- The file to be translatedCloudwordsClientException
SourceDocument replaceSourceDocument(int projectId, int documentId, File file) throws CloudwordsClientException
projectId
- The project IDdocumentId
- The document IDfile
- The new contentCloudwordsClientException
void deleteSourceDocument(int projectId, int documentId) throws CloudwordsClientException
projectId
- documentId
- CloudwordsClientException
CloudwordsFile uploadProjectReference(int projectId, File zipFile) throws CloudwordsClientException
Project
. The provided
file must be a zip file.
Please note that this Project
must already exists in Cloudwords, and the
Project
must be in a state where reference material can be uploaded. Please refer to
the API documentation for more information.
projectId
- ID of the Project
to upload reference materials forzipFile
- A single zip file to be uploaded for this Project
CloudwordsFile
resourceCloudwordsClientException
CloudwordsFile updateProjectReference(int projectId, int documentId, File zipFile) throws CloudwordsClientException
Project
reference material for the specified Cloudwords
Project
and specific reference material. The provided file must be a zip file.
Please note that this Project
must already exists in Cloudwords, and the
Project
must be in a state where reference material can be uploaded. Please refer to
the API documentation for more information.
projectId
- ID of the Project
whose reference materials are to be updateddocumentId
- ID of the specific reference material to updatezipFile
- A single zip file to be uploaded for this Project
CloudwordsFile
resourceCloudwordsClientException
BidRequest requestBidsForProject(int projectId, List<Vendor> preferredVendors, boolean doLetCloudwordsChoose, boolean doAutoSelectBidFromVendor) throws CloudwordsClientException
Project
. In order to request a bid for a
Project
, a source material must be already uploaded for the Project
, and the
Project
must be in a state where requesting bids is allowed.
Additionally, you must either specify the list of Cloudwords preferred Vendor
(s) to
request bids from or to allow Cloudwords to automatically find Vendor
s that best
match the Project
requirements, or both.
projectId
- ID of the Project
to request bids forpreferredVendors
- The list of Vendor
s to request bids fromdoLetCloudwordsChoose
- Allow Cloudwords to find Vendor
that best match the Project
doAutoSelectBidFromVendor
- Whether to automatically select the bid provided by the Vendor
for this
BidRequest
BidRequest
resourceCloudwordsClientException
BidRequest getCurrentBidRequestForProject(int projectId) throws CloudwordsClientException
BidRequest
for the specified Project
.projectId
- ID of the Project
to get the BidRequest
forBidRequest
resource for the Project
if bids have already been
requested for this Project
CloudwordsClientException
List<CustomerBid> getBids(int projectId) throws CloudwordsClientException
CustomerBid
s for the specified Cloudwords Project
.CustomerBid
s for the specified Cloudwords Project
.CloudwordsClientException
CustomerBid getBid(int projectId, int bidId) throws CloudwordsClientException
CustomerBid
for the specified Cloudwords Project
.CustomerBid
for the specified Cloudwords Project
.CloudwordsClientException
BidRequest selectWinningBid(int projectId, int bidId) throws CloudwordsClientException
CustomerBid
for the specified Cloudwords Project
.projectId
- ID of the Project
to select a winning bid forbidId
- ID of the CustomerBid
that is being selectedBidRequest
resource for the Project
CloudwordsClientException
List<Vendor> getPreferredVendors() throws CloudwordsClientException
Vendor
s currently configured in Cloudwords.Vendor
resourcesCloudwordsClientException
List<Vendor> getPreferredVendors(Department department) throws CloudwordsClientException
Vendor
s currently configured in Cloudwords. This method retrieves
vendors that are preferred by a specific department. This version should always be used in accounts
with more than 0 departments.department
- the department to get vendors forVendor
resourcesCloudwordsClientException
List<Language> getSourceLanguages() throws CloudwordsClientException
Language
s currently configured in Cloudwords.Language
resourcesCloudwordsClientException
List<Language> getTargetLanguages() throws CloudwordsClientException
Language
s currently configured in Cloudwords.Language
resourcesCloudwordsClientException
List<IntendedUse> getIntendedUses() throws CloudwordsClientException
IntendedUse
s currently configured in Cloudwords.IntendedUse
resourcesCloudwordsClientException
Vendor getVendor(int vendorId) throws CloudwordsClientException
Vendor
by the unique Cloudwords vendor ID.vendorId
- ID of the to Vendor
returnVendor
CloudwordsClientException
CustomerTask getTask(int projectId, int taskId) throws CloudwordsClientException
projectId
- ID of the Project
to get Task
fortaskId
- ID of the Task
to returnTask
resourceCloudwordsClientException
List<CustomerTask> getTasks() throws CloudwordsClientException
Task
s available to the user.Task
sCloudwordsClientException
List<CustomerTask> getTasks(Department department) throws CloudwordsClientException
CloudwordsClientException
List<CustomerTask> getTaskByStatus(CodeAndDisplay taskStatus) throws CloudwordsClientException
Task
s by status.taskStatus
- The Task
status to filter byTask
sCloudwordsClientException
List<CustomerTask> getTaskByStatus(CodeAndDisplay taskStatus, Department department) throws CloudwordsClientException
CloudwordsClientException
List<CustomerTask> getProjectTask(int projectId) throws CloudwordsClientException
Task
s for a project.projectId
- ID of the Project
to get Task
s forTask
sCloudwordsClientException
List<CustomerTask> getProjectTaskByStatus(int projectId, CodeAndDisplay taskStatus) throws CloudwordsClientException
Task
s for a project by status.projectId
- ID of the Project
to get Task
s fortaskStatus
- The Task
status to filter byTask
sCloudwordsClientException
CustomerTask createTask(CustomerTask task) throws CloudwordsClientException
task
- Task
to createTask
CloudwordsClientException
CustomerTask updateTask(CustomerTask task) throws CloudwordsClientException
task
- Task
to updateTask
CloudwordsClientException
CloudwordsFile uploadTaskAttachment(int projectId, int taskId, File file) throws CloudwordsClientException
Task
attachment. UPLOAD CAN ONLY BE DONE ONCE, once a Task
has an
attachment, it can not be changed.projectId
- ID of the Project
for the associated tasktaskId
- ID of the Task
to upload againstfile
- CloudwordsClientException
List<Department> getDepartments() throws CloudwordsClientException
Department
s by the user.Department
sCloudwordsClientException
Department createDepartment(Department department) throws CloudwordsClientException
Department
with the given nameCloudwordsClientException
User getCurrentUser() throws CloudwordsClientException
User
which matches the API token in use.CloudwordsClientException
List<User> getUsers() throws CloudwordsClientException
User
s in all Department
s the user is a member of. If departments are not enabled,
all users are returned.CloudwordsClientException
List<User> getUsers(Department department) throws CloudwordsClientException
User
s in the specified Department
.CloudwordsClientException
List<User> getAvailableFollowers() throws CloudwordsClientException
CloudwordsClientException
List<User> getAvailableFollowers(Department department) throws CloudwordsClientException
Department
.CloudwordsClientException
ReviewerInstructions getReviewerInstructions(int projectId, String languageCode) throws CloudwordsClientException
ReviewerInstructions
metadata.projectId
- ID of the Project
to get ReviewerInstructions
forlanguageCode
- Language
code of the ReviewerInstructions
to returnReviewerInstructions
resourceCloudwordsClientException
ReviewerInstructions getReviewerInstructions(int riId) throws CloudwordsClientException
ReviewerInstructions
metadata.riId
- ID of the ReviewerInstructions
to getReviewerInstructions
resourceCloudwordsClientException
ReviewerInstructions createReviewerInstructions(int projectId, String languageCode, ReviewerInstructions reviewerInstructions) throws CloudwordsClientException
ReviewerInstructions
.projectId
- ID of the Project
to add ReviewerInstructions
forlanguageCode
- Language
code to add ReviewerInstructions
forreviewerInstructions
- ReviewerInstructions
to addReviewerInstructions
created resourceCloudwordsClientException
ReviewerInstructions updateReviewerInstructions(ReviewerInstructions reviewerInstructions) throws CloudwordsClientException
ReviewerInstructions
.reviewerInstructions
- ReviewerInstructions
to updateReviewerInstructions
updated resourceCloudwordsClientException
void deleteReviewerInstructions(int riId) throws CloudwordsClientException
ReviewerInstructions
.riId
- ID of the ReviewerInstructions
to getCloudwordsClientException
CustomerChangeOrder createChangeOrder(int projectId, CustomerChangeOrder customerChangeOrder) throws CloudwordsClientException
CustomerChangeOrder
within a Project
. Please refer to the API
documentation for more information.projectId
- ID of the Project
to add CustomerChangeOrder
forcustomerChangeOrder
- CustomerChangeOrder
to addCustomerChangeOrder
created resourceCloudwordsClientException
CustomerChangeOrder getChangeOrder(int projectId, int changeOrderId) throws CloudwordsClientException
CustomerChangeOrder
associated with the unique Cloudwords CustomerChangeOrder
ID. Please refer to the API documentation for more information.projectId
- ID of the Project
of the associated CustomerChangeOrder
changeOrderId
- ID of the CustomerChangeOrder
to returnCustomerChangeOrder
resourceCloudwordsClientException
List<CustomerChangeOrder> getChangeOrders(int projectId) throws CloudwordsClientException
CustomerChangeOrder
s for a project. Please refer to the API documentation for more information.projectId
- ID of the Project
to get CustomerChangeOrder
s forCustomerChangeOrder
sCloudwordsClientException
CustomerChangeOrder cancelChangeOrder(CustomerChangeOrder customerChangeOrder) throws CloudwordsClientException
CustomerChangeOrder
by canceling the
CustomerChangeOrder
. Please refer to the API documentation for more information.customerChangeOrder
- CustomerChangeOrder
to updateCustomerChangeOrder
updated resourceCloudwordsClientException
CustomerChangeOrder submitChangeOrder(CustomerChangeOrder customerChangeOrder) throws CloudwordsClientException
CustomerChangeOrder
by submitting the
CustomerChangeOrder
to the vendor. Please refer to the API documentation for more information.customerChangeOrder
- CustomerChangeOrder
to updateCustomerChangeOrder
updated resourceCloudwordsClientException
CustomerChangeOrder acceptChangeOrder(CustomerChangeOrder customerChangeOrder) throws CloudwordsClientException
CustomerChangeOrder
by accepting the CustomerChangeOrderBid
submitted by
the vendor. The project state will be changed to include any new languages, and the document of the primary
project will have a new version using the files of the change order. Please refer to the API documentation for
more information.customerChangeOrder
- CustomerChangeOrder
to updateCustomerChangeOrder
updated resourceCloudwordsClientException
CloudwordsFile uploadChangeOrderFile(int projectId, int changeOrderId, File file) throws CloudwordsClientException
CustomerChangeOrder
.
Please note that this CustomerChangeOrder
must already exists in Cloudwords, and the
CustomerChangeOrder
must be in a state where source material can be uploaded. If source material for this
CustomerChangeOrder
already exists, then this operation will overwrite the source material associated
with the CustomerChangeOrder
. Please refer to the API documentation for more information.
projectId
- ID of the Project
of the associated CustomerChangeOrder
changeOrderId
- ID of CustomerChangeOrder
to upload source forfile
- A single file to be uploaded for this CustomerChangeOrder
CloudwordsFile
resource metadataCloudwordsClientException
CustomerChangeOrderBid getChangeOrderBid(int projectId, int changeOrderId) throws CloudwordsClientException
CustomerChangeOrderBid
submitted by the vendor for the specified Cloudwords
CustomerChangeOrder
. Please refer to the API documentation for more information.projectId
- ID of the Project
of the associated CustomerChangeOrder
changeOrderId
- ID of CustomerChangeOrder
to get the bid forCustomerChangeOrderBid
for the specified Cloudwords CustomerChangeOrder
.CloudwordsClientException
ProjectWorkflow updateProjectWorkflow(int projectId, ProjectWorkflow workflow) throws CloudwordsClientException
projectId
- The project ID that the workflow belongs toworkflow
- The workflow to updateCloudwordsClientException
List<ProjectWorkflow> selectProjectWorkflow(int projectId, int templateId) throws CloudwordsClientException
projectId
- The ID of the projecttemplateId
- The ID of the template (derived from getAvailableWorkflowTemplates)CloudwordsClientException
List<WorkflowTemplate> getAvailableWorkflowTemplates(int projectId) throws CloudwordsClientException
projectId
- The ID of the projectCloudwordsClientException
WorkflowTemplate getWorkflowTemplate(int projectId, int templateId) throws CloudwordsClientException
projectId
- the ID of the projecttemplateId
- The ID of the template to fetchCloudwordsClientException
ChangeOrderProjectWorkflow updateChangeOrderProjectWorkflow(int projectId, int changeOrderId, ChangeOrderProjectWorkflow workflow) throws CloudwordsClientException
projectId
- The ID of the projectchangeOrderId
- The ID of the change orderworkflow
- The workflow to updateCloudwordsClientException
void addTranslatedDocumentPreview(int projectId, Language language, Integer translatedDocumentId, File file) throws CloudwordsClientException
Upload a new translated document preview. The translated document ID should be derived from TranslatedDocument.getId()
.
projectId
- ID of the Project
to upload the translated document preview forlanguage
- The specific Language
translatedDocumentId
- The ID of the translated documentfile
- The translation preview to upload. This should be a zip file containing a single html file and all referenced assets (images, css, js). All paths should be relative.CloudwordsClientException
void addSourceDocumentPreview(int projectId, Integer sourceDocumentId, File file) throws CloudwordsClientException
Upload a new source document preview. The source document ID should be derived from SourceDocument.getId()
.
projectId
- ID of the Project
to upload the translated document preview forsourceDocumentId
- The ID of the source documentfile
- The source preview to upload. This should be a zip file containing a single html file and all referenced assets (images, css, js). All paths should be relative.CloudwordsClientException
List<User> getAvailableProjectOwners() throws CloudwordsClientException
CloudwordsClientException
List<User> getAvailableProjectOwners(Department department) throws CloudwordsClientException
Department
.CloudwordsClientException
CustomerTranslationRequest getCurrentTranslationRequestForProject(int projectId) throws CloudwordsClientException
TranslationRequest
for the specified Project
.projectId
- ID of the Project
to get the TranslationRequest
forTranslationRequest
resource for the Project
if requests have already been
requested for this Project
CloudwordsClientException
CustomerTranslationRequest requestTranslationRequestForProject(int projectId, CustomerTranslationRequest transRequest) throws CloudwordsClientException
Project
. In order to request a translation for a
Project
, a source material must be already uploaded for the Project
, and the
Project
must be in a state where requesting bids is allowed. A translation request must be
sent to a preferred Vendor
configured to recieve bidless translation requests.
Please refer to the API documentation for more information.projectId
- ID of the Project
to request translation fortransRequest
- A CustomerTranslationRequest
s to sendCloudwordsClientException
CustomerTranslationRequest selectWinningTranslationRequest(int projectId, int bidId) throws CloudwordsClientException
CustomerBid
for the specified Cloudwords Project
.projectId
- ID of the Project
to select a winning bid forbidId
- ID of the CustomerBid
that is being selectedCustomerTranslationRequest
resource for the Project
CloudwordsClientException
PagedResponse<Project> getProjects(Department department, PagedProjectQuery query) throws CloudwordsClientException
CloudwordsClientException
Copyright © 2016. All rights reserved.