-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f678137
commit 6741f0c
Showing
2 changed files
with
53 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
@startuml | ||
/' | ||
# TI-Messenger 1.1 | ||
# TI-Messenger-Dienst | ||
# Use Case Diagram | ||
# Name: Org-Admin - Anwendungsfaelle | ||
'/ | ||
!pragma layout smetana | ||
|
||
skinparam actorStyle awesome | ||
left to right direction | ||
scale 6/3 | ||
|
||
skinparam sequence { | ||
ArrowColor black | ||
ArrowFontSize 17 | ||
ActorBorderColor black | ||
LifeLineBorderColor black | ||
LifeLineBackgroundColor Gainsboro | ||
|
||
ParticipantBorderColor Motivation | ||
ParticipantBackgroundColor Motivation | ||
ParticipantFontName Impact | ||
ParticipantFontSize 20 | ||
ParticipantFontColor black | ||
ParticipantBorderColor Black | ||
ParticipantBackgroundColor MOTIVATION | ||
|
||
ActorBackgroundColor Gainsboro | ||
ActorFontColor black | ||
ActorFontSize 13 | ||
ActorFontName Aapex | ||
} | ||
|
||
package Rolle { | ||
actor "Org-Admin" as oa | ||
} | ||
|
||
package Anwendungsfälle { | ||
usecase "**<<AF_10103>>** \nAuthentisieren einer Organisation \nam TI-Messenger-Dienst" as UC1 #AliceBlue | ||
usecase "**<<AF_10060>>** \nBereitstellung eines Messenger-Service \nfür eine Organisation" as UC2 #AliceBlue | ||
usecase "**<<AF_10059>>** \nOrganisationsressourcen im \nVerzeichnisdienst hinzufügen" as UC3 | ||
} | ||
|
||
oa --> UC1 | ||
oa --> UC2 | ||
oa --> UC3 | ||
|
||
note top of (oa) | ||
z. B. Beauftragter Mitarbeiter in einer | ||
Organisation | ||
end note | ||
@enduml |
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