Uses of Interface
net.webpdf.wsclient.session.rest.documents.DocumentManager
-
Packages that use DocumentManager Package Description net.webpdf.wsclient.session.rest net.webpdf.wsclient.session.rest.documents -
-
Uses of DocumentManager in net.webpdf.wsclient.session.rest
Methods in net.webpdf.wsclient.session.rest that return DocumentManager Modifier and Type Method Description protected abstract @NotNull DocumentManager<T_REST_DOCUMENT>AbstractRestSession. createDocumentManager()Creates a newDocumentManagermatching thisRestSession.protected @NotNull DocumentManager<RestWebServiceDocument>RestWebServiceSession. createDocumentManager()Creates a newRestWebServiceDocumentManager.@NotNull DocumentManager<T_REST_DOCUMENT>AbstractRestSession. getDocumentManager()Returns the activeDocumentManagerof thisRestSession.@NotNull DocumentManager<T_REST_DOCUMENT>RestSession. getDocumentManager()Returns the activeDocumentManagerof thisRestSession. -
Uses of DocumentManager in net.webpdf.wsclient.session.rest.documents
Classes in net.webpdf.wsclient.session.rest.documents that implement DocumentManager 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.classRestWebServiceDocumentManagerAn instance ofRestWebServiceDocumentManagerallows to monitor and interact with theRestWebServiceDocuments uploaded to aRestSessionof the webPDF server.Methods in net.webpdf.wsclient.session.rest.documents that return DocumentManager Modifier and Type Method Description @NotNull DocumentManager<T_DOCUMENT>RestDocumentState. getDocumentManager()Returns the owningDocumentManager.@NotNull DocumentManager<RestWebServiceDocument>RestWebServiceDocumentState. getDocumentManager()Returns the owningDocumentManager.
-