Class PortalJobStatusChanged
java.lang.Object
no.digipost.signature.client.portal.PortalJobStatusChanged
- All Implemented Interfaces:
Cancellable
,Confirmable
-
Method Summary
Modifier and TypeMethodDescriptiongetSignatureFrom
(SignerIdentifier signer) Gets the signature from a given signer.long
boolean
is
(PortalJobStatus status) boolean
toString()
-
Method Details
-
getSignatureJobId
public long getSignatureJobId() -
getReference
- Returns:
- the signature job's custom reference as specified upon
creation
. May benull
.
-
getStatus
-
is
-
isPAdESAvailable
public boolean isPAdESAvailable() -
getpAdESUrl
-
getSignatures
-
getSignatureFrom
Gets the signature from a given signer.- Parameters:
signer
- an identifier referring to a signer of the job. It may be a personal identification number or contact information, depending of how thesigner
was initially created (usingpersonal identification number
1,personal identification number
2,email address
,mobile number
orboth email address and mobile number
).1: with contact information provided.
2: using contact information from a lookup service.- Throws:
IllegalArgumentException
- if the job response doesn't contain a signature from this signer
-
getNextPermittedPollTime
-
getConfirmationReference
- Specified by:
getConfirmationReference
in interfaceConfirmable
-
getCancellationUrl
- Specified by:
getCancellationUrl
in interfaceCancellable
-
getDeleteDocumentsUrl
-
toString
-