public class Task extends BaseResource
Task
resource in Cloudwords.
Translation project management in Cloudwords revolves around a series of tasks that need to be
resolved for the translation project to be successfully completed. Tasks can be generated and
updated automatically by Cloudwords to facilitate the standard translation workflows offered.
Or, a "custom" task can be created at any time to enhance, augment, or inject custom workflow and
steps into a translation project.
Through the API you can create tasks of type "custom" or "revise_language" (a.k.a. Revision Request).Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
Assignee |
getAssignee() |
Date |
getClosedDate() |
Date |
getCreatedDate() |
String |
getDescription() |
Date |
getDueDate() |
Integer |
getEmailReminderDay() |
int |
getId() |
String |
getName() |
BaseProject |
getProject() |
Date |
getStartDate() |
CodeAndDisplay |
getStatus() |
Language |
getTargetLanguage() |
CodeAndDisplay |
getType() |
void |
setAssignee(Assignee assignee) |
void |
setClosedDate(Date closedDate) |
void |
setCreatedDate(Date createdDate) |
void |
setDescription(String description) |
void |
setDueDate(Date dueDate) |
void |
setEmailReminderDay(Integer emailReminderDay) |
void |
setId(int id) |
void |
setName(String name) |
void |
setProject(BaseProject project) |
void |
setStartDate(Date startDate) |
void |
setStatus(CodeAndDisplay status) |
void |
setTargetLanguage(Language targetLanguage) |
void |
setType(CodeAndDisplay type) |
getPath, setPath
public int getId()
public void setId(int id)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Date getClosedDate()
public void setClosedDate(Date closedDate)
public CodeAndDisplay getType()
public void setType(CodeAndDisplay type)
public String getName()
public void setName(String name)
public Assignee getAssignee()
public void setAssignee(Assignee assignee)
public CodeAndDisplay getStatus()
public void setStatus(CodeAndDisplay status)
public Language getTargetLanguage()
public void setTargetLanguage(Language targetLanguage)
public String getDescription()
public void setDescription(String description)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getDueDate()
public void setDueDate(Date dueDate)
public Integer getEmailReminderDay()
public void setEmailReminderDay(Integer emailReminderDay)
public BaseProject getProject()
public void setProject(BaseProject project)
Copyright © 2016. All rights reserved.