Skip navigation links
A B C D E G H I J L M P R S T U V W Z 

A

acceptBid(int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Accept VendorBid opportunity for the specified Cloudwords Project.
acceptBid(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
acceptChangeOrder(CustomerChangeOrder) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Updates the specified CustomerChangeOrder by accepting the CustomerChangeOrderBid submitted by the vendor.
acceptChangeOrder(CustomerChangeOrder) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
acceptChangeOrder(ChangeOrder) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Updates the specified ChangeOrder by accepting the ChangeOrder.
acceptChangeOrder(ChangeOrder) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
acceptTranslationRequest(int, VendorTranslationRequest) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Updates the specified VendorTranslationRequest by accepting the VendorTranslationRequest.
acceptTranslationRequest(int, VendorTranslationRequest) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
addSourceDocument(int, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Add an individual source document.
addSourceDocument(int, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
addSourceDocumentPreview(int, Integer, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Upload a new source document preview.
addSourceDocumentPreview(int, Integer, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
addTranslatedDocument(int, Language, Integer, File) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Upload a new translated document.
addTranslatedDocument(int, Language, Integer, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
addTranslatedDocument(int, Language, Integer, File) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
addTranslatedDocumentPreview(int, Language, Integer, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Upload a new translated document preview.
addTranslatedDocumentPreview(int, Language, Integer, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
addZipEntry(ZipOutputStream, String, File) - Static method in class com.cloudwords.api.client.BaseCloudwordsClient
Adds zip entry to passed output stream.
apiVersion - Variable in class com.cloudwords.api.client.BaseCloudwordsClient
 
approveTranslatedFile(int, Language) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Approve the delivered CloudwordsLanguageFile for the specified Cloudwords Project and target Language.
approveTranslatedFile(int, Language) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
approveTranslatedFile(int, Language) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
Assignee - Class in com.cloudwords.api.client.resources
Represents a User, Vendor, or set of project followers (represented as a ProjectFollowers resource) that are the assignee on a Task in Cloudwords.
Assignee() - Constructor for class com.cloudwords.api.client.resources.Assignee
 

B

BaseCloudwordsAPI - Interface in com.cloudwords.api.client
The API calls that are shared between Customer and Vendor side.
BaseCloudwordsClient - Class in com.cloudwords.api.client
Base implementation of a Cloudwords API client.
BaseCloudwordsClient() - Constructor for class com.cloudwords.api.client.BaseCloudwordsClient
 
BaseProject - Class in com.cloudwords.api.client.resources
Represents a BaseProject resource in Cloudwords.
BaseProject() - Constructor for class com.cloudwords.api.client.resources.BaseProject
 
BaseResource - Class in com.cloudwords.api.client.resources
 
BaseResource() - Constructor for class com.cloudwords.api.client.resources.BaseResource
 
baseUrlWithVersion - Variable in class com.cloudwords.api.client.BaseCloudwordsClient
 
BidItem - Class in com.cloudwords.api.client.resources
Represents a Language specific bid item provided by a Vendor for a given Cloudwords Project.
BidItem() - Constructor for class com.cloudwords.api.client.resources.BidItem
 
BidItemTask - Class in com.cloudwords.api.client.resources
Represents the cost of a Vendor ProjectTaskType for a given Cloudwords Project.
BidItemTask() - Constructor for class com.cloudwords.api.client.resources.BidItemTask
 
BidOptions - Class in com.cloudwords.api.client.resources
Represents a bid options resource
BidOptions() - Constructor for class com.cloudwords.api.client.resources.BidOptions
 
BidOptions(String) - Constructor for class com.cloudwords.api.client.resources.BidOptions
 
BidOptions(boolean, boolean, Integer) - Constructor for class com.cloudwords.api.client.resources.BidOptions
 
BidRequest - Class in com.cloudwords.api.client.resources
Represents a request for bids to translate the source content for a given Cloudwords Project from the specified source Language to the specified target Languages.
BidRequest() - Constructor for class com.cloudwords.api.client.resources.BidRequest
 
BidSummary - Class in com.cloudwords.api.client.resources
Represents the summary information of a Vendor provided bid.
BidSummary() - Constructor for class com.cloudwords.api.client.resources.BidSummary
 
buildQuery(Object) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 

C

cancelChangeOrder(CustomerChangeOrder) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Updates the specified CustomerChangeOrder by canceling the CustomerChangeOrder.
cancelChangeOrder(CustomerChangeOrder) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
ChangeOrder - Class in com.cloudwords.api.client.resources
A ChangeOrder is a request to alter the Project requirements, such as adding languages, files, or both, after the project has been assigned to a specific vendor and translation is underway.
ChangeOrder() - Constructor for class com.cloudwords.api.client.resources.ChangeOrder
 
ChangeOrderBid - Class in com.cloudwords.api.client.resources
Represents a ChangeOrderBid bid provided for a given Cloudwords ChangeOrder in context of a Project.
ChangeOrderBid() - Constructor for class com.cloudwords.api.client.resources.ChangeOrderBid
 
ChangeOrderProjectWorkflow - Class in com.cloudwords.api.client.resources
A workflow of a project, describing the order of work and review phases, the assignees and due dates.
ChangeOrderProjectWorkflow() - Constructor for class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
CloudwordsClientException - Exception in com.cloudwords.api.client.exception
Base class for exceptions that occur during the client usage.
CloudwordsClientException(String) - Constructor for exception com.cloudwords.api.client.exception.CloudwordsClientException
 
CloudwordsClientException(Error) - Constructor for exception com.cloudwords.api.client.exception.CloudwordsClientException
 
CloudwordsClientException(Exception) - Constructor for exception com.cloudwords.api.client.exception.CloudwordsClientException
 
CloudwordsClientException(Error, Exception) - Constructor for exception com.cloudwords.api.client.exception.CloudwordsClientException
 
CloudwordsCustomerAPI - Interface in com.cloudwords.api.client
Client interface for the Cloudwords API.
CloudwordsCustomerClient - Class in com.cloudwords.api.client
Basic implementation of the Cloudwords Customer API client.
CloudwordsCustomerClient(String, String, String) - Constructor for class com.cloudwords.api.client.CloudwordsCustomerClient
Convenience constructor that provides default configuration.
CloudwordsCustomerClient(String, String, String, HttpHost, CredentialsProvider) - Constructor for class com.cloudwords.api.client.CloudwordsCustomerClient
Convenience constructor that provides default configuration.
CloudwordsCustomerClient(String, String, String, int, int, int, HttpHost, CredentialsProvider) - Constructor for class com.cloudwords.api.client.CloudwordsCustomerClient
Base constructor.
CloudwordsCustomerClient(String, String, String, HttpClient) - Constructor for class com.cloudwords.api.client.CloudwordsCustomerClient
Creates a new client that takes a user-provided instance of HttpClient.
CloudwordsCustomerClient(String, String, String, int, int, int) - Constructor for class com.cloudwords.api.client.CloudwordsCustomerClient
Base constructor.
CloudwordsFile - Class in com.cloudwords.api.client.resources
Represents the metadata around a file stored in Cloudwords.
CloudwordsFile() - Constructor for class com.cloudwords.api.client.resources.CloudwordsFile
 
CloudwordsLanguageFile - Class in com.cloudwords.api.client.resources
Represents the metadata around a translated file for a given Project and Language stored in Cloudwords.
CloudwordsLanguageFile() - Constructor for class com.cloudwords.api.client.resources.CloudwordsLanguageFile
 
CloudwordsVendorAPI - Interface in com.cloudwords.api.client
Client interface for the Cloudwords API.
CloudwordsVendorClient - Class in com.cloudwords.api.client
Basic implementation of the Cloudwords Vendor API client.
CloudwordsVendorClient(String, String, String) - Constructor for class com.cloudwords.api.client.CloudwordsVendorClient
Convenience constructor that provides default configuration.
CloudwordsVendorClient(String, String, String, HttpHost, CredentialsProvider) - Constructor for class com.cloudwords.api.client.CloudwordsVendorClient
Convenience constructor that provides default configuration.
CloudwordsVendorClient(String, String, String, int, int, int, HttpHost, CredentialsProvider) - Constructor for class com.cloudwords.api.client.CloudwordsVendorClient
Base constructor.
CloudwordsVendorClient(String, String, String, HttpClient) - Constructor for class com.cloudwords.api.client.CloudwordsVendorClient
Creates a new client that takes a user-provided instance of HttpClient.
CloudwordsVendorClient(String, String, String, int, int, int) - Constructor for class com.cloudwords.api.client.CloudwordsVendorClient
Base constructor.
CodeAndDisplay - Class in com.cloudwords.api.client.resources
A convenience struct for a code or status field returned from Cloudwords, which contains the actual code and its human readable display.
CodeAndDisplay() - Constructor for class com.cloudwords.api.client.resources.CodeAndDisplay
 
CodeAndDisplay(String) - Constructor for class com.cloudwords.api.client.resources.CodeAndDisplay
 
CodeAndDisplaySerializer - Class in com.cloudwords.api.client.serializers
Serializes CodeAndDisplay into the Cloudwords API input format.
CodeAndDisplaySerializer() - Constructor for class com.cloudwords.api.client.serializers.CodeAndDisplaySerializer
 
com.cloudwords.api.client - package com.cloudwords.api.client
 
com.cloudwords.api.client.exception - package com.cloudwords.api.client.exception
 
com.cloudwords.api.client.resources - package com.cloudwords.api.client.resources
 
com.cloudwords.api.client.serializers - package com.cloudwords.api.client.serializers
 
connectionTimeoutMillis - Static variable in class com.cloudwords.api.client.BaseCloudwordsClient
 
createChangeOrder(int, CustomerChangeOrder) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Creates a new Cloudwords CustomerChangeOrder within a Project.
createChangeOrder(int, CustomerChangeOrder) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
createdDate - Variable in class com.cloudwords.api.client.resources.TranslationRequest
 
createDepartment(Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Create a Department with the given name
createDepartment(Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
createProject(Project) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Create a new Cloudwords Project.
createProject(Project) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
createReviewerInstructions(int, String, ReviewerInstructions) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Add the specified ReviewerInstructions.
createReviewerInstructions(int, String, ReviewerInstructions) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
createTask(CustomerTask) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Create a Tasks for a Project.
createTask(CustomerTask) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
createWebhook(String, String, String, Integer, String, String) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Creates a new Cloudwords Webhook.
createWebhook(String, String, Project) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Creates a new Cloudwords Webhook.
createWebhook(String, String, Project, Language) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Creates a new Cloudwords Webhook.
createWebhook(String, String, Project) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
createWebhook(String, String, Project, Language) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
createWebhook(String, String, String, Integer, String, String) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
createWebhook(String, String, Project) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
createWebhook(String, String, Project, Language) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
createWebhook(String, String, String, Integer, String, String) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
Customer - Class in com.cloudwords.api.client.resources
Represents a customer resource in Cloudwords.
Customer() - Constructor for class com.cloudwords.api.client.resources.Customer
 
CustomerBid - Class in com.cloudwords.api.client.resources
Represents Customer's view of a bid provided by a Vendor for a given Cloudwords Project.
CustomerBid() - Constructor for class com.cloudwords.api.client.resources.CustomerBid
 
CustomerChangeOrder - Class in com.cloudwords.api.client.resources
Wraps a ChangeOrder resource with additional data specific/viewable to translation Customers.
CustomerChangeOrder() - Constructor for class com.cloudwords.api.client.resources.CustomerChangeOrder
 
CustomerChangeOrderBid - Class in com.cloudwords.api.client.resources
Wraps a ChangeOrderBid resource with additional data specific/viewable to translation Customers.
CustomerChangeOrderBid() - Constructor for class com.cloudwords.api.client.resources.CustomerChangeOrderBid
 
CustomerTask - Class in com.cloudwords.api.client.resources
Wraps a Task resource with additional data specific/viewable to translation Customers.
CustomerTask() - Constructor for class com.cloudwords.api.client.resources.CustomerTask
 
CustomerTranslationRequest - Class in com.cloudwords.api.client.resources
Represents a Translation Request for the Customer Silo
CustomerTranslationRequest() - Constructor for class com.cloudwords.api.client.resources.CustomerTranslationRequest
 
CustomerTranslationRequest(boolean) - Constructor for class com.cloudwords.api.client.resources.CustomerTranslationRequest
 
CW_FILE_PARAM - Static variable in class com.cloudwords.api.client.BaseCloudwordsClient
 
CW_SOURCE_PARAM - Static variable in class com.cloudwords.api.client.BaseCloudwordsClient
 

D

DateSerializer - Class in com.cloudwords.api.client.serializers
Serializes Date into the Cloudwords API input format.
DateSerializer() - Constructor for class com.cloudwords.api.client.serializers.DateSerializer
 
delete(String) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
deleteReviewerInstructions(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Delete the specified ReviewerInstructions.
deleteReviewerInstructions(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
deleteSourceDocument(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Delete a source document on a project.
deleteSourceDocument(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
deleteWebhook(Integer) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Deletes an existing Cloudwords Webhook.
deleteWebhook(Integer) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
deleteWebhook(Integer) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
Department - Class in com.cloudwords.api.client.resources
Represents a Customer Department in a Cloudwords.
Department() - Constructor for class com.cloudwords.api.client.resources.Department
 
description - Variable in class com.cloudwords.api.client.resources.TranslationRequest
 
downloadChangeOrderFile(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Downloads the source material binary for the specified CustomerChangeOrder as an InputStream, provided that a source material exists for the CustomerChangeOrder.
downloadChangeOrderFile(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadChangeOrderFile(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadCustomerTMFile(int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Download the customer TM binary for the specified Project as an InputStream.
downloadCustomerTMFile(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadFileFromMetadata(CloudwordsFile) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Convenience method to download the binary content of a CloudwordsFile as an InputStream, provided that the contentPath inside the metadata is valid.
downloadFileFromMetadata(CloudwordsFile) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
downloadMasterTranslatedFile(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Download the current master translated material binary for the specified Cloudwords project as an InputStream, provided that such translated material exists for the Project.
downloadMasterTranslatedFile(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadMasterTranslatedFile(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadProjectTranslationMemory(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Download the current project translation memory for the specified Cloudwords project as an InputStream, provided that such translated memory exists for the Project.
downloadProjectTranslationMemory(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadProjectTranslationMemory(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadReferenceFile(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Download the specified Project reference material binary as an InputStream, provided that such reference material exists for the Project.
downloadReferenceFile(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadReferenceFile(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadSourceDocumentFile(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Download the content of a source document.
downloadSourceDocumentFile(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadSourceDocumentFile(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadSourceDocumentXLIFF(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Download the XLIFF of a source document.
downloadSourceDocumentXLIFF(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadSourceDocumentXLIFF(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadSourceFile(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Download the source material binary for the specified Project as an InputStream, provided that a source material exists for the Project.
downloadSourceFile(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadSourceFile(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadTaskAttachment(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Download the Task attachment, if it exists.
downloadTaskAttachment(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadTaskAttachment(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadTranslatedDocumentFile(int, Language, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Downloads the file made available via TranslatedDocument.getFile().
downloadTranslatedDocumentFile(int, Language, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadTranslatedDocumentFile(int, Language, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadTranslatedDocumentXLIFF(int, Language, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Downloads the file made available via TranslatedDocument.getXliff().
downloadTranslatedDocumentXLIFF(int, Language, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadTranslatedDocumentXLIFF(int, Language, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
downloadTranslatedFile(int, Language) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Download the specified translated material binary for the specified Cloudwords Project and target Language as an InputStream, provided that such translated material exists for the Project.
downloadTranslatedFile(int, Language) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
downloadTranslatedFile(int, Language) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 

E

equals(Object) - Method in class com.cloudwords.api.client.resources.Assignee
 
equals(Object) - Method in class com.cloudwords.api.client.resources.BaseProject
 
equals(Object) - Method in class com.cloudwords.api.client.resources.BidRequest
 
equals(Object) - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
equals(Object) - Method in class com.cloudwords.api.client.resources.CloudwordsFile
 
equals(Object) - Method in class com.cloudwords.api.client.resources.CloudwordsLanguageFile
 
equals(Object) - Method in class com.cloudwords.api.client.resources.CodeAndDisplay
 
equals(Object) - Method in class com.cloudwords.api.client.resources.Customer
 
equals(Object) - Method in class com.cloudwords.api.client.resources.CustomerBid
 
equals(Object) - Method in class com.cloudwords.api.client.resources.Department
 
equals(Object) - Method in class com.cloudwords.api.client.resources.IntendedUse
 
equals(Object) - Method in class com.cloudwords.api.client.resources.Language
 
equals(Object) - Method in class com.cloudwords.api.client.resources.Project
 
equals(Object) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
equals(Object) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
equals(Object) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStep
 
equals(Object) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStepSummary
 
equals(Object) - Method in class com.cloudwords.api.client.resources.User
 
equals(Object) - Method in class com.cloudwords.api.client.resources.UserOrVendor
 
equals(Object) - Method in class com.cloudwords.api.client.resources.Vendor
 
equals(Object) - Method in class com.cloudwords.api.client.resources.VendorBid
 
equals(Object) - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
equals(Object) - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
equals(Object) - Method in class com.cloudwords.api.client.resources.WorkflowTemplateStep
 
Error - Class in com.cloudwords.api.client.resources
Contains the error returned from the API.
Error() - Constructor for class com.cloudwords.api.client.resources.Error
 
executeRequest(HttpUriRequest, Class<T>) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
executeRequest(HttpUriRequest, TypeReference<T>) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
executeRequest(HttpUriRequest, JavaType) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
executeRequest(HttpUriRequest) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 

G

get(String, Class<T>) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
get(String, TypeReference<T>, Object) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
getAmount() - Method in class com.cloudwords.api.client.resources.BidSummary
Get the total amount of this CustomerBid
getAmount() - Method in class com.cloudwords.api.client.resources.ChangeOrderBid
Get the Cloudwords ChangeOrderBid amount.
getAmount() - Method in class com.cloudwords.api.client.resources.Project
Get the amount or cost associated with this Project.
getAmount() - Method in class com.cloudwords.api.client.resources.VendorTranslationRequest
 
getAssignee() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
getAssignee() - Method in class com.cloudwords.api.client.resources.Task
 
getAssigneeType() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
getAssigneeType() - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
getAttachment() - Method in class com.cloudwords.api.client.resources.RevisionRequest
 
getAttributes() - Method in class com.cloudwords.api.client.resources.BidItemTask
Get the map of attributes specific to this BidItemTask's ProjectTaskType, such as the number of words to be translated
getAuthToken() - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
getAuthToken() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getAuthToken() - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getAvailableFollowers() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
For accounts which do not have departments enabled, this returns a list of users available to follow projects.
getAvailableFollowers(Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
This retrieves a list of users who are available to follow projects in the specified Department.
getAvailableFollowers() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getAvailableFollowers(Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getAvailableProjectOwners() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
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.
getAvailableProjectOwners(Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
This retrieves a list of users who are available to follow projects in the specified Department.
getAvailableProjectOwners() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getAvailableProjectOwners(Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getAvailableWorkflowTemplates(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the list of available workflow templates for the project.
getAvailableWorkflowTemplates(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getBid(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the specified CustomerBid for the specified Cloudwords Project.
getBid(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getBid(int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Get the Vendor provided VendorBid for the specified Cloudwords Project.
getBid(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getBidDueDate() - Method in class com.cloudwords.api.client.resources.Project
Get the Project bid due date.
getBidItems() - Method in class com.cloudwords.api.client.resources.ChangeOrderBid
Get the Cloudwords ChangeOrderBid bidItem list.
getBidItems() - Method in class com.cloudwords.api.client.resources.CustomerBid
Get the BidItem provided by the Vendor for this bid
getBidItems() - Method in class com.cloudwords.api.client.resources.VendorBid
Get the BidItem provided by the Vendor for this bid
getBidItems() - Method in class com.cloudwords.api.client.resources.VendorTranslationRequest
 
getBidItemTasks() - Method in class com.cloudwords.api.client.resources.BidItem
Get the cost breakdown of this BidItem provided by Vendor for each BidItemTask
getBids(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the list of CustomerBids for the specified Cloudwords Project.
getBids(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getBidSelectDeadlineDate() - Method in class com.cloudwords.api.client.resources.Project
Get the Project bid selection deadline.
getChangeOrder(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Gets the Cloudwords CustomerChangeOrder associated with the unique Cloudwords CustomerChangeOrder ID.
getChangeOrder(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getChangeOrder(int, int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Gets the ChangeOrder associated with the unique ChangeOrder ID.
getChangeOrder(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getChangeOrderAttachment(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Gets the CustomerChangeOrder attachment metadata, if it exists.
getChangeOrderAttachment(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getChangeOrderAttachment(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getChangeOrderBid(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Gets the specified CustomerChangeOrderBid submitted by the vendor for the specified Cloudwords CustomerChangeOrder.
getChangeOrderBid(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getChangeOrderBid(int, int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Gets the specified ChangeOrderBid for the specified Cloudwords ChangeOrder.
getChangeOrderBid(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getChangeOrderProjectWorkflow(int, int, String) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get a specific change order project workflow.
getChangeOrderProjectWorkflow(int, int, String) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getChangeOrderProjectWorkflow(int, int, String) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getChangeOrderProjectWorkflows(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the workflows for a change order.
getChangeOrderProjectWorkflows(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getChangeOrderProjectWorkflows(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getChangeOrders(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Gets all CustomerChangeOrders for a project.
getChangeOrders(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getChangeOrders(int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Gets all ChangeOrders for a project.
getChangeOrders(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getClient() - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
getClient() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getClient() - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getClosedDate() - Method in class com.cloudwords.api.client.resources.Task
 
getClosedProjects() - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
getClosedProjects(Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
 
getClosedProjects() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getClosedProjects(Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getClosedProjects() - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getCode() - Method in class com.cloudwords.api.client.resources.CodeAndDisplay
Get the code for CodeAndDisplay field.
getComment() - Method in class com.cloudwords.api.client.resources.RevisionRequest
 
getContent() - Method in class com.cloudwords.api.client.resources.ReviewerInstructions
Get the ReviewerInstructions instructions.
getContentPath() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Get the API-accessible path to download the actual binary content of this file from Cloudwords.
getContextId() - Method in class com.cloudwords.api.client.resources.Webhook
Get the context id of this Webhook.
getContextType() - Method in class com.cloudwords.api.client.resources.Webhook
Get the context type of this Webhook.
getCost() - Method in class com.cloudwords.api.client.resources.BidItemTask
Get the cost for this BidItemTask
getCount() - Method in class com.cloudwords.api.client.resources.PagedResponse
 
getCreatedDate() - Method in class com.cloudwords.api.client.resources.BidRequest
Get the date in which the bid request was created.
getCreatedDate() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder createdDate
getCreatedDate() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Get the CloudwordsFile created date.
getCreatedDate() - Method in class com.cloudwords.api.client.resources.Project
Get the Project created date.
getCreatedDate() - Method in class com.cloudwords.api.client.resources.Task
 
getCreatedDate() - Method in class com.cloudwords.api.client.resources.TranslationRequest
 
getCreator() - Method in class com.cloudwords.api.client.resources.RevisionRequest
 
getCreatorUser() - Method in class com.cloudwords.api.client.resources.CustomerTask
 
getCurrency() - Method in class com.cloudwords.api.client.resources.Project
Get the currency code for this project.
getCurrentBidRequestForProject(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the current BidRequest for the specified Project.
getCurrentBidRequestForProject(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getCurrentPhase() - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
getCurrentPhaseNumber() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
getCurrentStep() - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
getCurrentStepNumber() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
getCurrentTranslationRequestForProject(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the current TranslationRequest for the specified Project.
getCurrentTranslationRequestForProject(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getCurrentTranslationRequestForProject(int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Get the current VendorTranslationRequest for the specified Project.
getCurrentTranslationRequestForProject(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getCurrentUser() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the User which matches the API token in use.
getCurrentUser() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getCustomer() - Method in class com.cloudwords.api.client.resources.Assignee
 
getCustomer() - Method in class com.cloudwords.api.client.resources.VendorProject
 
getCustomerUser() - Method in class com.cloudwords.api.client.resources.UserOrVendor
 
getDeliveryDueDate() - Method in class com.cloudwords.api.client.resources.Project
Get the Project delivery due date.
getDepartment() - Method in class com.cloudwords.api.client.resources.Project
Get the Customer Department that this Project belongs to.
getDepartment() - Method in class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
getDepartments() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get all accessible Departments by the user.
getDepartments() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getDescription() - Method in class com.cloudwords.api.client.resources.BidSummary
Get the description provided by the Vendor for this bid
getDescription() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder description
getDescription() - Method in class com.cloudwords.api.client.resources.ChangeOrderBid
Get the Cloudwords ChangeOrderBid description.
getDescription() - Method in class com.cloudwords.api.client.resources.Project
Get the Project description.
getDescription() - Method in class com.cloudwords.api.client.resources.Task
 
getDescription() - Method in class com.cloudwords.api.client.resources.TranslationRequest
 
getDescription() - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
getDisplay() - Method in class com.cloudwords.api.client.resources.CodeAndDisplay
Get the user-friendly display representation of this CodeAndDisplay field.
getDisplay() - Method in class com.cloudwords.api.client.resources.Language
Get the user-friendly display representation of this Language.
getDisplay() - Method in class com.cloudwords.api.client.resources.ProjectTaskType
 
getDueDate() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
getDueDate() - Method in class com.cloudwords.api.client.resources.Task
 
getDurationInDays() - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
getEmail() - Method in class com.cloudwords.api.client.resources.User
 
getEmailReminderDay() - Method in class com.cloudwords.api.client.resources.Task
 
getEntityId() - Method in class com.cloudwords.api.client.resources.Webhook
Get the entity id for this Webhook.
getEntityType() - Method in class com.cloudwords.api.client.resources.Webhook
Get the entity type for this Webhook.
getError() - Method in class com.cloudwords.api.client.resources.Error
 
getEventType() - Method in class com.cloudwords.api.client.resources.Webhook
Get the event type of this Webhook.
getFile() - Method in class com.cloudwords.api.client.resources.SourceDocument
 
getFile() - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
getFileContents() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Get the String representation of the content inside the binary file.
getFilename(String) - Static method in class com.cloudwords.api.client.BaseCloudwordsClient
Returns filename without extension.
getFilename() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Get the file name.
getFirstName() - Method in class com.cloudwords.api.client.resources.User
 
getFollowers() - Method in class com.cloudwords.api.client.resources.CustomerTask
 
getFollowers() - Method in class com.cloudwords.api.client.resources.Project
 
getGeneralGlossary() - Method in class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
getHttpStatusCode() - Method in exception com.cloudwords.api.client.exception.CloudwordsClientException
The associated HTTP status code that accompanied this Exception, if any.
getHttpStatusCode() - Method in class com.cloudwords.api.client.resources.Error
 
getId() - Method in class com.cloudwords.api.client.resources.BaseProject
Get the Cloudwords ID of this BaseProject.
getId() - Method in class com.cloudwords.api.client.resources.BidItem
Get the unique ID associated with this BidItem
getId() - Method in class com.cloudwords.api.client.resources.BidItemTask
Get the unique ID for this BidItemTask
getId() - Method in class com.cloudwords.api.client.resources.BidSummary
The unique ID associated with this CustomerBid
getId() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder id
getId() - Method in class com.cloudwords.api.client.resources.ChangeOrderBid
Get the Cloudwords ChangeOrderBid id.
getId() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Get the Cloudwords ID.
getId() - Method in class com.cloudwords.api.client.resources.Customer
 
getId() - Method in class com.cloudwords.api.client.resources.Department
 
getId() - Method in class com.cloudwords.api.client.resources.IntendedUse
Get the Cloudwords IntendedUse ID.
getId() - Method in class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
getId() - Method in class com.cloudwords.api.client.resources.ReviewerInstructions
getId() - Method in class com.cloudwords.api.client.resources.SourceDocument
 
getId() - Method in class com.cloudwords.api.client.resources.Task
 
getId() - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
getId() - Method in class com.cloudwords.api.client.resources.User
 
getId() - Method in class com.cloudwords.api.client.resources.Vendor
Get the Cloudwords Vendor ID.
getId() - Method in class com.cloudwords.api.client.resources.Webhook
Get the Cloudwords Webhook ID.
getId() - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
getIntendedUse() - Method in class com.cloudwords.api.client.resources.Project
getIntendedUses() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the list of target IntendedUses currently configured in Cloudwords.
getIntendedUses() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getIsLanguageRemoved() - Method in class com.cloudwords.api.client.resources.BidItem
Whether this BidItem is for a Language that the Customer has decided to remove for a given Project
getLang() - Method in class com.cloudwords.api.client.resources.CloudwordsLanguageFile
Get the target Language associated with this file.
getLanguage() - Method in class com.cloudwords.api.client.resources.BidItem
The Language this BidItem is associated with
getLanguage() - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
getLanguage() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
getLanguageCode() - Method in class com.cloudwords.api.client.resources.Language
Get the Cloudwords Language code for this Language.
getLanguagesToAdd() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder list of languages to add
getLanguagesToRemove() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder languages to remove list.
getLastName() - Method in class com.cloudwords.api.client.resources.User
 
getLimit() - Method in class com.cloudwords.api.client.resources.PagedQuery
 
getLimit() - Method in class com.cloudwords.api.client.resources.PagedResponse
 
getList(String, Class<T>) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
getMapper() - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
getMapper() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getMapper() - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getMasterProjectTranslatedFile(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the current master Project translation file metadata, including a contentPath for downloading the actual binary file.
getMasterProjectTranslatedFile(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getMasterProjectTranslatedFile(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getName() - Method in class com.cloudwords.api.client.resources.BaseProject
Get the BaseProject name.
getName() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder name
getName() - Method in class com.cloudwords.api.client.resources.Customer
 
getName() - Method in class com.cloudwords.api.client.resources.Department
 
getName() - Method in class com.cloudwords.api.client.resources.IntendedUse
Get the name of this IntendedUse.
getName() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStepSummary
 
getName() - Method in class com.cloudwords.api.client.resources.Task
 
getName() - Method in class com.cloudwords.api.client.resources.Vendor
Get the Vendor name
getName() - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
getName() - Method in class com.cloudwords.api.client.resources.WorkflowTemplateStep
 
getNotes() - Method in class com.cloudwords.api.client.resources.Project
Get the Project notes.
getOffset() - Method in class com.cloudwords.api.client.resources.PagedQuery
 
getOffset() - Method in class com.cloudwords.api.client.resources.PagedResponse
 
getOpenProjects() - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
getOpenProjects(Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
 
getOpenProjects() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getOpenProjects(Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getOpenProjects() - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getOptions() - Method in class com.cloudwords.api.client.resources.CustomerTranslationRequest
 
getOwner() - Method in class com.cloudwords.api.client.resources.Project
 
getOwner() - Method in class com.cloudwords.api.client.resources.VendorProject
 
getParentType() - Method in class com.cloudwords.api.client.resources.ProjectTaskType
 
getPath() - Method in class com.cloudwords.api.client.resources.BaseResource
Get the API-accessible path to this object.
getPath() - Method in class com.cloudwords.api.client.resources.BidRequest
Get the API-accessible path to this BidRequest.
getPath() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Get the API-accessible path to this CloudwordsFile's metadata.
getPath() - Method in class com.cloudwords.api.client.resources.Department
 
getPath() - Method in class com.cloudwords.api.client.resources.Vendor
Get the API-accessible path to this Vendor.
getPhaseNumber() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
getPhaseNumber() - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
getPhases() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStep
 
getPhases() - Method in class com.cloudwords.api.client.resources.WorkflowTemplateStep
 
getPhaseType() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
getPhaseType() - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
getPoNumber() - Method in class com.cloudwords.api.client.resources.Project
Get the Project purchase order number.
getPossibleAssignees() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
getPreferredVendors() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the list of preferred Vendors currently configured in Cloudwords.
getPreferredVendors(Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the list of preferred Vendors currently configured in Cloudwords.
getPreferredVendors() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getPreferredVendors(Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getPreferredVendors() - Method in class com.cloudwords.api.client.resources.BidRequest
Get the list of preferred Vendor that are associated with this BidRequest.
getPreferredVendors() - Method in class com.cloudwords.api.client.resources.CustomerTranslationRequest
 
getProject(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the Cloudwords Project associated with the unique Cloudwords Project ID.
getProject(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProject(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProject() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder project
getProject() - Method in class com.cloudwords.api.client.resources.Task
 
getProjectContentType() - Method in class com.cloudwords.api.client.resources.PagedProjectQuery
 
getProjectContentType() - Method in class com.cloudwords.api.client.resources.Project
The content type of the Project.
getProjectCustomerTM(int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Get the Project's customer TM data CloudwordsFile resource for the specified Cloudwords .
getProjectCustomerTM(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectFollowers() - Method in class com.cloudwords.api.client.resources.Assignee
 
getProjectId() - Method in class com.cloudwords.api.client.resources.ProjectFollowers
 
getProjectReference(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the specified Project reference material metadata.
getProjectReference(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectReference(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectReferences(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the list of Project reference material metadata for the specified Cloudwords Project.
getProjectReferences(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectReferences(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjects(PagedProjectQuery) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Search for projects and return them in a paged format.
getProjects(Department, PagedProjectQuery) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Search for projects in a department and return them in a paged format.
getProjects(PagedProjectQuery) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjects(Department, PagedProjectQuery) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjects(PagedProjectQuery) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectSource(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the Project's source material CloudwordsFile resource for the specified Cloudwords .
getProjectSource(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectSource(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectTask(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get all Tasks for a project.
getProjectTask(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectTask(int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Get all Tasks for a project.
getProjectTask(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectTaskByStatus(int, CodeAndDisplay) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get all Tasks for a project by status.
getProjectTaskByStatus(int, CodeAndDisplay) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectTaskByStatus(int, CodeAndDisplay) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Get all Tasks for a project by status.
getProjectTaskByStatus(int, CodeAndDisplay) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectTaskType() - Method in class com.cloudwords.api.client.resources.BidItemTask
getProjectTranslatedFile(int, Language) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the the current translated Project file metadata for the specified Cloudwords Project and target Language.
getProjectTranslatedFile(int, Language) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectTranslatedFile(int, Language) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectTranslatedFiles(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the list of current Project Language translation files' metadata for the specified Cloudwords Project.
getProjectTranslatedFiles(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectTranslatedFiles(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectTranslationMemory(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the Project's translation memory CloudwordsFile resource for the specified Cloudwords.
getProjectTranslationMemory(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectTranslationMemory(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectUpdateGlossary() - Method in class com.cloudwords.api.client.resources.Project
 
getProjectWorkflow(int, String) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get a specific project workflow.
getProjectWorkflow(int, String) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectWorkflow(int, String) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getProjectWorkflows(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the ProjectWorkflows of the specified project.
getProjectWorkflows(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getProjectWorkflows(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getRejectionDescription() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder rejection description
getRejectionReason() - Method in class com.cloudwords.api.client.resources.VendorTranslationRequest
 
getResults() - Method in class com.cloudwords.api.client.resources.PagedResponse
 
getReviewDueDate() - Method in class com.cloudwords.api.client.resources.Project
 
getReviewerInstructions(int, String) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the specified ReviewerInstructions metadata.
getReviewerInstructions(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the specified ReviewerInstructions metadata.
getReviewerInstructions(int, String) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getReviewerInstructions(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getRevisionRequest() - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
getSizeInKilobytes() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Get the size of the binary content in kilobytes.
getSortBy() - Method in class com.cloudwords.api.client.resources.PagedQuery
 
getSortOrder() - Method in class com.cloudwords.api.client.resources.PagedQuery
 
getSourceDocument(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get an individual member of the list returned by BaseCloudwordsAPI.getSourceDocuments(int).
getSourceDocument(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getSourceDocument(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getSourceDocumentId() - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
getSourceDocuments(int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the list of source documents currently attached to the project.
getSourceDocuments(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getSourceDocuments(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getSourceLanguage() - Method in class com.cloudwords.api.client.resources.Project
Get the Project source Language.
getSourceLanguages() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the list of source Languages currently configured in Cloudwords.
getSourceLanguages() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getStartDate() - Method in class com.cloudwords.api.client.resources.Task
 
getStatus() - Method in class com.cloudwords.api.client.resources.BidSummary
Get the CustomerBid status.
getStatus() - Method in class com.cloudwords.api.client.resources.ChangeOrder
Get the Cloudwords ChangeOrder status.
getStatus() - Method in class com.cloudwords.api.client.resources.CloudwordsLanguageFile
Get the CloudwordsLanguageFile status.
getStatus() - Method in class com.cloudwords.api.client.resources.CustomerChangeOrderBid
Get the Cloudwords CustomerChangeOrderBid status.
getStatus() - Method in class com.cloudwords.api.client.resources.PagedProjectQuery
 
getStatus() - Method in class com.cloudwords.api.client.resources.Project
Get the Project status.
getStatus() - Method in class com.cloudwords.api.client.resources.Task
 
getStatus() - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
getStatus() - Method in class com.cloudwords.api.client.resources.VendorTranslationRequest
 
getStepNumber() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStepSummary
 
getStepNumber() - Method in class com.cloudwords.api.client.resources.WorkflowTemplateStep
 
getSteps() - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
getSteps() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
getSteps() - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
getTargetLanguage() - Method in class com.cloudwords.api.client.resources.Task
 
getTargetLanguages() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the list of target Languages currently configured in Cloudwords.
getTargetLanguages() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTargetLanguages() - Method in class com.cloudwords.api.client.resources.Project
Get the Project target Language(s).
getTask(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the specified Project Task.
getTask(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTask(int, int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Get the specified Project Task.
getTask(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getTaskAttachment(int, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the Task attachment metadata, if it exists.
getTaskAttachment(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTaskAttachment(int, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getTaskByStatus(CodeAndDisplay) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get all Tasks by status.
getTaskByStatus(CodeAndDisplay, Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
 
getTaskByStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTaskByStatus(CodeAndDisplay, Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTaskByStatus(CodeAndDisplay) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Get all Tasks by status.
getTaskByStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getTasks() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get all Tasks available to the user.
getTasks(Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
 
getTasks() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTasks(Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTasks() - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Get all Tasks available to the user.
getTasks() - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getTemplateDescription() - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
getTemplateDescription() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
getTemplateName() - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
getTemplateName() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
getTemplateType() - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
getTemplateType() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
getTermStatusOnCompletion() - Method in class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
getTranslatedDocument(int, Language, int) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the metadata for an individual translated document.
getTranslatedDocument(int, Language, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTranslatedDocument(int, Language, int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getTranslatedDocuments(int, Language) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get the list of individual translated documents for a given language.
getTranslatedDocuments(int, Language) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getTranslatedDocuments(int, Language) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getType() - Method in class com.cloudwords.api.client.resources.ProjectTaskType
 
getType() - Method in class com.cloudwords.api.client.resources.Task
 
getType() - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
getUiFeatures() - Method in class com.cloudwords.api.client.resources.Project
Get the set of UI Features, and the 'permitted' value for each (that is, whether the Cloudwords UI will allow that action).
getUri() - Method in class com.cloudwords.api.client.resources.Webhook
Get the uri of this Webhook.
getUsers() - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get a list of all Users in all Departments the user is a member of.
getUsers(Department) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get a list of Users in the specified Department.
getUsers() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getUsers(Department) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getVendor(int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get the Cloudwords Vendor by the unique Cloudwords vendor ID.
getVendor(int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getVendor() - Method in class com.cloudwords.api.client.resources.CustomerBid
Get the Vendor associated with this CustomerBid
getVendor() - Method in class com.cloudwords.api.client.resources.UserOrVendor
 
getWebhook(Integer) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Get a specific Cloudwords Webhook.
getWebhook(Integer) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getWebhook(Integer) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getWebhooks() - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Gets all Cloudwords Webhooks.
getWebhooks() - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getWebhooks() - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
getWinningBidId() - Method in class com.cloudwords.api.client.resources.BidOptions
 
getWinningBidId() - Method in class com.cloudwords.api.client.resources.BidRequest
Which Vendor CustomerBid was selected as the winner for this BidRequest?
getWorkflowTemplate(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Get a specific template that is available on a project by ID.
getWorkflowTemplate(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
getXliff() - Method in class com.cloudwords.api.client.resources.SourceDocument
 
getXliff() - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 

H

hashCode() - Method in class com.cloudwords.api.client.resources.Assignee
 
hashCode() - Method in class com.cloudwords.api.client.resources.BaseProject
 
hashCode() - Method in class com.cloudwords.api.client.resources.BidRequest
 
hashCode() - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
hashCode() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
 
hashCode() - Method in class com.cloudwords.api.client.resources.CloudwordsLanguageFile
 
hashCode() - Method in class com.cloudwords.api.client.resources.CodeAndDisplay
 
hashCode() - Method in class com.cloudwords.api.client.resources.Customer
 
hashCode() - Method in class com.cloudwords.api.client.resources.CustomerBid
 
hashCode() - Method in class com.cloudwords.api.client.resources.Department
 
hashCode() - Method in class com.cloudwords.api.client.resources.IntendedUse
 
hashCode() - Method in class com.cloudwords.api.client.resources.Language
 
hashCode() - Method in class com.cloudwords.api.client.resources.Project
 
hashCode() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
hashCode() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
hashCode() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStep
 
hashCode() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStepSummary
 
hashCode() - Method in class com.cloudwords.api.client.resources.User
 
hashCode() - Method in class com.cloudwords.api.client.resources.UserOrVendor
 
hashCode() - Method in class com.cloudwords.api.client.resources.Vendor
 
hashCode() - Method in class com.cloudwords.api.client.resources.VendorBid
 
hashCode() - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
hashCode() - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
hashCode() - Method in class com.cloudwords.api.client.resources.WorkflowTemplateStep
 

I

initObjectMapper() - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
IntendedUse - Class in com.cloudwords.api.client.resources
Represents a Project's IntendedUse use in Cloudwords.
IntendedUse() - Constructor for class com.cloudwords.api.client.resources.IntendedUse
 
IntendedUseSerializer - Class in com.cloudwords.api.client.serializers
Serializes IntendedUse into Cloudwords API input format.
IntendedUseSerializer() - Constructor for class com.cloudwords.api.client.serializers.IntendedUseSerializer
 
isAllowRevision() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
isAllowRevision() - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
isAutoAccept() - Method in class com.cloudwords.api.client.resources.CustomerChangeOrder
Get the Cloudwords CustomerChangeOrder autoAccept flag value.
isComplete() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
isDoAutoSelectBidFromVendor() - Method in class com.cloudwords.api.client.resources.BidOptions
 
isDoAutoSelectBidFromVendor() - Method in class com.cloudwords.api.client.resources.BidRequest
Enables automatic selection of the submitted Vendor bid for this BidRequest.
isDoLetCloudwordsChoose() - Method in class com.cloudwords.api.client.resources.BidOptions
 
isDoLetCloudwordsChoose() - Method in class com.cloudwords.api.client.resources.BidRequest
Allow Cloudwords to automatically choose the Vendors that best match customer's Project requirements.
isErrorCodeMatched(int, int) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
isPerformMachineTranslation() - Method in class com.cloudwords.api.client.resources.TranslationRequest
 
isRequestSuccessful(int) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
isRequiresBidding() - Method in class com.cloudwords.api.client.resources.TranslationRequest
 
isRequiresBidding() - Method in class com.cloudwords.api.client.resources.Vendor
Gets whether this preferred Vendor is required to submit bid before translations can proceed.

J

JSON_CONTENT_TYPE - Static variable in class com.cloudwords.api.client.BaseCloudwordsClient
 

L

Language - Class in com.cloudwords.api.client.resources
Represents a Language resource in Cloudwords.
Language() - Constructor for class com.cloudwords.api.client.resources.Language
 
Language(String) - Constructor for class com.cloudwords.api.client.resources.Language
 
LanguageSerializer - Class in com.cloudwords.api.client.serializers
Serializes Language into Cloudwords API input format.
LanguageSerializer() - Constructor for class com.cloudwords.api.client.serializers.LanguageSerializer
 

M

maxTotalConnections - Static variable in class com.cloudwords.api.client.BaseCloudwordsClient
 

P

PagedProjectQuery - Class in com.cloudwords.api.client.resources
Describe your class here.
PagedProjectQuery() - Constructor for class com.cloudwords.api.client.resources.PagedProjectQuery
 
PagedQuery - Class in com.cloudwords.api.client.resources
 
PagedQuery() - Constructor for class com.cloudwords.api.client.resources.PagedQuery
 
PagedQuery.SortOrder - Enum in com.cloudwords.api.client.resources
 
PagedResponse<T extends BaseResource> - Class in com.cloudwords.api.client.resources
Describe your class here.
PagedResponse() - Constructor for class com.cloudwords.api.client.resources.PagedResponse
 
performMachineTranslation - Variable in class com.cloudwords.api.client.resources.TranslationRequest
 
postFile(String, File, Class<T>) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
postFile(String, File) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
Project - Class in com.cloudwords.api.client.resources
Represents a Project resource in Cloudwords.
Project() - Constructor for class com.cloudwords.api.client.resources.Project
 
ProjectFollowers - Class in com.cloudwords.api.client.resources
Container resource that represents the set of of users who are assigned as followers on a Project
ProjectFollowers() - Constructor for class com.cloudwords.api.client.resources.ProjectFollowers
 
ProjectTaskType - Class in com.cloudwords.api.client.resources
Represents a Vendor work item for a Project.
ProjectTaskType() - Constructor for class com.cloudwords.api.client.resources.ProjectTaskType
 
ProjectUpdateGlossary - Class in com.cloudwords.api.client.resources
Represents a project's association to vendor update glossary task
ProjectUpdateGlossary() - Constructor for class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
ProjectWorkflow - Class in com.cloudwords.api.client.resources
A workflow of a project, describing the order of work and review phases, the assignees and due dates.
ProjectWorkflow() - Constructor for class com.cloudwords.api.client.resources.ProjectWorkflow
 
ProjectWorkflowPhase - Class in com.cloudwords.api.client.resources
A single phase of a workflow, phases are grouped into steps.
ProjectWorkflowPhase() - Constructor for class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
ProjectWorkflowStep - Class in com.cloudwords.api.client.resources
A single step of a workflow, which acts as a container for phases
ProjectWorkflowStep() - Constructor for class com.cloudwords.api.client.resources.ProjectWorkflowStep
 
ProjectWorkflowStepSummary - Class in com.cloudwords.api.client.resources
 
ProjectWorkflowStepSummary() - Constructor for class com.cloudwords.api.client.resources.ProjectWorkflowStepSummary
 
put(String, T) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
putFile(String, File, Class<T>) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
putFile(String, File) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
putList(String, Class<T>, List<T>) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 

R

rejectBid(int) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Reject VendorBid opportunity for the specified Cloudwords Project.
rejectBid(int) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
rejectChangeOrder(ChangeOrder) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Updates the specified ChangeOrder by rejecting the ChangeOrder.
rejectChangeOrder(ChangeOrder) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
rejectTranslationRequest(int, VendorTranslationRequest) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Updates the specified VendorTranslationRequest by rejecting the VendorTranslationRequest.
rejectTranslationRequest(int, VendorTranslationRequest) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
replaceSourceDocument(int, int, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Replace the content of a source document that is already attached to the project.
replaceSourceDocument(int, int, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
replaceTranslatedDocument(int, Language, int, File) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Replace a translated document.
replaceTranslatedDocument(int, Language, int, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
replaceTranslatedDocument(int, Language, int, File) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
requestBidsForProject(int, List<Vendor>, boolean, boolean) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Request bids for the specified Project.
requestBidsForProject(int, List<Vendor>, boolean, boolean) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
requestTranslationRequestForProject(int, CustomerTranslationRequest) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Request translation request for the specified Project.
requestTranslationRequestForProject(int, CustomerTranslationRequest) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
requiresBidding - Variable in class com.cloudwords.api.client.resources.TranslationRequest
 
ReviewerInstructions - Class in com.cloudwords.api.client.resources
Represents a ReviewerInstructions resource in Cloudwords.
ReviewerInstructions() - Constructor for class com.cloudwords.api.client.resources.ReviewerInstructions
 
RevisionRequest - Class in com.cloudwords.api.client.resources
 
RevisionRequest() - Constructor for class com.cloudwords.api.client.resources.RevisionRequest
 

S

selectProjectWorkflow(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Change the template workflow to use for a project.
selectProjectWorkflow(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
selectWinningBid(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Select the winning CustomerBid for the specified Cloudwords Project.
selectWinningBid(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
selectWinningTranslationRequest(int, int) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Select the winning CustomerBid for the specified Cloudwords Project.
selectWinningTranslationRequest(int, int) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
serialize(CodeAndDisplay, JsonGenerator, SerializerProvider) - Method in class com.cloudwords.api.client.serializers.CodeAndDisplaySerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class com.cloudwords.api.client.serializers.DateSerializer
 
serialize(IntendedUse, JsonGenerator, SerializerProvider) - Method in class com.cloudwords.api.client.serializers.IntendedUseSerializer
 
serialize(Language, JsonGenerator, SerializerProvider) - Method in class com.cloudwords.api.client.serializers.LanguageSerializer
 
serialize(Vendor, JsonGenerator, SerializerProvider) - Method in class com.cloudwords.api.client.serializers.VendorSerializer
 
setAllowRevision(boolean) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
setAllowRevision(boolean) - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
setAmount(BigDecimal) - Method in class com.cloudwords.api.client.resources.BidSummary
Set the total amount of this CustomerBid
setAmount(BigDecimal) - Method in class com.cloudwords.api.client.resources.ChangeOrderBid
Set the Cloudwords ChangeOrderBid amount.
setAmount(BigDecimal) - Method in class com.cloudwords.api.client.resources.Project
Set the amount or cost associated with this Project.
setAmount(BigDecimal) - Method in class com.cloudwords.api.client.resources.VendorTranslationRequest
 
setAssignee(Assignee) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
setAssignee(Assignee) - Method in class com.cloudwords.api.client.resources.Task
 
setAssigneeType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
setAssigneeType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
setAttachment(CloudwordsFile) - Method in class com.cloudwords.api.client.resources.RevisionRequest
 
setAttributes(Map<String, Object>) - Method in class com.cloudwords.api.client.resources.BidItemTask
Set the map of attributes specific to this BidItemTask's ProjectTaskType, such as the number of words to be translated
setAutoAccept(boolean) - Method in class com.cloudwords.api.client.resources.CustomerChangeOrder
Set the Cloudwords CustomerChangeOrder autoAccept flag value.
setBasicHeaders(HttpUriRequest, String, String) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
setBidDueDate(Date) - Method in class com.cloudwords.api.client.resources.Project
Set the Project bid due date.
setBidItems(List<BidItem>) - Method in class com.cloudwords.api.client.resources.ChangeOrderBid
Set the Cloudwords ChangeOrderBid bid item list.
setBidItems(List<BidItem>) - Method in class com.cloudwords.api.client.resources.CustomerBid
Set the BidItem provided by the Vendor for this bid
setBidItems(List<BidItem>) - Method in class com.cloudwords.api.client.resources.VendorBid
Set the BidItem provided by the Vendor for this bid
setBidItems(List<BidItem>) - Method in class com.cloudwords.api.client.resources.VendorTranslationRequest
 
setBidItemTasks(Set<BidItemTask>) - Method in class com.cloudwords.api.client.resources.BidItem
Set the cost breakdown of this BidItem provided by Vendor for each BidItemTask
setBidSelectDeadlineDate(Date) - Method in class com.cloudwords.api.client.resources.Project
Set the Project bid selection deadline.
setClosedDate(Date) - Method in class com.cloudwords.api.client.resources.Task
 
setCode(String) - Method in class com.cloudwords.api.client.resources.CodeAndDisplay
Set the code for the CodeAndDisplay field.
setComment(String) - Method in class com.cloudwords.api.client.resources.RevisionRequest
 
setComplete(boolean) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
setContent(String) - Method in class com.cloudwords.api.client.resources.ReviewerInstructions
Set the ReviewerInstructions content.
setContentPath(String) - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Set the content path.
setContextId(String) - Method in class com.cloudwords.api.client.resources.Webhook
Set the context id of this Webhook.
setContextType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.Webhook
Set the context type of this Webhook.
setCost(BigDecimal) - Method in class com.cloudwords.api.client.resources.BidItemTask
Set the cost for this BidItemTask
setCount(int) - Method in class com.cloudwords.api.client.resources.PagedResponse
 
setCreatedDate(Date) - Method in class com.cloudwords.api.client.resources.BidRequest
Set the Project created date.
setCreatedDate(Date) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Sets the Cloudwords ChangeOrder createdDate
setCreatedDate(Date) - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Set the CloudwordsFile created date.
setCreatedDate(Date) - Method in class com.cloudwords.api.client.resources.Project
Set the Project created date.
setCreatedDate(Date) - Method in class com.cloudwords.api.client.resources.Task
 
setCreatedDate(Date) - Method in class com.cloudwords.api.client.resources.TranslationRequest
 
setCreator(Assignee) - Method in class com.cloudwords.api.client.resources.RevisionRequest
 
setCreatorUser(User) - Method in class com.cloudwords.api.client.resources.CustomerTask
 
setCurrency(String) - Method in class com.cloudwords.api.client.resources.Project
 
setCurrentPhase(ProjectWorkflowPhase) - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
setCurrentPhaseNumber(Integer) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
setCurrentStep(ProjectWorkflowStepSummary) - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
setCurrentStepNumber(Integer) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
setCustomer(Customer) - Method in class com.cloudwords.api.client.resources.Assignee
 
setCustomer(Customer) - Method in class com.cloudwords.api.client.resources.VendorProject
 
setCustomerUser(User) - Method in class com.cloudwords.api.client.resources.UserOrVendor
 
setDeliveryDueDate(Date) - Method in class com.cloudwords.api.client.resources.Project
Set the Project delivery due date.
setDepartment(Department) - Method in class com.cloudwords.api.client.resources.Project
set the Customer Department that this Project belongs to.
setDepartment(Department) - Method in class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
setDescription(String) - Method in class com.cloudwords.api.client.resources.BidSummary
Set the description provided by the Vendor for this bid
setDescription(String) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Set the Cloudwords ChangeOrder description.
setDescription(String) - Method in class com.cloudwords.api.client.resources.ChangeOrderBid
Set the Cloudwords ChangeOrderBid description.
setDescription(String) - Method in class com.cloudwords.api.client.resources.Project
Set the Project description.
setDescription(String) - Method in class com.cloudwords.api.client.resources.Task
 
setDescription(String) - Method in class com.cloudwords.api.client.resources.TranslationRequest
 
setDescription(String) - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
setDisplay(String) - Method in class com.cloudwords.api.client.resources.CodeAndDisplay
Set the user-friendly display representation of this CodeAndDisplay field.
setDisplay(String) - Method in class com.cloudwords.api.client.resources.Language
Set the user-friendly display representation of this Language.
setDisplay(String) - Method in class com.cloudwords.api.client.resources.ProjectTaskType
 
setDoAutoSelectBidFromVendor(boolean) - Method in class com.cloudwords.api.client.resources.BidOptions
 
setDoAutoSelectBidFromVendor(boolean) - Method in class com.cloudwords.api.client.resources.BidRequest
Set the option to automatically select the submitted Vendor bid for this BidRequest.
setDoLetCloudwordsChoose(boolean) - Method in class com.cloudwords.api.client.resources.BidOptions
 
setDoLetCloudwordsChoose(boolean) - Method in class com.cloudwords.api.client.resources.BidRequest
Set option to allow Cloudwords to automatically choose the Vendors that best match a customer's Project requirements.
setDueDate(Date) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
setDueDate(Date) - Method in class com.cloudwords.api.client.resources.Task
 
setDurationInDays(Integer) - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
setEmail(String) - Method in class com.cloudwords.api.client.resources.User
 
setEmailReminderDay(Integer) - Method in class com.cloudwords.api.client.resources.Task
 
setEntityId(Integer) - Method in class com.cloudwords.api.client.resources.Webhook
Set the entity id for this Webhook.
setEntityType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.Webhook
Set the entity type of this Webhook.
setError(String) - Method in class com.cloudwords.api.client.resources.Error
 
setEventType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.Webhook
Set the event type of this Webhook.
setFile(CloudwordsFile) - Method in class com.cloudwords.api.client.resources.SourceDocument
 
setFile(CloudwordsFile) - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
setFileContents(String) - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Set the String representation of the content inside the binary file.
setFilename(String) - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Set the file name.
setFirstName(String) - Method in class com.cloudwords.api.client.resources.User
 
setFollowers(List<UserOrVendor>) - Method in class com.cloudwords.api.client.resources.CustomerTask
 
setFollowers(List<User>) - Method in class com.cloudwords.api.client.resources.Project
 
setGeneralGlossary(Boolean) - Method in class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
setHttpStatusCode(int) - Method in class com.cloudwords.api.client.resources.Error
 
setId(int) - Method in class com.cloudwords.api.client.resources.BaseProject
Set the Cloudwords ID of this BaseProject.
setId(Integer) - Method in class com.cloudwords.api.client.resources.BidItem
Set the unique ID associated with this BidItem
setId(Integer) - Method in class com.cloudwords.api.client.resources.BidItemTask
Set the unique ID for this BidItemTask
setId(Integer) - Method in class com.cloudwords.api.client.resources.BidSummary
Set the unique ID associated with this CustomerBid
setId(Integer) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Set the Cloudwords ChangeOrder name.
setId(Integer) - Method in class com.cloudwords.api.client.resources.ChangeOrderBid
Sets the Cloudwords ChangeOrderBid id.
setId(Integer) - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Set the Cloudwords ID.
setId(Integer) - Method in class com.cloudwords.api.client.resources.Customer
 
setId(Integer) - Method in class com.cloudwords.api.client.resources.Department
 
setId(int) - Method in class com.cloudwords.api.client.resources.IntendedUse
Set the Cloudwords IntendedUse ID.
setId(Integer) - Method in class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
setId(Integer) - Method in class com.cloudwords.api.client.resources.ReviewerInstructions
setId(Integer) - Method in class com.cloudwords.api.client.resources.SourceDocument
 
setId(int) - Method in class com.cloudwords.api.client.resources.Task
 
setId(Integer) - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
setId(Integer) - Method in class com.cloudwords.api.client.resources.User
 
setId(int) - Method in class com.cloudwords.api.client.resources.Vendor
Set the Cloudwords Vendor ID.
setId(Integer) - Method in class com.cloudwords.api.client.resources.Webhook
Set the Cloudwords Webhook ID.
setId(int) - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
setIntendedUse(IntendedUse) - Method in class com.cloudwords.api.client.resources.Project
setIsLanguageRemoved(Boolean) - Method in class com.cloudwords.api.client.resources.BidItem
Set whether this BidItem is for a Language that the Customer has decided to remove for a given Project
setLang(Language) - Method in class com.cloudwords.api.client.resources.CloudwordsLanguageFile
Set the target Language associated with this file.
setLanguage(Language) - Method in class com.cloudwords.api.client.resources.BidItem
Set the Language this BidItem is associated with
setLanguage(Language) - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
setLanguage(Language) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
setLanguageCode(String) - Method in class com.cloudwords.api.client.resources.Language
Set the Cloudwords Language code for this Language.
setLanguagesToAdd(List<Language>) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Set the Cloudwords ChangeOrder languages to add list.
setLanguagesToRemove(List<Language>) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Set the Cloudwords ChangeOrder languages to remove list.
setLastName(String) - Method in class com.cloudwords.api.client.resources.User
 
setLimit(Integer) - Method in class com.cloudwords.api.client.resources.PagedQuery
 
setLimit(int) - Method in class com.cloudwords.api.client.resources.PagedResponse
 
setName(String) - Method in class com.cloudwords.api.client.resources.BaseProject
Set the BaseProject name.
setName(String) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Sets the Cloudwords ChangeOrder name.
setName(String) - Method in class com.cloudwords.api.client.resources.Customer
 
setName(String) - Method in class com.cloudwords.api.client.resources.Department
 
setName(String) - Method in class com.cloudwords.api.client.resources.IntendedUse
Set the name of this IntendedUse.
setName(String) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStepSummary
 
setName(String) - Method in class com.cloudwords.api.client.resources.Task
 
setName(String) - Method in class com.cloudwords.api.client.resources.Vendor
Set the Vendor name.
setName(String) - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
setName(String) - Method in class com.cloudwords.api.client.resources.WorkflowTemplateStep
 
setNotes(String) - Method in class com.cloudwords.api.client.resources.Project
Set the Project notes.
setOffset(Integer) - Method in class com.cloudwords.api.client.resources.PagedQuery
 
setOffset(int) - Method in class com.cloudwords.api.client.resources.PagedResponse
 
setOptions(BidOptions) - Method in class com.cloudwords.api.client.resources.CustomerTranslationRequest
 
setOwner(User) - Method in class com.cloudwords.api.client.resources.Project
 
setOwner(User) - Method in class com.cloudwords.api.client.resources.VendorProject
 
setParentType(String) - Method in class com.cloudwords.api.client.resources.ProjectTaskType
 
setPath(String) - Method in class com.cloudwords.api.client.resources.BaseResource
Set the API-accessible path to this object.
setPath(String) - Method in class com.cloudwords.api.client.resources.BidRequest
Set the API-accessible path to this BidRequest.
setPath(String) - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Set the API-accessible path to this CloudwordsFile's metadata.
setPath(String) - Method in class com.cloudwords.api.client.resources.Department
 
setPath(String) - Method in class com.cloudwords.api.client.resources.Vendor
Set the API-accessible path to this Vendor.
setPerformMachineTranslation(boolean) - Method in class com.cloudwords.api.client.resources.TranslationRequest
 
setPhaseNumber(int) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
setPhaseNumber(int) - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
setPhases(List<ProjectWorkflowPhase>) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStep
 
setPhases(List<WorkflowTemplatePhase>) - Method in class com.cloudwords.api.client.resources.WorkflowTemplateStep
 
setPhaseType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
setPhaseType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
setPoNumber(String) - Method in class com.cloudwords.api.client.resources.Project
Set the Project purchase order number.
setPossibleAssignees(List<Assignee>) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
setPreferredVendors(List<Vendor>) - Method in class com.cloudwords.api.client.resources.BidRequest
Set the list of preferred Vendor that are associated with this BidRequest.
setPreferredVendors(List<Vendor>) - Method in class com.cloudwords.api.client.resources.CustomerTranslationRequest
 
setProject(BaseProject) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Sets the Cloudwords ChangeOrder project.
setProject(BaseProject) - Method in class com.cloudwords.api.client.resources.Task
 
setProjectContentType(List<String>) - Method in class com.cloudwords.api.client.resources.PagedProjectQuery
 
setProjectContentType(String) - Method in class com.cloudwords.api.client.resources.Project
This value can only be set when the project is created, and cannot be changed thereafter.
setProjectFollowers(ProjectFollowers) - Method in class com.cloudwords.api.client.resources.Assignee
 
setProjectId(Integer) - Method in class com.cloudwords.api.client.resources.ProjectFollowers
 
setProjectTaskType(ProjectTaskType) - Method in class com.cloudwords.api.client.resources.BidItemTask
setProjectUpdateGlossary(ProjectUpdateGlossary) - Method in class com.cloudwords.api.client.resources.Project
 
setRejectionDescription(String) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Set the Cloudwords ChangeOrder rejection description.
setRejectionReason(String) - Method in class com.cloudwords.api.client.resources.VendorTranslationRequest
 
setRequiresBidding(boolean) - Method in class com.cloudwords.api.client.resources.TranslationRequest
 
setRequiresBidding(boolean) - Method in class com.cloudwords.api.client.resources.Vendor
Set whether this Vendor requires bidding or not.
setResults(List<T>) - Method in class com.cloudwords.api.client.resources.PagedResponse
 
setReviewDueDate(Date) - Method in class com.cloudwords.api.client.resources.Project
 
setRevisionRequest(RevisionRequest) - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
setSizeInKilobytes(Long) - Method in class com.cloudwords.api.client.resources.CloudwordsFile
Set the size of the binary content in kilobytes.
setSortBy(String) - Method in class com.cloudwords.api.client.resources.PagedQuery
 
setSortOrder(PagedQuery.SortOrder) - Method in class com.cloudwords.api.client.resources.PagedQuery
 
setSourceDocumentId(Integer) - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
setSourceLanguage(Language) - Method in class com.cloudwords.api.client.resources.Project
Set the Project source Language.
setStartDate(Date) - Method in class com.cloudwords.api.client.resources.Task
 
setStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.BidSummary
Set the CustomerBid status.
setStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.ChangeOrder
Set the Cloudwords ChangeOrder status.
setStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.CloudwordsLanguageFile
Set the CloudwordsLanguageFile status.
setStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.CustomerChangeOrderBid
Sets the Cloudwords CustomerChangeOrderBid status.
setStatus(List<String>) - Method in class com.cloudwords.api.client.resources.PagedProjectQuery
 
setStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.Project
Set the Project status.
setStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.Task
 
setStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
setStatus(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.VendorTranslationRequest
 
setStepNumber(int) - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStepSummary
 
setStepNumber(int) - Method in class com.cloudwords.api.client.resources.WorkflowTemplateStep
 
setSteps(List<ProjectWorkflowStep>) - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
setSteps(List<ProjectWorkflowStep>) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
setSteps(List<WorkflowTemplateStep>) - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
setTargetLanguage(Language) - Method in class com.cloudwords.api.client.resources.Task
 
setTargetLanguages(List<Language>) - Method in class com.cloudwords.api.client.resources.Project
Set the Project target Language(s).
setTemplateDescription(String) - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
setTemplateDescription(String) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
setTemplateName(String) - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
setTemplateName(String) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
setTemplateType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
setTemplateType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
setTermStatusOnCompletion(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.ProjectUpdateGlossary
 
setType(String) - Method in class com.cloudwords.api.client.resources.ProjectTaskType
 
setType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.Task
 
setType(CodeAndDisplay) - Method in class com.cloudwords.api.client.resources.WorkflowTemplate
 
setUiFeatures(Map<String, Boolean>) - Method in class com.cloudwords.api.client.resources.Project
 
setUri(String) - Method in class com.cloudwords.api.client.resources.Webhook
Set the uri of this Webhook.
setVendor(Vendor) - Method in class com.cloudwords.api.client.resources.CustomerBid
Set the Vendor associated with this CustomerBid
setVendor(Vendor) - Method in class com.cloudwords.api.client.resources.UserOrVendor
 
setWinningBidId(Integer) - Method in class com.cloudwords.api.client.resources.BidOptions
 
setWinningBidId(Integer) - Method in class com.cloudwords.api.client.resources.BidRequest
Set which Vendor CustomerBid was selected as the winner for this BidRequest?
setXliff(CloudwordsFile) - Method in class com.cloudwords.api.client.resources.SourceDocument
 
setXliff(CloudwordsFile) - Method in class com.cloudwords.api.client.resources.TranslatedDocument
 
socketTimeoutMillis - Static variable in class com.cloudwords.api.client.BaseCloudwordsClient
 
SourceDocument - Class in com.cloudwords.api.client.resources
 
SourceDocument() - Constructor for class com.cloudwords.api.client.resources.SourceDocument
 
streamFileFromPath(String) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
Stream the requested file back to the http response.
submitBid(int, VendorBid) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Submit a VendorBid for the specified Cloudwords Project.
submitBid(int, VendorBid) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
submitChangeOrder(CustomerChangeOrder) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Updates the specified CustomerChangeOrder by submitting the CustomerChangeOrder to the vendor.
submitChangeOrder(CustomerChangeOrder) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
submitChangeOrder(ChangeOrder) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Updates the specified ChangeOrder by submitting the ChangeOrder.
submitChangeOrder(ChangeOrder) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
submitTranslationRequest(int, VendorTranslationRequest) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Submit a VendorTranslationRequest for the specified Cloudwords Project.
submitTranslationRequest(int, VendorTranslationRequest) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 

T

Task - Class in com.cloudwords.api.client.resources
Represents a Task resource in Cloudwords.
Task() - Constructor for class com.cloudwords.api.client.resources.Task
 
toString() - Method in class com.cloudwords.api.client.resources.Assignee
 
toString() - Method in class com.cloudwords.api.client.resources.BidRequest
 
toString() - Method in class com.cloudwords.api.client.resources.ChangeOrderProjectWorkflow
 
toString() - Method in class com.cloudwords.api.client.resources.CloudwordsFile
 
toString() - Method in class com.cloudwords.api.client.resources.CloudwordsLanguageFile
 
toString() - Method in class com.cloudwords.api.client.resources.CodeAndDisplay
 
toString() - Method in class com.cloudwords.api.client.resources.CustomerBid
 
toString() - Method in class com.cloudwords.api.client.resources.Department
 
toString() - Method in class com.cloudwords.api.client.resources.IntendedUse
 
toString() - Method in class com.cloudwords.api.client.resources.Language
 
toString() - Method in enum com.cloudwords.api.client.resources.PagedQuery.SortOrder
 
toString() - Method in class com.cloudwords.api.client.resources.Project
 
toString() - Method in class com.cloudwords.api.client.resources.ProjectFollowers
 
toString() - Method in class com.cloudwords.api.client.resources.ProjectWorkflow
 
toString() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowPhase
 
toString() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStep
 
toString() - Method in class com.cloudwords.api.client.resources.ProjectWorkflowStepSummary
 
toString() - Method in class com.cloudwords.api.client.resources.User
 
toString() - Method in class com.cloudwords.api.client.resources.Vendor
 
toString() - Method in class com.cloudwords.api.client.resources.VendorBid
 
toString() - Method in class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
TranslatedDocument - Class in com.cloudwords.api.client.resources
 
TranslatedDocument() - Constructor for class com.cloudwords.api.client.resources.TranslatedDocument
 
TranslationRequest - Class in com.cloudwords.api.client.resources
Represents a request for translation request to translate the source content for a given Cloudwords Project from the specified source Language to the specified target Languages without specifying a bid.
TranslationRequest() - Constructor for class com.cloudwords.api.client.resources.TranslationRequest
 

U

updateChangeOrderBid(int, int, ChangeOrderBid) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Updates the specified ChangeOrderBid for the ChangeOrder before submitting.
updateChangeOrderBid(int, int, ChangeOrderBid) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
updateChangeOrderProjectWorkflow(int, int, ChangeOrderProjectWorkflow) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Update a change order project workflow, this allows the phase due dates and assignees to be changed.
updateChangeOrderProjectWorkflow(int, int, ChangeOrderProjectWorkflow) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
updateProject(Project) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Update the Project specified in the input Project id with the content represented by the input.
updateProject(Project) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
updateProject(Project) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
updateProjectReference(int, int, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Upload and replace Project reference material for the specified Cloudwords Project and specific reference material.
updateProjectReference(int, int, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
updateProjectWorkflow(int, ProjectWorkflow) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Update a project workflow, this allows the phase due dates and assignees to be changed.
updateProjectWorkflow(int, ProjectWorkflow) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
updateReviewerInstructions(ReviewerInstructions) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Update the specified ReviewerInstructions.
updateReviewerInstructions(ReviewerInstructions) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
updateTask(CustomerTask) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Update a Task for a Project.
updateTask(CustomerTask) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
updateTask(Task) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Update a Task for a Project.
updateTask(Task) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
updateTranslatedDocument(int, Language, TranslatedDocument) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Update the metadata of a translated document.
updateTranslatedDocument(int, Language, TranslatedDocument) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
updateTranslatedDocument(int, Language, TranslatedDocument) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
updateTranslatedDocuments(int, Language, List<TranslatedDocument>) - Method in interface com.cloudwords.api.client.BaseCloudwordsAPI
Update the metadata for multiple translated documents simultaneously.
updateTranslatedDocuments(int, Language, List<TranslatedDocument>) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
updateTranslatedDocuments(int, Language, List<TranslatedDocument>) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
uploadChangeOrderFile(int, int, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Uploads the source material for a given Cloudwords CustomerChangeOrder.
uploadChangeOrderFile(int, int, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
uploadProjectReference(int, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Upload and add a new reference material for a given Cloudwords Project.
uploadProjectReference(int, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
uploadProjectSource(int, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Upload the source material for a given Cloudwords Project.
uploadProjectSource(int, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
uploadProjectTranslatedFile(int, Language, File) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Upload the translated file for a given Cloudwords Project Language deliverable.
uploadProjectTranslatedFile(int, Language, File) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
uploadProjectTranslationMemory(int, File) - Method in interface com.cloudwords.api.client.CloudwordsVendorAPI
Upload the translated memory for a given Cloudwords Project.
uploadProjectTranslationMemory(int, File) - Method in class com.cloudwords.api.client.CloudwordsVendorClient
 
uploadTaskAttachment(int, int, File) - Method in interface com.cloudwords.api.client.CloudwordsCustomerAPI
Upload a Task attachment.
uploadTaskAttachment(int, int, File) - Method in class com.cloudwords.api.client.CloudwordsCustomerClient
 
User - Class in com.cloudwords.api.client.resources
Represents a user in Cloudwords.
User() - Constructor for class com.cloudwords.api.client.resources.User
 
UserOrVendor - Class in com.cloudwords.api.client.resources
Represents a customer user or vendor in Cloudwords.
UserOrVendor() - Constructor for class com.cloudwords.api.client.resources.UserOrVendor
 
UTF_8 - Static variable in class com.cloudwords.api.client.BaseCloudwordsClient
 

V

validateZipFile(File) - Method in class com.cloudwords.api.client.BaseCloudwordsClient
 
valueOf(String) - Static method in enum com.cloudwords.api.client.resources.PagedQuery.SortOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cloudwords.api.client.resources.PagedQuery.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
Vendor - Class in com.cloudwords.api.client.resources
Represents a Vendor resource in Cloudwords.
Vendor() - Constructor for class com.cloudwords.api.client.resources.Vendor
 
VendorBid - Class in com.cloudwords.api.client.resources
Represents Vendor's view of a bid provided for a given Cloudwords Project.
VendorBid() - Constructor for class com.cloudwords.api.client.resources.VendorBid
 
VendorProject - Class in com.cloudwords.api.client.resources
Represents a vendor specific variant of a Project resource in Cloudwords that additionally contains the project Customer information.
VendorProject() - Constructor for class com.cloudwords.api.client.resources.VendorProject
 
VendorSerializer - Class in com.cloudwords.api.client.serializers
Serializes Vendor into Cloudwords API input format.
VendorSerializer() - Constructor for class com.cloudwords.api.client.serializers.VendorSerializer
 
VendorTranslationRequest - Class in com.cloudwords.api.client.resources
Represents a Translation Request for the Vendor Silo
VendorTranslationRequest() - Constructor for class com.cloudwords.api.client.resources.VendorTranslationRequest
 
VendorTranslationRequest(boolean) - Constructor for class com.cloudwords.api.client.resources.VendorTranslationRequest
 

W

Webhook - Class in com.cloudwords.api.client.resources
Represents a webhook in Cloudwords.
Webhook() - Constructor for class com.cloudwords.api.client.resources.Webhook
 
WorkflowTemplate - Class in com.cloudwords.api.client.resources
A workflow of a project, describing the order of work and review phases, the assignees and due dates.
WorkflowTemplate() - Constructor for class com.cloudwords.api.client.resources.WorkflowTemplate
 
WorkflowTemplatePhase - Class in com.cloudwords.api.client.resources
A single phase of a workflow, phases are grouped into steps.
WorkflowTemplatePhase() - Constructor for class com.cloudwords.api.client.resources.WorkflowTemplatePhase
 
WorkflowTemplateStep - Class in com.cloudwords.api.client.resources
A step of a workflow template.
WorkflowTemplateStep() - Constructor for class com.cloudwords.api.client.resources.WorkflowTemplateStep
 

Z

ZIP_CONTENT_TYPE - Static variable in class com.cloudwords.api.client.BaseCloudwordsClient
 
A B C D E G H I J L M P R S T U V W Z 
Skip navigation links

Copyright © 2016. All rights reserved.