JP3646624B2 - Shared data system, local data operation method in shared data system, and recording medium - Google Patents

Shared data system, local data operation method in shared data system, and recording medium Download PDF

Info

Publication number
JP3646624B2
JP3646624B2 JP2000140012A JP2000140012A JP3646624B2 JP 3646624 B2 JP3646624 B2 JP 3646624B2 JP 2000140012 A JP2000140012 A JP 2000140012A JP 2000140012 A JP2000140012 A JP 2000140012A JP 3646624 B2 JP3646624 B2 JP 3646624B2
Authority
JP
Japan
Prior art keywords
attribute
content
context
data
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2000140012A
Other languages
Japanese (ja)
Other versions
JP2001318818A (en
Inventor
繁 細野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2000140012A priority Critical patent/JP3646624B2/en
Publication of JP2001318818A publication Critical patent/JP2001318818A/en
Application granted granted Critical
Publication of JP3646624B2 publication Critical patent/JP3646624B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、複数のクライアントが共通のサーバに結合されるクライアント−サーバ構成を用い、前記複数のクライアントから、処理データの少なくとも一部を前記サーバの管理のもとに共有して、その共有データを前記各クライアントのユーザが利用する共有データシステムにおいて、前記共有データの少なくとも一部を、他のクライアントからシステム運用中に動的に一時的、または永続的に非共有にしたり、あるいは共有したりするための共有データシステム、共有データシステムにおけるデータ局所操作方法、およびコンピュータ読み取り可能な記録媒体に関する。
【0002】
【従来の技術】
複数のクライアントが共通のサーバに結合されるクライアント−サーバ構成を用い、前記複数のクライアントから、処理データの少なくとも一部を前記サーバの管理のもとに共有して、その共有データを前記各クライアントのユーザが利用可能としたシステムが、共有データシステムである。この種の共有データシステムは、データの操作を複数のクライアント間で共有する。このデータの共有は、例えば、文書を共有データとするとき、あるクライアントにおける文書上の文字列データおよび文字列や図形の位置データの変更を、サーバおよび他のクライアントへ逐次配信することにより実現している。
【0003】
例えば、特開平11−306173号公報には、複数のユーザにより共有文書データを編集するシステムにおける共有処理に際し、共有文書データへのアクセス内容を相互通知する技術が開示されている。また、特開平11−96159号公報には、ハイパーリンクによる関連付けを用いて複数のユーザにより共有されるハイパーテキスト文書の関連文書に優先度を持たせて、優先編集および排他的編集を制御して、共有文書の安全な編集を可能とすることが開示されている。
【0004】
すなわち、特開平11−306173号公報は、共有文書をあるユーザが編集すると、その文書を共有する他のユーザに、その編集内容を通知し、あるユーザがその共有文書を閲覧すると、そのユーザがその共有文書を閲覧したことを他のユーザに告知することを開示している。このようにして、特開平11−306173号公報では、共有するユーザ相互間で、その共有文書の編集および閲覧を相互に認識することができる。
【0005】
また、特開平11−96159号公報には、編集対象文書およびそれにハイパーリンクされた文書群に対して、それぞれその内容および存在を保証することが示されている。そのために、特開平11−96159号公報では、編集対象文書およびそれにハイパーリンクされた文書群に対して、優先度の情報を付加し、それによって編集順序の制御および排他的編集による安全な編集を可能とする。
【0006】
【発明が解決しようとする課題】
上述したような共有データシステムにおいて、操作対象となる文書上のコンテンツの単位が、文字列および図形のように簡素なコンポーネントで構成される場合、配信するデータは、色および座標等の単位となる。近年、ソフトウェアの部品化、モジュール化が進み、ワープロ(ワードプロセッサ)部品、またはウェブブラウザ部品等の高度に集約した部品がコンテンツの単位となることが多くなってきている。このように高度に集約した部品がコンテンツの単位となっている場合、コンテンツの持つ機能を操作することがコンテンツの内部データを変えることになり、これらの操作も情報共有の対象とされることになる。このような機能を持った部品を共有するとき、例えば、ある利用者が閲覧のため部品の画面スクロールを行なう場合等に、それをサーバや共有している他のクライアントにそのまま配信してしまうと、共同で文書編集する上での操作性を損なうことがある。
【0007】
すなわち、従来の共有データシステムにおける問題点は、次の通りである。まず、第1の問題点は、高度な機能を持ったコンテンツの場合、特に共有状態を動的に変更できないことである。その理由は、コンテンツの状態変化がデータの永続データとして必要な情報であるか否かを区別することができないためである。そして、第2の問題点は、共有データについて、クライアント間で異なるデータの状態を保持することができないことである。その理由は、クライアント毎またはコンテンツ毎にデータの状態の変化を管理保持することができないためである。
【0008】
本発明は、上述した事情に鑑みてなされたもので、共有データシステムにおいて、あるクライアントにおける文書データ等のデータを構成するコンテンツのデータの一部を、システム運用中に動的に一時的にまたは永続的に他のクライアントから非共有にしたり、あるいは他のクライアントと共有したりすることを可能とする共有データシステム、共有データシステムにおけるデータ局所操作方法、およびコンピュータ読み取り可能な記録媒体を提供することを目的とする。
【0009】
【課題を解決するための手段】
上記目的を達成するため、本発明の第1の観点に係る共有データシステムは、複数のクライアントが共通のサーバに結合されるクライアント−サーバ構成を用い、前記複数のクライアントから、処理データの少なくとも一部を前記サーバの管理のもとに共有して、その共有データを前記各クライアントのユーザが利用する共有データシステムにおいて、
各クライアントにおいて、前記共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する属性制御設定手段と、
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させるとともに、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる属性変更処理手段と、
を具備する。
【0010】
前記各クライアントは、
前記コンテンツおよびそのコンテンツに対応する前記アクセス制御リストを含む前記共有データを保持する共有データ保持部と、
前記共有データの各コンテンツに対応して前記コンテンツ情報および前記属性リストを含むコンテキストを保持するコンテキスト保持部と、
前記属性制御設定手段および前記属性変更処理手段を実質的に含むデータ同期処理部と、
を含んでいてもよい。
【0011】
本発明の第1の観点による共有データシステムにおいては、各クライアントにおいて、共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、属性制御設定手段により、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する。また、前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時には、属性変更処理手段により制御する。すなわち、属性変更処理手段は、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させるとともに、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる。したがって、共有データシステムにおいて、あるクライアントにおける文書データ等のデータを構成するコンテンツのデータの一部を、システム運用中に動的に一時的にまたは永続的に他のクライアントから非共有にしたり、あるいは他のクライアントと共有したりすることが可能となる。
【0012】
また、本発明の第2の観点に係る共有データシステムにおけるデータ局所操作方法は、
複数のクライアントが共通のサーバに結合されるクライアント−サーバ構成を用い、前記複数のクライアントから、処理データの少なくとも一部を前記サーバの管理のもとに共有して、その共有データを前記各クライアントのユーザが利用する共有データシステムにおけるデータ局所操作方法であって、
各クライアントにおいて、前記共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する属性制御設定ステップと、
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させるデータ同期処理ステップと、
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる属性変更処理ステップと、
を有する。
【0013】
本発明の第2の観点による共有データシステムにおけるデータ局所操作方法においては、各クライアントにおいて、まず、前記共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する。そして、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させる。一方、前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる。したがって、したがって、共有データシステムにおいて、あるクライアントにおける文書データ等のデータを構成するコンテンツのデータの一部を、システム運用中に動的に一時的にまたは永続的に他のクライアントから非共有にしたり、あるいは他のクライアントと共有したりすることが可能となる。
【0014】
本発明の第3の観点に係るコンピュータ読み取り可能な記録媒体は、
コンピュータに、
複数のクライアントが共通のサーバに結合されるクライアント−サーバ構成を用い、前記複数のクライアントから、処理データの少なくとも一部を前記サーバの管理のもとに共有して、その共有データを前記各クライアントのユーザが利用する共有データシステム機能、
各クライアントにおいて、前記共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する属性制御設定機能、
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させるデータ同期処理機能、および
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる属性変更処理機能、
を実現させるためのプログラムを記録している。
【0015】
本発明の第3の観点によるコンピュータ読み取り可能な記録媒体においては、各クライアントに、まず、前記共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録し、そして、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させ、一方、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させるためのプログラムを記録している。したがって、このプログラムの実行によって、共有データシステムにおいて、あるクライアントにおける文書データ等のデータを構成するコンテンツのデータの一部を、システム運用中に動的に一時的にまたは永続的に他のクライアントから非共有にしたり、あるいは他のクライアントと共有したりすることが可能となる。
【0016】
【発明の実施の形態】
以下、本発明の実施の形態を図面を参照して説明する。
【0017】
図1および図2を参照して本発明による共有データシステムの実施の形態を説明する。図1は、本発明の実施の形態に係る共有データシステムを構築するクライアントの機能構成を示している。図2は、本発明の実施の形態に係る共有データシステムが適用されるクライアント・サーバシステムの構成を示している。
【0018】
図1に示すクライアント1は、共有データ保持部2、データ同期処理部3およびコンテキスト保持部4を具備している。共有データ保持部2は、1以上のコンテンツ21および各コンテンツ21に対応するアクセス制御リスト22を保持する。コンテキスト保持部4は、コンテンツ情報41および該コンテンツ情報41に対応する属性リスト42からなるコンテキストを、それぞれ、前記コンテンツ21に対応して保持する。
【0019】
図2に示すクライアント・サーバシステムは、クライアント1、100、200、300およびサーバ400、が共通のネットワークに接続されている。
【0020】
図2に示すクライアントサーバシステムのクライアント・サーバ構成により実現される共有データシステムは、サーバ400で文書等のデータを管理し、複数のクライアント1、100〜300のユーザが同じデータを常に共有し編集することができる。このような共有データシステムにおいて、あるユーザが文書等のデータを構成するコンテンツのデータの一部を、他のユーザからシステム運用中に動的に一時的にまたは永続的に非共有にしたり、あるいは共有したりするための機構を実現する。
【0021】
この構成のシステムにおいては、クライアント1、100〜300のデータ操作、状態が全て他のクライアントで共有される。例えば、共有するデータとなる文書にワープロ(ワードプロセッサ)部品が貼り付けられていたとすると、クライアントからテキスト入力する際に、一文字入力する度に、また表示領域をスクロールして変更する度に、他のクライアントへ情報を更新することになり、文書の共同および共著作業の上では不要な情報が共有されてしまって操作性が悪い。
【0022】
これに対して、この実施の形態に置いては、クライアントにおけるユーザの操作によるデータの一部の変化を局所的に制御し、データ更新のタイミングを変えたり、共同作業に不要な情報を非共有とすることができるようにしている。すなわち、共有データを構成するコンテンツに局所的な属性情報を持たせることにより、コンテンツ毎の状態更新および共有状態の制御を可能にする。また、コンテンツにアクセス制御リストを持たせることにより、他のクライアントのコンテンツをロックし、クライアントの局所的な編集操作を排他制御することを可能とする。
【0023】
クライアント1の共有データ保持部2に保持される共有データとなる文書を構成するコンテンツ21は、図3に示すようにワープロコンポーネント、ウェブブラウザコンポーネント等のような高度な機能を持ったソフトウェア部品を含み、さらに、テキストおよび必要に応じて図示のようなボタン、選択ボタンおよび自由曲線を含んでいる。このような文書は、図4に示すように、コンテンツを構造化したデータ構造として管理される。共有データには、階層的にコンテキストを持つことができ、コンテキストにはデータを構成するコンテンツ21を関連付けることができる。コンテキストには、各コンテンツを示すコンテンツ情報41に、図5に示すように、コンテンツ21が持つ属性とこの属性の特定の状態とからなる属性リスト42を対応させて保持する。コンテンツ21は、それに対応して、図6に示すような、そのコンテンツ21への、読み込み権、書き込み権および削除権等のアクセス権を制御するためのアクセス制御リスト22を保持する。
【0024】
すなわち、コンテキストは、コンテキスト保持部4に保持され、共有データ保持部2中のコンテンツ情報41および属性リスト42を管理する。このコンテキストは、コンテンツ21の属性を制御する場合に使用する。共有データに対して、階層的にコンテキストを作成することができる。このコンテキストは、クライアント毎に個々に定義することができる(図10参照)。属性リスト42は、コンテキスト保持部4にコンテンツ情報41と共にそれに対応して格納され、図7に示すようにコンテンツ21の属性および属性値を管理する。アクセス制御リスト22は、コンテンツ21の操作権限を管理する。
【0025】
次に、この実施の形態による共有データシステムの動作について詳細に説明する。まず、例えば、クライアント1における属性制御設定動作について図8に示すフローチャートを参照して説明する。
【0026】
まず、クライアントにおいて、共有データである文書データにコンテンツを追加する(ステップA1) 。あるクライアントにおいて、このコンテンツに含まれる属性値の共有を制御したいか否かを判別し(ステップA2)、このコンテンツに含まれる属性値の共有を制御したい場合には、共有データ構造つまり文書構造にコンテキストを作成する(ステップA3)。そして、コンテキストに制御したいコンテンツを登録する(ステップA4)。このコンテンツから図6のような属性一覧を取得して(ステップA5)、その属性一覧から制御したい属性を選択して、その属性の状態を管理する図4のような属性リストを作成する(ステップA6)。このようなコンテンツ情報41と属性リスト42をコンテキストに登録して(ステップA7)、処理を終了する。なお、コンテンツの属性を制御しない場合には、ステップA2においてそれが判別されると直ちに処理を終了する。
【0027】
次に、図1に示すように、クライアント1における共有データ保持部2に保持される共有データを構成するコンテンツ21を操作する場合には、データ同期処理部3は、コンテキスト保持部4にコンテンツ21に対応して保持されるコンテキストおよびコンテンツ21と共に共有データ保持部2に保持されるアクセス制御リスト22により、共有データを局所的に制御する。
【0028】
このような共有データのコンテンツの操作による属性変更処理について、図9に示すフローチャートを参照して説明する。まず、コンテンツを操作して、属性を変更した場合(ステップB1)、データ同期処理部3は、そのコンテンツのコンテンツ情報41が属するコンテキストを調べる(ステップB2)。該当するコンテキストがある場合、変化された属性が属性リスト42に登録されているか否かを調べる(ステップB3)。コンテキストの属性リストに合致するものが無い場合には(ステップB4)、更にコンテンツが登録されている上位のコンテキストの属性リストを探索する(ステップB6)。
【0029】
属性リストに合致するものがどのコンテキストにも無い場合、他のクライアントに対し、コンテンツのアクセス制御リスト22により、他のクライアントからの属性変更をロックし、状態変更できないように排他制御する(ステップB7)。このような排他制御の後に、属性値の更新を確定する(ステップB8)。この属性値の変化をサーバおよび他のクライアントへ送信し、データが同一となるようにデータ共有を行なって(ステップB9)、処理を終了する。
【0030】
なお、ステップB2において、属するコンテキストが無かった場合には、ステップB7に移行して、他のクライアントとデータ共有を行なう。また、ステップB4において、コンテキストの属性リストに合致するものがあった場合には、属性値変化を送信することによるデータの共有を行なわず、そのクライアントにおいて、局所的に他のクライアントとは異なる属性およびデータ状態を保持する(ステップB5)。また、このような属性値の制御を解除したい場合には、コンテキストを削除すればよい。なお、上述した属性制御設定および属性変更処理は、いずれもクライアントのデータ同期処理部3によって行なわれる。
【0031】
例えば、図10に示すように、クライアント1における文書は、コンテキスト1を有し、このコンテキスト1にはコンテンツAが関連付けられるとともに、コンテキスト2が従属する。コンテキスト2には、コンテンツBおよびコンテンツCが関連付けられている。一方、クライアント100における文書は、コンテンツAを有するとともに、コンテキスト3を有している。コンテキスト3には、コンテンツBおよびコンテンツCが関連付けられている。このような状況で、図11に示すように、クライアント1上でコンテンツBの操作が対応するアクセス制御リストにより許可されていれば、これを操作することができる。しかし、クライアント100上では、コンテンツBについては、対応するアクセス制御リストにより操作が禁止されているとすれば、これを操作することができない。
【0032】
上述したように、複数ユーザがデータを共有し、共同で操作する上で、クライアント毎にデータの一部についての共有方法を動的に制御設定することができ、各クライアントの操作性が向上する。また、データを構成するコンテンツ毎に制御方法を設定することができるので、コンテンツ操作の自由度が高い。そして、データを構成する要素を、同一手段で全て共有しておらず、データ共有のための通信量を削減することができる。
【0033】
次に、本発明の上述した実施の形態における他の動作の例について図12を参照して詳細に説明する。
【0034】
(1) 共有データとなる文書を複数のユーザで共有する。
(2) コンテンツAおよびコンテンツBを有する文書に、ワープロ部品Cをコンテンツとして文書に貼り付ける(ステップC1)。
【0035】
(3) あるユーザが、ワープロ部品Cの属性のテキストについて、共有方法を一文字入力毎ではなく、改行コード入力毎にデータ共有を行なうように変更したい場合には、文書に新しいコンテキストを作成し、作成したコンテキストにワープロ部品Cを登録する(ステップC2)。
【0036】
(4) ワープロ部品Cから属性の一覧を取得して、属性の一覧から制御する属性であるテキストを選択し、その属性値(改行コード以外の文字)とともに、コンテキストの属性リストに登録する(ステップC3)。
【0037】
(5) このクライアントで、ワープロ部品Cにテキストを入力する(ステップC4)。
(6) コンテキストの属性リストを探索する(ステップC5)。
【0038】
(7) テキスト入力を続けて行なう際、改行するまで属性リストに適合するため、テキスト入力によるテキスト属性の変更を局所的に行ない、サーバおよび他のクライアントと異なる文書状態を保持するが、他のクライアントへは属性変更を通知しない(ステップC6)。このようにすることにより、このクライアントにおいて他のクライアントとは、異なるデータを保持することができ、このクライアントでは改行するまでは、文章の推敲を局所的に行なうことができる。
【0039】
(8) 一方、他のクライアントにおいて、ワープロ部品Cにテキストを入力し、テキスト属性を変更したときにも、同様にコンテキストの属性リストを探索する。このとき、上位コンテキストが存在する場合には、順次上位のコンテキストを探索する(ステップC51)。
(9) この場合には、属性リストに適合する属性値がないため、一文字入力する毎に属性値の変更を他のクライアントへ反映させる。データを反映させる際は、他のクライアントのデータ変更を禁止するため、他のクライアントのコンテンツをアクセス制御リストにより状態の変更を禁止する(ステップC52)。
【0040】
(10) そのクライアントの属性値を確定し、サーバおよび他のクライアントのデータを共有するために同期をとる(ステップC61)。
【0041】
上述した、共有データシステムにおいては、各クライアントにおいて、共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、属性制御設定手段により、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する。また、前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時には、属性変更処理手段により制御する。
【0042】
すなわち、属性変更処理手段は、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させる。
【0043】
これととともに、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる。
【0044】
したがって、このような、共有データシステムによれば、あるクライアントにおける文書データ等のデータを構成するコンテンツのデータの一部を、システム運用中に動的に一時的にまたは永続的に他のクライアントから非共有にしたり、あるいは他のクライアントと共有したりすることが可能となる。
【0045】
なお、この発明の共有データシステムは、専用のシステムとして構成することなく、通常のコンピュータシステムを用いて実現することができる。例えば、コンピュータシステムに上述の動作を実行するためのプログラムを格納した媒体(フロッピーディスク、CD−ROM等)から該プログラムをインストールすることにより、上述の処理を実行する共有データシステムを構築することができる。インストールによって、当該プログラムは、コンピュータシステム内のハードディスク等の媒体に格納されて、共有データシステムを構成し、実行に供される。
【0046】
また、インターネット等の通信ネットワーク上に設けたFTP(File Transfer Protocol)サーバに当該プログラムを登録し、FTPクライアントにネットワークを介して配信してもよく、通信ネットワークの電子掲示板(BBS:Bulletin Board System)等に該プログラムを登録し、これをネットワークを介して配信してもよい。そして、このプログラムを起動し、OS(Operating System)の制御下において実行することにより、上述の処理を達成することができる。さらに、通信ネットワークを介してプログラムを転送しながら起動実行することによっても、上述の処理を達成することができる。
【0047】
【発明の効果】
以上説明したように、本発明によれば、共有データシステムにおいて、あるクライアントにおける文書データ等のデータを構成するコンテンツのデータの一部を、システム運用中に動的に一時的にまたは永続的に他のクライアントから非共有にしたり、あるいは他のクライアントと共有したりすることを可能とする共有データシステム、共有データシステムにおけるデータ局所操作方法、およびコンピュータ読み取り可能な記録媒体を提供することができる。
【図面の簡単な説明】
【図1】本発明の実施の形態に係るデータ共有システムに用いられるクライアントの構成を示すブロック図である。
【図2】図1のクライアントを用いてデータ共有システムを構築するクライアント・サーバシステムの構成を示すブロック図である。
【図3】図1および図2のデータ共有システムを説明するため、共有データの一例である文書データを模式的に示す図である。
【図4】図1および図2のデータ共有システムを説明するため、共有データの一例である文書データのデータ構造を模式的に示す図である。
【図5】図1および図2のデータ共有システムを説明するため、コンテキストを構成する属性リストの一例を模式的に示す図である。
【図6】図1および図2のデータ共有システムを説明するため、コンテンツに対応するアクセス制御リストの一例を模式的に示す図である。
【図7】図1および図2のデータ共有システムを説明するため、属性リストを作るための属性一覧の一例を模式的に示す図である。
【図8】図1および図2のデータ共有システムの動作を説明するためのクライアントにおける属性制御設定処理を示すフローチャートである。
【図9】図1および図2のデータ共有システムの動作を説明するためのクライアントにおける属性変更処理を示すフローチャートである。
【図10】図1および図2のデータ共有システムの動作を説明するため、クライアントにおけるコンテキストの例を模式的に示す図である。
【図11】図1および図2のデータ共有システムの動作を説明するため、図10のクライアントにおけるコンテキストを例にとって排他制御を模式的に示す図である。
【図12】図1および図2のデータ共有システムの動作を説明するためクライアントにおけるコンテンツの操作の他の例を模式的に示す図である。
【符号の説明】
1,100,200,300 クライアント
2 共有データ保持部
3 データ同期処理部
4 コンテキスト保持部
21 コンテンツ
22 アクセス制御リスト
41 コンテンツ情報
42 属性リスト
400 サーバ
[0001]
BACKGROUND OF THE INVENTION
The present invention uses a client-server configuration in which a plurality of clients are coupled to a common server, and at least a part of processing data is shared from the plurality of clients under the management of the server, and the shared data In the shared data system used by the users of each client, at least a part of the shared data is dynamically temporarily or permanently unshared or shared from other clients during system operation. The present invention relates to a shared data system, a data local operation method in the shared data system, and a computer-readable recording medium.
[0002]
[Prior art]
Using a client-server configuration in which a plurality of clients are coupled to a common server, at least a part of the processing data is shared from the plurality of clients under the management of the server, and the shared data is shared with each client. A system that can be used by other users is a shared data system. This type of shared data system shares data operations among multiple clients. This data sharing is realized by, for example, when a document is shared data, a character string data on a document and a change of character string or figure position data in a client are sequentially distributed to the server and other clients. ing.
[0003]
For example, Japanese Patent Application Laid-Open No. 11-306173 discloses a technology for mutual notification of access contents to shared document data in a sharing process in a system for editing shared document data by a plurality of users. Japanese Laid-Open Patent Publication No. 11-96159 discloses that priority editing and exclusive editing are controlled by giving priority to a related document of a hypertext document shared by a plurality of users using hyperlink association. It is disclosed that the shared document can be safely edited.
[0004]
That is, in Japanese Patent Application Laid-Open No. 11-306173, when a user edits a shared document, the editing content is notified to other users who share the document, and when a user views the shared document, the user It is disclosed that other users are notified that the shared document has been browsed. In this way, in Japanese Patent Laid-Open No. 11-306173, editing and browsing of the shared document can be mutually recognized among the sharing users.
[0005]
Japanese Patent Application Laid-Open No. 11-96159 discloses that the content and existence of an editing target document and a hyperlinked document group are guaranteed. For this purpose, Japanese Patent Application Laid-Open No. 11-96159 adds priority information to a document to be edited and a hyperlinked document group, thereby enabling safe editing by controlling the editing order and exclusive editing. Make it possible.
[0006]
[Problems to be solved by the invention]
In the shared data system as described above, when the unit of content on the document to be operated is composed of simple components such as character strings and figures, the data to be distributed is a unit such as color and coordinates. . In recent years, software componentization and modularization have progressed, and highly integrated components such as word processor (word processor) components or web browser components are becoming the unit of content. When such highly integrated parts are the unit of content, operating the functions of the content will change the internal data of the content, and these operations will also be subject to information sharing Become. When sharing a component with such a function, for example, when a user scrolls the screen of a component for viewing, if it is distributed as it is to a server or another shared client The operability of collaborative document editing may be impaired.
[0007]
That is, the problems in the conventional shared data system are as follows. First, the first problem is that in the case of content with advanced functions, the sharing state cannot be changed dynamically. The reason is that it is impossible to distinguish whether or not the content state change is necessary information as permanent data. The second problem is that the shared data cannot hold different data states between clients. The reason is that it is not possible to manage and maintain changes in the data state for each client or content.
[0008]
The present invention has been made in view of the above-described circumstances, and in a shared data system, a part of content data constituting data such as document data in a certain client is dynamically temporarily or during operation of the system. To provide a shared data system, a data local operation method in the shared data system, and a computer-readable recording medium that can be permanently unshared from other clients or shared with other clients With the goal.
[0009]
[Means for Solving the Problems]
In order to achieve the above object, a shared data system according to a first aspect of the present invention uses a client-server configuration in which a plurality of clients are coupled to a common server, and receives at least one of processing data from the plurality of clients. The shared data under the management of the server, and the shared data used by the users of the clients,
In each client, when adding content constituting the shared data, if it is desired to control the sharing of the content, a hierarchical context is created in the shared data, content information indicating the corresponding content, and Attribute control setting means for registering an attribute list indicating an attribute to be controlled in the content in the context;
In each of the clients, when the content constituting the shared data is not operated, the context corresponding to the content is not included, and the context corresponding to the content is included. If it is not included in the attribute list of the corresponding context and the context above it, exclusive control is performed so that the status cannot be changed for other clients by the access control list indicating the operation authority of the content. Then, the attribute is locally changed by the client, the change of the attribute is notified to the server and other clients, the data state is synchronized, the data is shared, and the content constituting the shared data is operated. , The context corresponding to that content If an attribute that is included and is changed by an operation is included in the attribute list of either the corresponding context or its upper context, the attribute is locally changed by the client, and the attribute is changed. Attribute change processing means for notifying and synchronizing the change to the server and other clients, and maintaining different attributes and data states from other clients;
It comprises.
[0010]
Each client is
A shared data holding unit for holding the shared data including the content and the access control list corresponding to the content;
A context holding unit for holding a context including the content information and the attribute list corresponding to each content of the shared data;
A data synchronization processing unit substantially including the attribute control setting unit and the attribute change processing unit;
May be included.
[0011]
In the shared data system according to the first aspect of the present invention, when each client desires to control the sharing of the content when the content constituting the shared data is added, the shared data system uses the attribute control setting means to execute the shared data. A hierarchical context is created, and content information indicating the corresponding content and an attribute list indicating an attribute to be controlled of the content are registered in the context. In each of the clients, the attribute change processing means controls the contents constituting the shared data. That is, the attribute change processing means includes the context corresponding to the content and the context corresponding to the content, but the attribute changed by the operation is the corresponding context and its higher order. If it is not included in the attribute list of the context, the exclusive control is performed so that the state cannot be changed with respect to another client by the access control list indicating the operation authority of the content, and the client locally The attribute is changed, the change of the attribute is notified to the server and other clients so that the data state is synchronized to share the data, and when the content constituting the shared data is operated, the context corresponding to the content is Attributes that are included and change by operation If it is included in the attribute list of any of the context and the context above it, the attribute is locally changed by the client, and the server and other clients are notified and synchronized with the change of the attribute The attribute and data state different from those of other clients are maintained. Therefore, in a shared data system, a part of content data constituting data such as document data in a client can be temporarily or permanently unshared from other clients during system operation, or It can be shared with other clients.
[0012]
A data local operation method in the shared data system according to the second aspect of the present invention is as follows.
Using a client-server configuration in which a plurality of clients are coupled to a common server, at least a part of the processing data is shared from the plurality of clients under the management of the server, and the shared data is shared with each client. A data local operation method in a shared data system used by users of
In each client, when adding content constituting the shared data, if it is desired to control the sharing of the content, a hierarchical context is created in the shared data, content information indicating the corresponding content, and An attribute control setting step of registering in the context an attribute list indicating an attribute to be controlled of content;
In each of the clients, when the content constituting the shared data is operated, if the context corresponding to the content is not included, and if the context corresponding to the content is included, the attribute that changes depending on the operation is If it is not included in the attribute list of the corresponding context and the context above it, exclusive control is performed so that the status cannot be changed for other clients by the access control list indicating the operation authority of the content. A data synchronization processing step for locally changing the attribute at the client, notifying the server and other clients of the change in the attribute, synchronizing the data state, and sharing the data;
Each client includes a context corresponding to the content when the content constituting the shared data is operated, and the attribute that is changed by the operation is the attribute of the corresponding context or a context above it. If it is included in the list, the attribute is changed locally at the client, and the server and other clients are not notified and synchronized with the change in the attribute. Attribute change processing step to be retained;
Have
[0013]
In the data local operation method in the shared data system according to the second aspect of the present invention, each client first wants to control sharing of the content when adding the content constituting the shared data. A hierarchical context is created in the shared data, and content information indicating the corresponding content and an attribute list indicating an attribute to be controlled of the content are registered in the context. Then, when the content constituting the shared data is operated, the context corresponding to the content is not included, and the context corresponding to the content is included, but the attribute that is changed by the operation is applicable If it is not included in the attribute list of the context and the context above it, the exclusive control is performed so that the state cannot be changed for other clients by the access control list indicating the operation authority of the content. The client locally changes the attribute, notifies the server and other clients of the change in the attribute, and synchronizes the data state to share the data. On the other hand, in each of the clients, when the content constituting the shared data is operated, the context corresponding to the content is included, and the attribute that is changed by the operation is any of the corresponding context and its upper context. If it is included in the attribute list, the attribute is changed locally at the client, and the attribute and data different from the other client are not notified and synchronized with the server and the other client. Keep state. Therefore, in the shared data system, a part of the content data constituting the data such as document data in a certain client is dynamically or temporarily unshared from other clients during the system operation. Or shared with other clients.
[0014]
A computer-readable recording medium according to the third aspect of the present invention is provided.
On the computer,
Using a client-server configuration in which a plurality of clients are coupled to a common server, at least a part of the processing data is shared from the plurality of clients under the management of the server, and the shared data is shared with each client. Shared data system functions used by users
In each client, when adding content constituting the shared data, if it is desired to control the sharing of the content, a hierarchical context is created in the shared data, content information indicating the corresponding content, and An attribute control setting function for registering an attribute list indicating an attribute to be controlled in the content in the context;
In each of the clients, when the content constituting the shared data is operated, if the context corresponding to the content is not included, and if the context corresponding to the content is included, the attribute that changes depending on the operation is If it is not included in the attribute list of the corresponding context and the context above it, exclusive control is performed so that the status cannot be changed for other clients by the access control list indicating the operation authority of the content. A data synchronization processing function for locally changing the attribute at the client, notifying the server and other clients of the change in the attribute, synchronizing the data state, and sharing the data; and
In each of the clients, when the content constituting the shared data is operated, a context corresponding to the content is included, and the attribute that is changed by the operation is any of the attribute of the corresponding context and its upper context. If it is included in the list, the attribute is changed locally at the client, and the server and other clients are not notified and synchronized with the change in the attribute. Attribute change processing function to be retained,
The program for realizing is recorded.
[0015]
In the computer-readable recording medium according to the third aspect of the present invention, when it is desired that each client first control the sharing of the content when the content constituting the shared data is added, the shared data A hierarchical context is created, content information indicating the corresponding content, and an attribute list indicating an attribute to be controlled of the content are registered in the context, and the content is configured when the content constituting the shared data is operated. Does not include the corresponding context, and the context corresponding to the content is included, but the attribute that is changed by the operation is included in the attribute list of the corresponding context and the upper context. If not, manipulate that content By using an access control list indicating the limit, exclusive control is performed so that other clients cannot change the state, the attribute is locally changed by the client, and the change of the attribute is notified to the server and other clients. The data state is synchronized to share the data. On the other hand, when the content constituting the shared data is operated, the context corresponding to the content is included, and the attribute that is changed by the operation includes the corresponding context and the context. If it is included in the attribute list of any of the higher-level contexts, the attribute is locally changed by the client, and the change of the attribute is not notified to and synchronized with the server and other clients. Records a program to maintain different attributes and data states from the client There. Therefore, by executing this program, in the shared data system, a part of the content data constituting the data such as document data in a certain client is dynamically or temporarily transferred from another client during system operation. It can be unshared or shared with other clients.
[0016]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0017]
An embodiment of a shared data system according to the present invention will be described with reference to FIGS. FIG. 1 shows a functional configuration of a client that constructs a shared data system according to an embodiment of the present invention. FIG. 2 shows the configuration of a client / server system to which the shared data system according to the embodiment of the present invention is applied.
[0018]
The client 1 shown in FIG. 1 includes a shared data holding unit 2, a data synchronization processing unit 3, and a context holding unit 4. The shared data holding unit 2 holds one or more contents 21 and an access control list 22 corresponding to each content 21. The context holding unit 4 holds the context composed of the content information 41 and the attribute list 42 corresponding to the content information 41 in correspondence with the content 21.
[0019]
In the client / server system shown in FIG. 2, the clients 1, 100, 200, 300 and the server 400 are connected to a common network.
[0020]
The shared data system realized by the client-server configuration of the client-server system shown in FIG. 2 manages data such as documents on the server 400, and the users of a plurality of clients 1 and 100 to 300 always share and edit the same data. can do. In such a shared data system, a part of content data that constitutes data such as a document by one user is dynamically temporarily or permanently unshared from another user during system operation, or Implement a mechanism for sharing.
[0021]
In the system having this configuration, the data operations and states of the clients 1 and 100 to 300 are all shared by other clients. For example, if a word processor (word processor) part is pasted on a document that is data to be shared, every time a character is entered or every time a display area is scrolled and changed, another text is entered. Information is updated to the client, and unnecessary information is shared in the joint and co-authoring work of the document, so that the operability is poor.
[0022]
On the other hand, in this embodiment, partial changes in data due to user operations on the client are locally controlled, data update timing is changed, and information unnecessary for collaborative work is not shared. And be able to. That is, by providing local attribute information to the content constituting the shared data, it is possible to update the state for each content and control the shared state. Further, by providing the content with an access control list, the content of other clients can be locked, and the local editing operation of the client can be exclusively controlled.
[0023]
Content 21 constituting a document to be shared data held in shared data holding unit 2 of client 1 includes software parts having advanced functions such as a word processor component and a web browser component as shown in FIG. In addition, it includes text and optionally buttons as shown, selection buttons and free curves. Such a document is managed as a data structure in which contents are structured as shown in FIG. The shared data can have a hierarchical context, and the context can be associated with content 21 constituting the data. In the context, content information 41 indicating each content is held in association with an attribute list 42 including attributes of the content 21 and specific states of the attributes, as shown in FIG. Correspondingly, the content 21 holds an access control list 22 for controlling access rights such as a read right, a write right, and a delete right to the content 21 as shown in FIG.
[0024]
That is, the context is held in the context holding unit 4 and manages the content information 41 and the attribute list 42 in the shared data holding unit 2. This context is used when controlling the attributes of the content 21. Hierarchical contexts can be created for shared data. This context can be defined individually for each client (see FIG. 10). The attribute list 42 is stored in the context holding unit 4 together with the content information 41 and manages the attributes and attribute values of the content 21 as shown in FIG. The access control list 22 manages the operation authority of the content 21.
[0025]
Next, the operation of the shared data system according to this embodiment will be described in detail. First, for example, an attribute control setting operation in the client 1 will be described with reference to a flowchart shown in FIG.
[0026]
First, in the client, content is added to document data that is shared data (step A1). In a certain client, it is determined whether or not sharing of attribute values included in this content is to be controlled (step A2), and when it is desired to control sharing of attribute values included in this content, the shared data structure, that is, the document structure is set. A context is created (step A3). Then, the content to be controlled is registered in the context (step A4). An attribute list as shown in FIG. 6 is acquired from this content (step A5), an attribute to be controlled is selected from the attribute list, and an attribute list as shown in FIG. 4 is created to manage the state of the attribute (step A5). A6). Such content information 41 and attribute list 42 are registered in the context (step A7), and the process is terminated. If the content attribute is not controlled, the process is terminated as soon as it is determined in step A2.
[0027]
Next, as shown in FIG. 1, when operating the content 21 constituting the shared data held in the shared data holding unit 2 in the client 1, the data synchronization processing unit 3 sends the content 21 to the context holding unit 4. The shared data is locally controlled by the access control list 22 held in the shared data holding unit 2 together with the context and content 21 held corresponding to the content.
[0028]
The attribute changing process by the operation of the shared data content will be described with reference to the flowchart shown in FIG. First, when the content is manipulated to change the attribute (step B1), the data synchronization processing unit 3 checks the context to which the content information 41 of the content belongs (step B2). If there is a corresponding context, it is checked whether or not the changed attribute is registered in the attribute list 42 (step B3). If there is no item that matches the attribute list of the context (step B4), the attribute list of the higher context where the content is registered is further searched (step B6).
[0029]
If none of the contexts matches the attribute list, the content access control list 22 locks the attribute change from the other client to the other clients, and performs exclusive control so that the state cannot be changed (step B7). ). After such exclusive control, the update of the attribute value is confirmed (step B8). This change in attribute value is transmitted to the server and other clients, data sharing is performed so that the data is the same (step B9), and the process is terminated.
[0030]
In step B2, if there is no context to belong to, the process proceeds to step B7 to share data with other clients. If there is a match with the attribute list of the context in step B4, the client does not share the data by transmitting the attribute value change, and the client has an attribute that is locally different from other clients. And the data state is held (step B5). In addition, when it is desired to cancel the control of such attribute values, the context may be deleted. Note that both the attribute control setting and attribute changing processes described above are performed by the data synchronization processing unit 3 of the client.
[0031]
For example, as shown in FIG. 10, the document in the client 1 has a context 1, the content A is associated with the context 1, and the context 2 is subordinate. Content B and content C are associated with context 2. On the other hand, the document in the client 100 has the content 3 and the context 3. Content B and content C are associated with the context 3. In such a situation, as shown in FIG. 11, if the operation of the content B is permitted by the corresponding access control list on the client 1, this can be operated. However, on the client 100, if the operation of the content B is prohibited by the corresponding access control list, it cannot be operated.
[0032]
As described above, when a plurality of users share data and operate jointly, a sharing method for a part of the data can be dynamically controlled and set for each client, and the operability of each client is improved. . In addition, since a control method can be set for each content constituting data, the degree of freedom in content operation is high. Further, not all elements constituting the data are shared by the same means, and the amount of communication for data sharing can be reduced.
[0033]
Next, another example of operation in the above-described embodiment of the present invention will be described in detail with reference to FIG.
[0034]
(1) Share a document as shared data among multiple users.
(2) The word processor part C is pasted on the document having the contents A and B as the contents (step C1).
[0035]
(3) If a user wants to change the sharing method for the text of the attribute of word processor part C so that the data sharing is performed not for each character input but for each line feed code input, a new context is created in the document, The word processor part C is registered in the created context (step C2).
[0036]
(4) Obtain a list of attributes from the word processor part C, select the text that is the attribute to be controlled from the list of attributes, and register it with the attribute value (characters other than line feed code) in the context attribute list (step C3).
[0037]
(5) With this client, text is input to the word processor part C (step C4).
(6) The context attribute list is searched (step C5).
[0038]
(7) When text input is continued, the attribute list is adapted until the line breaks, so the text attribute is changed locally by text input, and the document status is different from the server and other clients. The attribute change is not notified to the client (step C6). By doing in this way, this client can hold data different from other clients, and this client can locally review sentences until a line break occurs.
[0039]
(8) On the other hand, when the text is input to the word processor part C in another client and the text attribute is changed, the context attribute list is similarly searched. At this time, if an upper context exists, the upper context is sequentially searched (step C51).
(9) In this case, since there is no attribute value that matches the attribute list, every time a character is entered, the change of the attribute value is reflected to other clients. When reflecting the data, in order to prohibit the data change of other clients, the status change of the contents of other clients is prohibited by the access control list (step C52).
[0040]
(10) Determine the attribute value of the client and synchronize to share the data of the server and other clients (step C61).
[0041]
In the above-described shared data system, when it is desired to control the sharing of content at each client when the content constituting the shared data is added, a hierarchical context is added to the shared data by the attribute control setting unit. Is created, and content information indicating the corresponding content and an attribute list indicating the attribute to be controlled are registered in the context. In each of the clients, the attribute change processing means controls the contents constituting the shared data.
[0042]
That is, the attribute change processing means includes the context corresponding to the content and the context corresponding to the content, but the attribute changed by the operation is the corresponding context and its higher order. If it is not included in the attribute list of the context, the exclusive control is performed so that the state cannot be changed with respect to another client by the access control list indicating the operation authority of the content, and the client locally The attribute is changed, the change of the attribute is notified to the server and other clients, and the data state is synchronized to share the data.
[0043]
At the same time, when an operation is performed on the content that constitutes the shared data, the attribute corresponding to the content is included, and the attribute that is changed by the operation is the attribute list of either the corresponding context or an upper context. In the client, the attribute is locally changed by the client, and the attribute change and data state are kept different from those of the other client without notifying and synchronizing the change of the attribute to the server and the other client. Let
[0044]
Therefore, according to such a shared data system, a part of content data constituting data such as document data in a certain client is dynamically temporarily or permanently transferred from another client during system operation. It can be unshared or shared with other clients.
[0045]
The shared data system of the present invention can be realized by using a normal computer system without configuring as a dedicated system. For example, a shared data system for executing the above-described processing can be constructed by installing the program from a medium (floppy disk, CD-ROM, etc.) storing a program for executing the above-described operation in a computer system. it can. By the installation, the program is stored in a medium such as a hard disk in the computer system, configures a shared data system, and is used for execution.
[0046]
Alternatively, the program may be registered in an FTP (File Transfer Protocol) server provided on a communication network such as the Internet, and distributed to FTP clients via the network. An electronic bulletin board (BBS: Bulletin Board System) of the communication network may be used. It is also possible to register the program in a network and distribute it via a network. The above-described processing can be achieved by starting this program and executing it under the control of an OS (Operating System). Furthermore, the above-described processing can also be achieved by starting and executing a program while transferring it via a communication network.
[0047]
【The invention's effect】
As described above, according to the present invention, in a shared data system, a part of content data constituting data such as document data in a certain client is dynamically temporarily or permanently during system operation. A shared data system that can be unshared from other clients or shared with other clients, a data local operation method in the shared data system, and a computer-readable recording medium can be provided.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a client used in a data sharing system according to an embodiment of the present invention.
FIG. 2 is a block diagram showing a configuration of a client / server system that constructs a data sharing system using the client of FIG. 1;
FIG. 3 is a diagram schematically illustrating document data, which is an example of shared data, for explaining the data sharing system of FIGS. 1 and 2;
FIG. 4 is a diagram schematically illustrating a data structure of document data, which is an example of shared data, for explaining the data sharing system of FIGS. 1 and 2;
FIG. 5 is a diagram schematically illustrating an example of an attribute list constituting a context for explaining the data sharing system of FIGS. 1 and 2;
FIG. 6 is a diagram schematically illustrating an example of an access control list corresponding to content in order to explain the data sharing system of FIGS. 1 and 2;
FIG. 7 is a diagram schematically illustrating an example of an attribute list for creating an attribute list in order to explain the data sharing system of FIGS. 1 and 2;
FIG. 8 is a flowchart showing attribute control setting processing in the client for explaining the operation of the data sharing system of FIGS. 1 and 2;
FIG. 9 is a flowchart showing attribute change processing in the client for explaining the operation of the data sharing system of FIGS. 1 and 2;
FIG. 10 is a diagram schematically illustrating an example of a context in a client in order to explain the operation of the data sharing system in FIGS. 1 and 2;
11 is a diagram schematically showing exclusive control taking the context in the client of FIG. 10 as an example in order to explain the operation of the data sharing system of FIG. 1 and FIG. 2;
FIG. 12 is a diagram schematically showing another example of content operation in the client in order to explain the operation of the data sharing system of FIGS. 1 and 2;
[Explanation of symbols]
1,100,200,300 clients
2 Shared data holding unit
3 Data synchronization processor
4 Context holding unit
21 content
22 Access control list
41 Content information
42 Attribute list
400 servers

