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
@Deprecated
public interface TypedSearchQueryRequest<F extends TypedSearchQueryRequest.SearchRequestFilter,S extends TypedSearchQueryRequest.SearchRequestSort<S>,SELF extends TypedSearchQueryRequest<F,S,SELF>>
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.static interfaceDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Sets the filter to be included in the search request.Deprecated.Provides a fluent builder to create a filter to be included in the search request.page(SearchRequestPage value) Deprecated.Support for pagination.Deprecated.Provides a fluent builder to support pagination.Deprecated.Provides a fluent builder to provide sorting options the returned entites should sorted byDeprecated.Sets the sorting the returned entities should be sorted by.
-
Method Details
-
filter
Deprecated.Sets the filter to be included in the search request.- Parameters:
value- the filter- Returns:
- the builder for the search request
-
filter
Deprecated.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
Deprecated.Sets the sorting the returned entities should be sorted by.- Parameters:
value- the sort options- Returns:
- the builder for the search request
-
sort
Deprecated.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
Deprecated.Support for pagination.- Parameters:
value- the next page- Returns:
- the builder for the search request
-
page
Deprecated.Provides a fluent builder to support pagination.- Parameters:
value- consumer to support pagination- Returns:
- the builder for the search request
-
TypedSearchRequest