library

業務機能ユニット

  • inbound
  • outbound
  • work ticket
  • monitor
  • event calendar
  • issue ticket
  • work UI
  • work logic
  • service reference
  • billing/costing
  • analyze

interface

inbound

  • inbound (UI/API/Mail)

outbound

  • outbound (UI/API/Mail)

UI

  • work UI

work logic (method)

queue / stack

溜め込むタイプのロジック

  • work ticket
  • issue ticket

process

受け取ったら変換して出力するロジック

  • work logic
  • billing/costing
  • analyze

watcher

常時何をみているロジック

  • monitor

trigger

オブジェクトの外側から特定の条件(主に時間の到来)をきっかけにinterfaceをたたくもの

  • event calendar