JPH0877051A - Common data management system - Google Patents

Common data management system

Info

Publication number
JPH0877051A
JPH0877051A JP6212305A JP21230594A JPH0877051A JP H0877051 A JPH0877051 A JP H0877051A JP 6212305 A JP6212305 A JP 6212305A JP 21230594 A JP21230594 A JP 21230594A JP H0877051 A JPH0877051 A JP H0877051A
Authority
JP
Japan
Prior art keywords
data
scope
type
same
authority
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.)
Pending
Application number
JP6212305A
Other languages
Japanese (ja)
Inventor
Toshiyuki Yamagishi
利行 山岸
Hajime Umemoto
肇 梅本
Yoichi Takahashi
洋一 高橋
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP6212305A priority Critical patent/JPH0877051A/en
Publication of JPH0877051A publication Critical patent/JPH0877051A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE: To access common data from plural scopes by controlling the order of referring to a scope table through a current scope table, and assigning the same scope when a data type is the same and registering the common data. CONSTITUTION: When common data is newly generated, a right processing program 6 refers to the scope table 2 in the order of scopes defined in the current scope table 3; when there is data of the same data type, its scope and discrimination information are added to and defined in a right table 14 and the newly generated data is added to and defined in a data table 5. When data is updated, the right table 4 and data table 5 are referred to on the basis of the discrimination information of the data to be updated to obtain the scope and data type of the data to be updated, and then the scope table 2 is referred to in the scope order defined in the current scope data table 3, so that when the same scope and the same type are defined, the update object data in the data table 5 is updated.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、例えばCASE(Co
mputer Aided SoftwareEngen
eering)に使用して好適な共有データ管理システ
ムに関するものである。
BACKGROUND OF THE INVENTION The present invention is applicable to, for example, CASE (Co
mputer Aided Software Engen
The present invention relates to a shared data management system that is suitable for use in EEering.

【0002】[0002]

【従来の技術】従来、CASEにおいてはウォーターフ
ォールモデルと呼ばれるソフトウェアのライフサイクル
モデルがある。このモデルでは、各工程毎にツールが存
在し、前工程で得られた共有データのうち現工程に必要
なデータを抽出して使用するといった共有データの使用
形態が採られている。
2. Description of the Related Art Conventionally, in CASE, there is a software life cycle model called a waterfall model. In this model, there is a tool for each process, and the shared data is used such that the data required for the current process is extracted and used from the shared data obtained in the previous process.

【0003】ここで多くの場合、工程が後になるにした
がって大枠の開発から詳細な開発へ移る事を考慮して、
前工程で得られた情報を後工程から変更する事を許さな
いか、許す場合にも何らかの工夫をしていた。このた
め、前工程で得られた共有データのうち現工程の作業に
必要なデータを抽出するには、前工程で得られた共有デ
ータのうち予め決められた部分のデータを複製し、この
データを用いて現工程での作業を行うなどしていた。
In many cases, in consideration of the shift from the outline development to the detailed development as the process is performed later,
We either did not allow the information obtained in the previous process to be changed in the subsequent process, or we made some efforts to allow it. Therefore, in order to extract the data necessary for the work of the current process from the shared data obtained in the previous process, duplicate the data of the predetermined part of the shared data obtained in the previous process and I used to work in the current process.

【0004】このような共有データを管理する方法とし
て、特開平4−359331号に開示されているよう
に、DD/DユーザとDD/Dビューの間に関係を張
り、関係毎にアクセス権(参照、追加、更新、削除)を
追加する方法がある。
As a method of managing such shared data, as disclosed in Japanese Patent Laid-Open No. 4-359331, a relationship is established between a DD / D user and a DD / D view, and an access right ( (Reference, add, update, delete).

【0005】[0005]

【発明が解決しようとする課題】しかしながら、現在の
作業で必要なデータを複製して使用するようにした場
合、システム内で同一データが重複し、その整合性を維
持するのが困難になるという問題がある。
However, if the data required for the current work is duplicated and used, the same data will be duplicated in the system, and it will be difficult to maintain the consistency. There's a problem.

【0006】また、特開平4−359331号に開示さ
れたデータ管理方法にあっては、共有データを複数のス
コープ(視野)からアクセスする際に、スコープ毎にア
クセス制御することができないという問題がある。
Further, in the data management method disclosed in Japanese Patent Laid-Open No. 4-359331, when accessing shared data from a plurality of scopes (fields of view), it is not possible to control access for each scope. is there.

【0007】本発明の目的は、共有データをシステム内
で重複させることなく、複数のスコープからアクセスす
ることができる共有データ管理システムを提供すること
である。
An object of the present invention is to provide a shared data management system which can be accessed from a plurality of scopes without duplicating shared data in the system.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、基本的には、複数のデータから成る共有
データに対する視野を示す複数のスコープと各データの
データタイプとの関係を定義したスコープテーブルと、
前記複数のスコープの使用順を定義したカレントスコー
プテーブルと、共有データを構成する各データ別に使用
権限があるスコープを定義した権限テーブルと、共有デ
ータを構成する各データとデータタイプとの関係を定義
したデータテーブルと、データの新規作成時に、前記カ
レントスコープテーブルに定義されたスコープ順に前記
スコープテーブルを参照し、同一データタイプのデータ
があれば、そのデータタイプのスコープとデータ識別情
報とを前記権限テーブルに追加定義すると共に、前記デ
ータテーブルに新規作成データの識別情報,データタイ
プおよびデータを追加定義するデータ追加処理手段と、
データの更新時に、更新対象データの識別情報に基づき
前記権限テーブルおよびデータテーブルを参照し、更新
対象データのスコープおよびデータタイプを取得した
後、前記カレントスコープテーブルに定義されたスコー
プ順に前記スコープテーブルを参照し、更新対象データ
のスコープと同一スコープで同一データタイプが定義さ
れていれば、前記データテーブル中の更新対象データを
更新するデータ更新処理手段と、データの参照時に、参
照対象データの識別情報に基づき前記権限テーブルおよ
びデータテーブルを参照し、参照対象データのスコープ
およびデータタイプを取得した後、前記カレントスコー
プテーブルに定義されたスコープ順に前記スコープテー
ブルを参照し、参照対象データのスコープと同一スコー
プで同一データタイプが定義されていれば、前記データ
テーブル中の参照対象データを取得するデータ参照処理
手段と、データの削除時に、削除対象データの識別情報
に基づき前記権限テーブルおよびデータテーブルを参照
し、削除対象データのスコープおよびデータタイプを取
得した後、前記カレントスコープテーブルに定義された
スコープ順に前記スコープテーブルを参照し、削除対象
データのスコープと同一スコープで同一データタイプが
定義されていれば、前記データテーブル中の削除対象デ
ータを削除するデータ削除処理手段とを備えることを特
徴とする。
In order to achieve the above object, the present invention basically provides a relationship between a plurality of scopes showing a field of view for shared data composed of a plurality of data and a data type of each data. The defined scope table,
The current scope table that defines the usage order of the plurality of scopes, the privilege table that defines the scope that has the usage right for each data that makes up the shared data, and the relationship between each data that makes up the shared data and the data type When a new data table is created, the scope table is referred to in the order of the scopes defined in the current scope table, and if there is data of the same data type, the scope of the data type and the data identification information are granted the authority. A data addition processing means for additionally defining the table, and additionally defining the identification information, data type and data of the newly created data in the data table,
Upon updating the data, the authority table and the data table are referred to based on the identification information of the update target data, the scope and data type of the update target data are acquired, and then the scope tables are ordered in the scope defined in the current scope table. If the same data type is defined in the same scope as the scope of the update target data, the data update processing means for updating the update target data in the data table, and the identification information of the reference target data when referring to the data After referring to the authority table and the data table based on the above, and obtaining the scope and data type of the reference target data, the scope tables are referenced in the order of the scopes defined in the current scope table, and the same scope as the scope of the reference target data. Same data in Is defined, the data reference processing means for obtaining the reference target data in the data table, and at the time of deleting the data, the authority table and the data table are referred to based on the identification information of the deletion target data, After acquiring the scope and data type of, the scope table is referred to in the order of the scope defined in the current scope table, and if the same data type is defined in the same scope as the scope of the data to be deleted, in the data table And data deletion processing means for deleting the deletion target data.

【0009】[0009]

【作用】本発明によれば、データの新規作成時は、カレ
ントスコープテーブルに定義されたスコープ順にスコー
プテーブルを参照し、同一データタイプのデータがあれ
ば、そのデータタイプのスコープとデータ識別情報とを
権限テーブルに追加定義すると共に、データテーブルに
新規作成データの識別情報,データタイプおよびデータ
を追加定義する。
According to the present invention, when new data is created, the scope tables are referenced in the order of the scopes defined in the current scope table, and if there is data of the same data type, the scope of that data type and the data identification information are Is additionally defined in the authority table, and the identification information, data type and data of the newly created data are additionally defined in the data table.

【0010】データの更新時は、更新対象データの識別
情報に基づき権限テーブルおよびデータテーブルを参照
し、更新対象データのスコープおよびデータタイプを取
得した後、カレントスコープテーブルに定義されたスコ
ープ順にスコープテーブルを参照し、更新対象データの
スコープと同一スコープで同一データタイプが定義され
ていれば、データテーブル中の更新対象データを更新す
る。
At the time of updating the data, the authority table and the data table are referred to based on the identification information of the data to be updated, the scope and data type of the data to be updated are acquired, and then the scope tables are defined in the scope order defined in the current scope table. If the same data type is defined in the same scope as the update target data scope, the update target data in the data table is updated.

【0011】これは、データの参照、削除についても同
様に行われる。
This is similarly performed for referring to and deleting data.

【0012】従って、CASE等を用いてプログラムを
作成する場合に、工程別にスコープを異ならせておくこ
とにより、同一データタイプであっても、スコープの異
なる後工程では共有データの更新、参照、削除はできな
くなる。
Therefore, when a program is created by using CASE or the like, by making the scope different for each process, even if the data type is the same, the shared data is updated, referenced, and deleted in the subsequent processes having different scopes. Will not be possible.

【0013】逆に、カレントスコープテーブルによって
スコープテーブルを参照する順番を制御し、同一データ
タイプであれば、同一スコープを割り当てて共有データ
を新規登録可能にすることにより、前工程で作成された
同一データタイプで同一データ識別情報の共有データを
複製することなく、更新、参照、削除することができ
る。すなわち、共有データを複数のスコープからアクセ
スすることが可能になる。
On the contrary, the order in which the scope tables are referred to is controlled by the current scope table, and if the data types are the same, the same scope is assigned and new shared data can be registered. It is possible to update, refer to, and delete without duplicating shared data having the same data identification information in the data type. That is, shared data can be accessed from multiple scopes.

【0014】[0014]

【実施例】以下、本発明の実施例について図面を参照し
て詳細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0015】図1は、本発明の一実施例を示す機能ブロ
ック図である。
FIG. 1 is a functional block diagram showing an embodiment of the present invention.

【0016】図1において、1は各種データを入出力す
るための対話端末、2は複数のデータから成る共有デー
タに対する視野を示す複数のスコープと各データのデー
タタイプとの関係を定義したスコープテーブル、3は、
前記複数のスコープの使用順を定義したカレントスコー
プテーブル、4は共有データを構成する各データ別に使
用権限があるスコープを定義した権限テーブル、5は共
有データを構成する各データとデータタイプとの関係を
定義したデータテーブル、6は共有データへの参照,追
加,削除,更新要求に対するアクセス制御を行う権限処
理プログラムである。
In FIG. 1, 1 is a dialogue terminal for inputting / outputting various data, and 2 is a scope table defining a relationship between a plurality of scopes showing a field of view of shared data composed of a plurality of data and a data type of each data. 3 is
A current scope table that defines the usage order of the plurality of scopes, 4 is a privilege table that defines a scope that has usage authority for each data that forms shared data, and 5 is a relationship between each data that forms shared data and a data type Is a data table that defines, and 6 is an authority processing program that controls access to shared data reference, addition, deletion, and update requests.

【0017】この権限処理プログラムは、後述するよう
に、共有データの新規作成時に、カレントスコープテー
ブル3に定義されたスコープ順にスコープテーブル2を
参照し、同一データタイプのデータがあれば、そのデー
タタイプのスコープとデータ識別情報とを権限テーブル
4に追加定義すると共に、データテーブル5に新規作成
データの識別情報(データID),データタイプおよび
データを追加定義するデータ追加処理ステップと、デー
タの更新時に、更新対象データの識別情報に基づき権限
テーブル4およびデータテーブル5を参照し、更新対象
データのスコープおよびデータタイプを取得した後、カ
レントスコープテーブル2に定義されたスコープ順にス
コープテーブル2を参照し、更新対象データのスコープ
と同一スコープで同一データタイプが定義されていれ
ば、データテーブル5中の更新対象データを更新するデ
ータ更新処理ステップと、データの参照時に、参照対象
データの識別情報に基づき権限テーブル4およびデータ
テーブル5を参照し、参照対象データのスコープおよび
データタイプを取得した後、カレントスコープテーブル
3に定義されたスコープ順にスコープテーブル2を参照
し、参照対象データのスコープと同一スコープで同一デ
ータタイプが定義されていれば、データテーブル5中の
参照対象データを取得するデータ参照処理ステップと、
データの削除時に、削除対象データの識別情報に基づき
権限テーブル4およびデータテーブル5を参照し、削除
対象データのスコープおよびデータタイプを取得した
後、カレントスコープテーブル3に定義されたスコープ
順にスコープテーブル2を参照し、削除対象データのス
コープと同一スコープで同一データタイプが定義されて
いれば、データテーブル5中の削除対象データを削除す
るデータ削除処理ステップとを備える。
As will be described later, this authority processing program refers to the scope table 2 in the order of the scopes defined in the current scope table 3 when newly creating shared data, and if there is data of the same data type, that data type And the data identification information are additionally defined in the authority table 4, and the identification information (data ID) of the newly created data, the data type and the data are additionally defined in the data table 5, and at the time of updating the data. , The authority table 4 and the data table 5 are referenced based on the identification information of the update target data, the scope and data type of the update target data are acquired, and then the scope table 2 is referenced in the order of the scopes defined in the current scope table 2, In the same scope as the scope of data to be updated If one data type is defined, the data update processing step of updating the update target data in the data table 5, and at the time of referring to the data, the authority table 4 and the data table 5 are referred to based on the identification information of the reference target data. , After obtaining the scope and data type of the reference target data, refer to the scope table 2 in the order of the scopes defined in the current scope table 3, and if the same data type is defined in the same scope as the reference target data, A data reference processing step of acquiring reference target data in the data table 5,
When deleting data, the authority table 4 and the data table 5 are referred to based on the identification information of the deletion target data, the scope and data type of the deletion target data are acquired, and then the scope table 2 is ordered in the scope defined in the current scope table 3. And a data deletion processing step of deleting the deletion target data in the data table 5 when the same data type is defined in the same scope as the deletion target data.

【0018】図2は、図1の具体的構成を示すハードウ
ェア構成図であり、権下得ん処理プログラム6はメモリ
8に格納され、バス9を通じてCPU7によって順次読
み込まれ、実行される。なお、各テーブル2,3,4,
5はバス9を通じてCPU7に結合されている。
FIG. 2 is a hardware configuration diagram showing the specific configuration of FIG. 1, in which the privilege acquisition processing program 6 is stored in the memory 8 and sequentially read and executed by the CPU 7 through the bus 9. In addition, each table 2, 3, 4,
5 is connected to the CPU 7 through the bus 9.

【0019】図3は、スコープテーブル2の構成図であ
り、スコープID201,データタイプID202とデ
ータタイプ情報203を定義するフィールドから構成さ
れており、あるスコープを適用した場合のアクセス可能
なデータタイプIDと各データタイプIDが持つ他のデ
ータタイプとの関係(データタイプ情報)が記述されて
いる。なお、ここではスコープID201とデータタイ
プID202の組合せはいずれも異なるようになってい
る。
FIG. 3 is a block diagram of the scope table 2, which is composed of fields that define a scope ID 201, a data type ID 202, and data type information 203, and is an accessible data type ID when a certain scope is applied. And the relationship (data type information) between each data type ID and other data types. Note that here, the combinations of the scope ID 201 and the data type ID 202 are different.

【0020】図4は、スコープを参照する順番を定義し
た情報であるカレントスコープ情報を定義したカレント
スコープテーブルの構成図であり、ここではS004、
S001、S005のIDのスコープを順番に参照すべ
きことが定義されている。
FIG. 4 is a block diagram of a current scope table defining current scope information, which is information defining the order in which scopes are referred to.
It is defined that the ID scopes of S001 and S005 should be referenced in order.

【0021】図5は、権限テーブル4の構成図であり、
データID501と権限スコープID502を定義する
フィールドから構成され、データID501の共有デー
タに対してアクセス権限を有するスコープのIDが記述
されている。
FIG. 5 is a block diagram of the authority table 4.
It is composed of fields that define a data ID 501 and an authority scope ID 502, and describes the ID of a scope that has access authority to the shared data of the data ID 501.

【0022】図6は、データテーブル5の構成図であ
り、データID601とデータタイプID602とデー
タ603とを定義するフィールドから構成されている。
FIG. 6 is a block diagram of the data table 5, which is composed of fields defining a data ID 601, a data type ID 602, and data 603.

【0023】図7は、図3のスコープテーブル2に定義
されたスコープとデータタイプとの関係を示す説明図で
あり、データタイプは実線の枠内にIDで示し、スコー
プは破線の枠内にそのIDで示している。また、データ
タイプ情報203で示される各データタイプとの関係を
直線で関係付けている。
FIG. 7 is an explanatory diagram showing the relationship between the scopes defined in the scope table 2 of FIG. 3 and the data types. The data type is indicated by the ID in the solid line frame, and the scope is in the broken line frame. The ID is shown. Also, the relationship with each data type indicated by the data type information 203 is related by a straight line.

【0024】図8は、スコープとデータタイプとの関係
を別の観点から示した説明図であり、例えばID=S0
01のスコープはID=DT0074,DT0073の
データタイプのデータを視野内に持ち、同様にID=S
004のスコープはID=DT0421,DT0073
のデータタイプのデータを視野内に持つことが示されて
いる。
FIG. 8 is an explanatory view showing the relationship between the scope and the data type from another point of view, for example ID = S0.
The scope of 01 has data of the data type of ID = DT0074 and DT0073 in the field of view, and similarly ID = S.
The scope of 004 is ID = DT0421, DT0073
It is shown to have data of the data type of within the field of view.

【0025】この場合、ID=DT0421のデータタ
イプのデータは、ID=S006のスコープの視野内に
入ることが示されている。
In this case, it is shown that the data of the data type of ID = DT0421 falls within the visual field of the scope of ID = S006.

【0026】図9(A),(B)は、権限処理プログラ
ム6が実行するデータ追加処理およびデータ更新処理の
手順を示すフローチャートである。
9A and 9B are flowcharts showing the procedure of the data addition process and the data update process executed by the authority processing program 6.

【0027】以下、図9を用いてデータ追加処理および
データ更新処理を詳細に説明する。
The data addition process and the data update process will be described in detail below with reference to FIG.

【0028】まず、図9(A)のデータ追加処理では、
対話型端末1を用いて作成するデータとデータタイプI
Dを入力する(ステップ701)。いまデータは”A
A”、データタイプIDは”DT0073”とする。
First, in the data addition process of FIG. 9A,
Data created using the interactive terminal 1 and data type I
Input D (step 701). Now the data is "A
A "and the data type ID are" DT0073 ".

【0029】次に、カレントスコープテーブル3からカ
レントスコープ情報を読み込む(ステップ702)。
Next, the current scope information is read from the current scope table 3 (step 702).

【0030】次に、カレントスコープ情報にしたがって
スコープテーブル2を1行読む(ステップ703)。カ
レントスコープ情報は、図4に示すように、S004、
S001、S005の順であるので、スコープテーブル
2のうちスコープID201がS004のものを順に探
し、それが終るとスコープテーブル2のうちスコープI
D201がS001のものを、それが終るとスコープテ
ーブル2のうちスコープID201がS005のものを
順に探す。
Next, one line of the scope table 2 is read according to the current scope information (step 703). The current scope information is S004, as shown in FIG.
Since the order is S001 and S005, the scope table 2 whose scope ID 201 is S004 is searched in order, and when this is completed, the scope I in the scope table 2 is searched.
When D201 is S001, when it is finished, the scope table 2 is searched sequentially for scope ID201 of S005.

【0031】スコープテーブル2が読み込み可能かどう
かを判定し、可能であればステップ704を実行し、そ
うでなければ処理を終了する(ステップ707)。
It is determined whether or not the scope table 2 can be read, and if it is possible, step 704 is executed, and if not so, the processing ends (step 707).

【0032】ステップ703で読んだデータタイプID
202とステップ701で入力したデータタイプIDと
を比較して、一致すればステップ705を実行し、一致
しなければステップ703を実行する(ステップ70
4)。
Data type ID read in step 703
202 is compared with the data type ID input in step 701. If they match, step 705 is executed, and if they do not match, step 703 is executed (step 70).
4).

【0033】ここで、カレントスコープ情報で指定され
たスコープIDがS004である場合、図3のスコープ
テーブル2によれば、行番号205,206に記述され
たDT0421,DT0073のデータタイプIDが読
み出されるが、このうちDT0073がステップ701
で入力されたデータタイプと一致するのでステップ70
5へ処理が移る。
Here, when the scope ID specified by the current scope information is S004, according to the scope table 2 of FIG. 3, the data type IDs of DT0421 and DT0073 described in the line numbers 205 and 206 are read out. However, of these, DT0073 is step 701.
Since it matches the data type entered in step 70
The process moves to 5.

【0034】ステップ705では、ステップ701で入
力されたデータに対するデータIDの割当てを行う。例
えば、「D0041」を割当てる。そして、そのデータ
IDとステップ701で入力されたデータをデータテー
ブル5に追加登録する(ステップ705)。これによ
り、図6に示すように、データテーブル5の行番号60
6には、データID601として「D0041」が、デ
ータタイプID602として「DT0073」が、デー
タ603として「AA」が追加登録される。
In step 705, a data ID is assigned to the data input in step 701. For example, “D0041” is assigned. Then, the data ID and the data input in step 701 are additionally registered in the data table 5 (step 705). As a result, as shown in FIG.
6, "D0041" is additionally registered as the data ID 601, "DT0073" is additionally registered as the data type ID 602, and "AA" is additionally registered as the data 603.

【0035】最後に、権限スコープID502として
「S004」、データID501として「D0041」
を権限テーブル4に追加登録する(ステップ706)。
これにより、権限テーブル4の行番号505は図5に示
すようなものとなる。
Finally, the authority scope ID 502 is "S004" and the data ID 501 is "D0041".
Is additionally registered in the authority table 4 (step 706).
As a result, the line number 505 of the authority table 4 becomes as shown in FIG.

【0036】以上により、データの追加処理は終了す
る。
With the above, the data addition processing is completed.

【0037】次に、図9(B)のデータ更新処理につい
て説明する。
Next, the data updating process of FIG. 9B will be described.

【0038】データ更新処理では、対話型端末1を用い
て更新対象データのデータIDとデータを入力する(ス
テップ751)。いま、データIDは「D0041」、
データは”BB”とする。
In the data updating process, the data ID and data of the data to be updated are input using the interactive terminal 1 (step 751). Now, the data ID is "D0041",
The data is “BB”.

【0039】次に、権限テーブル4を用いてデータID
から権限スコープID502を取得する(ステップ75
2)。
Next, using the authority table 4, the data ID
Acquires the authority scope ID 502 from (step 75)
2).

