Uses of Class
net.webpdf.wsclient.session.rest.documents.RestWebServiceDocument
-
Packages that use RestWebServiceDocument Package Description net.webpdf.wsclient.session.rest net.webpdf.wsclient.session.rest.administration net.webpdf.wsclient.session.rest.documents -
-
Uses of RestWebServiceDocument in net.webpdf.wsclient.session.rest
Methods in net.webpdf.wsclient.session.rest that return RestWebServiceDocument Modifier and Type Method Description @NotNull RestWebServiceDocumentRestWebServiceSession. uploadDocument(@NotNull File source)This is a shortcut forDocumentManager.uploadDocument(File)and uploads the given source to the webPDF server.@NotNull RestWebServiceDocumentRestWebServiceSession. uploadDocument(@NotNull InputStream source, @NotNull String documentName)This is a shortcut forDocumentManager.uploadDocument(InputStream, String)and uploads the given source to the webPDF server.Methods in net.webpdf.wsclient.session.rest that return types with arguments of type RestWebServiceDocument Modifier and Type Method Description protected @NotNull AdministrationManager<RestWebServiceDocument>RestWebServiceSession. createAdministrationManager()Creates a newAdministrationManagermatching thisRestSession.protected @NotNull DocumentManager<RestWebServiceDocument>RestWebServiceSession. createDocumentManager()Creates a newRestWebServiceDocumentManager. -
Uses of RestWebServiceDocument in net.webpdf.wsclient.session.rest.administration
Constructor parameters in net.webpdf.wsclient.session.rest.administration with type arguments of type RestWebServiceDocument Constructor Description RestAdministrationManager(@NotNull RestSession<RestWebServiceDocument> session)Initializes aRestAdministrationManagerfor the givenRestSession. -
Uses of RestWebServiceDocument in net.webpdf.wsclient.session.rest.documents
Methods in net.webpdf.wsclient.session.rest.documents that return RestWebServiceDocument Modifier and Type Method Description protected @NotNull RestWebServiceDocumentRestWebServiceDocumentManager. createDocument(@NotNull String documentId)Creates a newRestWebServiceDocumentfor the given document ID.Methods in net.webpdf.wsclient.session.rest.documents that return types with arguments of type RestWebServiceDocument Modifier and Type Method Description List<RestWebServiceDocument>RestWebServiceDocument. extractDocument(@NotNull DocumentFileExtract fileExtract)This is a shortcut forDocumentManager.extractDocument(java.lang.String, net.webpdf.wsclient.openapi.DocumentFileExtract)and extracts theRestDocument.@NotNull DocumentManager<RestWebServiceDocument>RestWebServiceDocumentState. getDocumentManager()Returns the owningDocumentManager.Methods in net.webpdf.wsclient.session.rest.documents with parameters of type RestWebServiceDocument Modifier and Type Method Description protected @NotNull RestWebServiceDocumentStateRestWebServiceDocumentManager. accessInternalState(@NotNull RestWebServiceDocument document)Requests access to the internalRestDocumentState.Constructor parameters in net.webpdf.wsclient.session.rest.documents with type arguments of type RestWebServiceDocument Constructor Description RestWebServiceDocumentManager(@NotNull RestSession<RestWebServiceDocument> session)Initializes aRestWebServiceDocumentManagerfor the givenRestSession.
-