| Package | Description |
|---|---|
| net.webpdf.wsclient | |
| net.webpdf.wsclient.documents |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RestDocument |
RestWebservice.process()
Execute webservice operation and returns result
|
@Nullable RestDocument |
RestWebservice.process()
Execute webservice operation and returns result
|
| Modifier and Type | Method and Description |
|---|---|
RestDocument |
DocumentManager.activateHistory(@NotNull String documentId,
int historyId)
Activates a history entry for the
RestDocument |
RestDocument |
DocumentManager.activateHistory(@NotNull String documentId,
int historyId)
Activates a history entry for the
RestDocument |
@NotNull RestDocument |
DocumentManager.findDocument(@NotNull String documentId)
Returns the
RestDocument from the internal document map, by given documentId. |
@NotNull RestDocument |
DocumentManager.findDocument(@NotNull String documentId)
Returns the
RestDocument from the internal document map, by given documentId. |
@NotNull RestDocument |
DocumentManager.getDocument(@Nullable DocumentFileBean documentFileBean)
Deprecated.
|
@NotNull RestDocument |
DocumentManager.getDocument(@Nullable DocumentFileBean documentFileBean)
Deprecated.
|
@NotNull RestDocument |
DocumentManager.renameDocument(@NotNull String documentId,
@Nullable String fileName)
Renames the
RestDocument on the webPDF server, by given documentId, to the given filename. |
@NotNull RestDocument |
DocumentManager.renameDocument(@NotNull String documentId,
@Nullable String fileName)
Renames the
RestDocument on the webPDF server, by given documentId, to the given filename. |
RestDocument |
DocumentManager.updateHistoryOperation(@NotNull String documentId,
int historyId,
@NotNull String operation)
Updates the operation value for a history entry in a
RestDocument |
RestDocument |
DocumentManager.updateHistoryOperation(@NotNull String documentId,
int historyId,
@NotNull String operation)
Updates the operation value for a history entry in a
RestDocument |
@NotNull RestDocument |
DocumentManager.uploadDocument(@Nullable File file)
Uploads the given
File to the server and returns the RestDocument reference
to the uploaded resource. |
@NotNull RestDocument |
DocumentManager.uploadDocument(@Nullable File file)
Uploads the given
File to the server and returns the RestDocument reference
to the uploaded resource. |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentManager.downloadDocument(@Nullable RestDocument document,
@Nullable OutputStream outputStream)
Deprecated.
|
void |
DocumentManager.downloadDocument(@Nullable RestDocument document,
@Nullable OutputStream outputStream)
Deprecated.
|
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.