-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bruker PathParam for task status og id for enklere input i swag…
…ger-ui. (#744) * feat: bruker PathParam for task status og id for enklere input i swagger-ui. * refactor: bruker exhaustiv switch for mapping.
- Loading branch information
Showing
9 changed files
with
107 additions
and
71 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
8 changes: 8 additions & 0 deletions
8
.../src/main/java/no/nav/vedtak/felles/prosesstask/rest/dto/FeiletProsessTaskStatusEnum.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package no.nav.vedtak.felles.prosesstask.rest.dto; | ||
|
||
public enum FeiletProsessTaskStatusEnum { | ||
FEILET, | ||
VENTER_SVAR, | ||
SUSPENDERT | ||
; | ||
} |
10 changes: 10 additions & 0 deletions
10
.../main/java/no/nav/vedtak/felles/prosesstask/rest/dto/IkkeFerdigProsessTaskStatusEnum.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package no.nav.vedtak.felles.prosesstask.rest.dto; | ||
|
||
public enum IkkeFerdigProsessTaskStatusEnum { | ||
FEILET, | ||
VENTER_SVAR, | ||
SUSPENDERT, | ||
VETO, | ||
KLAR | ||
; | ||
} |
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.