Uses of Class
com.bytedesk.core.document.DocumentRequest
Packages that use DocumentRequest
-
Uses of DocumentRequest in com.bytedesk.core.document
Methods in com.bytedesk.core.document with parameters of type DocumentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>DocumentRestController.create(DocumentRequest request) DocumentRestService.create(DocumentRequest request) private DocumentResponseDocumentRestService.createInternal(DocumentRequest request, boolean skipPermissionCheck) protected org.springframework.data.jpa.domain.Specification<DocumentEntity>DocumentRestService.createSpecification(DocumentRequest request) DocumentRestService.createSystemDocument(DocumentRequest request) org.springframework.http.ResponseEntity<?>DocumentRestController.delete(DocumentRequest request) voidDocumentRestService.delete(DocumentRequest request) DocumentRestController.export(DocumentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>DocumentRestController.queryByOrg(DocumentRequest request) org.springframework.data.domain.Page<DocumentResponse>DocumentRestService.queryByOrg(DocumentRequest request) org.springframework.data.domain.Page<DocumentEntity>DocumentRestService.queryByOrgEntity(DocumentRequest request) org.springframework.http.ResponseEntity<?>DocumentRestController.queryByUid(DocumentRequest request) org.springframework.http.ResponseEntity<?>DocumentRestController.queryByUser(DocumentRequest request) org.springframework.data.domain.Page<DocumentResponse>DocumentRestService.queryByUser(DocumentRequest request) static org.springframework.data.jpa.domain.Specification<DocumentEntity>DocumentSpecification.search(DocumentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>DocumentRestController.update(DocumentRequest request) DocumentRestService.update(DocumentRequest request)