Interface FormFileResource

All Known Implementing Classes:
FormIoFormFileResource

@RestController
@RequestMapping(value="/api",
                produces="application/json")
public interface FormFileResource
  • Method Summary

    Modifier and Type Method Description
    org.springframework.http.ResponseEntity<java.lang.Void> deleteFile​(java.lang.String id)  
    org.springframework.web.servlet.view.RedirectView getFile​(java.lang.String id)  
    org.springframework.http.ResponseEntity<? extends com.ritense.valtimo.contract.resource.Resource> uploadFile​(java.lang.String fileName, org.springframework.web.multipart.MultipartFile file)
    Deprecated.
    org.springframework.http.ResponseEntity<? extends com.ritense.valtimo.contract.resource.Resource> uploadOpenZaakFile​(java.lang.String documentDefinitionName, java.lang.String fileName, org.springframework.web.multipart.MultipartFile file)  
  • Method Details

    • uploadFile

      @Deprecated org.springframework.http.ResponseEntity<? extends com.ritense.valtimo.contract.resource.Resource> uploadFile​(java.lang.String fileName, org.springframework.web.multipart.MultipartFile file)
      Deprecated.
    • uploadOpenZaakFile

      org.springframework.http.ResponseEntity<? extends com.ritense.valtimo.contract.resource.Resource> uploadOpenZaakFile​(java.lang.String documentDefinitionName, java.lang.String fileName, org.springframework.web.multipart.MultipartFile file)
    • getFile

      org.springframework.web.servlet.view.RedirectView getFile​(java.lang.String id)
    • deleteFile

      org.springframework.http.ResponseEntity<java.lang.Void> deleteFile​(java.lang.String id)