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 Typ
    Methode
    Beschreibung
    org.springframework.http.ResponseEntity<RestFileInfo>
    Retrieve file from Storage Manager into locally accessible file system
    org.springframework.http.ResponseEntity<RestFileInfo>
    updateProductfiles(String pathInfo, Long productId, Long fileSize)
    Push file from local POSIX file system to Storage Manager
  • Methodendetails

    • getRestFileInfoByPathInfo

      org.springframework.http.ResponseEntity<RestFileInfo> getRestFileInfoByPathInfo(String pathInfo)
      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