Claims (4)

複数のクライアントが共通のサーバに結合されるクライアント−サーバ構成を用い、前記複数のクライアントから、処理データの少なくとも一部を前記サーバの管理のもとに共有して、その共有データを前記各クライアントのユーザが利用する共有データシステムにおいて、
各クライアントにおいて、前記共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する属性制御設定手段と、
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させるとともに、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる属性変更処理手段と、
を具備することを特徴とする共有データシステム。
Using a client-server configuration in which a plurality of clients are coupled to a common server, at least a part of the processing data is shared from the plurality of clients under the management of the server, and the shared data is shared with each client. In the shared data system used by users of
In each client, when adding content constituting the shared data, if it is desired to control the sharing of the content, a hierarchical context is created in the shared data, content information indicating the corresponding content, and Attribute control setting means for registering an attribute list indicating an attribute to be controlled in the content in the context;
In each of the clients, when the content constituting the shared data is not operated, the context corresponding to the content is not included, and the context corresponding to the content is included. If it is not included in the attribute list of the corresponding context and the context above it, exclusive control is performed so that the status cannot be changed for other clients by the access control list indicating the operation authority of the content. Then, the attribute is locally changed by the client, the change of the attribute is notified to the server and other clients, the data state is synchronized, the data is shared, and the content constituting the shared data is operated. , The context corresponding to that content If an attribute that is included and is changed by an operation is included in the attribute list of either the corresponding context or its upper context, the attribute is locally changed by the client, and the attribute is changed. Attribute change processing means for notifying and synchronizing the change to the server and other clients, and maintaining different attributes and data states from other clients;
A shared data system comprising:
前記各クライアントは、
前記コンテンツおよびそのコンテンツに対応する前記アクセス制御リストを含む前記共有データを保持する共有データ保持部と、
前記共有データの各コンテンツに対応して前記コンテンツ情報および前記属性リストを含むコンテキストを保持するコンテキスト保持部と、
前記属性制御設定手段および前記属性変更処理手段を実質的に含むデータ同期処理部と、
を含むことを特徴とする請求項1に記載の共有データシステム。
Each client is
A shared data holding unit for holding the shared data including the content and the access control list corresponding to the content;
A context holding unit for holding a context including the content information and the attribute list corresponding to each content of the shared data;
A data synchronization processing unit substantially including the attribute control setting unit and the attribute change processing unit;
The shared data system of claim 1, comprising:
複数のクライアントが共通のサーバに結合されるクライアント−サーバ構成を用い、前記複数のクライアントから、処理データの少なくとも一部を前記サーバの管理のもとに共有して、その共有データを前記各クライアントのユーザが利用する共有データシステムにおけるデータ局所操作方法であって、
各クライアントにおいて、前記共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する属性制御設定ステップと、
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させるデータ同期処理ステップと、
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる属性変更処理ステップと、
を有することを特徴とする共有データシステムにおけるデータ局所操作方法。
Using a client-server configuration in which a plurality of clients are coupled to a common server, at least a part of the processing data is shared from the plurality of clients under the management of the server, and the shared data is shared with each client. A data local operation method in a shared data system used by users of
In each client, when adding content constituting the shared data, if it is desired to control the sharing of the content, a hierarchical context is created in the shared data, content information indicating the corresponding content, and An attribute control setting step of registering in the context an attribute list indicating an attribute to be controlled of content;
In each of the clients, when the content constituting the shared data is operated, if the context corresponding to the content is not included, and if the context corresponding to the content is included, the attribute that changes depending on the operation is If it is not included in the attribute list of the corresponding context and the context above it, exclusive control is performed so that the status cannot be changed for other clients by the access control list indicating the operation authority of the content. A data synchronization processing step for locally changing the attribute at the client, notifying the server and other clients of the change in the attribute, synchronizing the data state, and sharing the data;
Each client includes a context corresponding to the content when the content constituting the shared data is operated, and the attribute that is changed by the operation is the attribute of the corresponding context or a context above it. If it is included in the list, the attribute is changed locally at the client, and the server and other clients are not notified and synchronized with the change in the attribute. Attribute change processing step to be retained;
A local data manipulation method in a shared data system, comprising:
コンピュータに、
複数のクライアントが共通のサーバに結合されるクライアント−サーバ構成を用い、前記複数のクライアントから、処理データの少なくとも一部を前記サーバの管理のもとに共有して、その共有データを前記各クライアントのユーザが利用する共有データシステム機能、
各クライアントにおいて、前記共有データを構成するコンテンツの追加時に、そのコンテンツの共有の制御を所望する場合には、前記共有データに階層的なコンテキストを作成し、対応するコンテンツを示すコンテンツ情報、およびそのコンテンツの制御したい属性を示す属性リストを前記コンテキストに登録する属性制御設定機能、
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていない場合、および、そのコンテンツに対応するコンテキストが含まれているが、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストの前記属性リストに含まれていない場合には、そのコンテンツの操作権限を示すアクセス制御リストにより、他のクライアントに対し状態変更することができないように排他制御し、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知してデータ状態を同期させてデータを共有させるデータ同期処理機能、および
前記各クライアントにおいて、前記共有データを構成するコンテンツの操作時に、そのコンテンツに対応するコンテキストが含まれていて、操作により変化する属性が、該当する前記コンテキストおよびその上位のコンテキストのいずれかの前記属性リストに含まれている場合には、そのクライアントで局所的に属性変更して、その属性の変化を前記サーバおよび他のクライアントに通知および同期させず、他のクライアントとは異なる属性およびデータ状態を保持させる属性変更処理機能、
を実現させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。
On the computer,
Using a client-server configuration in which a plurality of clients are coupled to a common server, at least a part of the processing data is shared from the plurality of clients under the management of the server, and the shared data is shared with each client. Shared data system functions used by users
In each client, when adding content constituting the shared data, if it is desired to control the sharing of the content, a hierarchical context is created in the shared data, content information indicating the corresponding content, and An attribute control setting function for registering an attribute list indicating an attribute to be controlled in the content in the context;
In each of the clients, when the content constituting the shared data is not operated, the context corresponding to the content is not included, and the context corresponding to the content is included. If it is not included in the attribute list of the corresponding context and the context above it, exclusive control is performed so that the status cannot be changed for other clients by the access control list indicating the operation authority of the content. In each client, the data synchronization processing function that changes the attribute locally at the client, notifies the server and other clients of the change in the attribute, and synchronizes the data state to share the data. Manipulating content that makes up shared data Sometimes, if the context corresponding to the content is included, and the attribute that is changed by the operation is included in the attribute list of either the corresponding context or its upper context, the local An attribute change processing function that automatically changes an attribute and does not notify and synchronize the change of the attribute to the server and the other client, and maintains a different attribute and data state from the other client,
The computer-readable recording medium which recorded the program for implement | achieving.
JP2000140012A 2000-05-12 2000-05-12 Shared data system, local data operation method in shared data system, and recording medium Expired - Fee Related JP3646624B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000140012A JP3646624B2 (en) 2000-05-12 2000-05-12 Shared data system, local data operation method in shared data system, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000140012A JP3646624B2 (en) 2000-05-12 2000-05-12 Shared data system, local data operation method in shared data system, and recording medium

