-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lagt til støtte for å kopiere journalpost (#1117)
Lagt til støtte for å kopiere journalpost (#1117) * WIP Støtte for å kopiere journalpost * Testjobb * Fikser kopiering av journalpost * Refaktorerer ut krav for kopiering. * Fjerner ubrukt felt. * Fjerner rapid og ubrukte klasser. * Fikser circular reference. * Lagrer journalpostkopi gjennom hendelseMottaker. * Etterspørr datoOpprettet ved kall mot SAF. * Legger på TODO... * Fjerner konsumering fra punsjbolle topic. * Fikser feilhåndtering ved kopiering av journalpost. * Rydder opp kode * Bruker enum for string verdier. * Fjerner ubrukt variabel. * Bruker enum for string verdier. * Forenkler logikk. * Returnerer mer detaljert respons ved kopiering av JP.
- Loading branch information
Showing
36 changed files
with
478 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 0 additions & 69 deletions
69
src/main/kotlin/no/nav/k9punsj/innsending/InnsendingClient.kt
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
src/main/kotlin/no/nav/k9punsj/innsending/KopierJournalpostInnsendingClient.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.