Class TaskWorkObjectBuilderImpl
java.lang.Object
org.flowable.task.service.impl.BaseTaskBuilderImpl
com.flowable.workobject.engine.impl.deployer.TaskWorkObjectBuilderImpl
- All Implemented Interfaces:
org.flowable.task.api.TaskBuilder
public class TaskWorkObjectBuilderImpl
extends org.flowable.task.service.impl.BaseTaskBuilderImpl
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TaskWorkObjectBuilderImpl()
-
Method Summary
Modifier and Type Method Description org.flowable.task.api.Task
create()
Methods inherited from class org.flowable.task.service.impl.BaseTaskBuilderImpl
assignee, category, description, dueDate, formKey, getAssignee, getCategory, getDescription, getDueDate, getFormKey, getId, getIdentityLinks, getName, getOwner, getParentTaskId, getPriority, getScopeId, getScopeType, getTaskDefinitionId, getTaskDefinitionKey, getTenantId, id, identityLinks, name, owner, parentTaskId, priority, scopeId, scopeType, taskDefinitionId, taskDefinitionKey, tenantId
-
Constructor Details
-
TaskWorkObjectBuilderImpl
public TaskWorkObjectBuilderImpl()
-
-
Method Details
-
create
public org.flowable.task.api.Task create()- Specified by:
create
in interfaceorg.flowable.task.api.TaskBuilder
- Specified by:
create
in classorg.flowable.task.service.impl.BaseTaskBuilderImpl
-