X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuml%2FrApp-flow.puml;h=0ec5535b8f5b37de487ba436de26f5865c481134;hb=refs%2Fchanges%2F60%2F12060%2F3;hp=682003bddb854b261ceeec9e7a7e956352bdc2ab;hpb=b45f4856cd283f8b9e3e3372a80767145db6b554;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/docs/uml/rApp-flow.puml b/docs/uml/rApp-flow.puml index 682003b..0ec5535 100755 --- a/docs/uml/rApp-flow.puml +++ b/docs/uml/rApp-flow.puml @@ -5,7 +5,7 @@ actor "API User" participant "rApp Manager" collections "File System" participant "ACM Runtime" -participant "ICS" +participant "DME" group Create rApp "API User"->"rApp Manager": Create rApp @@ -17,8 +17,8 @@ group Create rApp "ACM Runtime"->"rApp Manager": Create ACM composition Status "rApp Manager"->"ACM Runtime": Prime ACM composition "ACM Runtime"->"rApp Manager": Prime ACM composition Status -"rApp Manager"->"ICS": Check information type availability -"ICS"->"rApp Manager": Information type availability Status +"rApp Manager"->"DME": Check information type availability +"DME"->"rApp Manager": Information type availability Status end autonumber @@ -29,7 +29,7 @@ group Delete rApp "rApp Manager"->"ACM Runtime": Delete ACM composition "ACM Runtime"->"rApp Manager": Delete ACM composition Status "API User"->"rApp Manager": Delete rApp -"rApp Manager"->"rApp Manager": Validate rApp Instances +"rApp Manager"->"rApp Manager": Validate rApp is in COMMISSIONED state \n and no rApp Instances "rApp Manager"->"API User": Delete rApp Status end