Package de.dlr.proseo.storagemgr.rest
Schnittstelle ProductfileController
- Alle bekannten Implementierungsklassen:
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)
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.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
-
Methodendetails
-
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
-