Package org.exoplatform.task.service
Class TaskBuilder
java.lang.Object
org.exoplatform.task.service.TaskBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCoworker(String coworker) build()withAssignee(String assignee) withContext(String context) withCoworker(Set<String> coworker) withCreatedBy(String username) withDescription(String description) withDueDate(Date date) withEndDate(Date endDate) withPriority(Priority priority) withStartDate(Date date) withStatus(StatusDto status) withWatcher(Set<String> watcher)
-
Constructor Details
-
TaskBuilder
public TaskBuilder()
-
-
Method Details
-
build
-
withTitle
-
withDescription
-
withPriority
-
withAssignee
-
withWatcher
-
withCoworker
-
addCoworker
-
withContext
-
withDueDate
-
withStatus
-
withCreatedBy
-
withEndDate
-
withStartDate
-