Confluence Data Center の Team Calendar データ モデル
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
このガイドは参考情報として提供され、アトラシアンのサポート対象ではありません。このページの内容について質問がある場合には、アトラシアン コミュニティでお問い合わせください。
要約
When Team Calendars for Confluence 4.2 was released, the Team Calendars data was moved from BANDANA table into their own AO tables. The AO tables for Team Calendars will follow the syntax of AO_950DC3_TC_TABLENAME as explained in Atlassian Developer > Table names
Check KB List of Confluence Server/Data Center Active Objects (AO) table names and vendors for full list of Plugins with the AO tables associated
This document provides a diagram of the Team Calendars schema and a conceptual overview of the data model.
データベース テーブルと参照
Expand the link below to see a table of the foreign keys for each table.
カレンダー
This section describes the tables involved in storing Calendars information, ownership, subscriptions, privileges, etc:
表 | 説明 |
---|---|
AO_950DC3_TC_SUBCALS | Records information of all the calendars created or subscribed by users. |
AO_950DC3_TC_SUBCALS_IN_SPACE | Keeps the calendar details related to a specific space. |
AO_950DC3_TC_SUBCALS_PROPS | Properties related to subCalendar (like Jira calendar properties, source location of subCalendar, etc). |
AO_950DC3_TC_SUBCALS_PRIV_USR | Information about the restricted users of calendars |
AO_950DC3_TC_SUBCALS_PRIV_GRP | Information about the restricted groups of calendars |
イベント
This section describes the tables involved in storing Events related information:
表 | 説明 |
---|---|
AO_950DC3_TC_EVENTS | Details of the events. |
AO_950DC3_TC_EVENTS_EXCL | Information about exclusions of recurring events. |
AO_950DC3_TC_EVENTS_INVITEES | Tracking IDs of the invitees to events. |
AO_950DC3_TC_CUSTOM_EV_TYPES | Information about custom event types. |
AO_950DC3_TC_DISABLE_EV_TYPES | Information about disabled event types. |
Jira Events information is not stored in Confluence database, as this information is kept in Jira system and retrieved via JQL.
リマインダー
This section describes the tables involved in storing Reminders related information:
表 | 説明 |
---|---|
AO_950DC3_TC_REMINDER_SETTINGS | Reminder settings for the different event types. |
AO_950DC3_TC_JIRA_REMI_EVENTS | Details of the Jira Reminder Events. |
AO_950DC3_TC_REMINDER_USERS | Details of the current user when setting the reminder of the event types. |