【0040】例えば、図5の権限テーブル4にあって
は、データID=D0041の権限スコープID502
は「S004」と記述されているので、権限スコープI
D502として「S004」が取得される。
For example, in the authority table 4 of FIG. 5, the authority scope ID 502 of data ID = D0041
Is described as "S004", the authority scope I
“S004” is acquired as D502.

【0041】次に、データテーブル5を用いて更新対象
データのデータID760からデータタイプID602
を取得する(ステップ753)。
Next, using the data table 5, the data ID 760 to the data type ID 602 of the data to be updated.
Is acquired (step 753).

【0042】例えば、図6のデータテーブル5にあって
は、データID=D0041のデータタイプIDは「D
T0073」と記述されているので、データタイプID
として「DT0073」が取得される。
For example, in the data table 5 of FIG. 6, the data type ID of data ID = D0041 is “D
Since it is described as "T0073", the data type ID
As a result, “DT0073” is acquired.

【0043】次に、カレントスコープ情報を読み込む
(ステップ754)。
Next, the current scope information is read (step 754).

【0044】次に、カレントスコープ情報で示されるス
コープ順にスコープテーブル2を1行ずつ順次読み込む
(ステップ755)。いま、カレントスコープ情報はS
004、S001、S005の順であるので、スコープ
テーブル2のうちスコープID201がS004のもの
を順に探し、それが終るとスコープテーブル2のうちス
コープID201がS001のものを、それが終るとス
コープテーブル2のうちスコープID201がS005
のものを順に探す。
Next, the scope table 2 is sequentially read line by line in the order of the scope indicated by the current scope information (step 755). Now, the current scope information is S
Since the order is 004, S001, and S005, the scope table 201 is searched for the scope ID 201 of S004 in order, and when it ends, the scope table 2 of which the scope ID 201 is S001 and the end of scope table 2 Scope ID 201 is S005
Search for items in order.

