public class PortalJobStatusChanged extends Object implements Confirmable, Cancellable
| Modifier and Type | Field and Description |
|---|---|
static PortalJobStatusChanged |
NO_UPDATED_STATUS
This instance indicates that there has been no status updates since the last poll request for
PortalJobStatusChanged. |
| Modifier and Type | Method and Description |
|---|---|
CancellationUrl |
getCancellationUrl() |
ConfirmationReference |
getConfirmationReference() |
PAdESReference |
getpAdESUrl() |
Signature |
getSignatureFrom(SignerIdentifier signer)
Gets the signature from a given signer.
|
long |
getSignatureJobId() |
List<Signature> |
getSignatures() |
PortalJobStatus |
getStatus() |
boolean |
is(PortalJobStatus status) |
boolean |
isPAdESAvailable() |
String |
toString() |
public static final PortalJobStatusChanged NO_UPDATED_STATUS
PortalJobStatusChanged. Its status is NO_CHANGES.public long getSignatureJobId()
public PortalJobStatus getStatus()
public boolean is(PortalJobStatus status)
public boolean isPAdESAvailable()
public PAdESReference getpAdESUrl()
public Signature getSignatureFrom(SignerIdentifier signer)
signer - an identifier referring to a signer of the job. It may be a personal identification number or
contact information, depending of how the signer was initially created
(using personal identification number1,
personal identification number2,
email address, mobile number or
both email address and mobile number).
1: with contact information provided.
2: using contact information from a lookup service.
IllegalArgumentException - if the job response doesn't contain a signature from this signerpublic ConfirmationReference getConfirmationReference()
getConfirmationReference in interface Confirmablepublic CancellationUrl getCancellationUrl()
getCancellationUrl in interface CancellableCopyright © 2018 Digipost. All rights reserved.