| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentId |
Document.getId()
Accessor method used to get the ID of the document
|
| Modifier and Type | Method and Description |
|---|---|
SigningStatus |
EslClient.getSigningStatus(PackageId packageId,
SignerId signerId,
DocumentId documentId) |
void |
Document.setId(DocumentId id)
Accessor method used to set the document ID
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageService.deleteDocuments(PackageId packageId,
DocumentId... documentIds)
Deletes the documents from the package.
|
SigningStatus |
PackageService.getSigningStatus(PackageId packageId,
SignerId signerId,
DocumentId documentId)
Retrieves the current signing status of the DocumentPackage, Document or Signer specified.
|
Copyright 2022 OneSpan All rights reserved.