【0045】スコープテーブル2が読み込み可能かどう
かを判断し、読み込み可能であればステップ756を実
行し、そうでなければステップ758を実行する(ステ
ップ771)。
Whether or not the scope table 2 can be read is determined. If it is readable, step 756 is executed, otherwise step 758 is executed (step 771).

【0046】ステップ758では、ステップ753で取
得したデータタイプIDはカレントスコープ情報の順に
スコープテーブル2を読み込んでも見つからないといっ
た内容の警告を対話型端末1を用いて表示し、データ更
新処理を終了する。
At step 758, the data type ID obtained at step 753 is displayed on the interactive terminal 1 with a warning indicating that the data type ID cannot be found even if the scope table 2 is read in the order of the current scope information, and the data updating process is terminated. .

【0047】一方、スコープテーブル2が読み込み可能
であったならば、次に、ステップ755でスコープテー
ブル2から読んだデータタイプID202とステップ7
53取得したデータタイプIDとを比較して、一致すれ
ばステップ757を実行し、一致しなければステップ7
55を実行する(ステップ756)。
On the other hand, if the scope table 2 can be read, then the data type ID 202 read from the scope table 2 in step 755 and step 7
53 Compared with the acquired data type ID, if they match, execute step 757, and if they do not match, step 7
55 is executed (step 756).

