Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.action.PaginatedActionEventDTO
Packages that use PaginatedActionEventDTO
Package
Description
Contains controllers for handling
Jobs.Contains the job orchestrators.
Contains API DTOs for actions, action executions, and action events.
Contains the service layer for
Jobs.-
Uses of PaginatedActionEventDTO in com.bluebell.greenhouse.planter.controllers.job
Methods in com.bluebell.greenhouse.planter.controllers.job that return types with arguments of type PaginatedActionEventDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedActionEventDTO> JobApiController.getActionExecutionEvents(String executionId, String severity, int page, int pageSize) Returns a bounded page of operator-facing action events. -
Uses of PaginatedActionEventDTO in com.bluebell.greenhouse.planter.orchestrators.job
Methods in com.bluebell.greenhouse.planter.orchestrators.job that return PaginatedActionEventDTOModifier and TypeMethodDescriptionReturns a page of action-execution events. -
Uses of PaginatedActionEventDTO in com.bluebell.greenhouse.platform.models.api.dto.action
Methods in com.bluebell.greenhouse.platform.models.api.dto.action that return PaginatedActionEventDTOModifier and TypeMethodDescriptionstatic PaginatedActionEventDTOPaginatedActionEventDTO.from(PaginatedEntityDTO<ActionEventDTO> source) Narrows a generic event page into its concrete contract. -
Uses of PaginatedActionEventDTO in com.bluebell.greenhouse.radicle.services.job
Methods in com.bluebell.greenhouse.radicle.services.job that return PaginatedActionEventDTOModifier and TypeMethodDescriptionJobOperatorService.events(String executionId, ActionEventSeverity severity, int page, int pageSize) Returns a bounded page of stable action events.