Uses of Class
de.aeb.xnsg.docservice.bf.PutDocumentResponseDTO
Packages that use PutDocumentResponseDTO
-
Uses of PutDocumentResponseDTO in de.aeb.xnsg.docservice.bf
Methods in de.aeb.xnsg.docservice.bf that return PutDocumentResponseDTOModifier and TypeMethodDescriptionIDocumentServiceBF.putDocument(PutDocumentRequestDTO request) Uploads an external document which does not depend on templates of the document.
LikeIDocumentServiceBF.createDocument(CreateDocumentRequestDTO)andIDocumentServiceBF.prepareDocument(PrepareDocumentRequestDTO)the uploaded document can be queried, deleted and fetched by calling the corresponding method with the received documentId
The document also has a date to which this document is at least stored in the document store.
Currently only PDF up to a maximum size of 10MB is supported.IDocumentServiceBF.putDocumentTrusted(PutDocumentRequestDTO request) LikeIDocumentServiceBF.putDocument(PutDocumentRequestDTO)but with less limitations to the uploaded contents.