【0048】いま、スコープテーブル2の内、行番号2
06の内容を読み込んだととろでデータタイプIDが一
致するので、次にステップ757を実行する。
Line number 2 in scope table 2
Since the data type IDs match when the contents of 06 are read, step 757 is executed next.

【0049】ステップ757では、ステップ752で取
得した権限スコープID502と206でのスコープI
D201を比較する(ステップ757)。一致すればス
テップ760を実行し、一致しなければステップ759
を実行する。
In step 757, the scope I in the authority scope IDs 502 and 206 acquired in step 752.
D201 is compared (step 757). If they match, step 760 is executed, and if they do not match, step 759.
To execute.

【0050】ステップ760では、データテーブル5中
のデータID760に対するデータ603を更新する。
At step 760, the data 603 corresponding to the data ID 760 in the data table 5 is updated.

【0051】この例の場合、行番号606のデータ60
3である”AA”が”BB”に更新される。
In the case of this example, the data 60 of the line number 606
“AA”, which is 3, is updated to “BB”.

【0052】一方、権限スコープID502と206で
のスコープID201とが一致しなかった場合、ステッ
プ759において、後に説明する疑似更新処理や警告を
表示する。ステップ758またはステップ759または
ステップ760の実行後、データ更新処理は終了する。
On the other hand, if the authority scope IDs 502 and 206 do not match the scope ID 201, a pseudo update process and a warning, which will be described later, are displayed in step 759. After the execution of step 758 or step 759 or step 760, the data update process ends.

