Uses of Class
net.webpdf.wsclient.openapi.DocumentInfo
-
Packages that use DocumentInfo Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.documents -
-
Uses of DocumentInfo in net.webpdf.wsclient.openapi
Subclasses of DocumentInfo in net.webpdf.wsclient.openapi Modifier and Type Class Description classDocumentInfoFormProvides form information for the PDF documentMethods in net.webpdf.wsclient.openapi that return DocumentInfo Modifier and Type Method Description DocumentInfoDocumentInfo. infoType(DocumentInfoType infoType) -
Uses of DocumentInfo in net.webpdf.wsclient.session.rest.documents
Methods in net.webpdf.wsclient.session.rest.documents that return DocumentInfo Modifier and Type Method Description @NotNull DocumentInfoAbstractDocumentManager. getDocumentInfo(@NotNull String documentId, @NotNull DocumentInfoType infoType)Returns information about the document selected by documentId in the document storage.@NotNull DocumentInfoDocumentManager. getDocumentInfo(@NotNull String documentId, @NotNull DocumentInfoType infoType)Returns information about the document selected by documentId in the document storage.DocumentInfoRestDocument. getDocumentInfo(@NotNull DocumentInfoType infoType)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and returnsDocumentInfoabout theRestDocument.DocumentInfoRestWebServiceDocument. getDocumentInfo(@NotNull DocumentInfoType infoType)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and returnsDocumentInfoabout theRestDocument.
-