Interface TypedSearchQueryRequest<F extends TypedSearchQueryRequest.SearchRequestFilter,S extends TypedSearchQueryRequest.SearchRequestSort<S>,SELF extends TypedSearchQueryRequest<F,S,SELF>>
- All Known Subinterfaces:
DecisionDefinitionQuery,DecisionRequirementsQuery,FlownodeInstanceQuery,IncidentQuery,ProcessInstanceQuery,UserTaskQuery
- All Known Implementing Classes:
DecisionDefinitionQueryImpl,DecisionRequirementsQueryImpl,FlowNodeInstanceQueryImpl,IncidentQueryImpl,ProcessInstanceQueryImpl,UserTaskQueryImpl
public interface TypedSearchQueryRequest<F extends TypedSearchQueryRequest.SearchRequestFilter,S extends TypedSearchQueryRequest.SearchRequestSort<S>,SELF extends TypedSearchQueryRequest<F,S,SELF>>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionSets the filter to be included in the search request.Provides a fluent builder to create a filter to be included in the search request.page(SearchRequestPage value) Support for pagination.Provides a fluent builder to support pagination.Provides a fluent builder to provide sorting options the returned entites should sorted bySets the sorting the returned entities should be sorted by.
-
Method Details
-
filter
Sets the filter to be included in the search request.- Parameters:
value- the filter- Returns:
- the builder for the search request
-
filter
Provides a fluent builder to create a filter to be included in the search request.- Parameters:
value- consumer to create the filter- Returns:
- the builder for the search request
-
sort
Sets the sorting the returned entities should be sorted by.- Parameters:
value- the sort options- Returns:
- the builder for the search request
-
sort
Provides a fluent builder to provide sorting options the returned entites should sorted by- Parameters:
value- consumer to create the sort options- Returns:
- the builder for the search request
-
page
Support for pagination.- Parameters:
value- the next page- Returns:
- the builder for the search request
-
page
Provides a fluent builder to support pagination.- Parameters:
value- consumer to support pagination- Returns:
- the builder for the search request
-