【0053】ところで、データの参照処理は、データ更
新処理におけるステップ751のデータの入力を無く
し、データIDからデータテーブル5を用いてデータ6
03を取得し、ステップ760では更新などの権限がな
い事を知らせるために網かけで参照対象のデータを表示
するすることによって実現する。なお、ステップ75
8,759では参照権限がないことを警告表示する。
By the way, in the data reference process, the data input in step 751 in the data update process is eliminated, and the data 6 is obtained using the data table 5 from the data ID.
In step 760, the data to be referred to is displayed in a shaded manner in order to notify that there is no authority for updating or the like. Note that step 75
In the case of 8,759, a warning is displayed that there is no reference authority.

【0054】データの削除処理についても同様であり、
データ更新処理におけるステップ751のデータの入力
を無くし、ステップ760では削除対象のデータをその
まま削除し、ステップ758,759では削除権限がな
い事を警告表示することによって実現する。
The same applies to the data deletion processing.
This is achieved by eliminating the input of data in step 751 in the data updating process, deleting the data to be deleted as it is in step 760, and displaying a warning that there is no deletion authority in steps 758 and 759.

【0055】ところで、前工程で作成されたデータでは
後工程で不都合が生じる場合、何等かの方法で疑似的に
更新を行っておき、適切な時期にレビュー等を行って調
整する必要がある。
By the way, when the data created in the previous process causes inconvenience in the subsequent process, it is necessary to artificially update the data by some method, and review and adjust at an appropriate time.

【0056】図10は、疑似更新を可能にした第2の実
施例を示す機能ブロック図であり、図1の権限処理プロ
グラム6に代えて疑似更新処理プログラム10が設けら
れ、さらに疑似データテーブル11が追加されている。
FIG. 10 is a functional block diagram showing a second embodiment enabling pseudo update. A pseudo update processing program 10 is provided in place of the authority processing program 6 of FIG. 1, and a pseudo data table 11 is provided. Has been added.

【0057】疑似データテーブル11は、図11に示す
ように、データID901、データ902、疑似データ
ID903、次疑似データID904のフィールドから
構成され、データID901が同一のものについては疑
似データID903と次疑似データID904によりチ
ェーン構造をなしている。つまり次疑似データID90
4が空白でない場合、次疑似データID904と同一の
疑似データID903があり、かつ両者に対応するデー
タIDは同一である。
As shown in FIG. 11, the pseudo data table 11 is composed of fields of data ID 901, data 902, pseudo data ID 903, and next pseudo data ID 904. The data ID 904 forms a chain structure. That is, the next pseudo data ID 90
When 4 is not blank, there is the same pseudo data ID 903 as the next pseudo data ID 904, and the data IDs corresponding to both are the same.

【0058】この疑似データID903と次疑似データ
ID904は、権限のあるスコープからの更新以外のデ
ータの変更内容を時系列に並べる目的で用いる。
The pseudo data ID 903 and the next pseudo data ID 904 are used for the purpose of arranging the contents of data changes other than the update from the authorized scope in time series.

【0059】図12は、疑似更新処理プログラム10の
処理手順を表すフローチャートである。以下、図12を
用いて処理手順を詳細に説明する。なお、疑似更新処理
プログラム10では、既にデータID、データが記憶さ
れているものとする。
FIG. 12 is a flowchart showing the processing procedure of the pseudo update processing program 10. Hereinafter, the processing procedure will be described in detail with reference to FIG. In the pseudo update processing program 10, it is assumed that the data ID and the data are already stored.

【0060】いま、データIDには「D0041」が、
データには「AA.04」が記憶されているとする。
Now, the data ID is "D0041",
It is assumed that “AA.04” is stored in the data.

【0061】疑似データテーブル11の疑似データID
903中で未使用の疑似データID910を割り振る
(ステップ7581)。例えば、「RD080」を割り
振る。
Pseudo data ID of the pseudo data table 11
Unused pseudo data ID 910 in 903 is allocated (step 7581). For example, “RD080” is assigned.

【0062】次に、疑似データテーブル11を1行分読
み込む(ステップ7582)。
Next, one line of the pseudo data table 11 is read (step 7582).

【0063】読み込み可能ならステップ7584を実行
し、そうでなければステップ7587を実行する(ステ
ップ7583)。
If it is readable, step 7584 is executed, otherwise step 7587 is executed (step 7583).

【0064】既知のデータIDとステップ7582で読
み込んだデータID901とを比較して、同一であれば
ステップ7585を実行し、そうでなければステップ7
582を実行する(ステップ7584)。
The known data ID is compared with the data ID 901 read in step 7582. If they are the same, step 7585 is executed, and if not, step 7
582 is executed (step 7584).

【0065】次に、ステップ7582で読み込んだ次疑
似データID904が空白かどうかを調べ、空白であれ
ばステップ7586を実行し、空白でなければステップ
7582を実行する(ステップ7585)。
Next, it is checked whether or not the next pseudo data ID 904 read in step 7582 is blank. If it is blank, step 7586 is executed, and if it is not blank, step 7582 is executed (step 7585).

【0066】ステップ7586では、ステップ7581
で割り振った疑似データID910をステップ7582
で読み込んだ次疑似データID904の場所に代入す
る。次に、既知のデータIDおよびデータと疑似データ
ID910と空白の組を疑似データテーブル11の最後
に追加する(ステップ7587)。
In Step 7586, Step 7581
The pseudo data ID 910 allocated in step 7582
It is substituted in the place of the next pseudo data ID 904 read in. Next, the known data ID and data, the pseudo data ID 910, and the blank set are added to the end of the pseudo data table 11 (step 7587).

