Class PerformingArchivingDocuments
- java.lang.Object
-
- no.digipost.api.client.internal.delivery.PerformingArchivingDocuments
-
- All Implemented Interfaces:
ArchiveApi.ArchivingDocuments
public class PerformingArchivingDocuments extends Object implements ArchiveApi.ArchivingDocuments
-
-
Constructor Summary
Constructors Constructor Description PerformingArchivingDocuments(Archive archive, ArchiveDeliverer archiveDeliverer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchiveApi.ArchivingDocumentsaddFile(ArchiveDocument document, InputStream content)Laster opp innhold til et dokument.Archivesend()Sender forsendelsen.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface no.digipost.api.client.archive.ArchiveApi.ArchivingDocuments
addFile
-
-
-
-
Constructor Detail
-
PerformingArchivingDocuments
public PerformingArchivingDocuments(Archive archive, ArchiveDeliverer archiveDeliverer)
-
-
Method Detail
-
addFile
public ArchiveApi.ArchivingDocuments addFile(ArchiveDocument document, InputStream content)
Description copied from interface:ArchiveApi.ArchivingDocumentsLaster opp innhold til et dokument.- Specified by:
addFilein interfaceArchiveApi.ArchivingDocuments- Returns:
- videre operasjoner for å fullføre leveransen.
-
send
public Archive send()
Description copied from interface:ArchiveApi.ArchivingDocumentsSender forsendelsen.- Specified by:
sendin interfaceArchiveApi.ArchivingDocuments
-
-