Package de.dlr.proseo.storagemgr.rest
Interface ProductfileController
- All Known Implementing Classes:
ProductfileControllerDecorator,ProductfileControllerImpl
public interface ProductfileController
Methods to transfer product files between Storage Manager and processor (Base Wrapper)
(Generated with springmvc-raml-parser v.2.0.5)
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestFileInfo> getRestFileInfoByPathInfo(String pathInfo) Retrieve file from Storage Manager into locally accessible file systemorg.springframework.http.ResponseEntity<RestFileInfo> updateProductfiles(String pathInfo, Long productId, Long fileSize) Push file from local POSIX file system to Storage Manager
-
Method Details
-
getRestFileInfoByPathInfo
Retrieve file from Storage Manager into locally accessible file system -
updateProductfiles
org.springframework.http.ResponseEntity<RestFileInfo> updateProductfiles(String pathInfo, Long productId, Long fileSize) Push file from local POSIX file system to Storage Manager
-