【0067】この処理を終えた時点で、疑似データテー
ブル11の行番号910と911の内容が変更されて図
11の状態になる。
At the end of this process, the contents of the row numbers 910 and 911 of the pseudo data table 11 are changed to the state shown in FIG.

【0068】以上により疑似更新処理は終了する。With the above, the pseudo update process is completed.

【0069】このようにして疑似更新処理を行ったデー
タについての参照の仕方を簡単に説明する。
A method of referring to the data thus pseudo-updated will be briefly described.

【0070】まず、参照するデータIDと、疑似データ
テーブル11中のデータID901が一致するものを探
す。あればそこから疑似データID903と次疑似デー
タID904のチェーンを、次疑似データID904が
空白の部分までたどり、その行のデータ902を表示等
する。この際に、疑似更新したデータである事なども併
せて表示する。
First, the data ID to be referred to and the data ID 901 in the pseudo data table 11 are matched. If there is, the chain of the pseudo data ID 903 and the next pseudo data ID 904 is traced from there to the blank portion of the next pseudo data ID 904, and the data 902 of that line is displayed. At this time, information such as pseudo updated data is also displayed.

【0071】しかし、参照するデータIDと、疑似デー
タテーブル11中のデータID901が一致するものが
なければ、参照するデータIDについてはまだ疑似更新
処理がなされていないので、上記で示した疑似更新処理
をしない場合の参照処理を行う。
However, if there is no match between the referenced data ID and the data ID 901 in the pseudo data table 11, the referenced data ID has not been subjected to the pseudo update process. Therefore, the pseudo update process described above is performed. Perform reference processing when not performing.

【0072】また、利用者が疑似更新処理をする前のデ
ータや疑似更新処理をしたデータのうち最新でないもの
を見る場合には、疑似データID903と次疑似データ
ID904のチェーンを自由にたどる事により参照する
事ができる。
Further, when the user sees the data before the pseudo update processing or the data after the pseudo update processing which is not the latest, the user can freely trace the chain of the pseudo data ID 903 and the next pseudo data ID 904. Can be referred to.

【0073】次に、権限の譲渡処理について説明する。Next, the authority transfer process will be described.

【0074】図13は、権限の譲渡処理を可能にした実
施例を示す機能ブロック図であり、図10の疑似更新プ
ログラム10に代えて権限譲渡処理プログラム12が設
けられている。
FIG. 13 is a functional block diagram showing an embodiment in which the authority transfer processing is enabled, and an authority transfer processing program 12 is provided in place of the pseudo update program 10 of FIG.

【0075】図14は、権限の譲渡処理の手順を表すフ
ローチャートであり、以下図14を用いて詳細に説明す
る。
FIG. 14 is a flowchart showing the procedure of the authority transfer process, which will be described in detail below with reference to FIG.

【0076】最初に、権限を譲渡するデータのデータI
Dと譲渡先のスコープIDを対話型端末1を用いて入力
する(ステップ1001)。いま、データIDとして
「D0041」が、またスコープIDとして「S000
1」が入力されたとする。
First, the data I of the data for transferring the authority
D and the transferee's scope ID are input using the interactive terminal 1 (step 1001). Now, "D0041" is used as the data ID, and "S000" is used as the scope ID.
It is assumed that "1" is input.

【0077】次に、データテーブル5を用いてデータI
D「D0041」からデータタイプID602を取得す
る(ステップ1002)。この例では、データIDが
「D0041」であるので、、データテーブル5の行番
号606により、データタイプID602として「DT
0073」が取得される。
Next, using the data table 5, the data I
The data type ID 602 is acquired from D "D0041" (step 1002). In this example, since the data ID is “D0041”, the row number 606 of the data table 5 indicates that the data type ID 602 is “DT.
“0073” is acquired.

【0078】次に、カレントスコープ情報を読み込む
(ステップ1003)。さらにカレントスコープ情報の
スコープ順にスコープテーブル2を読み込む(ステップ
1004)。ステップ1004で読み込み可能ならばス
テップ1006を実行し、そうでなければステップ10
09を実行する(ステップ1005)。
Next, the current scope information is read (step 1003). Further, the scope table 2 is read in the order of the scope of the current scope information (step 1004). If it is readable in step 1004, step 1006 is executed, otherwise step 10
09 is executed (step 1005).

【0079】次に、ステップ1004で読み込んだスコ
ープID201とステップ1001で入力したスコープ
ID1052とを比較し、同一であればステップ100
7を実行し、そうでなければステップ1004を実行す
る(ステップ1006)。
Next, the scope ID 201 read in step 1004 and the scope ID 1052 input in step 1001 are compared, and if they are the same, step 100
7 is executed, otherwise step 1004 is executed (step 1006).

【0080】次に、ステップ1004で読み込んだデー
タタイプID202とステップ1002で取得したデー
タタイプIDとを比較して、同一であればステップ10
08を実行し、そうでなければステップ1004を実行
する(ステップ1007)。
Next, the data type ID 202 read in step 1004 and the data type ID acquired in step 1002 are compared, and if they are the same, step 10
08, otherwise execute step 1004 (step 1007).

【0081】いまステップ1004からステップ100
7までのループはスコープテーブル2の行番号206を
読み込んだところでステップ1008へ移る。
Now from step 1004 to step 100
The loop up to 7 moves to step 1008 when the line number 206 of the scope table 2 is read.

【0082】次に、権限テーブル4中のデータID「D
0041」に対応する権限スコープID502をスコー
プID「S0001」に書き換え、処理を終了する(ス
テップ1008)。
Next, the data ID "D" in the authority table 4
The authority scope ID 502 corresponding to "0041" is rewritten to the scope ID "S0001", and the processing ends (step 1008).

【0083】これによって、権限テーブル4の行番号5
05の権限スコープID502が「S004」から「S
001」に書き換えられる。
As a result, line number 5 in authority table 4
05 authority scope ID 502 is from "S004" to "S
Is rewritten as "001".

【0084】なお、ステップ1009ではエラーメッセ
ージなどを対話型端末1に表示を行うなどの処理を行っ
て権限の譲渡処理を終了する。
In step 1009, processing such as displaying an error message on the interactive terminal 1 is performed, and the authority transfer processing ends.

【0085】以上のように、上記実施例によれば、共有
データの新規作成時は、カレントスコープテーブル3に
定義されたスコープ順にスコープテーブル2を参照し、
同一データタイプのデータがあれば、そのデータタイプ
のスコープとデータ識別情報とを権限テーブル4に追加
定義すると共に、データテーブル5に新規作成データの
識別情報,データタイプおよびデータを追加定義する。
As described above, according to the above embodiment, when new shared data is created, the scope table 2 is referred to in the order of scopes defined in the current scope table 3,
If there is data of the same data type, the scope of the data type and the data identification information are additionally defined in the authority table 4, and the identification information of the newly created data, the data type and the data are additionally defined in the data table 5.

