| Modifier and Type | Method and Description |
|---|---|
Optional<Sender> |
ClientConfiguration.getGlobalSender() |
| Modifier and Type | Method and Description |
|---|---|
ClientConfiguration.Builder |
ClientConfiguration.Builder.globalSender(Sender sender)
Set the sender used globally for every signature job.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Sender> |
ASiCEConfiguration.getGlobalSender() |
| Modifier and Type | Method and Description |
|---|---|
Manifest |
ManifestCreator.createManifest(JOB job,
Sender sender) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Sender> |
SignatureJob.getSender() |
| Modifier and Type | Method and Description |
|---|---|
static Sender |
ActualSender.getActualSender(Optional<Sender> messageSpecificSender,
Optional<Sender> globalSender) |
| Modifier and Type | Method and Description |
|---|---|
B |
JobCustomizations.withSender(Sender sender)
Set the sender for this specific signature job.
|
| Modifier and Type | Method and Description |
|---|---|
static Sender |
ActualSender.getActualSender(Optional<Sender> messageSpecificSender,
Optional<Sender> globalSender) |
static Sender |
ActualSender.getActualSender(Optional<Sender> messageSpecificSender,
Optional<Sender> globalSender) |
JobStatusResponse<no.digipost.signature.api.xml.XMLDirectSignatureJobStatusResponse> |
ClientHelper.getDirectStatusChange(Optional<Sender> sender) |
JobStatusResponse<no.digipost.signature.api.xml.XMLPortalSignatureJobStatusChangeResponse> |
ClientHelper.getPortalStatusChange(Optional<Sender> sender) |
no.digipost.signature.api.xml.XMLPortalSignatureJobResponse |
ClientHelper.sendPortalSignatureJobRequest(no.digipost.signature.api.xml.XMLPortalSignatureJobRequest signatureJobRequest,
DocumentBundle documentBundle,
Optional<Sender> sender) |
no.digipost.signature.api.xml.XMLDirectSignatureJobResponse |
ClientHelper.sendSignatureJobRequest(no.digipost.signature.api.xml.XMLDirectSignatureJobRequest signatureJobRequest,
DocumentBundle documentBundle,
Optional<Sender> sender) |
| Constructor and Description |
|---|
ClientHelper(SignatureHttpClient httpClient,
Optional<Sender> globalSender) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Sender> |
DirectJob.getSender() |
| Modifier and Type | Method and Description |
|---|---|
DirectJobStatusResponse |
DirectClient.getStatusChange(Sender sender)
If there is a job with an updated
status, the returned object contains
necessary information to act on the status change. |
DirectJob.Builder |
DirectJob.Builder.withSender(Sender sender) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Sender> |
PortalJob.getSender() |
| Modifier and Type | Method and Description |
|---|---|
PortalJobStatusChanged |
PortalClient.getStatusChange(Sender sender)
If there is a job with an updated
status, the returned object contains
necessary information to act on the status change. |
PortalJob.Builder |
PortalJob.Builder.withSender(Sender sender) |
Copyright © 2019 Digipost. All rights reserved.