Class FindWorkflowInstancesRequest
Object
PagedRequest
FindWorkflowInstancesRequest
- All Implemented Interfaces:
Serializable
The search criteria for workflow instances.
Only parameters that are specified in this request and have not null values are used for filtering.
All other parameters are ignored.
The returned workflow instances satisfy all constraints that are specified in this search criteria.
By default a result containing 1000 workflow instances is returned.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe ID of the business item that should be contained by the searched workflows.The display name of the business item that should be contained by the searched workflows.The ID of the parent workflow instance to query.The field on which the results are sorted.The sorting order.The ID of the workflow definition.The name (or a part of it) of the workflow definition.inthashCode()voidsetBusinessItemId(UUID businessItemId) The ID of the business item that should be contained by the searched workflows.voidsetBusinessItemName(String businessItemName) The display name of the business item that should be contained by the searched workflows.voidsetParentWorkflowInstanceId(String parentWorkflowInstanceId) The ID of the parent workflow instance to query.voidThe field on which the results are sorted.voidsetSortOrder(SortOrder sortOrder) The sorting order.voidsetWorkflowDefinitionId(String workflowDefinitionId) The ID of the workflow definition.voidsetWorkflowDefinitionName(String workflowDefinitionName) The name (or a part of it) of the workflow definition.voidsetWorkflowInstanceIdPhrase(String workflowInstanceIdPhrase) toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindWorkflowInstancesRequest
public FindWorkflowInstancesRequest()
-
-
Method Details
-
builder
-
getBusinessItemName
The display name of the business item that should be contained by the searched workflows. -
getBusinessItemId
The ID of the business item that should be contained by the searched workflows. -
getWorkflowDefinitionId
The ID of the workflow definition. -
getWorkflowDefinitionName
The name (or a part of it) of the workflow definition. -
getWorkflowInstanceIdPhrase
-
getSortField
The field on which the results are sorted. -
getSortOrder
The sorting order. -
getParentWorkflowInstanceId
The ID of the parent workflow instance to query. -
setBusinessItemName
The display name of the business item that should be contained by the searched workflows. -
setBusinessItemId
The ID of the business item that should be contained by the searched workflows. -
setWorkflowDefinitionId
The ID of the workflow definition. -
setWorkflowDefinitionName
The name (or a part of it) of the workflow definition. -
setWorkflowInstanceIdPhrase
-
setSortField
The field on which the results are sorted. -
setSortOrder
The sorting order. -
setParentWorkflowInstanceId
The ID of the parent workflow instance to query. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-