aboutsummaryrefslogtreecommitdiffstats
path: root/docs/offeredapis/listener/apiListener.plantuml
diff options
context:
space:
mode:
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>2019-03-12 18:30:33 +0100
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>2019-03-12 18:30:33 +0100
commitcf469f63cb490d90b55508efa331073a17297999 (patch)
tree4cbb6daff2e14d30d2f4d745ec5e8cd8a15f5e5c /docs/offeredapis/listener/apiListener.plantuml
parent66403a1729296f9d90ce61a4d4cb0d102e03cd1e (diff)
Update Swagger files
Change-Id: I02a375b4998fdf23bd7c4eb391011a8e37a1c8e2 Issue-ID: EXTAPI-211 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
Diffstat (limited to 'docs/offeredapis/listener/apiListener.plantuml')
-rw-r--r--docs/offeredapis/listener/apiListener.plantuml26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/offeredapis/listener/apiListener.plantuml b/docs/offeredapis/listener/apiListener.plantuml
deleted file mode 100644
index fe5ebc8..0000000
--- a/docs/offeredapis/listener/apiListener.plantuml
+++ /dev/null
@@ -1,26 +0,0 @@
-@startuml
-
-enum EventType {
- ServiceOrderCreationNotification
- ServiceOrderStateChangeNotification
- ServiceOrderItemStateChangeNotification
-}
-
-class ErrorRepresentation {
- code:int
- reason:string
- message:string
- status:int
- referenceError:string
- @type:string
- @schemaLocation:string
-}
-
-class Listener {
- eventId:string
- eventDate:dateTime
- event:object
-}
- Listener --> "1-1" EventType : eventType
-
-@enduml \ No newline at end of file