public final class SignatureStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static SignatureStatus |
BLOCKED
The signer entered the wrong security code too many times.
|
static SignatureStatus |
CANCELLED
This signer has been cancelled by the sender, and will not be able to sign the document.
|
static SignatureStatus |
CONTACT_INFORMATION_MISSING
We were not able to locate any channels (email, SMS) for notifying the signer to sign the document.
|
static SignatureStatus |
EXPIRED
The signer has not made a decision to either sign or reject the document within the
specified time limit,
|
static SignatureStatus |
NOT_APPLICABLE
The job has reached a state where the status of this signature is not applicable.
|
static SignatureStatus |
REJECTED
The signer has rejected to sign the document.
|
static SignatureStatus |
RESERVED
This signer is reserved from receiving documents electronically, and will not receive
the document for signing.
|
static SignatureStatus |
SIGNED
The signer has successfully signed the document.
|
static SignatureStatus |
SIGNERS_NAME_NOT_AVAILABLE
Indicates that the service was unable to retrieve the signer's name.
|
static SignatureStatus |
WAITING
The signer has yet to review the document and decide if she/he wants to sign or
reject it.
|
public static final SignatureStatus REJECTED
public static final SignatureStatus CANCELLED
public static final SignatureStatus RESERVED
public static final SignatureStatus CONTACT_INFORMATION_MISSING
public static final SignatureStatus EXPIRED
public static final SignatureStatus WAITING
public static final SignatureStatus SIGNED
public static final SignatureStatus NOT_APPLICABLE
PortalJobStatus.FAILED state. Any remaining (previously WAITING)
signatures are marked as NOT_APPLICABLE.public static final SignatureStatus BLOCKED
e-mail address or
mobile number.public static final SignatureStatus SIGNERS_NAME_NOT_AVAILABLE
This happens when the signer's name is permanently unavailable in the lookup service, creating and signing a new signature job with the same signer will yield the same result.
Only applicable for authenticated signatures
where the sender requires signed documents to contain name
as the signer's identifier.
public String getIdentifier()
Copyright © 2019 Digipost. All rights reserved.