Uses of Class
com.bytedesk.core.flow.FlowRequest
Packages that use FlowRequest
-
Uses of FlowRequest in com.bytedesk.core.flow
Methods in com.bytedesk.core.flow with parameters of type FlowRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
FlowRestController.create
(FlowRequest request) FlowRestService.create
(FlowRequest request) org.springframework.http.ResponseEntity<?>
FlowRestController.delete
(FlowRequest request) void
FlowRestService.delete
(FlowRequest request) FlowRestController.export
(FlowRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
FlowRestController.queryByOrg
(FlowRequest request) org.springframework.data.domain.Page<FlowResponse>
FlowRestService.queryByOrg
(FlowRequest request) org.springframework.http.ResponseEntity<?>
FlowRestController.queryByUid
(FlowRequest request) FlowRestService.queryByUid
(FlowRequest request) org.springframework.http.ResponseEntity<?>
FlowRestController.queryByUser
(FlowRequest request) org.springframework.data.domain.Page<FlowResponse>
FlowRestService.queryByUser
(FlowRequest request) static org.springframework.data.jpa.domain.Specification<FlowEntity>
FlowSpecification.search
(FlowRequest request) org.springframework.http.ResponseEntity<?>
FlowRestController.update
(FlowRequest request) FlowRestService.update
(FlowRequest request)