Class PortalJob
java.lang.Object
no.digipost.signature.client.portal.PortalJob
- All Implemented Interfaces:
MaySpecifySender,SignatureJob
Signature job with document(s) to be signed by
one or more signers in portal flow.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface no.digipost.signature.client.core.internal.MaySpecifySender
NO_SPECIFIED_SENDER -
Method Summary
Modifier and TypeMethodDescriptionstatic PortalJob.Builderbuilder(String title, List<PortalDocument> documents, List<PortalSigner> signers) Create a new signature job for portal flow.static PortalJob.Builderbuilder(String title, PortalDocument document, PortalSigner signer) Create a new signature job for portal flow.getTitle()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface no.digipost.signature.client.core.internal.MaySpecifySender
resolveSenderWithFallbackTo, resolveSenderWithFallbackTo
-
Method Details
-
getReference
- Specified by:
getReferencein interfaceSignatureJob
-
getDocuments
- Specified by:
getDocumentsin interfaceSignatureJob
-
getSender
- Specified by:
getSenderin interfaceMaySpecifySender
-
getRequiredAuthentication
- Specified by:
getRequiredAuthenticationin interfaceSignatureJob
-
getIdentifierInSignedDocuments
- Specified by:
getIdentifierInSignedDocumentsin interfaceSignatureJob
-
getSigners
-
getActivationTime
-
getAvailable
-
getTitle
-
getNonsensitiveTitle
-
getDescription
-
builder
Create a new signature job for portal flow. -
builder
public static PortalJob.Builder builder(String title, List<PortalDocument> documents, List<PortalSigner> signers) Create a new signature job for portal flow.
-