Class FindWorkflowInstancesRequest.Builder
Object
Builder
- Enclosing class:
FindWorkflowInstancesRequest
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()businessItemId(UUID businessItemId) businessItemName(String businessItemName) but()Deprecated.This method will be removed in the future.limit(int limit) offset(int offset) parentWorkflowInstanceId(String parentWorkflowInstanceId) sortField(FindWorkflowInstancesRequest.SortField sortField) toString()workflowDefinitionId(String workflowDefinitionId) workflowDefinitionName(String workflowDefinitionName) workflowInstanceIdPhrase(String workflowInstanceIdPhrase)
-
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
-
but
Deprecated.This method will be removed in the future. Please, useFindWorkflowInstancesRequest.builder()Clone method for this Builder. -
businessItemName
- Returns:
this.
-
businessItemId
- Returns:
this.
-
workflowDefinitionId
- Returns:
this.
-
workflowDefinitionName
- Returns:
this.
-
parentWorkflowInstanceId
public FindWorkflowInstancesRequest.Builder parentWorkflowInstanceId(String parentWorkflowInstanceId) - Returns:
this.
-
workflowInstanceIdPhrase
public FindWorkflowInstancesRequest.Builder workflowInstanceIdPhrase(String workflowInstanceIdPhrase) - Returns:
this.
-
sortField
public FindWorkflowInstancesRequest.Builder sortField(FindWorkflowInstancesRequest.SortField sortField) - Returns:
this.
-
sortOrder
- Returns:
this.
-
build
-
toString
-