JP2008181446A - Document management device, information processor, document management system, and program - Google Patents

Document management device, information processor, document management system, and program Download PDF

Info

Publication number
JP2008181446A
JP2008181446A JP2007015916A JP2007015916A JP2008181446A JP 2008181446 A JP2008181446 A JP 2008181446A JP 2007015916 A JP2007015916 A JP 2007015916A JP 2007015916 A JP2007015916 A JP 2007015916A JP 2008181446 A JP2008181446 A JP 2008181446A
Authority
JP
Japan
Prior art keywords
document
search
management
unit
result
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.)
Granted
Application number
JP2007015916A
Other languages
Japanese (ja)
Other versions
JP5045118B2 (en
Inventor
Setsu Kunitake
節 國武
Shigehisa Kawabe
惠久 川邉
Akira Suzuki
明 鈴木
Masao Nukaga
雅夫 額賀
Katsunori Yoshiji
克典 芳地
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2007015916A priority Critical patent/JP5045118B2/en
Publication of JP2008181446A publication Critical patent/JP2008181446A/en
Application granted granted Critical
Publication of JP5045118B2 publication Critical patent/JP5045118B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Storage Device Security (AREA)
  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technique for limiting documents to be provided when retrieving and providing documents on the basis of a derivation relation. <P>SOLUTION: When performing an operation on a document with an ID including a management ID, a client generates a new document with the ID, which includes a newly generated management ID, the original management ID (master ID), log information after the operation, and document contents after the operation, and sends it to a server. When a classification of the operation corresponds to a preliminarily registered classification, an "open" attribute is built in the log information. A document registration part 130 of the server registers the sent management ID, master ID, log information, and document contents with a derivation relation DB 110 and a document DB 100. When a user uses a document with an ID to request retrieval, a request processing part 140 traces a derivation relation group in the derivation relation DB 110 with this document as a start point and provides documents meeting a retrieval condition, out of documents to which the "open" attribute is set. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

文書管理装置、情報処理装置、文書管理システム及びプログラムに関する。   The present invention relates to a document management apparatus, an information processing apparatus, a document management system, and a program.

テキスト文書データや音声データ、マルチメディアデータなどの電子文書(以下単に文書とも呼ぶ)をサーバに登録し、ユーザの要求に応じてその文書を提供することが行われている。また、電子文書に対して一意な識別子を付与し、ユーザが入力した識別子に対応する電子文書を提供するシステムも知られている。また、別の公知のシステムでは、電子文書を紙に印刷する場合に、電子文書の識別子をコード化して紙文書に埋め込み、紙文書を複写する際にその紙文書に埋め込まれた識別子を認識し、その識別子に対応した電子文書を取得し、紙に印刷する。   An electronic document (hereinafter simply referred to as a document) such as text document data, audio data, and multimedia data is registered in a server, and the document is provided in response to a user request. There is also known a system that provides a unique identifier to an electronic document and provides the electronic document corresponding to the identifier input by the user. In another known system, when an electronic document is printed on paper, the identifier of the electronic document is encoded and embedded in the paper document, and the identifier embedded in the paper document is recognized when the paper document is copied. The electronic document corresponding to the identifier is acquired and printed on paper.

特許文献1に開示されたシステムは、コンテンツコピー機は、コンテンツIDが埋め込まれたコンテンツのコピー原稿からコンテンツIDを読み取り、読み取ったコンテンツIDとコピーイベント属性の情報とをネットワークを介してコンテンツID管理センタへ送信する。コンテンツID管理センタは、受信したコンテンツIDからそのコンテンツの原本を取得し、新しいコンテンツIDを付与して、そのコンテンツIDとコピーイベント属性の情報とを記録し、その新しいコンテンツIDをコンテンツの原本に対して埋め込んでコピー要求元へ返す。コンテンツコピー機は、それをコピー結果として出力する。このシステムにおいて、コンテンツID管理センタは、コンテンツコピー機から受信したコンテンツIDに応じて、新たなコンテンツIDを発行した場合、その新しいコンテンツIDコピー元が前述の受信したコンテンツIDであることを記録する(例えば特許文献1の第41段落末尾)。   In the system disclosed in Patent Document 1, a content copying machine reads a content ID from a copy original of a content in which the content ID is embedded, and manages the content ID and the information of the copy event attribute via the network. Send to center. The content ID management center acquires the original content from the received content ID, assigns a new content ID, records the content ID and copy event attribute information, and uses the new content ID as the original content. Then, it is embedded and returned to the copy request source. The content copying machine outputs it as a copy result. In this system, when the content ID management center issues a new content ID according to the content ID received from the content copy machine, it records that the new content ID copy source is the received content ID. (For example, the 41st paragraph end of patent document 1).

特許文献2に開示されたシステムでは、電子文書を紙に印刷する場合、電子文書の文書識別子を埋め込んで印刷する。そして、紙文書が入力された場合、システムはその紙文書から文書識別子を抽出し、その文書識別子に対応する電子文書をダウンロードして印刷する。また、このシステムでは、ダウンロードされた電子文書が更新された場合、更新された電子文書を新しい文書識別子に対応づけて登録し、その新しい文書識別子を埋め込んだ紙文書を印刷する。   In the system disclosed in Patent Document 2, when an electronic document is printed on paper, the document identifier of the electronic document is embedded and printed. When a paper document is input, the system extracts a document identifier from the paper document, and downloads and prints an electronic document corresponding to the document identifier. Also, in this system, when a downloaded electronic document is updated, the updated electronic document is registered in association with a new document identifier, and a paper document in which the new document identifier is embedded is printed.

特許文献3に開示されたシステムでは、紙文書に対する手書きによる編集を、直接的に電子文書に反映し、電子文書の更新された版の系列を、電子文書をノードとする木構造として保持する。文書やファイルをノードとし、文書やファイルの更新によって生成される版を、枝分かれした版として管理する事ができる文書履歴木の例も開示されている。このようなバージョン管理システムは、CVS(Concurrent Versions System)として広く知られている。また、特許文献3には、電子文書の更新に関する履歴を、更新前の電子文書を親とし、更新後の電子文書を子とするように文書履歴木を管理する方法が開示されている。   In the system disclosed in Patent Document 3, handwritten edits on a paper document are directly reflected in the electronic document, and the updated version series of the electronic document is held as a tree structure having the electronic document as a node. There is also disclosed an example of a document history tree in which a document or file is a node and a version generated by updating the document or file can be managed as a branched version. Such a version control system is widely known as CVS (Concurrent Versions System). Patent Document 3 discloses a method of managing a document history tree so that a history related to updating an electronic document has an electronic document before update as a parent and an electronic document after update as a child.

特許文献4に開示されたシステムでは、端末装置は、コンテンツIDが埋め込まれたコンテンツの複製物またはその一部から、コンテンツIDを読み取り、そのコンテンツIDと検索補助情報とをコンテンツID管理センタへ送信する。コンテンツID管理センタは、コンテンツIDと検索補助情報とを受け取ると、そのコンテンツIDに対応するコンテンツの原本もしくはそれに関連するコンテンツを端末装置へ返送する。   In the system disclosed in Patent Document 4, the terminal device reads the content ID from a copy of the content in which the content ID is embedded or a part thereof, and transmits the content ID and search auxiliary information to the content ID management center. To do. When the content ID management center receives the content ID and the auxiliary search information, the content ID management center returns the original content corresponding to the content ID or the related content to the terminal device.

特許第3383793号明細書Japanese Patent No. 3383793 特開2006−053686号公報JP 2006-053686 A 特開2005−135211号公報JP-A-2005-135211 特開2002−014978号公報JP 2002-014978 A

ところで、文書に対して操作が行われた場合に操作前の文書から操作後の文書が派生したことを示す派生関係を記録し、指定された文書に対して派生関係のある文書をその記録に基づき求めて提供するサービスが考えられる。しかしながら、派生関係に従って導き出される文書を無制限に提供したのでは、不都合な文書まで開示される可能性がある。   By the way, when an operation is performed on a document, a derivation relationship indicating that the document after the operation is derived from the document before the operation is recorded, and a document having a derivation relationship with respect to the specified document is recorded in the record. A service that is sought and provided based on this is considered. However, if an unlimited number of documents derived according to the derivation relationship are provided, an inconvenient document may be disclosed.

本発明は、派生関係に基づき文書を検索し提供する場合に、提供する文書を制限するための技術を提供する。   The present invention provides a technique for restricting documents to be provided when documents are retrieved and provided based on a derivation relationship.

請求項1に係る発明は、情報処理装置から、第1の文書の操作の結果得られた第2の文書と、当該第2の文書が開示対象であるか否かを示す開示属性情報と、を受け取って互いに対応づけて記憶部に登録する登録部であって、前記第1の文書が前記記憶部に既に登録されている場合には、前記第2の文書の親が前記第1の文書であることを示す派生関係を更に前記記憶部に登録する登録部と、対象文書と検索条件とを指定した検索指示に応じて、前記記憶部に記憶された派生関係群がなす木群の中の前記対象文書が属する木に含まれる文書のうち、前記検索条件を満たし且つ開示対象であることを示す開示属性情報に対応する文書を検索結果として提供する検索結果提供部と、を備える文書管理装置である。   The invention according to claim 1 is a second document obtained as a result of the operation of the first document from the information processing apparatus, disclosure attribute information indicating whether or not the second document is a disclosure target, Are registered in the storage unit in association with each other, and when the first document is already registered in the storage unit, the parent of the second document is the first document. In the tree group formed by the group of derivation relations stored in the storage unit in accordance with a registration instruction for further registering the derivation relation indicating that in the storage unit, and a search instruction specifying the target document and the search condition A search result providing unit that provides, as a search result, a document that satisfies the search condition and that corresponds to the disclosure attribute information indicating that it is a disclosure target among documents included in a tree to which the target document belongs. Device.

請求項2に係る発明は、請求項1に係る発明において、前記登録部は、更に前記第2の文書と前記第1の文書との間が検索境界であるか否かを示す検索境界情報を前記情報処理装置から受け取って前記第2の文書と対応づけて前記記憶部に登録し、前記検索結果提供部は、前記派生関係群がなす木群の中の前記検索境界で区切られる部分木群のうち前記対象文書の属する部分木に属する文書の中で、前記検索条件を満たし且つ開示対象であることを示す開示属性情報に対応する文書を検索結果として提供する、ことを特徴とする。   The invention according to claim 2 is the invention according to claim 1, wherein the registration unit further includes search boundary information indicating whether or not a search boundary is between the second document and the first document. The subtree group received from the information processing apparatus and registered in the storage unit in association with the second document, the search result providing unit being delimited by the search boundary in the tree group formed by the derivation relation group Among the documents belonging to the subtree to which the target document belongs, a document that satisfies the search condition and corresponds to the disclosure attribute information indicating that it is a disclosure target is provided as a search result.

請求項3に係る発明は、情報処理装置から、第1の文書の操作の結果得られた第2の文書と、当該第2の文書が開示対象であるか否かを示す開示属性情報と、を受け取って互いに対応づけて記憶部に登録するステップであって、前記第1の文書が前記記憶部に既に登録されている場合には、前記第2の文書の親が前記第1の文書であることを示す派生関係を更に前記記憶部に登録するステップと、対象文書と検索条件とを指定した検索指示に応じて、前記記憶部に記憶された派生関係群がなす木群の中の前記対象文書が属する木に含まれる文書のうち、前記検索条件を満たし且つ開示対象であることを示す開示属性情報に対応する文書を検索結果として提供するステップと、をコンピュータに実行させるためのプログラムである。   The invention according to claim 3 is a second document obtained as a result of the operation of the first document from the information processing device, disclosure attribute information indicating whether or not the second document is a disclosure target, Are registered in the storage unit in association with each other, and when the first document is already registered in the storage unit, the parent of the second document is the first document. A step of further registering a derivation relationship indicating that it is present in the storage unit, and in response to a search instruction specifying a target document and a search condition, the tree group in the tree group formed by the derivation relationship group stored in the storage unit A program for causing a computer to execute, as a search result, a document corresponding to disclosure attribute information that satisfies the search condition and is a disclosure target among documents included in a tree to which the target document belongs. is there.

請求項4に係る発明は、文書に対する操作を実行する操作実行部と、操作ごとに、当該操作の結果得られた文書を開示対象とするか否かを規定する判定情報を記憶した判定情報記憶部と、前記操作実行部により第1の文書に対して操作が実行された場合に、当該操作の結果得られた第2の文書を開示対象とするか否かを示す開示属性情報を前記判定情報に基づき生成し、当該開示属性情報を前記第2の文書と対応づけて前記文書管理装置に送信する送信部と、を備える情報処理装置である。   The invention according to claim 4 is an operation execution unit that performs an operation on a document, and a determination information storage that stores, for each operation, determination information that defines whether a document obtained as a result of the operation is to be disclosed. And when the operation execution unit executes an operation on the first document, the determination is made on the disclosure attribute information indicating whether or not the second document obtained as a result of the operation is to be disclosed And a transmission unit that generates the information based on the information and transmits the disclosure attribute information to the document management apparatus in association with the second document.

請求項5に係る発明は、文書に対する操作を実行する操作実行部と、操作ごとに、当該操作の結果得られた文書を開示対象とするか否かを規定する判定情報を記憶した判定情報記憶部と、前記操作実行部により第1の文書に対して操作が実行された場合に、当該操作の結果得られた第2の文書を開示対象とするか否かを示す開示属性情報を前記判定情報に基づき生成し、当該開示属性情報を前記第2の文書と対応づけて前記文書管理装置に送信する送信部と、してコンピュータを機能させるためのプログラムである。   The invention according to claim 5 is an operation execution unit that performs an operation on a document, and a determination information storage that stores, for each operation, determination information that defines whether or not a document obtained as a result of the operation is to be disclosed. And when the operation execution unit executes an operation on the first document, the determination is made on the disclosure attribute information indicating whether or not the second document obtained as a result of the operation is to be disclosed It is a program for causing a computer to function as a transmission unit that is generated based on information and transmits the disclosed attribute information to the document management apparatus in association with the second document.

請求項6に係る発明は、情報処理装置と文書管理装置とを備え、前記情報処理装置は、文書に対する操作を実行する操作実行部と、操作ごとに、当該操作の結果得られた文書を開示対象とするか否かを規定する判定情報を記憶した判定情報記憶部と、前記操作実行部により第1の文書に対して操作が実行された場合に、当該操作の結果得られた第2の文書を開示対象とするか否かを示す開示属性情報を前記判定情報に基づき生成し、当該開示属性情報を前記第2の文書と対応づけて前記文書管理装置に送信する送信部と、を備え、前記文書管理装置は、前記情報処理装置から、第1の文書の操作の結果得られた第2の文書と、当該第2の文書が開示対象であるか否かを示す開示属性情報と、を受け取って互いに対応づけて記憶部に登録する登録部であって、前記第1の文書が前記記憶部既に登録されている場合には、前記第2の文書の親が前記第1の文書であることを示す派生関係を更に前記記憶部に登録する登録部と、対象文書と検索条件とを指定した検索指示に応じて、前記記憶部に記憶された派生関係群がなす木群の中の前記対象文書が属する木に含まれる文書のうち、前記検索条件を満たし且つ開示対象であることを示す開示属性情報に対応する文書を検索結果として提供する検索結果提供部と、を備える。   The invention according to claim 6 includes an information processing device and a document management device, and the information processing device discloses an operation execution unit that executes an operation on the document, and a document obtained as a result of the operation for each operation. A determination information storage unit that stores determination information that defines whether or not to be a target, and a second result obtained as a result of the operation when the operation execution unit executes an operation on the first document A transmission unit that generates disclosure attribute information indicating whether or not a document is to be disclosed based on the determination information, and transmits the disclosure attribute information to the document management apparatus in association with the second document. The document management device includes a second document obtained as a result of the operation of the first document from the information processing device, disclosure attribute information indicating whether or not the second document is a disclosure target, Registered and registered in the storage unit in association with each other. If the first document is already registered in the storage unit, a derivation relationship indicating that the parent of the second document is the first document is further registered in the storage unit. A document included in a tree to which the target document belongs in a tree group formed by a derivation relation group stored in the storage unit, in response to a search instruction that specifies a registration unit, a target document, and a search condition, A search result providing unit that provides, as a search result, a document that satisfies the search condition and that corresponds to the disclosure attribute information indicating that it is a disclosure target.

請求項1に係る発明によれば、情報処理装置からの開示属性情報に応じて、操作の結果の文書を検索結果として提供するか否かを制御することができる。   According to the first aspect of the present invention, it is possible to control whether or not to provide the operation result document as a search result in accordance with the disclosure attribute information from the information processing apparatus.

請求項2に係る発明によれば、更に、情報処理装置からの検索境界情報に応じて、検索指示に対する検索範囲を限定することができる。   According to the invention which concerns on Claim 2, the search range with respect to a search instruction | indication can be further limited according to the search boundary information from information processing apparatus.

請求項3に係る発明によれば、情報処理装置からの開示属性情報に応じて、操作の結果の文書を検索結果として提供するか否かを制御することができる。   According to the third aspect of the present invention, it is possible to control whether or not to provide the operation result document as a search result in accordance with the disclosure attribute information from the information processing apparatus.

請求項4に係る発明によれば、文書に対して実行した操作に応じて、その操作結果の文書を開示して良いか否かを文書管理装置に指示することができる。   According to the fourth aspect of the present invention, it is possible to instruct the document management apparatus whether or not to disclose the document of the operation result in accordance with the operation executed on the document.

請求項5に係る発明によれば、文書に対して実行した操作に応じて、その操作結果の文書を開示して良いか否かを文書管理装置に指示することができる。   According to the invention which concerns on Claim 5, according to operation performed with respect to a document, it can be instruct | indicated to a document management apparatus whether the document of the operation result may be disclosed.

請求項6に係る発明によれば、情報処理装置からの開示属性情報に応じて、操作の結果の文書を検索結果として提供するか否かを制御することができる。   According to the sixth aspect of the present invention, it is possible to control whether or not to provide the operation result document as a search result in accordance with the disclosure attribute information from the information processing apparatus.

図1は、文書利用管理システムの概略構成を示すブロック図である。このシステムは、インターネットやローカル・エリア・ネットワーク等のネットワーク30を介して接続された文書管理サーバ10とクライアント端末20−1,20−2,・・・(以下、クライアント端末20と総称する)から構成される。   FIG. 1 is a block diagram showing a schematic configuration of a document use management system. This system includes a document management server 10 and client terminals 20-1, 20-2,... (Hereinafter collectively referred to as client terminal 20) connected via a network 30 such as the Internet or a local area network. Composed.

クライアント端末20について図2を用いて説明する。クライアント端末は、ユーザが文書を操作するために用いる端末であり、パーソナルコンピュータ、デジタル複合機などがその一例である。クライアント端末20は、図2に示すように、文書操作部200及び登録処理部210を備える。   The client terminal 20 will be described with reference to FIG. A client terminal is a terminal used by a user to operate a document, such as a personal computer or a digital multifunction peripheral. As shown in FIG. 2, the client terminal 20 includes a document operation unit 200 and a registration processing unit 210.

文書操作部200は、文書に対する操作を実行する手段である。文書に対する操作には、例えば、文書の表示(ユーザから見れば「閲覧」)、編集、印刷出力、紙文書の読み取り、紙文書の複写、等がある。図では、文書操作部200を1つだけ示したが、それら個々の操作を別々の操作部(例えば、編集用のアプリケーション、読取制御用のアプリケーションなど)が担当してもよい。例えば、文書操作部200がワードプロセッサ等の電子文書を作成・編集するためのソフトウエアであれば、文書操作部200は、ユーザの指示に応じて電子文書を表示したり、電子文書に編集を加えたりする。文書操作部200は、文書に対して操作を行った場合、その操作の結果を表すID付き文書300を出力する。   The document operation unit 200 is means for executing an operation on a document. Examples of operations on a document include document display (“browsing” from the user's point of view), editing, printout, reading of a paper document, copying of a paper document, and the like. Although only one document operation unit 200 is shown in the figure, each of these operations may be handled by a separate operation unit (for example, an editing application, a reading control application, or the like). For example, if the document operation unit 200 is software for creating and editing an electronic document such as a word processor, the document operation unit 200 displays the electronic document according to a user instruction or edits the electronic document. Or When an operation is performed on a document, the document operation unit 200 outputs an ID-added document 300 that represents the result of the operation.

ID付き文書300は、図3に示すように、メタ情報310と文書内容320を含んだ電子文書である。文書内容320は、文書操作部200の操作の結果生成された文書の内容データである。文書操作部200が電子文書を作成・編集するためのソフトウエアであれば、文書内容320はそのソフトウエアによる編集の結果生成される文書ファイルである。また、文書操作部200が電子文書を印刷する装置であれば、文書内容320は、例えば、印刷される電子文書の内容データとすればよい。また、文書操作部200が紙文書をスキャンする装置又は紙文書を複写する装置であれば、文書内容320は、例えば、その紙文書を読み取って得られる画像データとすればよい。   The ID-added document 300 is an electronic document including meta information 310 and document content 320 as shown in FIG. The document content 320 is document content data generated as a result of the operation of the document operation unit 200. If the document operation unit 200 is software for creating and editing an electronic document, the document content 320 is a document file generated as a result of editing by the software. If the document operation unit 200 is an apparatus that prints an electronic document, the document content 320 may be content data of the electronic document to be printed, for example. If the document operation unit 200 is a device that scans a paper document or a device that copies a paper document, the document content 320 may be, for example, image data obtained by reading the paper document.

メタ情報310は、文書管理のための情報であり、管理ID312,親ID314,及びログ情報316を含む。   The meta information 310 is information for document management, and includes a management ID 312, a parent ID 314, and log information 316.

管理ID312は、当該ID付き文書300自体の一意な識別情報である。親ID314は、当該ID付き文書300の親のID付き文書の管理IDである。すなわち、本実施形態では、あるID付き文書と、このID付き文書に対して操作を加えた結果得られる新たなID付き文書とを、親と子の関係として取り扱う。第1のID付き文書を操作して第2のID付き文書が得られた場合、第1のID付き文書は第2のID付き文書の親であり、第2のID付き文書は第1のID付き文書の子である。したがって、例えば、管理ID「A」のID付き文書を文書操作部200で操作して、その結果得られた新たなID付き文書の管理IDが「B」である場合、後者のメタ情報310における管理ID312は「B」であり、親ID314は「A」である。このような親子の関係を、以下では「(管理IDの)派生関係」という。   The management ID 312 is unique identification information of the ID-added document 300 itself. The parent ID 314 is a management ID of the parent ID-added document of the ID-added document 300. That is, in this embodiment, a document with an ID and a new document with an ID obtained as a result of an operation performed on the document with the ID are handled as a relationship between a parent and a child. When the second ID-added document is obtained by operating the first ID-added document, the first ID-added document is the parent of the second ID-added document, and the second ID-added document is the first ID-added document. It is a child of an ID-added document. Therefore, for example, when a document with the management ID “A” is operated by the document operation unit 200 and the management ID of the new ID-added document obtained as a result is “B”, the latter meta information 310 The management ID 312 is “B”, and the parent ID 314 is “A”. Such a parent-child relationship is hereinafter referred to as a “(management ID) derivation relationship”.

なお、本システムに未登録の電子文書を新たに登録する操作を実行した場合や、未登録の紙文書をスキャン又は複写する操作を実行した場合(この場合、紙文書を読み取った画像を文書内容とするID付き文書が生成され、本システムに登録される)に生成されるID付き文書300では、親ID314は空(すなわち、親は存在しない)となる。   When an operation for newly registering an electronic document not registered in this system is performed, or when an operation for scanning or copying an unregistered paper document is performed (in this case, the image read from the paper document is used as the document content). In the ID-added document 300 that is generated), the parent ID 314 is empty (that is, the parent does not exist).

ログ情報316は、当該ID付き文書が生成された際の操作についての、各種のログ項目の情報である。ログ項目には、例えばその操作が行われた日時、その操作の種別、その操作を指示したユーザ(操作者)などがあるが、もちろんこれに限るものではない。操作の種別には、例えば登録(本システムに新規の文書を登録すること)、閲覧、編集、更新(更新版の登録)、印刷、スキャン、紙文書の複写、等がある。例えば、ユーザが文書操作部200を用いて第1のID付き文書に対して編集を加え、編集完了の指示を行った場合、その結果生成される第2のID付き文書のログ情報316は、編集完了の日時と、その編集を指示したユーザの識別情報と、操作の種別として「編集」と、を含んだものとなる。   The log information 316 is information of various log items regarding the operation when the ID-added document is generated. The log items include, for example, the date and time when the operation was performed, the type of the operation, and the user (operator) who instructed the operation, but are not limited thereto. The operation types include, for example, registration (registering a new document in this system), browsing, editing, updating (registering an updated version), printing, scanning, copying of a paper document, and the like. For example, when the user edits the first ID-added document using the document operation unit 200 and gives an instruction to complete editing, the log information 316 of the second ID-added document generated as a result is as follows. The date and time of editing completion, the identification information of the user who instructed the editing, and “edit” as the type of operation are included.

ここでログ情報316に組み込まれる操作の種別は、ログ記録の目的での分類に従った種別であり、文書操作部200が実行する操作の種別そのものでなくてもよい。例えば、文書操作部200が実行する複数の操作の種別を、同じ1つのログ記録目的の操作種別に対応づけてもよい。例えば、文書編集アプリケーション上でID付きの電子文書に編集を加え操作メニュー上で「更新版として登録」を指示した場合も、スキャナで管理ID付きの紙文書を読み取り読取制御用アプリケーションの操作メニュー上で「読み取った文書を承認版として登録」を指示した場合も、ログ情報316に組み込まれる操作種別の値は「更新」となる。   Here, the type of operation incorporated in the log information 316 is a type according to the classification for the purpose of log recording, and may not be the type of operation executed by the document operation unit 200 itself. For example, a plurality of types of operations executed by the document operation unit 200 may be associated with the same single log recording purpose operation type. For example, even when editing an electronic document with an ID on a document editing application and instructing “Register as update” on the operation menu, a paper document with a management ID is read by the scanner on the operation menu of the reading control application. Even when “Register the read document as an approved version” is instructed, the value of the operation type incorporated in the log information 316 is “update”.

また、ログ情報316の中には、当該ID付き文書300が公開(共有)対象であるか否かを示す「公開」属性を組み込むこともできる。例えば公開対象とするID付き文書の「公開」属性値を「1」とし、公開対象としないID付き文書の「公開」属性値は「0」とすると、「公開」属性が「0」であるID付き文書は、当該文書を生成するための操作を行った操作者や管理者等の特権的なユーザ以外には、公開されないようにすることができる。   The log information 316 can also include a “public” attribute indicating whether or not the ID-added document 300 is a public (shared) target. For example, if the “publish” attribute value of an ID-added document to be published is “1” and the “publish” attribute value of an ID-added document that is not to be published is “0”, the “publish” attribute is “0”. The ID-added document can be prevented from being opened to anyone other than a privileged user such as an operator or administrator who has performed an operation for generating the document.

なお、「公開」属性の値は、操作の種別に従って決定する。公開属性値を決める基準となる操作の種別は、文書操作部200が実行した操作の種別でも、ログ記録目的の分類に従った操作の種別でもよい。いずれを用いるかは、文書操作部200に設定されていればよい。   Note that the value of the “public” attribute is determined according to the type of operation. The type of operation serving as a reference for determining the public attribute value may be the type of operation executed by the document operation unit 200 or the type of operation according to the log recording purpose classification. Which one is to be used may be set in the document operation unit 200.

文書操作部200が生成するメタ情報310の具体例を以下に示す。   A specific example of the meta information 310 generated by the document operation unit 200 is shown below.

[例1]
<metadata sid="Doc1" date="2006-10-01T10:00" method="register" filename="aaa.doc" user="user1"/>
[Example 1]
<metadata sid = "Doc1" date = "2006-10-01T10: 00" method = "register" filename = "aaa.doc" user = "user1"/>

ここでsid属性は管理ID、date属性は操作日時、method属性は操作種別である。また、filename属性は当該ID付き文書のファイル名であり、user属性は操作を指示したユーザのユーザ識別情報である。例1のmethod属性値"register"は(文書管理サーバ100に未登録の)新規文書の登録操作を示す操作種別名である。新規文書の登録なので、親IDを示すpid属性は省略されている。省略する代わりにpid="null"などと、親IDがないことを示す属性を明示的に組み込んでもよい。また、この例では、新規文書登録により登録された文書は公開対象としないので、公開対象か否かを示すshared属性は省略されている。省略する代わりにshared="0"などと、公開対象でないことを示す属性を明示的に組み込んでもよい。   Here, the sid attribute is a management ID, the date attribute is an operation date and time, and the method attribute is an operation type. The filename attribute is the file name of the ID-added document, and the user attribute is user identification information of the user who has instructed the operation. The method attribute value “register” in Example 1 is an operation type name indicating a new document registration operation (not registered in the document management server 100). Since a new document is registered, the pid attribute indicating the parent ID is omitted. Instead of omitting, an attribute such as pid = "null" indicating that there is no parent ID may be explicitly incorporated. Further, in this example, since the document registered by the new document registration is not made public, the shared attribute indicating whether or not it is made public is omitted. Instead of omitting it, you may explicitly incorporate an attribute indicating that it is not a public object, such as shared = "0".

また、以下に示す例2は、ユーザ識別情報が"user4"であるユーザが、管理ID"Doc2"が埋め込まれた紙文書をスキャナで読み込んで「承認版として登録」する操作を行った場合に生成されるメタ情報310である。   Also, in Example 2 shown below, when a user whose user identification information is “user4” performs an operation of reading a paper document in which the management ID “Doc2” is embedded with a scanner and “registering as an approved version” Meta information 310 to be generated.

[例2]
<metadata sid="Doc4" pid="Doc2" date="2006-10-01T11:28" method="update" filename="200610011128.jpg" user="user4" shared="1"/>
[Example 2]
<metadata sid = "Doc4" pid = "Doc2" date = "2006-10-01T11: 28" method = "update" filename = "200610011128.jpg" user = "user4" shared = "1"/>

ここで、method属性値"update"は更新操作を示している。この例では、スキャン画像のファイル名は操作日時を元に自動生成された値である。この例は、更新操作により登録された文書は公開対象とする場合の例であり、shared属性値は公開対象であることを示す値「1」となっている。   Here, the method attribute value “update” indicates an update operation. In this example, the file name of the scanned image is a value automatically generated based on the operation date and time. This example is an example in which a document registered by the update operation is a publication target, and the shared attribute value is a value “1” indicating that the document is a publication target.

なお、文書操作部200が、操作した文書を暗号化してもよい。この暗号化は、本システムに準拠した文書操作部200ならば、復号できるようなものとする。この場合、文書操作部200が出力するID付き文書300の文書内容320は、暗号化されることにより、本システムに準拠した文書操作部200でないと復号できなくなる。したがって、ID付き文書300が操作される場合には文書操作部200が用いられるので、文書操作部200がその操作を検知し、その操作の内容が文書操作部200から文書管理サーバ10に通知される。なお、文書内容320だけでなく、後述するメタ情報310(またはその一部)に対しても暗号化を施してもよい。   The document operation unit 200 may encrypt the operated document. This encryption can be decrypted by the document operation unit 200 compliant with the present system. In this case, the document content 320 of the ID-added document 300 output from the document operation unit 200 is encrypted, and can be decrypted only by the document operation unit 200 conforming to the present system. Therefore, since the document operation unit 200 is used when the ID-added document 300 is operated, the document operation unit 200 detects the operation, and the content of the operation is notified from the document operation unit 200 to the document management server 10. The Note that encryption may be applied not only to the document content 320 but also to meta information 310 (or a part thereof) described later.

図2の説明に戻り、文書操作部200は、操作結果として上述のようなID付き文書300を作成するために、ID割り当て部202及び派生関係組込部204を備える。ID割り当て部202は、操作結果のID付き文書300に一意な管理IDを付与する手段である。管理IDは、少なくとも本システム内で一意な識別情報である必要がある。例えば、操作の結果生成するID付き文書300(ただし管理ID312を除いたもの)のハッシュ値を求め、このハッシュ値をその文書300のID付き文書とすればよい。ハッシュ関数としてSHA-256(SHA-256はNISTがFIPS180-2で定めた256ビットのハッシュ値を持つ暗号学的ハッシュ関数である)などのような耐衝突性を持つ暗号学的ハッシュ関数を用いれば、実用上十分な一意性を持つ管理IDを生成することができる。もちろん、システム内で一意な管理IDを各クライアント端末20で生成する方法は、これに限らない。管理IDを、クライアント端末20固有の識別情報を含むものとすれば、システム内で一意な管理IDを各クライアント端末20で生成することができる。   Returning to the description of FIG. 2, the document operation unit 200 includes an ID assignment unit 202 and a derivation relationship incorporation unit 204 in order to create the ID-added document 300 as described above as an operation result. The ID assigning unit 202 is a unit that assigns a unique management ID to the operation result ID-added document 300. The management ID needs to be identification information unique at least in the present system. For example, the hash value of the ID-added document 300 (excluding the management ID 312) generated as a result of the operation may be obtained, and this hash value may be used as the ID-added document of the document 300. As the hash function, a cryptographic hash function having collision resistance such as SHA-256 (SHA-256 is a cryptographic hash function having a 256-bit hash value defined by NIST in FIPS180-2) is used. For example, it is possible to generate a management ID having sufficient uniqueness for practical use. Of course, the method for generating a unique management ID in the system at each client terminal 20 is not limited to this. If the management ID includes identification information unique to the client terminal 20, a management ID unique in the system can be generated at each client terminal 20.

派生関係組込部204は、操作結果の文書に対しID割り当て部202が割り当てた新たな管理ID312と、その操作の元になった親文書の管理IDである親ID314(新規登録の場合は、親IDは無し)と、その操作についてのログ情報316と、を含むメタ情報310を生成する。ここで、派生関係組込部204は、文書操作部200が実行する個々の操作の種別が、ログ記録目的上の操作種別のどれに対応するかを表す対応関係の情報を保持しており、この情報を用いることでログ情報316に組み込む操作種別の値を求める。また、派生関係組込部204は、操作種別ごとに当該種別の操作の結果である文書を公開対象とするか否かを示す情報を保持しており、この情報に基づきshared属性値を決定する。そして、派生関係組込部204は、そのメタ情報310を操作結果の文書内容に付加することにより、操作後のID付き文書300を生成して出力する。   The derivation relationship incorporating unit 204 includes a new management ID 312 assigned by the ID assigning unit 202 to the operation result document, and a parent ID 314 that is the management ID of the parent document that is the source of the operation (in the case of new registration, And meta information 310 including log information 316 regarding the operation. Here, the derivation relationship incorporating unit 204 holds correspondence information indicating which of the operation types for log recording purposes each operation type executed by the document operation unit 200 corresponds to. By using this information, the value of the operation type incorporated in the log information 316 is obtained. Further, the derivation relationship incorporating unit 204 holds information indicating whether or not a document as a result of the operation of the type is to be disclosed for each operation type, and determines a shared attribute value based on this information. . Then, the derivation relationship incorporating unit 204 generates and outputs the post-operation ID-added document 300 by adding the meta information 310 to the operation result document content.

文書操作部200がアプリケーションソフトウエアである場合、ID割り当て部202及び派生関係組込部204は、そのソフトウエアに対して追加される、いわゆるプラグイン(plug-in)プログラムとして実現してもよい。   When the document operation unit 200 is application software, the ID assignment unit 202 and the derivation relationship incorporation unit 204 may be realized as a so-called plug-in program added to the software. .

登録処理部210は、文書操作部200が出力したID付き文書300を文書管理サーバ10に登録するための処理を実行する。このように各クライアント端末20が、自ら実行した操作の結果であるID付き文書300を文書管理サーバ10に登録することにより、文書管理サーバ10は各ID付き文書300間の派生関係を把握することができる。   The registration processing unit 210 executes processing for registering the ID-added document 300 output from the document operation unit 200 in the document management server 10. In this way, each client terminal 20 registers the ID-added document 300 that is the result of the operation performed by itself, in the document management server 10, so that the document management server 10 grasps the derivation relationship between the ID-added documents 300. Can do.

文書操作部200が操作の結果出力するID付き文書300は、通常の文書ファイルと同様、電子的にコピーしたり、電子メールに添付するなどの方法で他の人宛に送信したりすることができる。電子メール送信用のソフトウエアは、この例では本システムに準拠していないので、この送信操作はID付き文書には反映されず、したがって文書管理サーバ10にも記録されない。他の人からID付き文書300を受け取った人が、自分のクライアント端末20の文書操作部200を用いてそのID付き文書300を操作すると、その操作に応じて新たな管理IDを付与されたID付き文書が生成されることになる。   The ID-added document 300 output as a result of the operation by the document operation unit 200 may be electronically copied or transmitted to another person by a method such as attaching to an e-mail, like a normal document file. it can. The e-mail transmission software is not compliant with this system in this example, so this transmission operation is not reflected in the ID-added document, and is therefore not recorded in the document management server 10. When a person who has received an ID-added document 300 from another person operates the ID-added document 300 using the document operation unit 200 of his / her client terminal 20, an ID assigned a new management ID according to the operation. An attached document is generated.

また、文書操作部200が電子文書を印刷する場合、管理IDを生成し、その電子文書の印刷結果にその管理IDを埋め込んでもよい。管理IDの埋め込みは、例えば電子文書の印刷画像に、管理IDを示すコード画像を重畳する等の方法で行うことができる。また、用紙がRFID(Radio Frequency Identifier)タグを備えている場合、そのRFIDタグに管理IDを書き込んでもよい。このように印刷を行った場合、文書操作部200は、その管理IDや操作種別「印刷」等のメタ情報を含んだID付き文書を文書管理サーバ10に登録する。なお、ID付き文書を印刷した場合には、そのID付き文書の管理IDを親ID314として含んだID付き文書が生成される。印刷操作に対応するID付き文書には、印刷された画像を示すページ記述言語データやビットマップ画像データをなどの印刷データ、又は印刷された文書ファイルを、文書内容320として組み込んでもよい。   When the document operation unit 200 prints an electronic document, a management ID may be generated, and the management ID may be embedded in the print result of the electronic document. The management ID can be embedded by, for example, a method of superimposing a code image indicating the management ID on the print image of the electronic document. Further, when the paper has an RFID (Radio Frequency Identifier) tag, a management ID may be written on the RFID tag. When printing is performed in this manner, the document operation unit 200 registers an ID-added document including meta information such as the management ID and the operation type “print” in the document management server 10. When an ID-added document is printed, an ID-added document including the management ID of the ID-added document as the parent ID 314 is generated. In the ID-added document corresponding to the print operation, print data such as page description language data indicating a printed image or bitmap image data, or a printed document file may be incorporated as the document content 320.

また、管理IDが埋め込まれた紙文書を文書操作部200が読み取った場合、文書操作部200は、その読み取り操作に対して新たな管理IDを付与し、読み取り結果の画像を文書内容320として含んだID付き文書を生成して文書管理サーバ10に登録する。このID付き文書の親ID314には、紙文書から読み取った管理IDがセットされる。管理IDが埋め込まれた紙文書の複写の際には、上述した読み取り時と印刷時の処理が実行される。   When the document operation unit 200 reads a paper document in which the management ID is embedded, the document operation unit 200 assigns a new management ID to the reading operation, and includes an image of the reading result as the document content 320. The ID-added document is generated and registered in the document management server 10. The management ID read from the paper document is set in the parent ID 314 of the ID-added document. When copying a paper document in which a management ID is embedded, the above-described reading and printing processes are executed.

次に、文書管理サーバ10について説明する。文書管理サーバ10は、システム内の複数のクライアント端末20から送られてくるID付き文書300を蓄積し、蓄積した情報に基づきユーザに各種のサービスを提供する。図4に示すように、文書管理サーバ10は、文書DB100,派生関係DB110,文書登録部130,要求処理部140を備える。   Next, the document management server 10 will be described. The document management server 10 accumulates ID-added documents 300 sent from a plurality of client terminals 20 in the system, and provides various services to the user based on the accumulated information. As shown in FIG. 4, the document management server 10 includes a document DB 100, a derivation relationship DB 110, a document registration unit 130, and a request processing unit 140.

文書DB100は、クライアント端末20から送られてきたID付き文書300のうちの文書内容320を格納するデータベースである。文書DB100に格納された各文書内容320は、一意な内容IDにより管理してもよい。内容IDとしては、例えば当該文書内容の暗号学的ハッシュ関数によるハッシュ値を用いてもよいが、これに限定されるものではない。クライアント端末20が内容IDを付与してもよく、この場合、内容IDをメタ情報320に組み込んでもよい。また、内容IDの代わりに、その文書内容320を、当該文書内容に対応するID付き文書300の管理IDと対応づけて文書DB100に格納してもよい。   The document DB 100 is a database that stores the document content 320 of the ID-added document 300 sent from the client terminal 20. Each document content 320 stored in the document DB 100 may be managed by a unique content ID. As the content ID, for example, a hash value by a cryptographic hash function of the document content may be used, but the content ID is not limited to this. The client terminal 20 may give the content ID, and in this case, the content ID may be incorporated in the meta information 320. Further, instead of the content ID, the document content 320 may be stored in the document DB 100 in association with the management ID of the ID-added document 300 corresponding to the document content.

文書登録部130は、クライアント端末20から受信したID付き文書の中の文書内容を文書DB100に、メタ情報を派生関係DB110に、それぞれ登録する。そのうち、メタ情報の登録を担当するのが派生関係登録部132である。   The document registration unit 130 registers the document contents in the ID-added document received from the client terminal 20 in the document DB 100 and the meta information in the derivation relationship DB 110. Among them, the derivation relationship registration unit 132 is in charge of registration of meta information.

派生関係DB110は、そのようなID付き文書300のうち、派生関係の情報を主としたメタ情報を蓄積するデータベースである。図5に、派生関係DB110のデータ内容の一例を示す。図5に示した表における1行の情報が、1つのID付き文書300に対応するメタ情報レコードである。この例では、各ID付き文書300の管理IDに対応づけて、親ID、ノードアドレス、操作種別、操作者、操作日時、「公開」属性及び、文書格納パス、の各項目が登録されている。このうち、管理IDと親IDのペア以外の項目は、例示したものに限られない。管理目的上必要な項目を記録すればよい。また、操作種別、操作者、操作日時、及び公開属性については既に説明した。ノードアドレスは、ID付き文書間の派生関係が構成する木において、当該管理ID(ID付き文書)に対応するノードの位置を示している。ノードアドレスの表記において「/」が木の深さ階層の区切りを示し、番号が同じ親から派生した兄弟同士の間での順番を示す。例えばノード「/1」は新規文書登録の操作により登録された文書に対応する根ノードを示す。また、ノード「/1/1」は根ノード「/1」の1番目の子、ノード「/1/2」は根ノード「/1」の2番目の子を示す。なお、煩雑さを避けるため、図5には、1つの根ノード「/1」から派生した1つの木に属するメタ情報レコード群しか示していないが、文書管理サーバ10には、例えば根「/1」から派生する木と根「/2」から派生する木のように、複数の木のメタ情報レコード群が登録され得る。文書格納パスは、文書内容320の文書DB100内での格納場所を示すパス名である。図5の例では、文書内容は、Eドライブの「\doc」というフォルダに、date属性(操作日時)の後にfilename属性(ファイル名)を続けたファイル名で登録されている。なお、文書DB100が、内容IDで文書内容320を検索する機能を持つものであれば、文書格納パスの代わりに内容IDをメタ情報レコードに登録しておけばよい。   The derivation relationship DB 110 is a database that accumulates meta information mainly including derivation relationship information among such ID-added documents 300. FIG. 5 shows an example of data contents of the derivation relationship DB 110. One line of information in the table shown in FIG. 5 is a meta information record corresponding to one ID-added document 300. In this example, items of parent ID, node address, operation type, operator, operation date, “public” attribute, and document storage path are registered in association with the management ID of each ID-added document 300. . Of these, items other than the management ID and parent ID pair are not limited to those illustrated. Items that are necessary for management purposes may be recorded. The operation type, the operator, the operation date and time, and the public attribute have already been described. The node address indicates the position of the node corresponding to the management ID (document with ID) in the tree formed by the derivation relationship between documents with ID. In the notation of the node address, “/” indicates a tree depth hierarchy delimiter, and indicates the order between siblings derived from the same parent. For example, the node “/ 1” indicates a root node corresponding to a document registered by a new document registration operation. Further, the node “/ 1/1” represents the first child of the root node “/ 1”, and the node “/ 1/2” represents the second child of the root node “/ 1”. In order to avoid complication, FIG. 5 shows only a meta information record group belonging to one tree derived from one root node “/ 1”. A meta information record group of a plurality of trees can be registered, such as a tree derived from “1” and a tree derived from the root “/ 2”. The document storage path is a path name indicating a storage location of the document content 320 in the document DB 100. In the example of FIG. 5, the document content is registered in a folder “\ doc” in the E drive with a file name in which the filename attribute (file name) is continued after the date attribute (operation date and time). If the document DB 100 has a function of searching the document content 320 by the content ID, the content ID may be registered in the meta information record instead of the document storage path.

なお、図5は派生関係DB110が管理するデータを内容の観点から表現したものにすぎず、具体的な表現形式或いはデータベース形式を規定するものではない。例えば、派生関係DB110は、一般的なリレーショナルデータベースとして構築することもできるし、管理IDを除くメタ情報を記述したXML(eXtensible Markup Language)文書を、管理IDをキーとして登録したデータベースとして構築することもできる。   Note that FIG. 5 is merely a representation of the data managed by the derivation relationship DB 110 from the viewpoint of contents, and does not define a specific representation format or database format. For example, the derivation relationship DB 110 can be constructed as a general relational database, or an XML (eXtensible Markup Language) document describing meta information excluding the management ID is constructed as a database in which the management ID is registered as a key. You can also.

図5に示した派生関係DB110のデータ内容は、図6のような木構造を成す。これは、管理IDをノードとし、管理ID間の親子関係をエッジとする木構造である。   The data content of the derivation relationship DB 110 shown in FIG. 5 has a tree structure as shown in FIG. This is a tree structure in which a management ID is a node and a parent-child relationship between management IDs is an edge.

図5〜図6の例が示す文書の履歴を時系列順に説明すると、以下のようになる。この例は、あるユーザが申請書等のフォーム(ひな形文書)を本システムに登録し、他のユーザがそのフォームに対して記入を行い、記入済みフォームを本システムに登録する業務の流れを表している。   The history of documents shown in the examples of FIGS. 5 to 6 will be described in the order of time series as follows. In this example, the flow of work in which a user registers a form (model document) such as an application form in this system, another user fills in the form, and registers the completed form in this system. Represents.

この例ではまず、文書(フォーム)の「登録」操作がuser1のクライアント端末で実行される。「登録」操作は、文書管理サーバ10に未登録の文書(すなわち、管理IDを有していない文書)を当該サーバ10に登録するための操作である。この操作に応じて管理IDが"Doc1"、親IDが空、操作種別が「登録」であるメタ情報と、その文書の文書内容とを含むID付き文書"Doc1"がuser1のクライアント端末から文書管理サーバ10に送られる。ここで、「登録」操作は、「公開」の対象にはなっていないので、メタ情報中には「公開」属性の値は含まれない。これに応じ、文書管理サーバ10は、そのID付き文書"Doc1"中の文書内容を文書DB100へ、メタ情報を派生関係DB110にそれぞれ登録する。ここで、文書管理サーバ10は、操作種別が「登録」であり、親IDが空なので、当該ID付き文書が、文書管理サーバ10内に既に登録済みのID付き文書の子ではなく、新たな木の根(始祖)であると判断し、それに従ってノードアドレスの値(この例では「/1」)を設定する。なお、以下では、識別のために、登録された文書内容を"Content1"で表すことにする。その後、user1は、登録したID付き文書を他のユーザuser2,user3,・・・に配布する。この配布は、例えば、電子メールにそのID付き文書を添付して各ユーザに送信することにより、行うことができる。   In this example, first, a “registration” operation of a document (form) is executed at the client terminal of user1. The “registration” operation is an operation for registering in the server 10 a document that is not registered in the document management server 10 (that is, a document that does not have a management ID). In response to this operation, the ID-added document “Doc1” including the meta information with the management ID “Doc1”, the parent ID is empty, and the operation type is “registration” and the document content of the document is a document from the client terminal of user1. Sent to the management server 10. Here, since the “registration” operation is not the target of “publication”, the value of the “publication” attribute is not included in the meta information. In response to this, the document management server 10 registers the document contents in the ID-added document “Doc1” in the document DB 100 and meta information in the derivation relationship DB 110. Here, since the operation type is “register” and the parent ID is empty, the document management server 10 is not a child of the ID-added document already registered in the document management server 10, but is a new one. The node is determined to be the root (founder) of the tree, and the value of the node address (“/ 1” in this example) is set accordingly. In the following description, the registered document content is represented by “Content1” for identification. After that, user1 distributes the registered ID-added document to other users user2, user3,. This distribution can be performed, for example, by attaching the ID-added document to an e-mail and transmitting it to each user.

その後、他のユーザuser2が自分のクライアント端末の文書操作部200でID付き文書"Doc1"を印刷する。印刷されるのは文書内容"Content1"、又はそれに編集を加えた結果の文書内容である。このとき文書操作部200は、印刷結果の紙文書に対して新たに付与した管理ID"Doc2"を埋め込む。このように管理IDが埋め込まれた紙文書をID付きの紙文書と呼ぶことにする。また、クライアント端末は、印刷の結果としてID付き文書"Doc2"を生成し、文書管理サーバ10に登録する。このID付き文書のメタ情報における管理IDは"Doc2"であり親IDは"Doc1"である。また操作者はuser2であり。操作種別は印刷である。また、「印刷」操作は、「公開」の対象にはなっていないので、そのID付き文書のメタ情報中には「公開」属性の値は含まれない。文書管理サーバ10は、受け取ったID付き文書の親IDの値から、当該文書"Doc2"が文書"Doc1"の子であることを認識し、しかも最初の子であるので、文書"Doc2"のノードアドレスを「/1/1」とする。   Thereafter, another user user2 prints the ID-added document “Doc1” using the document operation unit 200 of his / her client terminal. What is printed is the document content "Content1" or the document content resulting from editing. At this time, the document operation unit 200 embeds the management ID “Doc2” newly assigned to the paper document as the print result. The paper document in which the management ID is embedded in this way is called a paper document with an ID. Further, the client terminal generates an ID-added document “Doc2” as a result of printing and registers it in the document management server 10. The management ID in the meta information of the ID-added document is “Doc2” and the parent ID is “Doc1”. The operator is user2. The operation type is printing. Further, since the “print” operation is not the target of “publication”, the value of the “publication” attribute is not included in the meta information of the ID-added document. The document management server 10 recognizes that the document “Doc2” is a child of the document “Doc1” from the value of the parent ID of the received ID-added document, and since it is the first child, the document “Doc2” The node address is “/ 1/1”.

なお、この操作の前にuser2のクライアント端末20内にあったID付き文書"Doc1"は、この操作に伴い、派生関係組込部204によりID付き文書"Doc2"に置き換えられる。この置き換え処理では、派生関係組込部204は、元のID付き文書"Doc1"のうち、メタ情報310の管理ID312を新たに発行したID"Doc2"へ変更すると共に、元の文書"Doc1"の管理ID"Doc1"を親ID314の値にセットする。また、派生関係組込部204は、ログ情報316中の操作種別の値を今回の操作の種別である「印刷」に変更し、操作時刻の値をその閲覧の日時に変更し、操作者の値をuser2に変更する。また、文書内容320は、印刷指示をされた時点の文書内容を示す印刷データ又は文書ファイルとなる。   It should be noted that the ID-added document “Doc1” that was in the client terminal 20 of user2 before this operation is replaced with the ID-added document “Doc2” by the derivation relationship incorporating unit 204 in accordance with this operation. In this replacement process, the derivation relationship incorporating unit 204 changes the management ID 312 of the meta information 310 among the original ID-added document “Doc1” to the newly issued ID “Doc2” and the original document “Doc1”. Management ID "Doc1" is set to the value of the parent ID 314. In addition, the derivation relationship incorporating unit 204 changes the value of the operation type in the log information 316 to “print” that is the type of the current operation, changes the value of the operation time to the date and time of browsing, and Change the value to user2. The document content 320 is print data or a document file indicating the document content at the time when the print instruction is given.

このようにID付き文書"Doc1"は、閲覧されると、閲覧後のID付き文書"Doc2"に置き換えられる。したがって、その置き換えの後は、ID付き文書"Doc1"自体はそのクライアント端末20には存在せず、その代わりにID付き文書"Doc2"が存在することとなる。なお、user2は、印刷結果の紙文書"Doc2"を、他のユーザであるuser4に渡す。   Thus, when the ID-added document “Doc1” is browsed, the ID-added document “Doc2” after browsing is replaced. Therefore, after the replacement, the ID-added document “Doc1” itself does not exist in the client terminal 20, but the ID-added document “Doc2” exists instead. Note that user2 passes the print result paper document “Doc2” to another user, user4.

その後、更に別のユーザuser3が自分のクライアント端末の文書操作部200でID付き文書"Doc1"を閲覧する。閲覧されるのは内容ID"Content1"の文書内容である。クライアント端末は、閲覧の結果としてID付き文書"Doc3"を生成し、文書管理サーバ10に登録する。ここで、「閲覧」操作は、「公開」の対象にはなっていないので、そのID付き文書のメタ情報中には「公開」属性の値は含まれない。「閲覧」操作では、文書内容は変更されないので、文書内容は"Content1"のままである。なお、このように文書内容が変更されない操作を行った場合、クライアント端末20は、文書内容を省略したID付き文書を文書管理サーバ10に送ってもよい。なお、この操作の前にuser3のクライアント端末20内にあったID付き文書"Doc1"は、この操作に伴い、派生関係組込部204によりID付き文書"Doc3"に置き換えられる。この置き換え処理では、派生関係組込部204は、元のID付き文書"Doc1"のうち、メタ情報310の管理ID312を新たに発行したID"Doc2"へ変更すると共に、元の文書"Doc1"の管理ID"Doc1"を親ID314の値にセットする。また、派生関係組込部204は、ログ情報316中の操作種別の値を今回の操作の種類である「閲覧」に変更し、操作時刻の値をその閲覧の日時に変更し、操作者の値をuser3に変更する。なお、今回の操作は閲覧なので、文書内容320は変化しない。   Thereafter, another user user3 browses the ID-added document “Doc1” with the document operation unit 200 of his / her client terminal. The document content with the content ID “Content1” is browsed. The client terminal generates an ID-added document “Doc3” as a result of browsing and registers it in the document management server 10. Here, since the “browsing” operation is not the target of “publication”, the value of the “publication” attribute is not included in the meta information of the ID-added document. In the “browsing” operation, the document content is not changed, so the document content remains “Content1”. When an operation that does not change the document content is performed, the client terminal 20 may send an ID-added document with the document content omitted to the document management server 10. Note that the ID-added document “Doc1” in the client terminal 20 of user3 before this operation is replaced with the ID-added document “Doc3” by the derivation relationship incorporating unit 204 in accordance with this operation. In this replacement process, the derivation relationship incorporating unit 204 changes the management ID 312 of the meta information 310 among the original ID-added document “Doc1” to the newly issued ID “Doc2” and the original document “Doc1”. Management ID "Doc1" is set to the value of the parent ID 314. In addition, the derivation relationship incorporating unit 204 changes the value of the operation type in the log information 316 to “view” that is the type of the current operation, changes the value of the operation time to the date and time of the view, and Change the value to user3. Since the current operation is browsing, the document content 320 does not change.

次に、user4が、user2から受け取ったID付きの紙文書"Doc2"に対して書き込みを行い、書き込み済みの紙文書をスキャナにセットし、クライアント端末20上の読取制御ソフトウエアの操作メニューから「承認版として登録」の操作を選んだとする。すると読取制御ソフトウエアは、スキャナを制御して紙文書を読み取り、その読取結果の画像データを文書内容(以下、識別のためにこの文書内容を"Content2"と名付ける)として含むID付き文書"Doc4"を生成し、文書管理サーバ10に送ると共に、当該クライアント端末20内に保存する。このID付き文書"Doc4"内のメタ情報310に含まれる管理IDは"Doc4"であり、親IDは"Doc2"である。この親ID"Doc2"は、紙文書から読み取った管理IDである。またuser属性はuser4である。また、文書操作部200での「承認版として登録」という操作は、ログ記録目的上での「更新」という操作種別に分類されるので、メタ情報中のmethod属性は「更新」となる。また、この例では、「更新」という操作種別が「公開」の対象に設定されているので、メタ情報中のshared属性の値は「1」(この値は「公開対象である」ことを意味する)となる。   Next, user4 writes the ID-added paper document “Doc2” received from user2, sets the written paper document in the scanner, and selects “read” from the operation menu of the reading control software on the client terminal 20. Suppose you select the “Register as approved version” operation. Then, the reading control software reads the paper document by controlling the scanner, and the ID-added document “Doc4” including the image data of the reading result as the document content (hereinafter, this document content is named “Content2” for identification). Is generated and sent to the document management server 10 and stored in the client terminal 20. The management ID included in the meta information 310 in the ID-added document “Doc4” is “Doc4”, and the parent ID is “Doc2”. The parent ID “Doc2” is a management ID read from a paper document. The user attribute is user4. Further, an operation “register as an approved version” in the document operation unit 200 is classified into an operation type “update” for the purpose of log recording, and therefore the method attribute in the meta information is “update”. In this example, since the operation type “update” is set to “public”, the value of the shared attribute in the meta information is “1” (this value means “public”). ).

次に、user4がID付き文書"Doc4"を文書操作部200により編集する。これにより、編集結果の文書内容"Content3"を含み、"Doc4"を親IDとして含む新たなID付き文書"Doc5"が生成され、文書管理サーバ10に登録される。user4のクライアント端末20内のID付き文書"Doc4"はこのID付き文書"Doc5"に置き換えられる。   Next, the user 4 edits the document with the ID “Doc4” by the document operation unit 200. As a result, a new ID-added document “Doc5” including the document content “Content3” of the edited result and including “Doc4” as the parent ID is generated and registered in the document management server 10. The ID-added document “Doc4” in the client terminal 20 of user4 is replaced with this ID-added document “Doc5”.

次に、user3が自分のクライアント端末内のID付き文書"Doc3"に対し文書操作部200にて編集を加え、操作メニュー上で「更新版として登録」を指示すると、クライアント端末は、管理ID312の値が"Doc6"、親ID314の値が"Doc3"、操作種別の値が「更新」であるID付き文書"Doc6"を生成して、これをID付き文書"Doc3"と置き換えると共に、そのID付き文書"Doc6"を文書管理サーバ10に登録する。編集により、文書内容は"Content3"から"Content4"へと変化している。「更新」操作は公開対象なので、そのID付き文書"Doc6"のshared属性は「1」である。文書管理サーバ10の派生関係DB110には、管理ID"Doc6"のレコードが登録される。   Next, when user3 edits the ID-added document “Doc3” in his / her client terminal using the document operation unit 200 and instructs “register as update” on the operation menu, the client terminal has the management ID 312. An ID-added document “Doc6” having a value “Doc6”, a parent ID 314 value “Doc3”, and an operation type value “update” is generated and replaced with the ID-added document “Doc3”, and the ID The attached document “Doc6” is registered in the document management server 10. Due to the editing, the document content has changed from “Content3” to “Content4”. Since the “update” operation is a disclosure target, the shared attribute of the ID-added document “Doc6” is “1”. A record with a management ID “Doc6” is registered in the derivation relationship DB 110 of the document management server 10.

図5及び図6は、この時点での派生関係DB110内の、"Doc1"から派生する文書或いは操作の様子を示している。   5 and 6 show the state of the document or operation derived from “Doc1” in the derivation relationship DB 110 at this point.

以上、派生関係DB110のデータ内容を例に取り、本システムにおける文書操作の情報の登録の様子を説明した。   In the above, taking the data content of the derivation relation DB 110 as an example, the state of registration of document operation information in this system has been described.

図4の説明に戻り、要求処理部140は、クライアント端末20からの管理IDを含んだサービス要求に応じて、派生関係DB110を用いたサービスを提供する。要求処理部140が提供するサービスとしては、例えば、サービス要求中の管理IDに対応する文書の最新版を検索するサービスがある。また別の例として、サービス要求中の管理IDに対応する始祖(根)の文書又はその始祖についてのログ情報を提供するサービスを挙げることができる。また、別の例として、その管理IDの来歴、すなわち始祖からその管理IDまでに文書が経てきた操作の履歴(例えば誰がいつどんな操作をしたのかを示す情報のリスト)を提供するサービスもある。また、派生関係DB110に登録された属性項目についての検索条件の指定を受け付け、その検索条件を満足するID付き文書のリストを提供するサービスもある。なお、上述の最新版を検索するサービスは、「操作日時が最新である」という検索条件についての検索結果を提供するサービスと捉えることもできる。また、上述の始祖の文書の情報を提供するサービスは、「ノードアドレスが根を示す文書」という条件についての検索結果を提供するサービスと捉えることができる。   Returning to the description of FIG. 4, the request processing unit 140 provides a service using the derivation relationship DB 110 in response to a service request including the management ID from the client terminal 20. As a service provided by the request processing unit 140, for example, there is a service for searching for the latest version of a document corresponding to the management ID in the service request. Another example is a service that provides log information about an ancestor (root) document corresponding to the management ID in the service request or the ancestor. As another example, there is a service that provides a history of the management ID, that is, a history of operations that the document has passed from the founder to the management ID (for example, a list of information indicating who performed what operation when). There is also a service that accepts specification of search conditions for attribute items registered in the derivation relationship DB 110 and provides a list of ID-added documents that satisfy the search conditions. The service for searching for the latest version described above can also be regarded as a service for providing a search result for a search condition “the operation date is the latest”. In addition, the above-described service that provides information on the original document can be regarded as a service that provides a search result for the condition that “the node address indicates the root”.

サービス要求は、クライアント端末20に保持されたID付き文書に基づき発せられる。例えば、ユーザがクライアント端末20の文書操作部200によりID付き文書を開いた場合に、文書操作部200が、派生関係を用いたサービスのメニューを提供し、そのメニューの中からユーザが所望するサービスの指定を受け付ける。そして、そのID付き文書の管理IDと指定されたサービスを示すコードとを含むサービス要求を文書管理サーバ10の要求処理部140に送信する。このとき、ユーザ識別情報や操作日時などの属性項目についての検索条件を指定するユーザインタフェース画面を提供し、この画面を介して入力された検索条件を併せて要求処理部140に送信してもよい。また、管理IDと、サービスを示すコード、検索条件以外に、指示を行ったユーザの識別情報や、ユーザの入力した認証情報などといった他の情報を、クライアント端末20から要求処理部140に送信するようにしてもよい。   The service request is issued based on the ID-added document held in the client terminal 20. For example, when the user opens an ID-added document using the document operation unit 200 of the client terminal 20, the document operation unit 200 provides a service menu using the derivation relationship, and the service desired by the user from the menu is provided. The specification of is accepted. Then, a service request including the management ID of the document with ID and a code indicating the designated service is transmitted to the request processing unit 140 of the document management server 10. At this time, a user interface screen for designating search conditions for attribute items such as user identification information and operation date / time may be provided, and the search conditions input via this screen may be transmitted to the request processing unit 140 together. . Further, in addition to the management ID, the code indicating the service, and the search condition, other information such as the identification information of the instructing user and the authentication information input by the user is transmitted from the client terminal 20 to the request processing unit 140. You may do it.

また、別の例として、ID付き文書というオブジェクト種類に対して、そのようなサービスのメニューを対応づけてクライアント端末20のオペレーティングシステムに登録しておいてもよい。この場合、図7に示すように、オペレーティングシステムが提供するファイル管理画面400に表示されたID付き文書のアイコン410又は414に対し、ユーザが右ボタンクリックなどの所定の操作を行った場合、オペレーティングシステムが、ID付き文書に対応づけられたメニュー420を画面表示する。図示例では、ID付き文書のアイコン410又は414には、本システムのID付き文書であることを示すマーク411により、他の種類のファイル412と区別可能となっている。ユーザがメニュー420上の各サービス項目の中から、所望のものを選択すると、クライアント端末20は、選択されたサービス項目の実行を文書管理サーバ10に要求する。   As another example, such a service menu may be associated with an object type called an ID-added document and registered in the operating system of the client terminal 20. In this case, as shown in FIG. 7, when the user performs a predetermined operation such as right button click on the icon 410 or 414 of the document with ID displayed on the file management screen 400 provided by the operating system, The system displays a menu 420 associated with the ID-added document on the screen. In the illustrated example, the icon 410 or 414 of an ID-added document can be distinguished from other types of files 412 by a mark 411 indicating that it is an ID-added document of this system. When the user selects a desired item from among the service items on the menu 420, the client terminal 20 requests the document management server 10 to execute the selected service item.

また別の例として、ユーザによるサービスの指定を一つの「操作」と捉え、その「操作」に対して新たに管理IDを付与することも考えられる。この場合、指定されたサービスのコードを操作種別として含み、指定の際に用いられた元のID付き文書の管理IDを親IDとして含んだID付き文書を生成し、このID付き文書をサービス要求として文書管理サーバ10に送ってもよい。この場合、要求処理部140は、受け取ったID付き文書内の操作種別の情報に基づき提供すべきサービスを判定し、同じくID付き文書内の親IDを、派生関係を遡る処理の起点とする。   As another example, it may be considered that the designation of a service by the user is regarded as one “operation” and a new management ID is assigned to the “operation”. In this case, an ID-added document including the code of the specified service as the operation type, the management ID of the original ID-added document used in the specification as a parent ID is generated, and this ID-added document is requested as a service request. May be sent to the document management server 10. In this case, the request processing unit 140 determines a service to be provided based on the operation type information in the received ID-added document, and similarly uses the parent ID in the ID-added document as a starting point for the process of tracing the derivation relationship.

要求処理部140は、クライアント端末20からサービス要求を受けた場合、そのサービス要求中に指定された管理IDを起点に、派生関係DB110に登録された管理IDと親IDとの派生関係が構成する木を走査(トラバース)し、その走査の結果得られた情報を用いて、ユーザから要求されたサービスを実行する。   When the request processing unit 140 receives a service request from the client terminal 20, the derivation relationship between the management ID and the parent ID registered in the derivation relationship DB 110 is configured with the management ID specified in the service request as a starting point. The tree traverses the tree and uses the information obtained as a result of the scan to execute the service requested by the user.

以下、サービス要求を受け取った場合の要求処理部140の処理手順を、図8及び図9を参照して説明する。以下では、派生関係DB110内のデータ内容が図5及び図6に例示したものである時に、user2が、自分のクライアント端末20内にあるID付き文書"Doc2"を対象として、当該ユーザが指定した検索条件を満たす文書の要求を行った場合を具体例として用いて説明する。   The processing procedure of the request processing unit 140 when a service request is received will be described below with reference to FIGS. In the following, when the data contents in the derivation relation DB 110 are those illustrated in FIGS. 5 and 6, user2 designates the ID-added document “Doc2” in his client terminal 20 as the target. A case where a request for a document satisfying the search condition is made will be described as a specific example.

この手順では、要求処理部140は、クライアント端末20から受け取ったサービス要求から、処理対象として含まれる管理IDを取り出し、その管理IDを注目IDにセットする(S1)。次に、派生関係DB110から、注目IDに対応するレコードを取得する(S2)。注目IDに対応するレコードとは、注目IDをレコード中の「管理ID」の項目の値として持つレコードのことである。そして、取得したレコード中の操作種別の項目の値が「登録」であるか否かを調べ(S3)、「登録」でなければ、注目IDの値をそのレコード中の親IDの値へと置き換え(S4)、ステップS2及びS3を実行する。このステップS2〜S4のループは、サービス要求中の管理IDから派生関係の木構造を遡り、大本(根)であるフォーム原本の「登録」操作を見つけるための処理を表す。ステップS3の判定結果がYesとなった場合、そのときの注目IDは、根である「登録」操作に対応する。図5の例では、管理ID"Doc2"から木構造を遡ることで、最終的に、根である管理ID"Doc1"に到達する。   In this procedure, the request processing unit 140 extracts a management ID included as a processing target from the service request received from the client terminal 20, and sets the management ID as a target ID (S1). Next, a record corresponding to the attention ID is acquired from the derivation relationship DB 110 (S2). The record corresponding to the attention ID is a record having the attention ID as the value of the item “management ID” in the record. Then, it is checked whether or not the value of the operation type item in the acquired record is “registration” (S3). If it is not “registration”, the value of the attention ID is changed to the value of the parent ID in the record. Replace (S4) and execute steps S2 and S3. This loop of steps S2 to S4 represents a process for tracing back the tree structure of the derivation relationship from the management ID in the service request and finding the “registration” operation of the original form (root). When the determination result in step S3 is Yes, the attention ID at that time corresponds to the root "registration" operation. In the example of FIG. 5, the management ID “Doc1” that is the root is finally reached by tracing back the tree structure from the management ID “Doc2”.

根である「登録」操作に到達すると、要求処理部140は、そのときの注目ID(根)の子IDを検索する(S5)。派生関係DB110のうちその注目IDを「親ID」の値として持つレコードの「管理ID」が、注目IDの子IDである。注目IDの子IDがすべて求められると、要求処理部140は、それら子IDごとに、図9に示すような子孫探索処理を実行する(S6)。   When the “registration” operation that is the root is reached, the request processing unit 140 searches for a child ID of the attention ID (root) at that time (S5). “Management ID” of a record having the attention ID as the value of “parent ID” in the derivation relationship DB 110 is a child ID of the attention ID. When all the child IDs of the target ID are obtained, the request processing unit 140 executes a descendant search process as shown in FIG. 9 for each child ID (S6).

子孫探索処理(S6)では、要求処理部140は、当該子IDを注目IDとし(S11)、その注目IDに対応するレコードを派生関係DB110から取得する(S12)。そして、そのレコード中の「公開」属性の値が「1」であるか否かを判定し(S13)、「1」であれば、そのレコードを中間結果リストに入れる(S14)。中間結果リストは、要求された処理の処理結果を求めるための材料となる情報を蓄積するためにクライアント端末20の記憶装置上に構築されるリストである。「公開」属性が「1」でなければ、ステップS14はスキップされる。そして、要求処理部140は、注目IDの子IDを検索し(S15)、子IDが検索できたか否かを判定する(S16)。子IDがあれば、要求処理部140は、それら各子IDについて、それぞれ子孫探索処理(S6)を再帰的に実行する。すべての子IDについての子孫探索処理が終了すると、当該注目IDについての処理が終了する。ステップS16で子IDがないと判定された場合も、当該注目IDについての処理は終了する。   In the descendant search process (S6), the request processing unit 140 sets the child ID as an attention ID (S11), and acquires a record corresponding to the attention ID from the derivation relationship DB 110 (S12). Then, it is determined whether or not the value of the “public” attribute in the record is “1” (S13). If it is “1”, the record is put in the intermediate result list (S14). The intermediate result list is a list constructed on the storage device of the client terminal 20 in order to accumulate information that is a material for obtaining the processing result of the requested processing. If the “public” attribute is not “1”, step S14 is skipped. Then, the request processing unit 140 searches for the child ID of the attention ID (S15), and determines whether the child ID has been searched (S16). If there is a child ID, the request processing unit 140 recursively executes a descendant search process (S6) for each of the child IDs. When the descendant search process for all the child IDs ends, the process for the attention ID ends. Even when it is determined in step S16 that there is no child ID, the process for the attention ID is ended.

図8の手順に戻り、根のID付き文書のすべての子IDについて子孫探索処理(S6)が終了すると、そのときの中間結果リストには、その根から派生するすべてのID付き文書の中で、「公開」属性が「1」であるものに対応するレコードがすべて蓄積されていることになる。要求処理部140は、中間結果リストに蓄積されたレコード群の中から、検索条件を満足するレコードを求める(S7)。そして、求めたレコードに対応するID付き文書を、要求に対する検索結果として、要求元のユーザ(この例ではuser2)に提供する(S8)。   Returning to the procedure of FIG. 8, when the descendant search process (S6) is completed for all the child IDs of the root ID-added document, the intermediate result list at that time includes all the ID-added documents derived from the root. , All records corresponding to those whose “public” attribute is “1” are accumulated. The request processing unit 140 obtains a record satisfying the search condition from the record group accumulated in the intermediate result list (S7). Then, the ID-added document corresponding to the obtained record is provided to the requesting user (user2 in this example) as a search result for the request (S8).

例えば、図6の例では、ステップS6の処理により、中間結果リスト中には管理IDが"Doc4"、"Doc6"の2つのレコードが蓄積される。そして、例えば、検索条件が「操作日時が最新の文書」という条件であれば、中間結果リストの中で操作日時が最新である文書"Doc6"が検索結果として要求元のuser2に提供される。   For example, in the example of FIG. 6, two records with management IDs “Doc4” and “Doc6” are accumulated in the intermediate result list by the process of step S6. For example, if the search condition is a condition of “document with the latest operation date / time”, the document “Doc6” with the latest operation date / time in the intermediate result list is provided to the requesting user 2 as a search result.

ステップS7で、検索結果として複数のID付き文書が得られた場合、それら複数の文書すべてを要求元のユーザに返せばよい。またこの代わりに、検索結果のID付き文書のリストをユーザに返し、ユーザがその中から所望のものを選択して取得するようにしてもよい。   If a plurality of ID-added documents are obtained as search results in step S7, all of the plurality of documents may be returned to the requesting user. Alternatively, a list of ID-added documents as search results may be returned to the user, and the user may select and obtain a desired one from the list.

以上に説明したように、本実施形態では、特定の操作種別に該当する操作の結果の文書しか公開されない。また、どの操作種別の操作結果を公開対象とするかは、各クライアント端末20の各文書操作部200ごとに個別に設定できるので、各クライアント端末又は各文書操作部200の事情に応じて操作結果の公開・非公開を制御できる。   As described above, in the present embodiment, only a document resulting from an operation corresponding to a specific operation type is disclosed. In addition, since the operation result of which operation type is to be disclosed can be individually set for each document operation unit 200 of each client terminal 20, the operation result according to the circumstances of each client terminal or each document operation unit 200 You can control the public / private release.

次の、変形例を説明する。上記実施形態では、要求処理部140は、サービス要求中の管理IDが所属する木全体に対して検索を行った。これに対し、この変形例では、文書操作部200が行った操作の種別に応じて検索の境界を設定し、それら境界で区切られた範囲内で検索を行う。   The following modification will be described. In the above embodiment, the request processing unit 140 searches the entire tree to which the management ID in the service request belongs. On the other hand, in this modification, a search boundary is set according to the type of operation performed by the document operation unit 200, and the search is performed within a range delimited by these boundaries.

説明のための事例として、図10及び図11に示すような派生関係を考える。この派生関係は、図5及び図6に示した状態の後、更に以下のような操作が加えられたときの状態を示している。   As an example for explanation, a derivation relationship as shown in FIGS. 10 and 11 is considered. This derivation relationship shows a state when the following operation is further applied after the state shown in FIGS.

すなわち、図5及び図6に示された状態の後、user3がID付き文書"Doc6"を印刷して印刷結果の紙文書をuser5に配布する。この印刷により、ID付き文書"Doc7"が生成され、文書管理サーバ10に登録される。次にuser5がuser3から受け取った紙文書の内容を確認してスキャナにセットし、「承認版として登録」の操作を行う。これによりスキャン結果の画像を含むID付き文書"Doc8"が生成され、文書管理サーバ10に登録される。そしてuser5がそのID付き文書"Doc8"を開いて編集を加え、「更新版として登録」操作を行うと、ID付き文書"Doc9"が生成され、文書管理サーバ10に登録される。図10及び図11に示す派生関係は、この時点の状態である。この例では、図5及び図6の例と同様、スキャンした画像を「承認版として登録」する操作、及び電子文書の編集結果を「更新版」として登録する操作は、共に「公開」属性の値が「1」となる操作であるとする。   That is, after the state shown in FIGS. 5 and 6, user3 prints the ID-added document “Doc6” and distributes the printed paper document to user5. By this printing, an ID-added document “Doc7” is generated and registered in the document management server 10. Next, user5 confirms the contents of the paper document received from user3, sets it in the scanner, and performs an operation of “register as an approved version”. As a result, the ID-added document “Doc8” including the scan result image is generated and registered in the document management server 10. Then, when user 5 opens the ID-added document “Doc8”, performs editing, and performs a “register as update” operation, the ID-added document “Doc9” is generated and registered in the document management server 10. The derivation relationship shown in FIGS. 10 and 11 is the state at this point. In this example, as in the examples of FIGS. 5 and 6, both the operation of “registering the scanned image as an approved version” and the operation of registering the edited result of the electronic document as “updated version” have both “public” attributes. It is assumed that the operation is a value “1”.

また、この例では、派生関係の木構造の中に検索境界を設定可能としている。要求処理部140は、受け取ったサービス要求中の管理IDを起点に木を走査する際、検索境界より先祖にも子孫にも走査は進めない。このように、この変形例では、検索範囲をサービス要求中の管理IDを含んだ木全体とするのではなく、その木を検索境界によって区切ってできる各部分木のうち、その管理IDを含んだ部分木のみを検索範囲とする。この変形例では、文書に対して特定の種別の操作が行われた場合に、操作前の文書と操作結果の文書との間を検索境界に設定する。   In this example, the search boundary can be set in the tree structure of the derivation relationship. When the request processing unit 140 scans the tree starting from the management ID in the received service request, the request processing unit 140 does not advance scanning beyond the search boundary to the ancestors and descendants. As described above, in this modification, the search range is not the entire tree including the management ID in the service request, but the management ID is included in each subtree that can be divided by the search boundary. Only the subtree is used as the search range. In this modified example, when a specific type of operation is performed on a document, a search boundary is set between the document before the operation and the operation result document.

検索境界を表すため、図示例では、ID付き文書のメタ情報に「境界」属性を組み込んでいる。ある文書の「境界」属性の値が「1」であれば、その文書とその親との間が検索境界であることを示す。ある文書の「境界」属性の値が「0」であれば、その文書とその親とは同じ検索範囲に属する。どのような種別の操作の結果を検索境界とするかは、文書操作部200にあらかじめ登録されている。図10及び図11の例では、「登録」操作と(電子的なID付き文書に対する)「更新版として登録」操作が、検索境界を生み出す操作種別として設定されており、文書"Doc1"、"Doc6"及び"Doc9"の「境界」属性が「1」となっている。そのように登録された種別の操作を行った場合、文書操作部200は、その操作結果のID付き文書の「境界」属性を「1」にセットする。そうでなければ、「境界」属性の値を「0」とするか、又は「境界」属性自体を省略する。   In order to represent the search boundary, in the illustrated example, a “boundary” attribute is incorporated in the meta information of the ID-added document. If the value of the “boundary” attribute of a document is “1”, this indicates that the search boundary is between the document and its parent. If the value of the “boundary” attribute of a document is “0”, the document and its parent belong to the same search range. The type of operation result to be used as a search boundary is registered in the document operation unit 200 in advance. In the example of FIGS. 10 and 11, a “register” operation and a “register as update version” operation (for an electronic ID-added document) are set as operation types that generate search boundaries, and the documents “Doc1”, “ The “Boundary” attribute of “Doc6” and “Doc9” is “1”. When an operation of such registered type is performed, the document operation unit 200 sets the “boundary” attribute of the ID-added document as the operation result to “1”. Otherwise, the value of the “boundary” attribute is set to “0”, or the “boundary” attribute itself is omitted.

例えば、ID付き文書"Doc9"のメタ情報レコードは、以下の例3に示すようなものとなる。   For example, the meta information record of the ID-added document “Doc9” is as shown in Example 3 below.

[例3]
<metadata sid="Doc9" pid="Doc8" date="2006-10-03T14:34" method="update" filename="aaa_v2.doc" user="user5" shared="1" unrelated="1"/>
[Example 3]
<metadata sid = "Doc9" pid = "Doc8" date = "2006-10-03T14: 34" method = "update" filename = "aaa_v2.doc" user = "user5" shared = "1" unrelated = "1"/>

この例において、unrelated属性が「境界」属性である。なお、紙文書を読み取って「承認版として登録」する操作と、電子的なID付き文書を「更新版として登録」する操作は、上記実施形態の例では、ログ記録上の操作種別では同じ「更新」に分類されているが、この変形例では、そのような分類の操作でも、「境界」属性の判別においては区別している。すなわち、この例では、紙文書を読み取って「承認版として登録」する操作に対応する「境界」属性の値は「0」である。例えば、ID付き文書"Doc8"の「境界」属性値は「0」となっている。この変形例では、「境界」属性の判定は、文書操作部200での操作の種別に基づき行っているといえる。なお、これはあくまで一例であり、ログ記録上の操作種別に従って判定してもよい。   In this example, the unrelated attribute is a “boundary” attribute. Note that the operation of reading a paper document and “registering as an approved version” and the operation of registering an electronic ID-added document as “updated version” are the same in the operation type on the log record in the example of the above embodiment. In this modified example, such a classification operation is also distinguished in the determination of the “boundary” attribute. That is, in this example, the value of the “boundary” attribute corresponding to the operation of reading a paper document and “registering as an approved version” is “0”. For example, the “boundary” attribute value of the ID-added document “Doc8” is “0”. In this modification, it can be said that the determination of the “boundary” attribute is performed based on the type of operation in the document operation unit 200. This is merely an example, and the determination may be made according to the operation type on the log record.

これら図10及び図11に示した状態の時に、user3が、例えば図7に例示したようなユーザインタフェース画面を介して、ID付き文書"Doc7"を対象として「最新フォーム取得」の要求を行ったとする。このような場合を例にとって、「最新フォーム取得」の要求を受けたときの、要求処理部140の処理手順の例を説明する。   In the state shown in FIG. 10 and FIG. 11, it is assumed that user3 requests “latest form acquisition” for the ID-added document “Doc7” via the user interface screen illustrated in FIG. 7, for example. To do. Taking such a case as an example, an example of the processing procedure of the request processing unit 140 when a request for “latest form acquisition” is received will be described.

この場合、要求処理部140は、例えば図12及び図13に示す手順に従って、最新フォームを求める。図12の手順では、要求処理部140は、まず、クライアント端末20から受け取った要求に処理対象として含まれる管理IDを注目IDにセットし(S1)、派生関係DB110からその注目IDに対応するレコードを取得する(S2)。次にそのレコード中の「境界」属性の値が「1」であるか否かを調べ(S3A)、「1」でなければ、注目IDの値をそのレコード中の親IDの値へと置き換え(S4)、ステップS1〜S3Aの処理を繰り返す。   In this case, the request processing unit 140 obtains the latest form, for example, according to the procedure shown in FIGS. In the procedure of FIG. 12, the request processing unit 140 first sets a management ID included as a processing target in the request received from the client terminal 20 as a target ID (S1), and records corresponding to the target ID from the derivation relationship DB 110. Is acquired (S2). Next, it is checked whether or not the value of the “boundary” attribute in the record is “1” (S3A). If it is not “1”, the value of the attention ID is replaced with the value of the parent ID in the record. (S4), Steps S1 to S3A are repeated.

ステップS3Aの判定結果がYesとなった場合、要求中の管理IDから派生関係を遡り、直近の検索境界のノードにたどり着いたことになる。このノードが、今回の検索の範囲である部分木の根である。要求処理部140は、そのときの注目ID(すなわち部分木の根)の公開属性を調べ(S9)、公開属性の値が「1」であればその注目IDに対応するレコードを中間結果リストに入れ(S10)、ステップS5に進む。ステップS9で注目IDに対応する公開属性が「1」でなければ、ステップS10を飛ばしてステップS5に進む。ステップS5では、注目IDの子IDを検索する。そして、要求処理部140は、それら子IDごとに、図13に示すような子孫探索処理を実行する(S6)。   If the determination result in step S3A is Yes, the derivation relationship is traced back from the requested management ID, and the node at the latest search boundary has been reached. This node is the root of the subtree that is the scope of the current search. The request processing unit 140 checks the public attribute of the attention ID at that time (that is, the root of the subtree) (S9), and if the value of the public attribute is “1”, puts the record corresponding to the attention ID in the intermediate result list ( S10), the process proceeds to step S5. If the public attribute corresponding to the attention ID is not “1” in step S9, step S10 is skipped and the process proceeds to step S5. In step S5, a child ID of the attention ID is searched. Then, the request processing unit 140 executes a descendant search process as shown in FIG. 13 for each child ID (S6).

子孫探索処理(S6)では、要求処理部140は、当該子IDを注目IDとし(S11)、その注目IDに対応するレコードを派生関係DB110から取得する(S12)。そして、そのレコード中の「境界」属性の値が「1」であるか否かを判定する(S20)。その「境界」属性の値が「1」であれば、部分木の走査において子孫方向の検索境界に達したことになるので、当該注目IDについての図13の処理を終了する。「境界」属性の値が「1」でなければ、更に「公開」属性の値が「1」であるか否かを判定する(S13)。ステップS13の判定結果がYesの場合、要求処理部140は、そのレコードを中間結果リストに入れる(S14)。ステップS13の判定結果がNoであれば、ステップS14はスキップされる。そして、要求処理部140は、注目IDの子IDを検索し(S15)、子IDが検索できたか否かを判定する(S16)。子IDがあれば、要求処理部140は、それら各子IDについて、それぞれ子孫探索処理(S6)を再帰的に実行する。すべての子IDについての子孫探索処理が終了した場合、又はステップS16で子IDがないと判定された場合、当該注目IDについての処理が終了する。   In the descendant search process (S6), the request processing unit 140 sets the child ID as an attention ID (S11), and acquires a record corresponding to the attention ID from the derivation relationship DB 110 (S12). Then, it is determined whether or not the value of the “boundary” attribute in the record is “1” (S20). If the value of the “boundary” attribute is “1”, it means that the search boundary in the descendant direction has been reached in the scanning of the subtree, and the processing of FIG. 13 for the attention ID is ended. If the value of the “boundary” attribute is not “1”, it is further determined whether or not the value of the “public” attribute is “1” (S13). If the determination result in step S13 is Yes, the request processing unit 140 places the record in the intermediate result list (S14). If the determination result of step S13 is No, step S14 is skipped. Then, the request processing unit 140 searches for the child ID of the attention ID (S15), and determines whether the child ID has been searched (S16). If there is a child ID, the request processing unit 140 recursively executes a descendant search process (S6) for each of the child IDs. When the descendant search process for all child IDs is completed, or when it is determined in step S16 that there is no child ID, the process for the attention ID is completed.

図12の手順に戻ると、ステップS3Aで特定された部分木の根のすべての子IDについて子孫探索処理(S6)が終了すると、そのときの中間結果リストには、その部分木に属し、「公開」属性が「1」であるID付き文書がすべて蓄積されていることになる。要求処理部140は、中間結果リストに蓄積されたレコード群の中から、検索条件である「最新の」レコードを求め(S7)、このレコードに対応するID付き文書を検索結果として要求元のユーザに返す(S8)。   Returning to the procedure of FIG. 12, when the descendant search process (S6) is completed for all the child IDs of the root of the subtree specified in step S3A, the intermediate result list at that time belongs to the subtree and “open”. All ID-added documents having the attribute “1” are accumulated. The request processing unit 140 obtains the “latest” record that is the search condition from the record group accumulated in the intermediate result list (S7), and uses the ID-added document corresponding to this record as the search result as the requesting user. (S8).

例えば、図10の例において、ID付き文書"Doc7"を対象として「最新フォーム取得」の要求がなされた場合、ステップS1〜S4のループにより、検索範囲の部分木の根となる"Doc6"が特定される。更にステップS9以下の処理により、中間結果リスト中には管理IDが"Doc6"、"Doc8"の2つのレコードが蓄積される。ID付き文書"Doc9"は、「公開」属性値は「1」であるが、「境界」属性値も「1」なので、ステップS20により、中間結果リストには蓄積されない。中間結果リストに蓄積されたレコードのうち最新のレコードに対応するID付き文書"Doc8"がステップS8で検索結果として求められる。   For example, in the example of FIG. 10, when the “latest form acquisition” request is made for the ID-added document “Doc7”, “Doc6” that is the root of the subtree of the search range is specified by the loop of steps S1 to S4. The Further, two records with management IDs “Doc6” and “Doc8” are accumulated in the intermediate result list by the processing from step S9. The ID-added document “Doc9” has a “public” attribute value of “1”, but also has a “boundary” attribute value of “1”, so that it is not stored in the intermediate result list in step S20. An ID-added document “Doc8” corresponding to the latest record among the records accumulated in the intermediate result list is obtained as a search result in step S8.

以上に説明した変形例によれば、文書に対する操作に応じて、操作前の文書と操作結果の文書との間に検索境界を設定することができる。検索境界を設定するということは、操作前の文書と操作結果の文書とを、別系統の文書として取り扱うことと捉えることもできる。また、上記変形例では、また、どの操作種別の操作に応じて検索境界を設定するか否かを、各クライアント端末20の各文書操作部200ごとに個別に設定できるので、各クライアント端末又は各文書操作部200の事情に応じて検索境界を制御できる。   According to the modification described above, a search boundary can be set between the document before the operation and the operation result document according to the operation on the document. Setting the search boundary can also be understood as handling the document before the operation and the document as the operation result as documents of different systems. Further, in the above modification, it is possible to individually set for each document operation unit 200 of each client terminal 20 whether or not to set a search boundary according to which operation type operation. The search boundary can be controlled according to the circumstances of the document operation unit 200.

以上に例示した実施形態及び変形例では、管理IDの発行は各クライアント端末20で行われていたが、この代わりに文書管理サーバ10が管理IDを発行してもよい。この場合、クライアント端末20は、ID付き文書に対して操作を行った場合、操作前のID付き文書内の管理IDを親ID314として含み、更にその操作についてのログ情報316と操作後の文書内容320とを含み、管理ID312は空欄の文書データを生成し、文書管理サーバ10に送る。文書管理サーバ10は、受け取った文書データに対して新たな管理IDを付与し、この管理IDとその文書データとに含まれる情報を、文書DB100及び派生関係DB110に登録する。また、文書管理サーバ10は、付与した管理IDを当該文書データにセットすることによりID付き文書を生成し、これをクライアント端末20に返す。クライアント端末20は、操作前のID付き文書を、受け取ったID付き文書に置き換える。このように、文書管理サーバ10が管理IDを付与する構成でも、上述実施形態及び変形例の処理は同様に実行できる。   In the embodiment and the modification exemplified above, the management ID is issued at each client terminal 20, but the document management server 10 may issue the management ID instead. In this case, when an operation is performed on the ID-added document, the client terminal 20 includes the management ID in the ID-added document before the operation as the parent ID 314, and further includes log information 316 about the operation and the document content after the operation. 320, the management ID 312 generates blank document data and sends it to the document management server 10. The document management server 10 assigns a new management ID to the received document data, and registers information included in the management ID and the document data in the document DB 100 and the derivation relationship DB 110. In addition, the document management server 10 generates an ID-added document by setting the assigned management ID in the document data, and returns it to the client terminal 20. The client terminal 20 replaces the ID-added document before the operation with the received ID-added document. As described above, even in the configuration in which the document management server 10 assigns the management ID, the processing of the above-described embodiment and the modification can be executed in the same manner.

また以上の実施形態及び変形例では、管理ID312、親ID314、ログ情報316、及び文書内容320を含んだID付き文書300がクライアント端末20に保存されたが、この代わりに、クライアント端末20は管理IDしか持たず、その他の情報は文書管理サーバ10に保存されるようにしてもよい。この場合、クライアント端末20で文書を操作する場合、その文書に対応する管理IDを文書管理サーバ10に送り、文書管理サーバ10からその文書を取得する。また、別の例として、クライアント端末20が保持するID付き文書300の中には管理ID312と文書内容320とが含まれ、親ID314及びログ情報316は含まれないようにしても良い。この場合、サーバがその管理ID312に対応づけて親ID314とログ情報316を持つようにすれば良い。   In the above embodiment and modification, the ID-added document 300 including the management ID 312, the parent ID 314, the log information 316, and the document content 320 is stored in the client terminal 20. Only the ID may be stored, and other information may be stored in the document management server 10. In this case, when a document is operated on the client terminal 20, a management ID corresponding to the document is sent to the document management server 10, and the document is acquired from the document management server 10. As another example, the ID-added document 300 held by the client terminal 20 may include the management ID 312 and the document content 320, and may not include the parent ID 314 and the log information 316. In this case, the server may have a parent ID 314 and log information 316 in association with the management ID 312.

ここで、文書管理サーバ10が管理IDを付与する場合は、その取得の操作に対応する管理IDを文書管理サーバ10が生成し、その管理IDと文書とを対応づけてクライアント20に提供するとともに、その取得操作についてのログ情報(操作時刻や操作者など)と、元の管理ID(すなわち親ID)と、付与した管理IDとを派生関係DB110に記録する。クライアント端末20は、文書管理サーバ10に送信した管理IDを、受け取った管理IDに置き換えると共に、受け取った文書を開く。ユーザは、開かれた文書に対して閲覧や編集などの操作を行う。クライアント端末20は、文書に対する操作が完了すると、操作後の文書を管理ID及び当該操作についてのログ情報と共に文書管理サーバ10に送る。文書管理サーバ10は、受け取った文書に対して新たな管理IDを付与して派生関係DB110に登録し、受け取った管理IDを親IDとして派生関係DB110に登録する。また、受け取ったログ情報及び操作後の文書を、派生関係DB110及び文書DB100に登録する。そして、文書管理サーバ10は、新たに付与した管理IDをクライアント端末20に返す。クライアント端末20は、元の管理IDを受け取った管理IDで置き換える。以上のような処理により、操作間の派生関係が文書管理サーバ10に蓄積されることになる。   Here, when the document management server 10 assigns a management ID, the document management server 10 generates a management ID corresponding to the acquisition operation, and associates the management ID with the document and provides it to the client 20. The log information (operation time, operator, etc.) about the acquisition operation, the original management ID (that is, the parent ID), and the assigned management ID are recorded in the derivation relationship DB 110. The client terminal 20 replaces the management ID transmitted to the document management server 10 with the received management ID and opens the received document. The user performs operations such as browsing and editing on the opened document. When the operation on the document is completed, the client terminal 20 sends the document after the operation to the document management server 10 together with the management ID and log information about the operation. The document management server 10 assigns a new management ID to the received document and registers it in the derivation relationship DB 110, and registers the received management ID as a parent ID in the derivation relationship DB 110. Also, the received log information and the document after the operation are registered in the derivation relationship DB 110 and the document DB 100. Then, the document management server 10 returns the newly assigned management ID to the client terminal 20. The client terminal 20 replaces the original management ID with the received management ID. Through the processing as described above, the derivation relationship between operations is accumulated in the document management server 10.

一方、クライアント端末20が管理IDを付与する構成の場合は、文書管理サーバ10は、クライアント端末20から受け取った管理IDに対応する文書をクライアントに返せばよい。クライアント端末20は受け取った文書を開き、ユーザがその文書を操作する。操作の完了後、クライアント端末20はその操作結果の文書に対して新たな管理IDを付与し、この管理IDを含んだ前述のID付き文書と同様の情報を、文書管理サーバ10に送る。そして、クライアント端末20は、そのID付き文書のうち管理IDのみを保存し、その他の情報を削除する。   On the other hand, when the client terminal 20 is configured to give a management ID, the document management server 10 may return a document corresponding to the management ID received from the client terminal 20 to the client. The client terminal 20 opens the received document, and the user operates the document. After the operation is completed, the client terminal 20 assigns a new management ID to the operation result document, and sends the same information as the above-mentioned ID-added document including the management ID to the document management server 10. And the client terminal 20 preserve | saves only management ID among the documents with the ID, and deletes other information.

以上に例示したシステムにおける文書管理サーバ10は、典型的には、汎用のコンピュータにて上述の文書管理サーバの各部の機能又は処理内容を記述したプログラムを実行することにより実現される。コンピュータは、例えば、ハードウエアとして、図14に示すように、CPU(中央演算装置)40、メモリ(一次記憶)42、各種I/O(入出力)インタフェース44等がバス46を介して接続された回路構成を有する。また、そのバス46に対し、例えばI/Oインタフェース44経由で、ハードディスクドライブ48やCDやDVD、フラッシュメモリなどの各種規格の可搬型の不揮発性記録媒体を読み取るためのディスクドライブ50が接続される。このようなドライブ48又は50は、メモリに対する外部記憶装置として機能する。実施形態の処理内容が記述されたプログラムがCDやDVD等の記録媒体を経由して、又はネットワーク経由で、ハードディスクドライブ48等の固定記憶装置に保存され、コンピュータにインストールされる。固定記憶装置に記憶されたプログラムがメモリに読み出されCPUにより実行されることにより、実施形態の処理が実現される。クライアント端末20についても同様である。   The document management server 10 in the system exemplified above is typically realized by executing a program describing functions or processing contents of each unit of the document management server described above on a general-purpose computer. As shown in FIG. 14, for example, the computer includes a CPU (central processing unit) 40, a memory (primary storage) 42, various I / O (input / output) interfaces 44, and the like connected via a bus 46. Circuit configuration. Further, a hard disk drive 48 and a disk drive 50 for reading various types of portable non-volatile recording media such as a CD, a DVD, and a flash memory are connected to the bus 46 via, for example, an I / O interface 44. . Such a drive 48 or 50 functions as an external storage device for the memory. A program in which the processing contents of the embodiment are described is stored in a fixed storage device such as the hard disk drive 48 via a recording medium such as a CD or DVD or via a network, and is installed in a computer. The program stored in the fixed storage device is read into the memory and executed by the CPU, whereby the processing of the embodiment is realized. The same applies to the client terminal 20.

文書利用管理システムの概略構成の例を示すブロック図である。It is a block diagram which shows the example of schematic structure of a document utilization management system. クライアント端末の内部構成の例を示すブロック図である。It is a block diagram which shows the example of an internal structure of a client terminal. ID付き文書のデータ構造の例を模式的に示す図である。It is a figure which shows typically the example of the data structure of a document with ID. 文書管理サーバの内部構成の例を示すブロック図である。It is a block diagram which shows the example of an internal structure of a document management server. 派生関係DBのデータ内容の例を示す図である。It is a figure which shows the example of the data content of derivation relation DB. 図5に例示したデータ内容における管理ID群がなす木構造を図式化して表す図である。FIG. 6 is a diagram schematically illustrating a tree structure formed by a management ID group in the data content illustrated in FIG. 5. ID付き文書のアイコンを表示した表示画面の例を示す図である。It is a figure which shows the example of the display screen which displayed the icon of the document with ID. サービス要求に対する要求処理部の処理手順の一例の一部を示すフローチャートである。It is a flowchart which shows a part of example of the process sequence of the request | requirement process part with respect to a service request. サービス要求に対する要求処理部の処理手順の一例の残りの部分を示すフローチャートである。It is a flowchart which shows the remaining part of an example of the process sequence of the request process part with respect to a service request. 変形例における派生関係DBのデータ内容の例を示す図である。It is a figure which shows the example of the data content of derivation relation DB in a modification. 図10に例示したデータ内容における管理ID群がなす木構造を図式化して表す図である。FIG. 11 is a diagram schematically illustrating a tree structure formed by a management ID group in the data content illustrated in FIG. 10. 最新フォーム取得要求に対する要求処理部の処理手順の一例の一部を示すフローチャートである。It is a flowchart which shows a part of example of the process sequence of the request process part with respect to the newest form acquisition request. 最新フォーム取得要求に対する要求処理部の処理手順の一例の残りの部分を示すフローチャートである。It is a flowchart which shows the remaining part of an example of the process sequence of the request process part with respect to the newest form acquisition request. コンピュータのハードウエア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of a computer.

符号の説明Explanation of symbols

10 文書管理サーバ、20 クライアント端末、30 ネットワーク、100 文書DB、110 派生関係DB、130 文書登録部、132 派生関係登録部、140 要求処理部、200 文書操作部、202 ID割り当て部、204 派生関係組込部、210 登録処理部、300 ID付き文書。   DESCRIPTION OF SYMBOLS 10 Document management server, 20 Client terminal, 30 Network, 100 Document DB, 110 Derivation relation DB, 130 Document registration part, 132 Derivation relation registration part, 140 Request processing part, 200 Document operation part, 202 ID allocation part, 204 Derivation relation Built-in unit, 210 Registration processing unit, 300 Document with ID.

Claims (6)

情報処理装置から、第1の文書の操作の結果得られた第2の文書と、当該第2の文書が開示対象であるか否かを示す開示属性情報と、を受け取って互いに対応づけて記憶部に登録する登録部であって、前記第1の文書が前記記憶部に既に登録されている場合には、前記第2の文書の親が前記第1の文書であることを示す派生関係を更に前記記憶部に登録する登録部と、
対象文書と検索条件とを指定した検索指示に応じて、前記記憶部に記憶された派生関係群がなす木群の中の前記対象文書が属する木に含まれる文書のうち、前記検索条件を満たし且つ開示対象であることを示す開示属性情報に対応する文書を検索結果として提供する検索結果提供部と、
を備える文書管理装置。
The second document obtained as a result of the operation of the first document and the disclosure attribute information indicating whether or not the second document is a disclosure target are received from the information processing apparatus and stored in association with each other. If the first document is already registered in the storage unit, a derivation relationship indicating that the parent of the second document is the first document is provided. A registration unit for registering in the storage unit;
In response to a search instruction that specifies a target document and a search condition, among the documents included in the tree to which the target document belongs in the tree group formed by the derivation relation group stored in the storage unit, the search condition is satisfied A search result providing unit that provides, as a search result, a document corresponding to disclosure attribute information indicating that it is a disclosure target;
A document management apparatus comprising:
前記登録部は、更に前記第2の文書と前記第1の文書との間が検索境界であるか否かを示す検索境界情報を前記情報処理装置から受け取って前記第2の文書と対応づけて前記記憶部に登録し、
前記検索結果提供部は、前記派生関係群がなす木群の中の前記検索境界で区切られる部分木群のうち前記対象文書の属する部分木に属する文書の中で、前記検索条件を満たし且つ開示対象であることを示す開示属性情報に対応する文書を検索結果として提供する、
ことを特徴とする文書管理装置。
The registration unit further receives search boundary information indicating whether or not a search boundary is between the second document and the first document from the information processing apparatus, and associates the search boundary information with the second document. Register in the storage unit,
The search result providing unit satisfies and discloses the search condition among documents belonging to a subtree to which the target document belongs among subtree groups delimited by the search boundary in the tree group formed by the derivation relation group. Providing documents corresponding to the disclosure attribute information indicating the target as search results,
A document management apparatus characterized by that.
情報処理装置から、第1の文書の操作の結果得られた第2の文書と、当該第2の文書が開示対象であるか否かを示す開示属性情報と、を受け取って互いに対応づけて記憶部に登録するステップであって、前記第1の文書が前記記憶部に既に登録されている場合には、前記第2の文書の親が前記第1の文書であることを示す派生関係を更に前記記憶部に登録するステップと、
対象文書と検索条件とを指定した検索指示に応じて、前記記憶部に記憶された派生関係群がなす木群の中の前記対象文書が属する木に含まれる文書のうち、前記検索条件を満たし且つ開示対象であることを示す開示属性情報に対応する文書を検索結果として提供するステップと、
をコンピュータに実行させるためのプログラム。
The second document obtained as a result of the operation of the first document and the disclosure attribute information indicating whether or not the second document is a disclosure target are received from the information processing apparatus and stored in association with each other. A registration relationship indicating that a parent of the second document is the first document when the first document is already registered in the storage unit. Registering in the storage unit;
In response to a search instruction that specifies a target document and a search condition, among the documents included in the tree to which the target document belongs in the tree group formed by the derivation relation group stored in the storage unit, the search condition is satisfied Providing a document corresponding to the disclosure attribute information indicating that it is a disclosure target as a search result;
A program that causes a computer to execute.
文書に対する操作を実行する操作実行部と、
操作ごとに、当該操作の結果得られた文書を開示対象とするか否かを規定する判定情報を記憶した判定情報記憶部と、
前記操作実行部により第1の文書に対して操作が実行された場合に、当該操作の結果得られた第2の文書を開示対象とするか否かを示す開示属性情報を前記判定情報に基づき生成し、当該開示属性情報を前記第2の文書と対応づけて前記文書管理装置に送信する送信部と、
を備える情報処理装置。
An operation execution unit for performing operations on the document;
A determination information storage unit that stores determination information for specifying whether or not a document obtained as a result of the operation is to be disclosed for each operation;
Based on the determination information, disclosure attribute information indicating whether or not the second document obtained as a result of the operation is to be disclosed when an operation is performed on the first document by the operation execution unit. A transmitting unit that generates and transmits the disclosure attribute information to the document management apparatus in association with the second document;
An information processing apparatus comprising:
文書に対する操作を実行する操作実行部と、
操作ごとに、当該操作の結果得られた文書を開示対象とするか否かを規定する判定情報を記憶した判定情報記憶部と、
前記操作実行部により第1の文書に対して操作が実行された場合に、当該操作の結果得られた第2の文書を開示対象とするか否かを示す開示属性情報を前記判定情報に基づき生成し、当該開示属性情報を前記第2の文書と対応づけて前記文書管理装置に送信する送信部と、
してコンピュータを機能させるためのプログラム。
An operation execution unit for performing operations on the document;
A determination information storage unit that stores determination information for specifying whether or not a document obtained as a result of the operation is to be disclosed for each operation;
Based on the determination information, disclosure attribute information indicating whether or not the second document obtained as a result of the operation is to be disclosed when an operation is performed on the first document by the operation execution unit. A transmitting unit that generates and transmits the disclosure attribute information to the document management apparatus in association with the second document;
Program to make the computer function.
情報処理装置と文書管理装置とを備え、
前記情報処理装置は、
文書に対する操作を実行する操作実行部と、
操作ごとに、当該操作の結果得られた文書を開示対象とするか否かを規定する判定情報を記憶した判定情報記憶部と、
前記操作実行部により第1の文書に対して操作が実行された場合に、当該操作の結果得られた第2の文書を開示対象とするか否かを示す開示属性情報を前記判定情報に基づき生成し、当該開示属性情報を前記第2の文書と対応づけて前記文書管理装置に送信する送信部と、
を備え、
前記文書管理装置は、
前記情報処理装置から、第1の文書の操作の結果得られた第2の文書と、当該第2の文書が開示対象であるか否かを示す開示属性情報と、を受け取って互いに対応づけて記憶部に登録する登録部であって、前記第1の文書が前記記憶部に既に登録されている場合には、前記第2の文書の親が前記第1の文書であることを示す派生関係を更に前記記憶部に登録する登録部と、
対象文書と検索条件とを指定した検索指示に応じて、前記記憶部に記憶された派生関係群がなす木群の中の前記対象文書が属する木に含まれる文書のうち、前記検索条件を満たし且つ開示対象であることを示す開示属性情報に対応する文書を検索結果として提供する検索結果提供部と、
を備える、
ことを特徴とする文書管理システム。
An information processing device and a document management device;
The information processing apparatus includes:
An operation execution unit for performing operations on the document;
A determination information storage unit that stores determination information for specifying whether or not a document obtained as a result of the operation is to be disclosed for each operation;
Based on the determination information, disclosure attribute information indicating whether or not the second document obtained as a result of the operation is to be disclosed when an operation is performed on the first document by the operation execution unit. A transmitting unit that generates and transmits the disclosure attribute information to the document management apparatus in association with the second document;
With
The document management apparatus includes:
A second document obtained as a result of the operation of the first document and disclosure attribute information indicating whether or not the second document is a disclosure target are received from the information processing apparatus and associated with each other. A registration unit for registering in a storage unit, and when the first document is already registered in the storage unit, a derivation relationship indicating that a parent of the second document is the first document A registration unit for further registering in the storage unit;
In response to a search instruction that specifies a target document and a search condition, among the documents included in the tree to which the target document belongs in the tree group formed by the derivation relation group stored in the storage unit, the search condition is satisfied A search result providing unit that provides, as a search result, a document corresponding to disclosure attribute information indicating that it is a disclosure target;
Comprising
A document management system characterized by that.
JP2007015916A 2007-01-26 2007-01-26 Document management apparatus, document management system, and program Expired - Fee Related JP5045118B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007015916A JP5045118B2 (en) 2007-01-26 2007-01-26 Document management apparatus, document management system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007015916A JP5045118B2 (en) 2007-01-26 2007-01-26 Document management apparatus, document management system, and program

Publications (2)

Publication Number Publication Date
JP2008181446A true JP2008181446A (en) 2008-08-07
JP5045118B2 JP5045118B2 (en) 2012-10-10

Family

ID=39725284

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007015916A Expired - Fee Related JP5045118B2 (en) 2007-01-26 2007-01-26 Document management apparatus, document management system, and program

Country Status (1)

Country Link
JP (1) JP5045118B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010073012A (en) * 2008-09-19 2010-04-02 Fuji Xerox Co Ltd Document management apparatus, document management system and program
JP2011248559A (en) * 2010-05-26 2011-12-08 Ricoh Co Ltd Information processor, documentation management system, document management method, program, recording medium, and image processor
WO2012001763A1 (en) * 2010-06-28 2012-01-05 株式会社日立製作所 Method of managing computer system and client computer
US8533850B2 (en) 2010-06-29 2013-09-10 Hitachi, Ltd. Fraudulent manipulation detection method and computer for detecting fraudulent manipulation
US8850592B2 (en) 2010-03-10 2014-09-30 Hitachi, Ltd. Unauthorized operation detection system and unauthorized operation detection method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001056809A (en) * 1999-08-18 2001-02-27 Mitsubishi Electric Corp Document managing system
JP2003076596A (en) * 2001-09-05 2003-03-14 Sharp Corp Information registration apparatus, information registering program and machine readable recording medium having information registering program recorded thereon
JP2003173329A (en) * 2001-12-05 2003-06-20 Ricoh Co Ltd Document management system
JP2005259108A (en) * 2004-02-09 2005-09-22 Ricoh Co Ltd Security server, method and system for managing document security

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001056809A (en) * 1999-08-18 2001-02-27 Mitsubishi Electric Corp Document managing system
JP2003076596A (en) * 2001-09-05 2003-03-14 Sharp Corp Information registration apparatus, information registering program and machine readable recording medium having information registering program recorded thereon
JP2003173329A (en) * 2001-12-05 2003-06-20 Ricoh Co Ltd Document management system
JP2005259108A (en) * 2004-02-09 2005-09-22 Ricoh Co Ltd Security server, method and system for managing document security

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010073012A (en) * 2008-09-19 2010-04-02 Fuji Xerox Co Ltd Document management apparatus, document management system and program
US8850592B2 (en) 2010-03-10 2014-09-30 Hitachi, Ltd. Unauthorized operation detection system and unauthorized operation detection method
US9124616B2 (en) 2010-04-02 2015-09-01 Hitachi, Ltd. Computer system management method and client computer
JP2011248559A (en) * 2010-05-26 2011-12-08 Ricoh Co Ltd Information processor, documentation management system, document management method, program, recording medium, and image processor
WO2012001763A1 (en) * 2010-06-28 2012-01-05 株式会社日立製作所 Method of managing computer system and client computer
JP5417533B2 (en) * 2010-06-28 2014-02-19 株式会社日立製作所 Computer system management method and client computer
US8533850B2 (en) 2010-06-29 2013-09-10 Hitachi, Ltd. Fraudulent manipulation detection method and computer for detecting fraudulent manipulation

Also Published As

Publication number Publication date
JP5045118B2 (en) 2012-10-10

Similar Documents

Publication Publication Date Title
JP5407209B2 (en) Document management apparatus, document management program, and document management system
JP2009042856A (en) Document management device, document management system, and program
JP5023715B2 (en) Information processing system, information processing apparatus, and program
JP2008257317A (en) Information processing apparatus, information processing system and program
JP5003131B2 (en) Document providing system and information providing program
JP2008003847A (en) Document use management system, document management server, and its program
JP4305510B2 (en) Information processing system, information processing apparatus, and program
JP5119840B2 (en) Information processing apparatus, information processing system, and program
JP5045118B2 (en) Document management apparatus, document management system, and program
JP5082460B2 (en) Information processing apparatus, program, and information processing system
JP2010003127A (en) Document management device, document management system, document management method and computer program
JP2004171304A (en) Digitized manuscript management device, control method for the same, digitized manuscript management system, and program
JP2010073012A (en) Document management apparatus, document management system and program
JP5309664B2 (en) Document management apparatus and program
JP2008176710A (en) Document management system, document management device, and document management program
JP5251133B2 (en) Document management apparatus, document management system, and program
JP4992731B2 (en) Document management apparatus, document management system, and program
JP5200633B2 (en) Document management apparatus and program
JP5907101B2 (en) Document management apparatus and program
JP5412827B2 (en) Document management apparatus, document management program, and document management system
JP5942432B2 (en) Document management system
JP5277924B2 (en) Document management system, information processing apparatus, and program
JP3982969B2 (en) Document management device
JP5233475B2 (en) Document management apparatus, document management program, and document management system
JP2011039586A (en) Document management device and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091221

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120316

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120403

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120528

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: 20120619

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120702

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

Free format text: PAYMENT UNTIL: 20150727

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5045118

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

LAPS Cancellation because of no payment of annual fees
R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350