Uses of Interface
net.webpdf.wsclient.session.rest.documents.RestDocumentState
-
Packages that use RestDocumentState Package Description net.webpdf.wsclient.session.rest.documents -
-
Uses of RestDocumentState in net.webpdf.wsclient.session.rest.documents
Classes in net.webpdf.wsclient.session.rest.documents that implement RestDocumentState Modifier and Type Class Description classRestWebServiceDocumentStateAn instance ofRestWebServiceDocumentStaterepresents the internal state of aRestWebServiceDocument, that has been uploaded to a webPDF server.Methods in net.webpdf.wsclient.session.rest.documents that return RestDocumentState Modifier and Type Method Description protected abstract @NotNull RestDocumentState<T_REST_DOCUMENT>AbstractDocumentManager. accessInternalState(T_REST_DOCUMENT document)Requests access to the internalRestDocumentState.
-