Uses of Class
net.webpdf.wsclient.openapi.DocumentFileExtract
-
Packages that use DocumentFileExtract Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.documents -
-
Uses of DocumentFileExtract in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return DocumentFileExtract Modifier and Type Method Description DocumentFileExtractDocumentFileExtract. fileFilter(DocumentFileFilter fileFilter) -
Uses of DocumentFileExtract in net.webpdf.wsclient.session.rest.documents
Methods in net.webpdf.wsclient.session.rest.documents with parameters of type DocumentFileExtract Modifier and Type Method Description @NotNull List<T_REST_DOCUMENT>AbstractDocumentManager. extractDocument(@NotNull String documentId, @NotNull DocumentFileExtract fileExtract)Extracts theRestDocumentwith the given document ID in the document storage.@NotNull List<T_REST_DOCUMENT>DocumentManager. extractDocument(@NotNull String documentId, @NotNull DocumentFileExtract fileExtract)Extracts theRestDocumentwith the given document ID in the document storage.List<? extends RestDocument>RestDocument. extractDocument(@NotNull DocumentFileExtract fileExtract)This is a shortcut forDocumentManager.extractDocument(java.lang.String, net.webpdf.wsclient.openapi.DocumentFileExtract)and extracts theRestDocument.List<RestWebServiceDocument>RestWebServiceDocument. extractDocument(@NotNull DocumentFileExtract fileExtract)This is a shortcut forDocumentManager.extractDocument(java.lang.String, net.webpdf.wsclient.openapi.DocumentFileExtract)and extracts theRestDocument.
-