Class FindWorkflowTasksRequest.Builder
Object
Builder
- Enclosing class:
FindWorkflowTasksRequest
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()
businessItem
(UUID businessItemId, FindWorkflowTasksRequest.BusinessItemType businessItemType) Sets the details of the business item that found tasks should relate to.businessItemId
(UUID businessItemId) Deprecated.use com.collibra.dgc.core.api.dto.workflow.FindWorkflowTasksRequest.Builder#businessItem(java.util.UUID, com.collibra.dgc.core.api.dto.workflow.FindWorkflowTasksRequest.BusinessItemType) instead.businessItemName
(String businessItemName) businessItemType
(FindWorkflowTasksRequest.BusinessItemType businessItemType) Deprecated.use com.collibra.dgc.core.api.dto.workflow.FindWorkflowTasksRequest.Builder#businessItem(java.util.UUID, com.collibra.dgc.core.api.dto.workflow.FindWorkflowTasksRequest.BusinessItemType) instead.but()
Deprecated.This method will be removed in the future.createDate
(Long createDate) description
(String description) limit
(int limit) offset
(int offset) sortField
(FindWorkflowTasksRequest.SortField sortField) toString()
workflowTaskUserRelation
(FindWorkflowTasksRequest.WorkflowTaskUserRelation workflowTaskUserRelation)
-
Field Details
-
offset
Deprecated.This field will become private in the next major release. -
limit
Deprecated.This field will become private in the next major release.
-
-
Method Details
-
offset
-
limit
-
businessItemId
Deprecated.use com.collibra.dgc.core.api.dto.workflow.FindWorkflowTasksRequest.Builder#businessItem(java.util.UUID, com.collibra.dgc.core.api.dto.workflow.FindWorkflowTasksRequest.BusinessItemType) instead.Sets the business item ID- Parameters:
businessItemId
-- Returns:
- the builder
-
businessItemType
@Deprecated public FindWorkflowTasksRequest.Builder businessItemType(FindWorkflowTasksRequest.BusinessItemType businessItemType) Deprecated.use com.collibra.dgc.core.api.dto.workflow.FindWorkflowTasksRequest.Builder#businessItem(java.util.UUID, com.collibra.dgc.core.api.dto.workflow.FindWorkflowTasksRequest.BusinessItemType) instead.Sets the business item type- Parameters:
businessItemType
-- Returns:
- the builder
-
businessItem
public FindWorkflowTasksRequest.Builder businessItem(UUID businessItemId, FindWorkflowTasksRequest.BusinessItemType businessItemType) Sets the details of the business item that found tasks should relate to.- Parameters:
businessItemId
- The business item IDbusinessItemType
- the business item type- Returns:
- the builder
-
but
Deprecated.This method will be removed in the future. Please, useFindWorkflowTasksRequest.builder()
Clone method for this Builder. -
workflowTaskUserRelation
public FindWorkflowTasksRequest.Builder workflowTaskUserRelation(FindWorkflowTasksRequest.WorkflowTaskUserRelation workflowTaskUserRelation) - Returns:
this
.
-
businessItemName
- Returns:
this
.
-
userId
- Returns:
this
.
-
createDate
- Returns:
this
.
-
dueDate
- Returns:
this
.
-
title
- Returns:
this
.
-
type
- Returns:
this
.
-
sortField
- Returns:
this
.
-
sortOrder
- Returns:
this
.
-
description
- Returns:
this
.
-
build
-
toString
-