public enum DirectJobStatus extends Enum<DirectJobStatus>
| Enum Constant and Description |
|---|
COMPLETED_SUCCESSFULLY
All signers have successfully signed the document.
|
FAILED
All signers have performed an action to the document, but at least one have a non successful status (e.g.
|
IN_PROGRESS
At least one signer has not yet performed any action to the document.
|
NO_CHANGES
There has not been any changes since the last received status change.
|
| Modifier and Type | Method and Description |
|---|---|
static DirectJobStatus |
fromXmlType(no.digipost.signature.api.xml.XMLDirectSignatureJobStatus xmlJobStatus) |
static DirectJobStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectJobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectJobStatus IN_PROGRESS
status of each signer.XMLDirectSignatureJobStatus.IN_PROGRESSpublic static final DirectJobStatus COMPLETED_SUCCESSFULLY
XMLDirectSignatureJobStatus.COMPLETED_SUCCESSFULLYpublic static final DirectJobStatus FAILED
XMLDirectSignatureJobStatus.FAILEDpublic static final DirectJobStatus NO_CHANGES
public static DirectJobStatus[] values()
for (DirectJobStatus c : DirectJobStatus.values()) System.out.println(c);
public static DirectJobStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DirectJobStatus fromXmlType(no.digipost.signature.api.xml.XMLDirectSignatureJobStatus xmlJobStatus)
Copyright © 2018 Digipost. All rights reserved.