Enum Constant Summary
Enum Constants
All signers have successfully signed the document.
All signers have performed an action to the document, but at least one have a non successful status (e.g.
At least one signer has not yet performed any action to the document.
There has not been any changes since the last received status change.
Method Summary
All Methods Static Methods Concrete Methods
fromXmlType (no.digipost.signature.api.xml.XMLDirectSignatureJobStatus xmlJobStatus)
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
IN_PROGRESS
At least one signer has not yet performed any action to the document.
For details about the state, see the
status of each signer.
See Also:
XMLDirectSignatureJobStatus.IN_PROGRESS
COMPLETED_SUCCESSFULLY
All signers have successfully signed the document.
See Also:
XMLDirectSignatureJobStatus.COMPLETED_SUCCESSFULLY
FAILED
All signers have performed an action to the document, but at least one have a non successful status (e.g. rejected, expired or failed).
See Also:
XMLDirectSignatureJobStatus.FAILED
NO_CHANGES
There has not been any changes since the last received status change.
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
fromXmlType
public static DirectJobStatus fromXmlType (no.digipost.signature.api.xml.XMLDirectSignatureJobStatus xmlJobStatus)