Package io.jmix.webdavrest.method
Class GetMethodDelegate
java.lang.Object
io.jmix.webdavrest.method.GetMethodDelegate
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected WebdavDocumentsManagementServiceprotected WebdavDocumentVersionsManagementServiceprotected FileStorageLocatorprotected WebdavPreconditionsprotected WebdavTools
- 
Constructor SummaryConstructorsConstructorDescriptionGetMethodDelegate(WebdavTools wt, WebdavPreconditions wp, WebdavDocumentsManagementService documentsManagementService, WebdavDocumentVersionsManagementService documentVersionsManagementService, FileStorageLocator fileStorageLocator) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.core.io.Resource>processing(ResourceUri resourceUri, String ifNoneMatchHeader) org.springframework.http.ResponseEntity<org.springframework.core.io.Resource>processing(UUID resourceId, String ifNoneMatchHeader, ResourceName resourceName, BiFunction<? super UUID, String, ? extends WebdavDocumentVersion> loader) protected InputStreamprovideBody(FileRef fileRef) 
- 
Field Details- 
wt
- 
wp
- 
documentsManagementService
- 
documentVersionsManagementService
- 
fileStorageLocator
 
- 
- 
Constructor Details- 
GetMethodDelegatepublic GetMethodDelegate(WebdavTools wt, WebdavPreconditions wp, WebdavDocumentsManagementService documentsManagementService, WebdavDocumentVersionsManagementService documentVersionsManagementService, FileStorageLocator fileStorageLocator) 
 
- 
- 
Method Details- 
processingpublic org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> processing(UUID resourceId, String ifNoneMatchHeader, ResourceName resourceName, BiFunction<? super UUID, String, ? extends WebdavDocumentVersion> loader) 
- 
processingpublic org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> processing(ResourceUri resourceUri, String ifNoneMatchHeader) 
- 
provideBody
 
-