Package | Description |
---|---|
no.digipost.api.client | |
no.digipost.api.client.delivery | |
no.digipost.api.client.representations |
Copyright (C) Posten Norge AS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.methods.CloseableHttpResponse |
ApiServiceImpl.addContent(Document document,
InputStream letterContent) |
org.apache.http.client.methods.CloseableHttpResponse |
ApiService.addContent(Document document,
InputStream letterContent)
Angir innholdet i en allerede opprettet forsendelse
Før man kaller denne metoden, må man allerede ha opprettet en
forsendelsesressurs på serveren ved metoden
opprettForsendelse . |
MessageDelivery |
MessageSender.addContent(MessageDelivery message,
Document document,
InputStream documentContent,
InputStream printDocumentContent)
Legger til innhold til et dokument.
|
InputStream |
MessageSender.fetchKeyAndEncrypt(Document document,
InputStream content)
Henter brukers public nøkkel fra serveren og krypterer brevet som skal
sendes med denne.
|
Modifier and Type | Method and Description |
---|---|
OPERATIONS |
OngoingDelivery.addContent(Document document,
InputStream content)
Laster opp innhold til et dokument.
|
OngoingDelivery.SendableWithPrintFallback |
OngoingDelivery.WithPrintFallback.addContent(Document document,
InputStream content,
InputStream printContent)
Laster opp innhold til et dokument med alternativt innhold for print (må være PDF).
|
Modifier and Type | Class and Description |
---|---|
class |
Invoice |
Modifier and Type | Field and Description |
---|---|
protected Document |
MessageDelivery.primaryDocument |
Document |
Message.primaryDocument |
Modifier and Type | Field and Description |
---|---|
protected List<Document> |
MessageDelivery.attachments |
List<Document> |
Message.attachments |
static no.motif.f.Fn<Document,FileType> |
Document.getFileType |
static no.motif.f.Fn<Document,String> |
Document.getUuid |
static no.motif.f.Predicate<Document> |
Document.isPreEncrypt |
Modifier and Type | Method and Description |
---|---|
static Document |
Document.copyDocumentAndSetDigipostFileTypeToPdf(Document doc) |
Document |
MessageDelivery.getDocumentByUuid(String uuid) |
Document |
MessageDelivery.getPrimaryDocument() |
Document |
Document.setNoEncryptedPages(int noEncryptedPages) |
Document |
Document.setPreEncrypt() |
static Document |
Document.technicalAttachment(FileType fileType,
String... type) |
Modifier and Type | Method and Description |
---|---|
Comparator<? super Document> |
Message.documentOrder() |
List<Document> |
MessageDelivery.getAllDocuments() |
List<Document> |
Message.getAllDocuments() |
List<Document> |
MessageDelivery.getAttachments() |
Modifier and Type | Method and Description |
---|---|
static Document |
Document.copyDocumentAndSetDigipostFileTypeToPdf(Document doc) |
static Message.MessageBuilder |
Message.MessageBuilder.newMessage(String messageId,
Document primaryDocument) |
Modifier and Type | Method and Description |
---|---|
Message.MessageBuilder |
Message.MessageBuilder.attachments(Iterable<? extends Document> attachments) |
Copyright © 2016 Digipost Open Source. All rights reserved.