Package | Description |
---|---|
com.cloudwords.api.client | |
com.cloudwords.api.client.resources | |
com.cloudwords.api.client.serializers |
Modifier and Type | Method and Description |
---|---|
List<Task> |
CloudwordsVendorClient.getProjectTaskByStatus(int projectId,
CodeAndDisplay taskStatus) |
List<Task> |
CloudwordsVendorAPI.getProjectTaskByStatus(int projectId,
CodeAndDisplay taskStatus)
Get all
Task s for a project by status. |
List<CustomerTask> |
CloudwordsCustomerClient.getProjectTaskByStatus(int projectId,
CodeAndDisplay taskStatus) |
List<CustomerTask> |
CloudwordsCustomerAPI.getProjectTaskByStatus(int projectId,
CodeAndDisplay taskStatus)
Get all
Task s for a project by status. |
List<Task> |
CloudwordsVendorClient.getTaskByStatus(CodeAndDisplay taskStatus) |
List<Task> |
CloudwordsVendorAPI.getTaskByStatus(CodeAndDisplay taskStatus)
Get all
Task s by status. |
List<CustomerTask> |
CloudwordsCustomerClient.getTaskByStatus(CodeAndDisplay taskStatus) |
List<CustomerTask> |
CloudwordsCustomerAPI.getTaskByStatus(CodeAndDisplay taskStatus)
Get all
Task s by status. |
List<CustomerTask> |
CloudwordsCustomerClient.getTaskByStatus(CodeAndDisplay taskStatus,
Department department) |
List<CustomerTask> |
CloudwordsCustomerAPI.getTaskByStatus(CodeAndDisplay taskStatus,
Department department) |
Modifier and Type | Method and Description |
---|---|
CodeAndDisplay |
WorkflowTemplatePhase.getAssigneeType() |
CodeAndDisplay |
ProjectWorkflowPhase.getAssigneeType() |
CodeAndDisplay |
Webhook.getContextType()
Get the context type of this
Webhook . |
CodeAndDisplay |
Webhook.getEntityType()
Get the entity type for this
Webhook . |
CodeAndDisplay |
Webhook.getEventType()
Get the event type of this
Webhook . |
CodeAndDisplay |
WorkflowTemplatePhase.getPhaseType() |
CodeAndDisplay |
ProjectWorkflowPhase.getPhaseType() |
CodeAndDisplay |
VendorTranslationRequest.getStatus() |
CodeAndDisplay |
TranslatedDocument.getStatus() |
CodeAndDisplay |
Task.getStatus() |
CodeAndDisplay |
Project.getStatus()
Get the
Project status. |
CodeAndDisplay |
CustomerChangeOrderBid.getStatus()
Get the Cloudwords
CustomerChangeOrderBid status. |
CodeAndDisplay |
CloudwordsLanguageFile.getStatus()
Get the
CloudwordsLanguageFile status. |
CodeAndDisplay |
ChangeOrder.getStatus()
Get the Cloudwords
ChangeOrder status. |
CodeAndDisplay |
BidSummary.getStatus()
Get the
CustomerBid status. |
CodeAndDisplay |
ProjectWorkflow.getTemplateType() |
CodeAndDisplay |
ChangeOrderProjectWorkflow.getTemplateType() |
CodeAndDisplay |
ProjectUpdateGlossary.getTermStatusOnCompletion() |
CodeAndDisplay |
WorkflowTemplate.getType() |
CodeAndDisplay |
Task.getType() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowTemplatePhase.setAssigneeType(CodeAndDisplay assigneeType) |
void |
ProjectWorkflowPhase.setAssigneeType(CodeAndDisplay assigneeType) |
void |
Webhook.setContextType(CodeAndDisplay contextType)
Set the context type of this
Webhook . |
void |
Webhook.setEntityType(CodeAndDisplay entityType)
Set the entity type of this
Webhook . |
void |
Webhook.setEventType(CodeAndDisplay eventType)
Set the event type of this
Webhook . |
void |
WorkflowTemplatePhase.setPhaseType(CodeAndDisplay phaseType) |
void |
ProjectWorkflowPhase.setPhaseType(CodeAndDisplay phaseType) |
void |
VendorTranslationRequest.setStatus(CodeAndDisplay status) |
void |
TranslatedDocument.setStatus(CodeAndDisplay status) |
void |
Task.setStatus(CodeAndDisplay status) |
void |
Project.setStatus(CodeAndDisplay status)
Set the
Project status. |
void |
CustomerChangeOrderBid.setStatus(CodeAndDisplay status)
Sets the Cloudwords
CustomerChangeOrderBid status. |
void |
CloudwordsLanguageFile.setStatus(CodeAndDisplay status)
Set the
CloudwordsLanguageFile status. |
void |
ChangeOrder.setStatus(CodeAndDisplay status)
Set the Cloudwords
ChangeOrder status. |
void |
BidSummary.setStatus(CodeAndDisplay status)
Set the
CustomerBid status. |
void |
ProjectWorkflow.setTemplateType(CodeAndDisplay templateType) |
void |
ChangeOrderProjectWorkflow.setTemplateType(CodeAndDisplay templateType) |
void |
ProjectUpdateGlossary.setTermStatusOnCompletion(CodeAndDisplay termStatusOnCompletion) |
void |
WorkflowTemplate.setType(CodeAndDisplay type) |
void |
Task.setType(CodeAndDisplay type) |
Modifier and Type | Method and Description |
---|---|
void |
CodeAndDisplaySerializer.serialize(CodeAndDisplay value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2016. All rights reserved.