| 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.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Method and Description |
|---|---|
GroupId |
Signature.getGroupId() |
GroupId |
Signer.getGroupId() |
GroupId |
Group.getId() |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setId(GroupId id) |
| Constructor and Description |
|---|
Signature(GroupId groupId,
int page,
double x,
double y) |
Signer(GroupId groupId) |
| Modifier and Type | Method and Description |
|---|---|
static SignatureBuilder |
SignatureBuilder.acceptanceFor(GroupId groupId)
Creates a SignatureBuilder instance for any members of the group provided as parameter.
|
static SignatureBuilder |
SignatureBuilder.captureFor(GroupId groupId)
Creates a SignatureBuilder instance for the signer with the group id provided as parameter
The signature style will be also set to SignatureStyle.HAND_DRAWN
|
static SignatureBuilder |
SignatureBuilder.initialsFor(GroupId groupId)
Creates a SignatureBuilder instance for any members of the group provided as parameter.
|
static SignatureBuilder |
SignatureBuilder.mobileCaptureFor(GroupId groupId)
Creates a SignatureBuilder instance for the signer with the group id provided as parameter
The signature style will be also set to SignatureStyle.MOBILE_CAPTURE
|
static SignerBuilder |
SignerBuilder.newSignerFromGroup(GroupId groupId)
Creates a SignerBuilder object.
|
static SignatureBuilder |
SignatureBuilder.signatureFor(GroupId groupId)
Creates a SignatureBuilder instance for any members of the group provided as parameter.
|
GroupBuilder |
GroupBuilder.withId(GroupId groupId)
Defines a unique ID for this group.
|
| Modifier and Type | Method and Description |
|---|---|
GroupMember |
GroupService.addMember(GroupId groupId,
GroupMember groupMember)
Invite a new sender to the group.
|
void |
GroupService.deleteGroup(GroupId groupId)
Delete a group belonging to this account, specified by GroupId
|
Group |
GroupService.getGroup(GroupId groupId)
Retrieve a single group belonging to this account, specified by GroupId.
|
List<String> |
GroupService.getGroupMemberEmails(GroupId groupId)
Retrieve a list of emails for all members of a group belonging to this account, specified by GroupId.
|
List<GroupMember> |
GroupService.getGroupMembers(GroupId groupId)
Retrieve a list of all members of a group belonging to this account, specified by GroupId.
|
Group |
GroupService.inviteMember(GroupId groupId,
GroupMember groupMember)
Invite a new sender to the group.
|
void |
PackageService.notifySigner(PackageId packageId,
GroupId groupId) |
Group |
GroupService.updateGroup(Group group,
GroupId groupId)
Update a group belonging to this account
|
Copyright 2022 OneSpan All rights reserved.