Uses of Interface
net.webpdf.wsclient.session.rest.documents.RestDocument
-
Packages that use RestDocument Package Description net.webpdf.wsclient.session.rest net.webpdf.wsclient.session.rest.administration net.webpdf.wsclient.session.rest.documents net.webpdf.wsclient.webservice.rest -
-
Uses of RestDocument in net.webpdf.wsclient.session.rest
Classes in net.webpdf.wsclient.session.rest with type parameters of type RestDocument Modifier and Type Class Description classAbstractRestSession<T_REST_DOCUMENT extends RestDocument>An instance ofAbstractRestSessionestablishes and manages aWebServiceProtocol.RESTconnection with a webPDF server.interfaceRestSession<T_REST_DOCUMENT extends RestDocument>A class implementingRestSessionestablishes and manages aWebServiceProtocol.RESTconnection with a webPDF server. -
Uses of RestDocument in net.webpdf.wsclient.session.rest.administration
Classes in net.webpdf.wsclient.session.rest.administration with type parameters of type RestDocument Modifier and Type Class Description classAbstractAdministrationManager<T_REST_DOCUMENT extends RestDocument>interfaceAdministrationManager<T_REST_DOCUMENT extends RestDocument>A class implementingAdministrationManageradministrates and monitors the webPDF server configurations. -
Uses of RestDocument in net.webpdf.wsclient.session.rest.documents
Classes in net.webpdf.wsclient.session.rest.documents with type parameters of type RestDocument Modifier and Type Class Description classAbstractDocumentManager<T_REST_DOCUMENT extends RestDocument>An instance ofAbstractDocumentManagerallows to monitor and interact with theRestDocuments uploaded to aRestSessionof the webPDF server.interfaceDocumentManager<T_REST_DOCUMENT extends RestDocument>A class implementingDocumentManagerallows to monitor and interact with theRestDocuments uploaded to aRestSessionof the webPDF server.interfaceRestDocumentState<T_DOCUMENT extends RestDocument>An instance ofRestDocumentStaterepresents the internal state of aRestDocument, that has been uploaded to a webPDF server.Classes in net.webpdf.wsclient.session.rest.documents that implement RestDocument Modifier and Type Class Description classRestWebServiceDocumentAn instance ofRestWebServiceDocumentrepresents a document, that has been uploaded to a webPDF server.Methods in net.webpdf.wsclient.session.rest.documents that return RestDocument Modifier and Type Method Description @NotNull RestDocumentRestDocument. renameDocument(@NotNull String fileName)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and renames theRestDocument.@NotNull RestDocumentRestWebServiceDocument. renameDocument(@NotNull String fileName)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and renames theRestDocument.RestDocumentRestDocument. updateDocumentSecurity(@NotNull PdfPasswordType passwordType)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and updates the security information theRestDocument.RestDocumentRestWebServiceDocument. updateDocumentSecurity(@NotNull PdfPasswordType passwordType)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and updates the security information theRestDocument.Methods in net.webpdf.wsclient.session.rest.documents that return types with arguments of type RestDocument Modifier and Type Method Description 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.Methods in net.webpdf.wsclient.session.rest.documents with parameters of type RestDocument Modifier and Type Method Description voidAbstractDocumentManager. downloadDocument(@Nullable RestDocument document, @NotNull OutputStream outputStream)Deprecated.voidDocumentManager. downloadDocument(@Nullable RestDocument document, @NotNull OutputStream outputStream)Deprecated. -
Uses of RestDocument in net.webpdf.wsclient.webservice.rest
Classes in net.webpdf.wsclient.webservice.rest with type parameters of type RestDocument Modifier and Type Class Description classBarcodeRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofBarcodeRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.BARCODE, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classConverterRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofConverterRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.CONVERTER, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classOcrRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofOcrRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.OCR, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classPdfaRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofPdfaRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.PDFA, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classRestWebService<T_OPERATION_DATA,T_OPERATION_PARAMETER,T_REST_DOCUMENT extends RestDocument>An instance ofRestWebServicewraps a wsclient connection to a specific webPDF webservice endpoint (WebServiceType), usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classSignatureRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofSignatureRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.SIGNATURE, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classToolboxRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofToolboxRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.TOOLBOX, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classUrlConverterRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofUrlConverterRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.URLCONVERTER, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.
-