| Package | Description |
|---|---|
| org.flowable.task.api |
| Modifier and Type | Method and Description |
|---|---|
TaskBuilder |
TaskBuilder.assignee(String assigneId)
The userId of the person to which this task is delegated.
|
TaskBuilder |
TaskBuilder.category(String category)
Change the category of the task.
|
TaskBuilder |
TaskBuilder.description(String description)
Free text description of the task.
|
TaskBuilder |
TaskBuilder.dueDate(Date dueDate)
Change due date of the task.
|
TaskBuilder |
TaskBuilder.formKey(String formKey)
Change the form key of the task
|
TaskBuilder |
TaskBuilder.id(String id)
DB id of the task.
|
TaskBuilder |
TaskBuilder.identityLinks(Set<? extends IdentityLinkInfo> identityLinks)
add identity links to the task
|
TaskBuilder |
TaskBuilder.name(String name)
Name or title of the task.
|
TaskBuilder |
TaskBuilder.owner(String ownerId)
The userId of the person that is responsible for this task.
|
TaskBuilder |
TaskBuilder.parentTaskId(String parentTaskId)
the parent task for which this task is a subtask
|
TaskBuilder |
TaskBuilder.priority(int priority)
Indication of how important/urgent this task is
|
TaskBuilder |
TaskBuilder.scopeId(String scopeId)
add task scopeId
|
TaskBuilder |
TaskBuilder.scopeType(String scopeType)
Add scope type
|
TaskBuilder |
TaskBuilder.taskDefinitionId(String taskDefinitionId)
task definition id to create task from
|
TaskBuilder |
TaskBuilder.taskDefinitionKey(String taskDefinitionKey)
task definition key to create task from
|
TaskBuilder |
TaskBuilder.tenantId(String tenantId)
Change the tenantId of the task
|
Copyright © 2019 Flowable. All rights reserved.