Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.strategy.StrategyImplementationSearchRequest
Packages that use StrategyImplementationSearchRequest
Package
Description
Contains API controllers related to
Strategy and their implementation
artifacts.Contains the strategy orchestrators.
-
Uses of StrategyImplementationSearchRequest in com.bluebell.greenhouse.planter.controllers.strategy
Methods in com.bluebell.greenhouse.planter.controllers.strategy with parameters of type StrategyImplementationSearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedStrategyImplementationDTO> StrategyImplementationApiController.searchStrategyImplementations(StrategyImplementationSearchRequest searchRequest) Returns aResponseEntitycontaining matchingStrategyImplementationDTOs. -
Uses of StrategyImplementationSearchRequest in com.bluebell.greenhouse.planter.orchestrators.strategy
Methods in com.bluebell.greenhouse.planter.orchestrators.strategy with parameters of type StrategyImplementationSearchRequestModifier and TypeMethodDescriptionStrategyImplementationOrchestrator.searchStrategyImplementations(StrategyImplementationSearchRequest searchRequest) Obtains a page ofStrategyImplementations matching the given search request.