Class FindWorkflowDefinitionsRequest
Object
PagedRequest
FindWorkflowDefinitionsRequest
- All Implemented Interfaces:
Serializable
The search criteria for workflow definitions.
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 definitions satisfy all constraints that are specified in this search criteria.
By default, the result contains up to 1000 workflow definitions.
- 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 list of the IDs of business items (assets) for which the workflow definitions should be found.The list of the IDs of business items (communities) for which the workflow definitions should be found.The ID (could be partial) of workflow definition.The description (could be partial) of the workflow definition to search for.The list of the IDs of business items (domains) for which the workflow definitions should be found.Whether the found workflow definitions should be enabled.Whether the found workflow definitions should be global.getName()The name (could be partial) of the workflow definition to search for.The sorting order.inthashCode()voidsetAssetIds(List<UUID> assetIds) The list of the IDs of business items (assets) for which the workflow definitions should be found.voidsetCommunityIds(List<UUID> communityIds) The list of the IDs of business items (communities) for which the workflow definitions should be found.voidsetDefinitionIdPhrase(String definitionIdPhrase) The ID (could be partial) of workflow definition.voidsetDescription(String description) The description (could be partial) of the workflow definition to search for.voidsetDomainIds(List<UUID> domainIds) The list of the IDs of business items (domains) for which the workflow definitions should be found.voidsetEnabled(Boolean enabled) Whether the found workflow definitions should be enabled.voidWhether the found workflow definitions should be global.voidsetGuardrailsValidationResult(GuardrailsValidationResult guardrailsValidationResult) voidThe name (could be partial) of the workflow definition to search for.voidvoidsetSortOrder(SortOrder sortOrder) The sorting order.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindWorkflowDefinitionsRequest
public FindWorkflowDefinitionsRequest()
-
-
Method Details
-
builder
-
getAssetIds
The list of the IDs of business items (assets) for which the workflow definitions should be found. -
getDomainIds
The list of the IDs of business items (domains) for which the workflow definitions should be found. -
getCommunityIds
The list of the IDs of business items (communities) for which the workflow definitions should be found. -
getEnabled
Whether the found workflow definitions should be enabled. -
getGlobal
Whether the found workflow definitions should be global. -
getDefinitionIdPhrase
The ID (could be partial) of workflow definition. -
getName
The name (could be partial) of the workflow definition to search for. -
getSortOrder
The sorting order. -
getSortField
-
getDescription
The description (could be partial) of the workflow definition to search for. -
getGuardrailsValidationResult
-
setAssetIds
The list of the IDs of business items (assets) for which the workflow definitions should be found. -
setDomainIds
The list of the IDs of business items (domains) for which the workflow definitions should be found. -
setCommunityIds
The list of the IDs of business items (communities) for which the workflow definitions should be found. -
setEnabled
Whether the found workflow definitions should be enabled. -
setGlobal
Whether the found workflow definitions should be global. -
setDefinitionIdPhrase
The ID (could be partial) of workflow definition. -
setName
The name (could be partial) of the workflow definition to search for. -
setSortOrder
The sorting order. -
setSortField
-
setDescription
The description (could be partial) of the workflow definition to search for. -
setGuardrailsValidationResult
-
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-