Skip to content

Destination 登録

flowchart LR
  Event{{When: 随時}}
  UserRole[/Who: ユーザ/]
  DatabaseDdl[["Database DDL"]]
  RegisterDestination(("Destination 登録"))
  Destination[("Destination")]

  Event -. 起動条件 .-> RegisterDestination
  UserRole -. 登録作業 .-> RegisterDestination
  DatabaseDdl -. 列定義 / 主キー制約 / シーケンス定義の補助参照 .-> RegisterDestination
  RegisterDestination -->|転送先マスタを登録| Destination

Notes

  • Event / When は随時である。
  • Role / Who はユーザである。
  • Database DDL は補助参照であり、Destination 登録の必須入力ではない。
  • Destination 登録 は、転送先テーブルへ書き込むための Destination を作成する。
  • このDFDは、Destination の Concept Spec を再定義しない。

Generated Review Metadata

This section is generated for human review. Edit the source DFD and relationship metadata instead.

  • Business ID: destination-registration
  • Parent Subsystem: Master
  • Parent DFD: Transfer Master Registration
  • Summary: ユーザが必要に応じてデータベースDDLを参照し、Destinationを登録する業務。

Business I/O Metadata

DirectionKindGroupTermSummary
UseExternal Store-Database DDL-
OutputConcept-転送先仕様転送先テーブルへ書き込むために必要な転送先側の仕様
  • None recorded in DFD relationship metadata.

Released under the MIT License.