Uses of Class
no.digipost.api.client.representations.archive.Archive
-
Packages that use Archive Package Description no.digipost.api.client no.digipost.api.client.archive no.digipost.api.client.internal no.digipost.api.client.internal.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.no.digipost.api.client.representations.archive 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. -
-
Uses of Archive in no.digipost.api.client
Methods in no.digipost.api.client that return Archive Modifier and Type Method Description Archive
DigipostClient. addUniqueUUIDToArchiveDocument(UUID uuid, UUID newuuid)
Archive
DigipostClient. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)
Archive
DigipostClient. getArchiveDocumentByUuid(UUID uri)
Archive
DigipostClient. getArchiveDocumentByUuid(SenderId senderId, UUID uuid)
Archive
DigipostClient. getArchiveDocuments(URI uri)
An Archive has an optional URL to fetch documents paged 100 at a time.Methods in no.digipost.api.client with parameters of type Archive Modifier and Type Method Description ArchiveApi.ArchivingDocuments
DigipostClient. archiveDocuments(Archive archive)
-
Uses of Archive in no.digipost.api.client.archive
Methods in no.digipost.api.client.archive that return Archive Modifier and Type Method Description Archive
ArchiveApi. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)
Archive
ArchiveApi. getArchiveDocument(URI uri)
Archive
ArchiveApi. getArchiveDocumentByUUID(SenderId senderId, UUID uuid)
Archive
ArchiveApi. getArchiveDocuments(URI uri)
Archive
ArchiveApi.ArchivingDocuments. send()
Sender forsendelsen. -
Uses of Archive in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal that return Archive Modifier and Type Method Description Archive
ApiServiceImpl. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)
Archive
ApiServiceImpl. getArchiveDocument(URI uri)
Archive
ApiServiceImpl. getArchiveDocumentByUUID(SenderId senderId, UUID uuid)
Archive
ApiServiceImpl. getArchiveDocuments(URI uri)
-
Uses of Archive in no.digipost.api.client.internal.delivery
Methods in no.digipost.api.client.internal.delivery that return Archive Modifier and Type Method Description Archive
PerformingArchivingDocuments. send()
Archive
ArchiveDeliverer. sendMultipartMessage(Archive archive, Map<UUID,no.digipost.api.client.internal.delivery.DocumentContent> documentsAndContent)
Sender melding med alle dokumenter og innhold med én API-forespørsel (HTTP multipart request).Methods in no.digipost.api.client.internal.delivery with parameters of type Archive Modifier and Type Method Description ArchiveApi.ArchivingDocuments
ArchiveDeliverer. createArchive(Archive archive)
Archive
ArchiveDeliverer. sendMultipartMessage(Archive archive, Map<UUID,no.digipost.api.client.internal.delivery.DocumentContent> documentsAndContent)
Sender melding med alle dokumenter og innhold med én API-forespørsel (HTTP multipart request).Constructors in no.digipost.api.client.internal.delivery with parameters of type Archive Constructor Description PerformingArchivingDocuments(Archive archive, ArchiveDeliverer archiveDeliverer)
-
Uses of Archive in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return Archive Modifier and Type Method Description Archive
ObjectFactory. createArchive()
-
Uses of Archive in no.digipost.api.client.representations.archive
Fields in no.digipost.api.client.representations.archive with type parameters of type Archive Modifier and Type Field Description protected List<Archive>
Archives. archives
Methods in no.digipost.api.client.representations.archive that return Archive Modifier and Type Method Description Archive
Archive.ArchiveBuilder. build()
Methods in no.digipost.api.client.representations.archive that return types with arguments of type Archive Modifier and Type Method Description Optional<Archive>
Archives. findDefault()
List<Archive>
Archives. getArchives()
Constructor parameters in no.digipost.api.client.representations.archive with type arguments of type Archive Constructor Description Archives(List<Archive> archives, List<Link> links)
-