| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.examples |
Examples and helper classes of how to use the eSignLive Java SDK.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Method and Description |
|---|---|
Signer |
Message.getFrom()
Gets the signer who created the message.
|
Signer |
DocumentPackage.getPlaceholder(String id) |
Signer |
DocumentPackage.getSigner(String email)
Retrieves a signer by its email address
|
Signer |
DocumentPackage.getSignerByEmailAndId(String email,
String signerId)
Retrieves a signer by its email address and id
|
Signer |
DocumentPackage.getSignerById(String signerId)
Retrieves a signer by its id
|
| Modifier and Type | Method and Description |
|---|---|
List<Signer> |
DocumentPackage.getPlaceholders() |
List<Signer> |
DocumentPackage.getSigners() |
List<Signer> |
DocumentVisibility.getSigners(DocumentPackage documentPackage,
String documentId) |
List<Signer> |
EslClient.getSigners(PackageId packageId,
String documentId) |
List<Signer> |
DocumentPackage.getSignersByEmail(String email)
Retrieves signers by email address
|
Map<String,Signer> |
Message.getTo()
Gets a list of signers who this message is intended for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentPackage.addSigner(Signer signer)
Adds a signer
|
void |
DocumentPackage.removePlaceholder(Signer signer) |
void |
DocumentPackage.removeSigner(Signer signer)
Removes a signer
|
void |
Message.setFrom(Signer from) |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setTo(Map<String,Signer> to) |
| Constructor and Description |
|---|
Message(MessageStatus status,
String content,
Signer from) |
| Constructor and Description |
|---|
DocumentPackage(String name,
List<Signer> signers,
List<Signer> placeholders,
List<Document> documents,
boolean autocomplete) |
DocumentPackage(String name,
List<Signer> signers,
List<Signer> placeholders,
List<Document> documents,
boolean autocomplete) |
| Modifier and Type | Method and Description |
|---|---|
Signer |
SignerBuilder.build()
Builds the actual signer object.
|
| Modifier and Type | Method and Description |
|---|---|
PackageBuilder |
PackageBuilder.withSigner(Signer signer)
Adds a signer to the package.
|
| Modifier and Type | Field and Description |
|---|---|
Signer |
MixedSignerAuthenticationExample.signerWithAuthenticationEquifaxCanada |
Signer |
MixedSignerAuthenticationExample.signerWithAuthenticationEquifaxUSA |
Signer |
SignerManipulationExample.updatedSigner |
| Modifier and Type | Field and Description |
|---|---|
List<Signer> |
DocumentVisibilityExample.signersForDocument1 |
List<Signer> |
DocumentVisibilityExample.signersForDocument2 |
List<Signer> |
DocumentVisibilityExample.signersForDocument3 |
| Modifier and Type | Method and Description |
|---|---|
Signer |
SignerConverter.toSDKSigner()
Convert from API signer to SDK signer.
|
| Constructor and Description |
|---|
SignerConverter(Signer sdkSigner)
Construct with SDK signer object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
Signer |
PackageService.getSigner(PackageId packageId,
String signerId)
Get a signer from the specified package
|
| Modifier and Type | Method and Description |
|---|---|
List<Signer> |
PackageService.getSigners(PackageId packageId,
String documentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentRequirementService.acceptAttachment(PackageId packageId,
Signer signer,
String attachmentName)
Sender accepts signer's attachment requirement.
|
String |
PackageService.addSigner(PackageId packageId,
Signer signer)
Adds a signer to the specified package
|
DownloadedFile |
AttachmentRequirementService.downloadAllAttachmentFilesForSignerInPackage(DocumentPackage sdkPackage,
Signer signer)
Sender downloads all attachment files with file name for the signer in the package.
|
byte[] |
AttachmentRequirementService.downloadAllAttachmentsForSignerInPackage(DocumentPackage sdkPackage,
Signer signer)
Deprecated.
|
void |
AttachmentRequirementService.rejectAttachment(PackageId packageId,
Signer signer,
String attachmentName,
String senderComment)
Sender rejects signer's attachment requirement with a comment.
|
void |
PackageService.sendSmsToSigner(PackageId packageId,
Signer signer)
Send SMS to the signer.
|
void |
PackageService.updateSigner(PackageId packageId,
Signer signer)
Updates a signer's information from a package
|
Copyright 2022 OneSpan All rights reserved.