Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.job.PaginatedJobSummaryDTO
Packages that use PaginatedJobSummaryDTO
Package
Description
Contains controllers for handling
Jobs.Contains the job orchestrators.
Contains classes that implement DTO representations of
Job-related entities.Contains the service layer for
Jobs.-
Uses of PaginatedJobSummaryDTO in com.bluebell.greenhouse.planter.controllers.job
Methods in com.bluebell.greenhouse.planter.controllers.job that return types with arguments of type PaginatedJobSummaryDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedJobSummaryDTO> JobApiController.searchJobSummaries(JobSearchRequest searchRequest) Searches bounded operator summaries without action output, logs, or events. -
Uses of PaginatedJobSummaryDTO in com.bluebell.greenhouse.planter.orchestrators.job
Methods in com.bluebell.greenhouse.planter.orchestrators.job that return PaginatedJobSummaryDTOModifier and TypeMethodDescriptionJobOrchestrator.searchJobSummaries(JobSearchRequest searchRequest) Searches bounded durable job summaries. -
Uses of PaginatedJobSummaryDTO in com.bluebell.greenhouse.platform.models.api.dto.job
Methods in com.bluebell.greenhouse.platform.models.api.dto.job that return PaginatedJobSummaryDTOModifier and TypeMethodDescriptionstatic PaginatedJobSummaryDTOPaginatedJobSummaryDTO.from(PaginatedEntityDTO<JobSummaryDTO> source) Narrows a generic page into the concrete contract. -
Uses of PaginatedJobSummaryDTO in com.bluebell.greenhouse.radicle.services.job
Methods in com.bluebell.greenhouse.radicle.services.job that return PaginatedJobSummaryDTOModifier and TypeMethodDescriptionConverts a job page into bounded summaries without actions, output, logs, or events.