Uses of Class
net.webpdf.wsclient.schema.beans.DocumentFile
-
Packages that use DocumentFile Package Description net.webpdf.wsclient.session.rest.documents -
-
Uses of DocumentFile in net.webpdf.wsclient.session.rest.documents
Methods in net.webpdf.wsclient.session.rest.documents that return DocumentFile Modifier and Type Method Description @NotNull DocumentFileRestDocument. getDocumentFile()Returns theDocumentFileof the managedRestDocument.@NotNull DocumentFileRestDocumentState. getDocumentFile()Returns theDocumentFileof the managedRestDocument.@NotNull DocumentFileRestWebServiceDocument. getDocumentFile()Returns theDocumentFileof the managedRestDocument.@NotNull DocumentFileRestWebServiceDocumentState. getDocumentFile()Returns theDocumentFileof the managedRestWebServiceDocument.Methods in net.webpdf.wsclient.session.rest.documents with parameters of type DocumentFile Modifier and Type Method Description @NotNull StringAbstractDocumentManager. getDocumentID(@NotNull DocumentFile document)Returns the document ID the givenDocumentFileis known by to thisDocumentManager.@NotNull StringDocumentManager. getDocumentID(@NotNull DocumentFile document)Returns the document ID the givenDocumentFileis known by to thisDocumentManager.voidRestDocumentState. setDocumentFile(@NotNull DocumentFile documentFile)Sets theDocumentFileof the managedRestDocument.voidRestWebServiceDocumentState. setDocumentFile(@NotNull DocumentFile documentFile)Sets theDocumentFileof the managedRestWebServiceDocument.T_REST_DOCUMENTAbstractDocumentManager. synchronizeDocument(@NotNull DocumentFile documentFile)T_REST_DOCUMENTDocumentManager. synchronizeDocument(@NotNull DocumentFile documentFile)Method parameters in net.webpdf.wsclient.session.rest.documents with type arguments of type DocumentFile Modifier and Type Method Description @NotNull List<T_REST_DOCUMENT>AbstractDocumentManager. synchronize(@NotNull List<DocumentFile> fileList)Synchronizes theRestDocuments of thisDocumentManagerwith the actually uploaded documents of the webPDF server or with the given fileList.@NotNull List<T_REST_DOCUMENT>DocumentManager. synchronize(@NotNull List<DocumentFile> fileList)Synchronizes theRestDocuments of thisDocumentManagerwith the actually uploaded documents of the webPDF server or with the given fileList.
-