Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.strategy.StrategySearchRequest
Packages that use StrategySearchRequest
Package
Description
Contains API controllers related to
Strategy and their implementation
artifacts.Contains the strategy orchestrators.
-
Uses of StrategySearchRequest in com.bluebell.greenhouse.planter.controllers.strategy
Methods in com.bluebell.greenhouse.planter.controllers.strategy with parameters of type StrategySearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedStrategyDTO> StrategyApiController.searchStrategies(StrategySearchRequest searchRequest) Returns aResponseEntitycontaining all matchingStrategyDTOs. -
Uses of StrategySearchRequest in com.bluebell.greenhouse.planter.orchestrators.strategy
Methods in com.bluebell.greenhouse.planter.orchestrators.strategy with parameters of type StrategySearchRequestModifier and TypeMethodDescriptionStrategyOrchestrator.searchStrategies(StrategySearchRequest searchRequest) Obtains a page ofStrategys matching the given search request.