public class PortalJobStatusChanged extends Object implements Confirmable, Cancellable
| Modifier and Type | Method and Description |
|---|---|
CancellationUrl |
getCancellationUrl() |
ConfirmationReference |
getConfirmationReference() |
DeleteDocumentsUrl |
getDeleteDocumentsUrl() |
Instant |
getNextPermittedPollTime() |
PAdESReference |
getpAdESUrl() |
String |
getReference() |
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 long getSignatureJobId()
public String getReference()
creation. May be null.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 Instant getNextPermittedPollTime()
public ConfirmationReference getConfirmationReference()
getConfirmationReference in interface Confirmablepublic CancellationUrl getCancellationUrl()
getCancellationUrl in interface Cancellablepublic DeleteDocumentsUrl getDeleteDocumentsUrl()
Copyright © 2019 Digipost. All rights reserved.