Uses of Class
de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Packages that use RestFileInfo
Package
Description
Classes implementing the REST interface for the prosEO Storage Manager component
-
Uses of RestFileInfo in de.dlr.proseo.storagemgr.rest
Methods in de.dlr.proseo.storagemgr.rest that return types with arguments of type RestFileInfoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestFileInfo> ProductfileController.getRestFileInfoByPathInfo(String pathInfo) Retrieve file from Storage Manager into locally accessible file systemorg.springframework.http.ResponseEntity<RestFileInfo> ProductfileControllerDecorator.getRestFileInfoByPathInfo(String pathInfo) Retrieve file from Storage Manager into locally accessible file systemorg.springframework.http.ResponseEntity<RestFileInfo> ProductfileControllerImpl.getRestFileInfoByPathInfo(String pathInfo) Copy source file named pathInfo to file cache used by processors.org.springframework.http.ResponseEntity<RestFileInfo> ProductfileController.updateProductfiles(String pathInfo, Long productId, Long fileSize) Push file from local POSIX file system to Storage Managerorg.springframework.http.ResponseEntity<RestFileInfo> ProductfileControllerDecorator.updateProductfiles(String pathInfo, Long productId, Long fileSize) Push file from local POSIX file system to Storage Managerorg.springframework.http.ResponseEntity<RestFileInfo> ProductfileControllerImpl.updateProductfiles(String pathInfo, Long productId, Long fileSize) Copy local file named pathInfo to storage manager.