Verwendungen von Klasse
de.dlr.proseo.storagemgr.rest.model.RestFileInfo
Packages, die RestFileInfo verwenden
Package
Beschreibung
Classes implementing the REST interface for the prosEO Storage Manager component
-
Verwendungen von RestFileInfo in de.dlr.proseo.storagemgr.rest
Methoden in de.dlr.proseo.storagemgr.rest, die Typen mit Argumenten vom Typ RestFileInfo zurückgebenModifizierer und TypMethodeBeschreibungorg.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.