Publications (2)

Publication Number Publication Date
JP2001318818A JP2001318818A (en) 2001-11-16
JP3646624B2 true JP3646624B2 (en) 2005-05-11

Family

ID=18647371

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000140012A Expired - Fee Related JP3646624B2 (en) 2000-05-12 2000-05-12 Shared data system, local data operation method in shared data system, and recording medium

Country Status (1)

Country Link
JP (1) JP3646624B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7834890B2 (en) 2003-10-17 2010-11-16 Canon Kabushiki Kaisha Information processing method and image processing method
JP4955982B2 (en) * 2005-10-31 2012-06-20 キヤノン株式会社 Information processing system, method, and program
JP2010170165A (en) * 2009-01-20 2010-08-05 Meidensha Corp Data duplication system, duplicate method, and program
JP2015049683A (en) * 2013-08-30 2015-03-16 株式会社東芝 Control program management apparatus, information processing apparatus, and control program processing method

Also Published As

Publication number Publication date
JP2001318818A (en) 2001-11-16

Similar Documents

Publication Publication Date Title
US6564246B1 (en) Shared and independent views of shared workspace for real-time collaboration
US7620667B2 (en) Transfer of user profiles using portable storage devices
EP1459213B1 (en) System and methods for asychronous synchronization
JP3915331B2 (en) Shared document editing apparatus and editing method
US20150199414A1 (en) Locally cached file system
US6088625A (en) System for transferring assembly data and method therefor
JP2005267021A (en) Document preparation method and device, program, storage medium and data structure of document
KR20000076508A (en) Annotation layer for synchronous collaboration
US7899880B2 (en) Information processing apparatus, method, program, and storage medium for synchronizing content
US9311306B2 (en) Information processing apparatus, information processing method and storage medium in which program thereof is recorded
JP7020062B2 (en) Information processing equipment and programs
JP3774684B2 (en) Information processing apparatus, printer setting method of information processing apparatus, program, and recording medium
JP3646624B2 (en) Shared data system, local data operation method in shared data system, and recording medium
JP2006040060A (en) Print system and its control program
JP2003091448A (en) Document managing system
JP2005339295A (en) Document processor, and method and program for processing document
JP4150131B2 (en) Image processing system
JP2002259468A (en) Computer-readable recording medium with program for managing cad data recorded thereon, and program for managing cad data
JP3746906B2 (en) Joint document system, management method thereof, and recording medium
JP5195564B2 (en) Information processing system, information processing method, and information processing apparatus
JP2001051995A (en) Document editor
JP2006004024A (en) Program for execution by directory server
JP3793095B2 (en) Address information editing apparatus, address information editing method, and control program
Cantin Basic Introduction to UNIX/linux
JP2008197874A (en) Document accumulation device, document accumulation system and document accumulation program

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050118

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050131

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080218

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090218

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100218

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100218

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110218

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110218

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120218

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120218

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130218

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130218

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140218

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees