Update flow and architecture images
[nonrtric/plt/rappmanager.git] / docs / uml / rApp-flow.puml
index 682003b..0ec5535 100755 (executable)
@@ -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