| 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.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Method and Description |
|---|---|
Placeholder |
Signature.getRoleId() |
| Constructor and Description |
|---|
Signature(Placeholder roleId,
int page,
double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
static SignatureBuilder |
SignatureBuilder.acceptanceFor(Placeholder roleId)
Creates an acceptance consent for the signer having the placeholder's id provided
|
static SignatureBuilder |
SignatureBuilder.captureFor(Placeholder roleId)
Creates a SignatureBuilder instance for the signer with the placeholder's id provided as parameter
The signature style will be also set to SignatureStyle.HAND_DRAWN
|
static SignatureBuilder |
SignatureBuilder.initialsFor(Placeholder roleId)
Creates a SignatureBuilder instance for the signer with the placeholder's id provided as parameter
The signature style will be also set toSignatureStyle.INITIALS
|
static SignatureBuilder |
SignatureBuilder.mobileCaptureFor(Placeholder roleId)
Creates a SignatureBuilder instance for the signer with the placeholder's id provided as parameter
The signature style will be also set to SignatureStyle.MOBILE_CAPTURE
|
static SignerBuilder |
SignerBuilder.newSignerPlaceholder(Placeholder placeholder)
Creates a SignerBuilder object.
|
SignerBuilder |
SignerBuilder.replacing(Placeholder placeholder)
Sets the signer's ID to the placeholder's ID.
|
static SignatureBuilder |
SignatureBuilder.signatureFor(Placeholder roleId)
Creates a SignatureBuilder instance for the placeholder having the role id as parameter
|
| Modifier and Type | Field and Description |
|---|---|
Placeholder |
ChangePlaceholderNameExample.newPlaceholder |
Placeholder |
ChangePlaceholderNameExample.updatedPlaceholder |
| Modifier and Type | Method and Description |
|---|---|
Placeholder |
TemplateService.addPlaceholder(PackageId templateId,
Placeholder placeholder)
Adds a placeholder to the template.
|
Placeholder |
TemplateService.updatePlaceholder(PackageId templateId,
Placeholder placeholder)
Update a placeholder.
|
| Modifier and Type | Method and Description |
|---|---|
Placeholder |
TemplateService.addPlaceholder(PackageId templateId,
Placeholder placeholder)
Adds a placeholder to the template.
|
Placeholder |
TemplateService.updatePlaceholder(PackageId templateId,
Placeholder placeholder)
Update a placeholder.
|
Copyright 2022 OneSpan All rights reserved.