Uses of Class
net.webpdf.wsclient.schema.operation.PdfPasswordType
-
Packages that use PdfPasswordType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.session.rest.documents net.webpdf.wsclient.webservice.soap -
-
Uses of PdfPasswordType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfPasswordType Modifier and Type Field Description protected PdfPasswordTypeOperationData. passwordMethods in net.webpdf.wsclient.schema.operation that return PdfPasswordType Modifier and Type Method Description PdfPasswordTypeObjectFactory. createPdfPasswordType()Create an instance ofPdfPasswordTypePdfPasswordTypeOperationData. getPassword()Gets the value of the password property.Methods in net.webpdf.wsclient.schema.operation with parameters of type PdfPasswordType Modifier and Type Method Description voidOperationData. setPassword(PdfPasswordType value)Sets the value of the password property. -
Uses of PdfPasswordType in net.webpdf.wsclient.session.rest.documents
Methods in net.webpdf.wsclient.session.rest.documents with parameters of type PdfPasswordType Modifier and Type Method Description T_REST_DOCUMENTAbstractDocumentManager. updateDocumentSecurity(@NotNull String documentId, @NotNull PdfPasswordType passwordType)Updates the security information of a selected document in the server“s document storage.T_REST_DOCUMENTDocumentManager. updateDocumentSecurity(@NotNull String documentId, @NotNull PdfPasswordType passwordType)Updates the security information of a selected document in the server“s document storage.RestDocumentRestDocument. updateDocumentSecurity(@NotNull PdfPasswordType passwordType)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and updates the security information theRestDocument.RestDocumentRestWebServiceDocument. updateDocumentSecurity(@NotNull PdfPasswordType passwordType)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and updates the security information theRestDocument. -
Uses of PdfPasswordType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return PdfPasswordType Modifier and Type Method Description @NotNull PdfPasswordTypeSoapWebService. getPassword()Returns thePdfPasswordTypeof the current webservice.Methods in net.webpdf.wsclient.webservice.soap with parameters of type PdfPasswordType Modifier and Type Method Description voidSoapWebService. setPassword(@Nullable PdfPasswordType password)Sets thePdfPasswordTypefor the current webservice.
-