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.

ここをクリックして、テーブルを表示/非表示します。
主キー テーブル名主キー カラム名外部キー テーブル名外部キー カラム名外部キー名
AO_950DC3_TC_SUBCALSIDAO_950DC3_TC_SUBCALSPARENT_IDfk_ao_950dc3_tc_subcals_parent_id
AO_950DC3_TC_SUBCALSIDAO_950DC3_TC_SUBCALSSUBSCRIPTION_IDfk_ao_950dc3_tc_subcals_subscription_id
AO_950DC3_TC_SUBCALS_IN_SPACEIDAO_950DC3_TC_SUBCALSSUB_CALENDAR_IDfk_ao_950dc3_tc_subcals_in_space_sub_calendar_id
AO_950DC3_TC_CUSTOM_EV_TYPESBELONG_SUB_CALENDAR_IDAO_950DC3_TC_SUBCALSIDfk_ao_950dc3_tc_custom_ev_types_belong_sub_calendar_id
AO_950DC3_TC_DISABLE_EV_TYPESSUB_CALENDAR_IDAO_950DC3_TC_SUBCALSIDfk_ao_950dc3_tc_disable_ev_types_sub_calendar_id
AO_950DC3_TC_JIRA_REMI_EVENTSSUB_CALENDAR_IDAO_950DC3_TC_SUBCALSIDfk_ao_950dc3_tc_jira_remi_events_sub_calendar_id
AO_950DC3_TC_REMINDER_USERSSUB_CALENDAR_IDAO_950DC3_TC_SUBCALSIDfk_ao_950dc3_tc_reminder_users_sub_calendar_id

カレンダー

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.




最終更新日 2024 年 9 月 18 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.