【0086】また、データの更新時は、更新対象データ
の識別情報に基づき権限テーブル4およびデータテーブ
ル5を参照し、更新対象データのスコープおよびデータ
タイプを取得した後、カレントスコープテーブル3に定
義されたスコープ順にスコープテーブル2を参照し、更
新対象データのスコープと同一スコープで同一データタ
イプが定義されていれば、データテーブル5中の更新対
象データを更新する。
When updating the data, the authority table 4 and the data table 5 are referred to based on the identification information of the data to be updated, the scope and data type of the data to be updated are acquired, and then defined in the current scope table 3. The scope table 2 is referred to in the order of the scopes, and if the same data type is defined in the same scope as the scope of the update target data, the update target data in the data table 5 is updated.

【0087】そして、データの参照、削除についても更
新処理と同様に共有データへのアクセスを制御するよう
にしたので、CASE等を用いてプログラムを作成する
場合に、工程別にスコープを異ならせておくことによ
り、同一データタイプであっても、スコープの異なる後
工程では共有データの更新、参照、削除はできなくな
り、共有データの勝手な変更による混乱を防止すること
ができる。
Since access to shared data is controlled for data reference and deletion as in the update process, the scope is made different for each process when a program is created using CASE or the like. As a result, even if the same data type is used, shared data cannot be updated, referenced, or deleted in a subsequent process with a different scope, and confusion due to arbitrary change of shared data can be prevented.

【0088】逆に、カレントスコープテーブル3によっ
てスコープテーブル2を参照する順番を動的に制御し、
同一データタイプであれば、同一スコープを割り当てて
共有データを新規登録可能にすることにより、前工程で
作成された同一データタイプで同一データ識別情報の共
有データを複製することなく、更新、参照、削除するこ
とができる。すなわち、共有データを複数のスコープか
らアクセスすることが可能になる。
On the contrary, the order in which the scope table 2 is referred to is dynamically controlled by the current scope table 3,
For the same data type, by assigning the same scope and registering new shared data, it is possible to update, refer to, without duplicating the shared data of the same data identification information with the same data type created in the previous process. Can be deleted. That is, shared data can be accessed from multiple scopes.

【0089】また、更新に対して疑似更新と、その参照
ができるため、元データとその権限を保管しながらデー
タの更新が可能になる。これは、設計段階で決定したデ
ータが現場では都合が良くない場合などに、ひとまず疑
似更新を行って、後日調整を行う場合などに使用でき
る。また、権限の譲渡が可能であるため、工程が進んで
もはや初期段階まで戻って作り直しなどを行う事が不可
能な場合などに使用できる。また、権限処理と権限の譲
渡処理を用いて、データ作成時に適当なスコープを選択
し、そのスコープに権限を与える事もできる。
Further, since the pseudo update can be referred to and the reference can be made to the update, the data can be updated while keeping the original data and its authority. This can be used, for example, when the data decided at the design stage is not convenient in the field, and when the pseudo update is performed for adjustment at a later date. In addition, since it is possible to transfer the authority, it can be used when it is impossible to go back to the initial stage and remake it because of the progress of the process. Further, by using the authority process and the authority transfer process, an appropriate scope can be selected at the time of data creation and the authority can be given to the scope.

【0090】[0090]

【発明の効果】以上のように本発明によれば、CASE
等を用いてプログラムを作成する場合に、工程別にスコ
ープを異ならせておくことにより、同一データタイプで
あっても、スコープの異なる後工程では共有データの更
新、参照、削除はできなくなり、共有データの勝手な変
更による混乱を防止することができる。
As described above, according to the present invention, CASE
When a program is created using, etc., by making the scope different for each process, it is not possible to update, reference, or delete shared data even in the same process with the same data type in subsequent processes with different scopes. It is possible to prevent confusion due to arbitrary changes in.

【0091】逆に、カレントスコープテーブルによって
スコープテーブルを参照する順番を動的に制御し、同一
データタイプであれば、同一スコープを割り当てて共有
データを新規登録可能にすることにより、前工程で作成
された同一データタイプで同一データ識別情報の共有デ
ータを複製することなく、更新、参照、削除することが
できる。すなわち、共有データを複数のスコープからア
クセスすることが可能になる。
On the contrary, by dynamically controlling the order in which the scope tables are referred to by the current scope table, and if the same data type is used, the same scope is assigned and new shared data can be registered. It is possible to update, refer to, and delete the shared data having the same data type and having the same data identification information without duplication. That is, shared data can be accessed from multiple scopes.

【0092】具体的には、スコープで表現する内容を例
えばある段階で用いるツールにすれば、ツール間で共有
するデータに対するアクセス制御を行える。これによ
り、1つの共有データを同時期に複数のツールで参照を
行え、あるツールから変更を行った場合にはそれが正当
なツールからの要求である場合に限り変更がなされ、か
つその変更内容を直接他のツールに反映する事が可能に
なる。
Specifically, if the contents expressed by the scope are tools used at a certain stage, for example, it is possible to control access to data shared by the tools. As a result, one shared data can be referred to by multiple tools at the same time, and when a change is made from a certain tool, the change is made only when the request is made by a legitimate tool, and the changed contents. Can be directly reflected in other tools.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例を示す機能ブロック図であ
る。
FIG. 1 is a functional block diagram showing an embodiment of the present invention.

【図2】図1のハードウェア構成図である。FIG. 2 is a hardware configuration diagram of FIG.

【図3】スコープテーブルの構成図である。FIG. 3 is a configuration diagram of a scope table.

【図4】カレントスコープテーブルの構成図である。FIG. 4 is a configuration diagram of a current scope table.

【図5】権限テーブルの構成図である。FIG. 5 is a configuration diagram of an authority table.

【図6】データテーブルの構成図である。FIG. 6 is a configuration diagram of a data table.

【図7】スコープとデータタイプとの関係を示す説明図
である。
FIG. 7 is an explanatory diagram showing a relationship between a scope and a data type.

【図8】スコープとデータタイプとの関係を別の観点か
ら示す説明図である。
FIG. 8 is an explanatory diagram showing a relationship between a scope and a data type from another viewpoint.

【図9】データ追加処理およびデータ更新処理のための
フローチャートである。
FIG. 9 is a flowchart for a data addition process and a data update process.

【図10】疑似更新処理機能を設けた第2の実施例を示
す機能ブロック図である。
FIG. 10 is a functional block diagram showing a second embodiment provided with a pseudo update processing function.

【図11】元データと疑似更新データとの関連を格納す
る疑似データテーブルの構成図である。
FIG. 11 is a configuration diagram of a pseudo data table that stores the relationship between original data and pseudo update data.

【図12】疑似更新処理を行うためのフローチャートで
ある。
FIG. 12 is a flowchart for performing a pseudo update process.

【図13】権限譲渡処理機能を設けた第3の実施例を示
す機能ブロック図である。
FIG. 13 is a functional block diagram showing a third embodiment provided with a right transfer processing function.

【図14】権限譲渡処理を行うためのフローチャートで
ある。
FIG. 14 is a flowchart for performing authority transfer processing.

【符号の説明】[Explanation of symbols]

1…対話型端末、2…スコープテーブル、3…カレント
スコープテーブル、4…権限テーブル、5…データテー
ブル、6…権限処理プログラム、7…CPU、8…メモ
リ、10…疑似更新処理プログラム、11…疑似データ
テーブル、12…権限譲渡処理プログラム。
1 ... Interactive terminal, 2 ... Scope table, 3 ... Current scope table, 4 ... Authority table, 5 ... Data table, 6 ... Authority processing program, 7 ... CPU, 8 ... Memory, 10 ... Pseudo update processing program, 11 ... Pseudo data table, 12 ... Authority transfer processing program.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数のデータから成る共有データに対す
る視野を示す複数のスコープと各データのデータタイプ
との関係を定義したスコープテーブルと、 前記複数のスコープの使用順を定義したカレントスコー
プテーブルと、 共有データを構成する各データ別に使用権限があるスコ
ープを定義した権限テーブルと、 共有データを構成する各データとデータタイプとの関係
を定義したデータテーブルと、 データの新規作成時に、前記カレントスコープテーブル
に定義されたスコープ順に前記スコープテーブルを参照
し、同一データタイプのデータがあれば、そのデータタ
イプのスコープとデータ識別情報とを前記権限テーブル
に追加定義すると共に、前記データテーブルに新規作成
データの識別情報,データタイプおよびデータを追加定
義するデータ追加処理手段と、 データの更新時に、更新対象データの識別情報に基づき
前記権限テーブルおよびデータテーブルを参照し、更新
対象データのスコープおよびデータタイプを取得した
後、前記カレントスコープテーブルに定義されたスコー
プ順に前記スコープテーブルを参照し、更新対象データ
のスコープと同一スコープで同一データタイプが定義さ
れていれば、前記データテーブル中の更新対象データを
更新するデータ更新処理手段と、 データの参照時に、参照対象データの識別情報に基づき
前記権限テーブルおよびデータテーブルを参照し、参照
対象データのスコープおよびデータタイプを取得した
後、前記カレントスコープテーブルに定義されたスコー
プ順に前記スコープテーブルを参照し、参照対象データ
のスコープと同一スコープで同一データタイプが定義さ
れていれば、前記データテーブル中の参照対象データを
取得するデータ参照処理手段と、 データの削除時に、削除対象データの識別情報に基づき
前記権限テーブルおよびデータテーブルを参照し、削除
対象データのスコープおよびデータタイプを取得した
後、前記カレントスコープテーブルに定義されたスコー
プ順に前記スコープテーブルを参照し、削除対象データ
のスコープと同一スコープで同一データタイプが定義さ
れていれば、前記データテーブル中の削除対象データを
削除するデータ削除処理手段と、を備えることを特徴と
する共有データ管理システム。
1. A scope table defining a relationship between a plurality of scopes showing a field of view for shared data composed of a plurality of data and a data type of each data, a current scope table defining a use order of the plurality of scopes, A privilege table that defines the scope that has usage rights for each data that makes up shared data, a data table that defines the relationship between each data that makes up shared data and the data type, and the current scope table when creating new data The scope table is referred to in the order of the scopes defined in 1., and if there is data of the same data type, the scope of the data type and data identification information are additionally defined in the authority table, and the newly created data in the data table is also defined. Additional definition of identification information, data type and data When the data addition processing means and the data are updated, the authority table and the data table are referred to based on the identification information of the update target data, the scope and data type of the update target data are acquired, and then the data is defined in the current scope table. Referring to the scope table in order of scope, if the same data type is defined in the same scope as the scope of the update target data, the data update processing means for updating the update target data in the data table, at the time of referring to the data, After referring to the authority table and the data table based on the identification information of the reference target data and acquiring the scope and data type of the reference target data, the scope tables are referenced in the order of the scopes defined in the current scope table, and the reference target Same as data scope If the same data type is defined in the co-op, the data reference processing means for acquiring the reference target data in the data table, and when deleting the data, refer to the authority table and the data table based on the identification information of the deletion target data. Then, after acquiring the scope and data type of the data to be deleted, refer to the scope table in the order of the scope defined in the current scope table, and if the same data type is defined in the same scope as the scope of the data to be deleted And a data deletion processing unit that deletes the deletion target data in the data table, the shared data management system.
JP6212305A 1994-09-06 1994-09-06 Common data management system Pending JPH0877051A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6212305A JPH0877051A (en) 1994-09-06 1994-09-06 Common data management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6212305A JPH0877051A (en) 1994-09-06 1994-09-06 Common data management system

Publications (1)

Publication Number Publication Date
JPH0877051A true JPH0877051A (en) 1996-03-22

Family

ID=16620371

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6212305A Pending JPH0877051A (en) 1994-09-06 1994-09-06 Common data management system

Country Status (1)

Country Link
JP (1) JPH0877051A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010092228A (en) * 2008-10-07 2010-04-22 Internatl Business Mach Corp <Ibm> System, method and program for controlling access to object model

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010092228A (en) * 2008-10-07 2010-04-22 Internatl Business Mach Corp <Ibm> System, method and program for controlling access to object model

Similar Documents

Publication Publication Date Title
US5850535A (en) Roll-back during regeneration on a computer-aided design system
US4648036A (en) Method for controlling query and update processing in a database system
US4881166A (en) Method for consistent multidatabase transaction processing
US5794042A (en) File management apparatus permitting access to portions of a file by specifying a data structure identifier and data elements
JPH05242027A (en) Method for operating cooperative computer base system, edition system and method for idenfying segment in locked shared object
JPH06161854A (en) Source of relationship and solution of target in version-finished database management system
KR19980702170A (en) Communication network database construction method and device
CN109840257A (en) Data base query method, device, computer installation and readable storage medium storing program for executing
JP3621433B2 (en) Database exclusive control method
JPH0565892B2 (en)
JP2002522848A (en) Data structures and operations for time-varying variables in enterprise models
US20070130215A1 (en) Methods and systems for managing multiple updates to time-constrained data
JPH0468470A (en) Data sharing control system for cad system
JPH0877051A (en) Common data management system
US6816866B2 (en) Method of changing a parameter of an operating system of a computer system
EP1203319A1 (en) Method for assigning an id to an object in a database
US7139773B2 (en) Object matching management system enabling instantaneous reflection of change in object information in operation terminals
JPH0764843A (en) Distributed data base update method
JPS62226367A (en) Digital computer system
JP2546101B2 (en) Distributed database update method
JP2000122855A (en) Method and device for giving data name and recording medium
JPH01102656A (en) Estimation processing system for system performance
JPH05225028A (en) File management system
JPH01258170A (en) Data set management system
JPH0667946A (en) Exclusive controller in database having hierarchy structure