JP4286310B2 - Client, document management system, and storage medium - Google Patents
Client, document management system, and storage medium Download PDFInfo
- Publication number
- JP4286310B2 JP4286310B2 JP2008073913A JP2008073913A JP4286310B2 JP 4286310 B2 JP4286310 B2 JP 4286310B2 JP 2008073913 A JP2008073913 A JP 2008073913A JP 2008073913 A JP2008073913 A JP 2008073913A JP 4286310 B2 JP4286310 B2 JP 4286310B2
- Authority
- JP
- Japan
- Prior art keywords
- document
- file
- server
- shortcut
- client
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Document Processing Apparatus (AREA)
Description
本発明は、サーバクライアント型の文書管理システム、及び、当該システムに用いられるクライアント、並びに、プログラムが格納されてコンピュータ読取り可能な記憶媒体に関する。 The present invention relates to a server client type document management system, a client used in the system, and a computer-readable storage medium storing a program.
文書管理システムにおいては、多数の文書をデータベースに保存しておき、かつ、データベースに保存されている文書同士についてユーザが関連文書として関連付けを行えるものが実用されている。例えば、株式会社リコー製の総合文書管理システムLIFISA(リフィーサ)(登録商標)によれば、関連文書管理機能が付加されている。 In document management systems, many documents are stored in a database, and a user can associate documents stored in the database as related documents. For example, according to the comprehensive document management system LIFISA (registered trademark) manufactured by Ricoh Co., Ltd., a related document management function is added.
図25を参照して簡単に説明すると、例えば、“A”という文書がサーバのデータベースに保存されている場合において、文書“A”の関連文書として、データベースに保存されている別の文書“D”をユーザが親子の関係で関連付けておく。この場合の文書“A”“D”同士を関連文書といい、文書“A”は文書“D”の“親文書”、文書“D”は文書“A”の“子文書”という。この場合、デーダベースにおいては、文書“A”は文書付加情報の一つとして文書“D”が子文書であるというリンク情報を持ち、逆に、文書“D”は文書付加情報の一つとして文書“A”が親文書であるというリンク情報を持って保存されている。 Briefly described with reference to FIG. 25, for example, when a document “A” is stored in the database of the server, another document “D” stored in the database as a related document of the document “A”. "Is related by the user in a parent-child relationship. In this case, the documents “A” and “D” are referred to as related documents, the document “A” is referred to as a “parent document” of the document “D”, and the document “D” is referred to as a “child document” of the document “A”. In this case, in the database, the document “A” has link information that the document “D” is a child document as one of the document additional information, and conversely, the document “D” is the document additional information. Stored with link information that “A” is a parent document.
ここに、サーバクライアント型の文書管理システムにおいていえば、サーバに文書情報の実体(実データ)が保存されているため、通信ネットワークを介して接続されているクライアントに閲覧用アプリケーションがインストールされていれば、どこからでも文書情報の実データの閲覧が可能である。 Here, in the server client type document management system, since the entity (actual data) of the document information is stored in the server, the browsing application is installed on the client connected via the communication network. For example, it is possible to view actual data of document information from anywhere.
このような文書管理システムにおいて、サーバのデータベースに格納されている文書をクライアントのハードディスク(HDD)やFD或いはMOといったメディア(記憶媒体)に書き出し保存する場合には、OS(オペレーション・システム)のファイルシステムの最小単位であるファイル形式によって指定文書の実データがメディアに保存される。この時、メディアに書き出されるのは、指定文書の実データのみである。 In such a document management system, when a document stored in a server database is written and saved on a medium (storage medium) such as a client hard disk (HDD) or FD or MO, an OS (operation system) file is used. The actual data of the specified document is stored on the medium according to the file format which is the minimum unit of the system. At this time, only the actual data of the designated document is written on the medium.
よって、クライアントマシンに文書を書き出した時には、関連文書に関する情報が破棄されてしまう。即ち、関連文書に関する情報が欠如してしまい、不便である。従って、必要な場合には、ユーザが手作業によってデータベースより関連文書を探し出し、それらの関連文書をメディアに書き出し保存させる必要があるが、面倒である。 Therefore, when a document is written on the client machine, information related to the related document is discarded. That is, it is inconvenient because information on related documents is lacking. Therefore, if necessary, it is necessary for the user to manually search for related documents from the database, and write and save these related documents on a medium, which is troublesome.
また、メディアに書き出す文書が全て実データであると、処理するデータ量が多く、そのデータをダウンロードするのに要する時間がかかり、データ(実データ)を取得するプロセスがパフォーマンスを向上させる上でネックとなる。これは、形式上、サーバとクライアントとが同一マシン(1台のマシンでサーバとクライアントとの働きをする)の場合であっても同様である。加えて、FDやMOのようなリムーバルなメディアに書き出す場合であれば、全ての文書が実データファイルであるとデータ量が多すぎて、書き出せる文書数が少ないという問題がある。即ち、実データファイルで書き出せば、そのデータがクライアント側にあるので、以後、サーバ側よりその実データを取得する必要がなく、動作のレスポンスが向上する反面、実データ自身は必ずしも常に必要としない場合がある。従って、動作のレスポンスと扱うデータ量とについて最適化を図る必要性がある。 Also, if all the documents to be written on the media are real data, the amount of data to be processed is large, and it takes time to download the data, and the process of acquiring the data (actual data) is a bottleneck in improving performance. It becomes. The same applies to the case where the server and the client are the same machine (the function of the server and the client is one machine). In addition, when writing to removable media such as FD and MO, there is a problem that if all documents are real data files, the amount of data is too large and the number of documents that can be written is small. In other words, if the actual data file is written out, the data is on the client side, so there is no need to obtain the actual data from the server side, and the response of the operation is improved, but the actual data itself is not always necessary. There is. Therefore, it is necessary to optimize the response of the operation and the amount of data to be handled.
このような事情は、例えば、関連文書に関する場合だけでなく、一般論として、例えば、データベースに保存されている所望の文書自身を参照する場合であっても同様であり、必ずしも実データファイルの形式では必要としない場合もあるが、実データファイルの形式で必要とする場合もあり、動作のレスポンスと扱うデータ量とについて最適化を図る必要性がある。 Such a situation is the same not only in the case of related documents but also in general, for example, in the case of referring to a desired document itself stored in a database. However, in some cases, it may be necessary in the form of an actual data file, and it is necessary to optimize the response of the operation and the amount of data to be handled.
そこで、本発明は、動作のレスポンスと扱うデータ量とについて最適化を図れるクライアント、文書管理システム及び記憶媒体を提供することを目的とする。 SUMMARY An advantage of some aspects of the invention is that it provides a client, a document management system, and a storage medium that can optimize an operation response and a data amount to be handled.
より具体的には、本発明は、指定の文書をクライアントのデータ記憶媒体に書き出す場合に、関連文書も併せて書き出させることができ、関連文書に関する情報の欠如を回避できるクライアント、文書管理システム及び記憶媒体を提供することを目的とする。 More specifically, the present invention relates to a client and a document management system capable of causing a related document to be written together when a specified document is written to a data storage medium of the client, and avoiding a lack of information related to the related document. And a storage medium.
上記目的を実現する上で、関連文書の内容がわかりやすく参照しやすいクライアント、文書管理システム及び記憶媒体を提供する。 In order to realize the above object, a client, a document management system, and a storage medium are provided which are easy to understand and refer to the contents of related documents.
また、上記目的を実現する上で、サーバ側にアクセスしなくても関連文書に関する実データファイルを参照でき、関連文書の参照に関する動作のレスポンスが向上するクライアント、文書管理システム及び記憶媒体を提供する。 In order to realize the above object, a client, a document management system, and a storage medium that can refer to an actual data file related to a related document without accessing the server side and improve an operation response related to the reference of the related document. .
また、上記目的を実現する上で、関連文書数やそのデータ量が多い場合でもクライアントのデータ記憶媒体へのダウンロードに要する時間及びデータ記憶媒体に占めるデータ容量が少なくて済み、通信ネットワークを通じた関連文書取得の動作レスポンスが向上するクライアント、文書管理システム及び記憶媒体を提供する。 Also, in order to realize the above purpose, even when the number of related documents and the amount of data are large, the time required for downloading to the data storage medium of the client and the data capacity occupied in the data storage medium can be reduced, and the relation through the communication network Provided are a client, a document management system, and a storage medium that improve an operation response of document acquisition.
さらには、上記目的を実現する上で、ユーザの必要性に応じて動作のレスポンスと扱うデータ量とについて最適化を図れるクライアント、文書管理システム及び記憶媒体を提供する。 Furthermore, a client, a document management system, and a storage medium capable of optimizing the response of the operation and the amount of data to be handled according to the user's need for realizing the above object are provided.
また、上記目的を実現する上で、実際の文書の参照状況に応じて動作のレスポンスと扱うデータ量とについて最適化を図れるクライアント、文書管理システム及び記憶媒体を提供する。 In order to realize the above object, there are provided a client, a document management system, and a storage medium capable of optimizing an operation response and a data amount to be handled according to an actual document reference state.
さらには、上記目的を実現する上で、実際の文書の参照頻度に応じて自動的に動作のレスポンスと扱うデータ量とについて最適化を図れるクライアント、文書管理システム及び記憶媒体を提供する。 Furthermore, a client, a document management system, and a storage medium that can automatically optimize the response of the operation and the amount of data to be handled according to the actual document reference frequency in order to realize the above object are provided.
また、本発明は、リンク先へのアクセス方法の情報を持ち、実データファイルのデータ量に比べてデータ量が一般的に軽微なショートカットファイルを利用することで、動作のレスポンスと扱うデータ量とについて最適化を図れるクライアント、文書管理システム及び記憶媒体を提供する。 In addition, the present invention uses a shortcut file that has information on the access method to the link destination and generally has a light data amount compared to the data amount of the actual data file. A client, a document management system, and a storage medium capable of optimizing the above are provided.
さらには、上記目的を実現する上で、ショートカットファイルに複数のリンク先の情報を持たせることで、動作のレスポンスと扱うデータ量とについてより一層の最適化を図れるクライアント、文書管理システム及び記憶媒体を提供する。 Furthermore, in realizing the above object, a client, a document management system, and a storage medium that can further optimize the response of the operation and the amount of data to be handled by providing the shortcut file with a plurality of link destination information I will provide a.
また、上記目的を実現する上で、ショートカットファイルに複数のリンク先の情報を持たせた場合の実データファイルの更新時期の適正化を図れるクライアント、文書管理システム及び記憶媒体を提供する。 In order to achieve the above object, there are provided a client, a document management system, and a storage medium capable of optimizing the update timing of an actual data file when a shortcut file has a plurality of pieces of link destination information.
上述した課題を解決し、目的を達成するために、請求項1にかかる発明は、文書の実データファイルを保存する手段を備える文書管理用のサーバに接続され、かつ、閲覧用アプリケーションがインストールされたクライアントであって、前記サーバに対して所望の文書を指定する際にその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を該サーバに要求してそのショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得手段と、ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した参照回数を計数する計数手段と、計数手段により計数された参照回数が所定回数に達した場合にその文書について前記サーバから実データファイルを取得するとともにそのショートカットファイルのリンク先を該サーバのデータベースでの保存先から当該クライアントの前記データ記憶媒体の保存先に変更して該ショートカットファイルのリンク先情報を当該データ記憶媒体に保存させる置き換え処理手段と、を備える。
In order to solve the above-described problems and achieve the object, the invention according to
請求項2記載の発明は、文書の実データファイルを保存する手段を備える文書管理用のサーバに接続され、かつ、閲覧用アプリケーションがインストールされたクライアントであって、前記サーバに対して所望の文書を指定する際に、その文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を該サーバに要求してそのショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得手段と、ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した場合にその文書について実データファイルを前記サーバから取得して前記データ記憶媒体に該実データファイルを保存するとともにそのショートカットファイルのリンク先として該サーバのデータベースでの保存先と前記データ記憶媒体での保存先とを同期するために併記して当該データ記憶媒体に保存させる置き換え処理手段と、を備える。
The invention described in
請求項3記載の発明は、請求項2記載のクライアントにおいて、前記データ記憶媒体に保存した文書の実データファイルの更新日時を管理する更新日時管理手段と、ショートカットファイルにより当該文書の実データファイルを参照する場合に前記サーバにおいて管理される当該文書の実データファイルの更新日時と前記更新日時管理手段により管理される更新日時との新しさを比較する比較手段と、この比較手段の比較結果、実データファイルの更新日時より、前記更新日時管理手段に管理される更新日時が新しいとき、参照する実データファイルを前記サーバ又は前記データ記憶媒体から取得させる取得先選択手段と、を備える。 According to a third aspect of the present invention, in the client according to the second aspect, an update date and time management means for managing an update date and time of an actual data file of the document stored in the data storage medium, and an actual data file of the document by a shortcut file A comparison unit that compares the update date and time of the actual data file of the document managed in the server with the update date and time managed by the update date and time management unit, and the comparison result of the comparison unit And an acquisition destination selection unit that acquires an actual data file to be referred to from the server or the data storage medium when the update date and time managed by the update date and time management unit is newer than the update date and time of the data file.
従って、請求項3記載の発明を実現する上で、サーバ側、データ記憶媒体側の各々について実データファイルに関する更新日時を管理し、その更新日時の新しさの比較により、何れから実データファイルを取得するかを自動的に選択するので、ユーザトリガによってサーバ側の実データファイルとデータ記憶媒体側の実データファイルとの同期をとる場合に比べて、ユーザの負担を軽減して、常に最新の実データファイルを参照できる。 Therefore, in order to realize the invention according to claim 3 , the update date and time related to the actual data file is managed for each of the server side and the data storage medium side, and the actual data file is determined from which by comparing the update date and time. Since it is automatically selected whether to acquire, compared to the case where the real data file on the server side and the real data file on the data storage medium side are synchronized by the user trigger, the burden on the user is reduced and the latest data is always updated. You can refer to the actual data file.
請求項4記載の発明は、サーバと閲覧用アプリケーションがインストールされたクライアントとを接続した文書管理システムであって、前記サーバは、文書の実データファイルを保存する手段と、ショートカットファイルの作成の要求を受けて文書のショートカットファイルを作成して出力するショートカット作成手段とを備え、前記クライアントは、前記サーバに対して所望の文書を指定させてその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を該サーバに要求し前記ショートカット作成手段により作成されたショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得手段と、ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した参照回数を計数する計数手段と、計数手段により計数された参照回数が所定回数に達した場合にその文書について前記サーバから実データファイルを取得するとともにそのショートカットファイルのリンク先を該サーバのデータベースでの保存先から当該クライアントの前記データ記憶媒体の保存先に変更して該ショートカットファイルのリンク先情報を当該データ記憶媒体に保存させる置き換え処理手段と、を備える。 According to a fourth aspect of the present invention, there is provided a document management system in which a server and a client installed with a browsing application are connected, the server storing means for storing an actual document data file and a request for creating a shortcut file. And a shortcut creation means for creating and outputting a shortcut file of the document, and the client causes the server to designate a desired document and has a shortcut information having link destination information to the actual data file of the document and shortcuts acquisition means for saving the created file in the data storage medium of the client in a file format of the retrieved shortcut file the shortcut file created by the create shortcut means requests to the server, the server by shortcut file Counting means for counting a number of references that refer to the actual data file of the document in the, along with its reference frequency counted by the counting means obtains the actual data file from the server for the document when it reaches a predetermined number of times A replacement processing means for changing the link destination of the shortcut file from the storage location in the database of the server to the storage location of the data storage medium of the client and storing the link destination information of the shortcut file in the data storage medium; Prepare.
請求項5記載の発明は、サーバと閲覧用アプリケーションがインストールされたクライアントとを接続した文書管理システムであって、前記サーバは、文書の実データファイルを保存する手段と、ショートカットファイルの作成の要求を受けて関連文書のショートカットファイルを作成して出力するショートカット作成手段とを備え、前記クライアントは、前記サーバに対して所望の文書を指定させてその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を要求し前記ショートカット作成手段により作成されたショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得手段と、ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した場合にその文書について実データファイルを前記サーバから取得して前記データ記憶媒体に該実データファイルを保存するとともにそのショートカットファイルのリンク先として該サーバのデータベースでの保存先と前記データ記憶媒体での保存先とを同期するために併記して当該データ記憶媒体に保存させる置き換え処理手段と、を備える。 The invention according to claim 5 is a document management system in which a server and a client installed with a browsing application are connected, the server storing means for storing an actual data file of the document, and a request for creating a shortcut file And a shortcut creation unit that creates and outputs a shortcut file of the related document, and the client has the server specify a desired document and has link destination information to the actual data file of the document. and shortcuts acquisition means for saving acquired the shortcut files created by the create shortcut means to request the creation of a shortcut file in a file format other shortcut file in the data storage medium of the client, the shortcut file in said server For the document when referring to the real data file of the document to obtain the actual data file from the server at the database of the server as the destination of the shortcut file with save the said actual data file in the data storage medium includes a replacement processing unit is stored in the data storage medium are also shown in order to synchronize the destination and the destination in the data storage medium.
請求項6記載の発明は、請求項5記載の文書管理システムにおいて、前記サーバは、保存した文書の実データファイルの更新日時を管理するサーバ側更新日時管理手段を備え、前記クライアントは、前記データ記憶媒体に保存した文書の実データファイルの更新日時を管理するクライアント側更新日時管理手段と、ショートカットファイルにより当該文書の実データファイルを参照する場合に前記サーバにおいて前記サーバ側更新日時管理手段により管理される当該文書の実データファイルの更新日時と前記クライアント側更新日時管理手段により管理される更新日時との新しさを比較する比較手段と、この比較手段の比較結果、実データファイルの更新日時より、前記更新日時管理手段に管理される更新日時が新しいとき、参照する実データファイルを前記サーバ又は前記データ記憶媒体から取得する取得先選択手段と、を備える。 According to a sixth aspect of the present invention, in the document management system according to the fifth aspect, the server includes server-side update date and time management means for managing the update date and time of the actual data file of the stored document, and the client includes the data Managed by the client-side update date and time management means for managing the update date and time of the actual data file of the document stored in the storage medium, and when the actual data file of the document is referred to by the shortcut file, managed by the server-side update date and time management means in the server Comparison means for comparing the update date and time of the actual data file of the document and the update date and time managed by the client side update date and time management means, and the comparison result of the comparison means, the update date and time of the actual data file the update date management means when a new update date managed, reference to actual data It comprises an acquisition destination selecting means for acquiring a file from the server or the data storage medium.
請求項7記載の発明のコンピュータ読取り可能な記憶媒体は、文書の実データファイルを保存する手段を備える文書管理用のサーバに接続され、かつ、閲覧用アプリケーションがインストールされたクライアント用のコンピュータにインストールされ、このコンピュータに、前記サーバに対して所望の文書を指定させてその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を要求しそのショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得機能と、ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した参照回数を計数する計数機能と、計数機能により計数された参照回数が所定回数に達した場合にその文書について前記サーバから実データファイルを取得するとともにそのショートカットファイルのリンク先を該サーバのデータベースでの保存先から当該クライアントの前記データ記憶媒体の保存先に変更して該ショートカットファイルのリンク先情報を当該データ記憶媒体に保存させる置き換え処理機能と、を実行させるプログラムが格納されている。
The computer-readable storage medium according to
請求項8記載の発明のコンピュータ読取り可能な記憶媒体は、文書の実データファイルを保存する手段を備える文書管理用のサーバに接続され、かつ、閲覧用アプリケーションがインストールされたクライアント用のコンピュータにインストールされ、このコンピュータに、前記サーバに対して所望の文書を指定させてその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を要求しそのショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得機能と、ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した場合にその文書について実データファイルを前記サーバから取得して前記データ記憶媒体に該実データファイルを保存するとともにそのショートカットファイルのリンク先として該サーバのデータベースでの保存先と前記データ記憶媒体での保存先とを同期するために併記して当該データ記憶媒体に保存させる置き換え処理機能と、を実行させるプログラムが格納されている。 The computer-readable storage medium according to an eighth aspect of the present invention is installed in a client computer connected to a document management server having means for storing an actual data file of a document and installed in a browsing application. The computer requests the server to specify a desired document, requests creation of a shortcut file having link destination information to the actual data file of the document, obtains the shortcut file, and uses the file format of the shortcut file. and shortcuts acquisition function to save the data storage medium of the client, for the document when referring to the real data file of the document in the server by the shortcut file to get the actual data file from the server the data storage And also it is shown as a link destination of the shortcut file with the body to store the said actual data file to synchronize the destination in the destination and the data storage medium in the database of the server to be stored in the data storage medium A program for executing the replacement processing function is stored.
請求項9記載の発明は、請求項8記載のコンピュータ読取り可能な記憶媒体において、前記データ記憶媒体に保存した文書の実データファイルの更新日時を管理する更新日時管理機能と、ショートカットファイルにより当該文書の実データファイルを参照する場合に前記サーバにおいて管理される当該文書の実データファイルの更新日時と前記更新日時管理機能により管理される更新日時との新しさを比較する比較機能と、この比較機能による比較結果、実データファイルの更新日時より、前記更新日時管理手段に管理される更新日時が新しいとき、参照する実データファイルを前記サーバ又は前記データ記憶媒体から取得させる取得先選択機能と、を前記コンピュータに実行させるプログラムが格納されている。 According to a ninth aspect of the present invention, in the computer-readable storage medium according to the eighth aspect, the update date and time management function for managing the update date and time of the actual data file of the document stored in the data storage medium and the shortcut file A comparison function for comparing the update date and time of the actual data file of the document managed in the server and the update date and time managed by the update date and time management function when referring to the actual data file, and the comparison function As a result of the comparison , when the update date and time managed by the update date and time management means is newer than the update date and time of the actual data file, an acquisition destination selection function for acquiring the actual data file to be referenced from the server or the data storage medium, A program to be executed by the computer is stored.
請求項1記載の発明のクライアントによれば、サーバに格納されている文書を指定してクライアントのデータ記憶媒体に書き出そうとする場合に、最初は、データ量の少ないショートカットファイルの形式で書き出させるが、その後、所定回数以上の参照回数があった場合には、当該文書の使用頻度が高いものと判断してその実データファイルをクライアントのデータ記憶媒体に保存させるようにしたので、以後は、サーバ側にアクセスしなくても当該ショートカットファイルを通じて当該文書の実データファイルを高速で参照でき、動作レスポンスを向上させることができ、使用頻度の低い文書については最初のショートカットファイルのままであるので、データ記憶媒体のデータ使用量を少なくすることができる。 According to the client of the first aspect of the present invention, when a document stored in the server is designated and written to the client data storage medium, the document is first written in the form of a shortcut file with a small amount of data. After that, if there is a reference count more than a predetermined number of times, it is determined that the document is frequently used and the actual data file is stored in the client data storage medium. Because the actual data file of the document can be referred to at high speed through the shortcut file without accessing the server side, the operation response can be improved, and the infrequently used document remains the first shortcut file. The amount of data used in the data storage medium can be reduced.
請求項2記載の発明のクライアントによれば、基本的には、請求項1記載の発明の場合の効果が得られるが、特に、ショートカットファイルのリンク先の情報としてサーバ側とデータ記憶媒体との2つを選択自在に持たせるようにしたので、クライアント側にある実データファイルが古くなった場合にはサーバ側にアクセスして新しい実データファイルに更新することで対処することができる。 According to the client of the invention described in
請求項3記載の発明によれば、請求項2記載の発明を実現する上で、サーバ側、データ記憶媒体側の各々について実データファイルに関する更新日時を管理し、その更新日時の新しさの比較により、何れから実データファイルを取得するかを自動的に選択するようにしたので、ユーザトリガによってサーバ側の実データファイルとデータ記憶媒体側の実データファイルとの同期をとる場合に比べて、ユーザの負担を軽減して、常に最新の実データファイルを参照することができる。 According to the third aspect of the invention, in order to realize the second aspect of the invention, the update date and time related to the actual data file is managed for each of the server side and the data storage medium side, and the newness of the update date and time is compared. Thus, the automatic data selection from which the actual data file is acquired is selected, so compared to the case where the real data file on the server side and the actual data file on the data storage medium side are synchronized by the user trigger, It is possible to reduce the burden on the user and always refer to the latest actual data file.
請求項4記載の発明の文書管理システムによれば、サーバに格納されている文書を指定してクライアントのデータ記憶媒体に書き出そうとする場合に、最初は、データ量の少ないショートカットファイルの形式で書き出させるが、その後、所定回数以上の参照回数があった場合には、当該文書の使用頻度が高いものと判断してその実データファイルをクライアントのデータ記憶媒体に保存させるようにしたので、以後は、サーバ側にアクセスしなくても当該ショートカットファイルを通じて当該文書の実データファイルを高速で参照でき、動作レスポンスを向上させることができ、使用頻度の低い文書については最初のショートカットファイルのままであるので、データ記憶媒体のデータ使用量を少なくすることができる。 According to the document management system of the invention described in
請求項5記載の発明の文書管理システムによれば、基本的には、請求項4記載の発明の場合の効果が得られるが、特に、ショートカットファイルのリンク先の情報としてサーバ側とデータ記憶媒体との2つを選択自在に持たせるようにしたので、クライアント側にある実データファイルが古くなった場合にはサーバ側にアクセスして新しい実データファイルに更新することで対処することができる。 According to the document management system of the invention described in claim 5, basically, the effect of the invention described in
請求項6記載の発明によれば、請求項5記載の発明を実現する上で、サーバ側、データ記憶媒体側の各々について実データファイルに関する更新日時を管理し、その更新日時の新しさの比較により、何れから実データファイルを取得するかを自動的に選択するようにしたので、ユーザトリガによってサーバ側の実データファイルとデータ記憶媒体側の実データファイルとの同期をとる場合に比べて、ユーザの負担を軽減して、常に最新の実データファイルを参照することができる。 According to the invention described in
請求項7記載の発明の記憶媒体によれば、サーバに格納されている文書を指定してクライアントのデータ記憶媒体に書き出そうとする場合に、最初は、データ量の少ないショートカットファイルの形式で書き出させるが、その後、所定回数以上の参照回数があった場合には、当該文書の使用頻度が高いものと判断してその実データファイルをクライアントのデータ記憶媒体に保存させるようにしたので、以後は、サーバ側にアクセスしなくても当該ショートカットファイルを通じて当該文書の実データファイルを高速で参照でき、動作レスポンスを向上させることができ、使用頻度の低い文書については最初のショートカットファイルのままであるので、データ記憶媒体のデータ使用量を少なくすることができる。 According to the storage medium of the seventh aspect of the present invention, when a document stored in the server is designated and written to the data storage medium of the client, first, in the form of a shortcut file with a small amount of data. After that, if there is a reference count more than a predetermined number of times, it is determined that the document is frequently used and the actual data file is saved in the client data storage medium. Can access the actual data file of the document through the shortcut file at high speed without accessing the server side, improve the operation response, and keep the first shortcut file for infrequently used documents. Therefore, the amount of data used in the data storage medium can be reduced.
請求項8記載の発明の記憶媒体によれば、基本的には、請求項7記載の発明の場合の効果が得られるが、特に、ショートカットファイルのリンク先の情報としてサーバ側とデータ記憶媒体との2つを選択自在に持たせるようにしたので、クライアント側にある実データファイルが古くなった場合にはサーバ側にアクセスして新しい実データファイルに更新することで対処することができる。 According to the storage medium of the invention described in
請求項9記載の発明によれば、請求項8記載の発明を実現する上で、サーバ側、データ記憶媒体側の各々について実データファイルに関する更新日時を管理し、その更新日時の新しさの比較により、何れから実データファイルを取得するかを自動的に選択するようにしたので、ユーザトリガによってサーバ側の実データファイルとデータ記憶媒体側の実データファイルとの同期をとる場合に比べて、ユーザの負担を軽減して、常に最新の実データファイルを参照することができる。 According to the ninth aspect of the invention, in order to realize the invention of the eighth aspect, the update date and time related to the actual data file is managed for each of the server side and the data storage medium side, and the newness of the update date and time is compared. Thus, the automatic data selection from which the actual data file is acquired is selected, so compared to the case where the real data file on the server side and the actual data file on the data storage medium side are synchronized by the user trigger, It is possible to reduce the burden on the user and always refer to the latest actual data file.
第一の実施の形態を図1ないし図4に基づいて説明する。本実施の形態は、サーバクライアント型の文書管理システムへの適用例を示し、最も単純には、図1に示す接続図のように、サーバ1とクライアント2とを接続することによりシステム構成される。図示例は、ピアツゥピア接続の例であるが、LAN等の通信ネットワークを介してサーバ1とクライアント2とを接続した構成でもよく、また、サーバ1やクライアント2の台数も特に問わないものである。さらには、1台のマシンでサーバとクライアントとの両方の役割を果たすように構成することも可能である。
A first embodiment will be described with reference to FIGS. This embodiment shows an application example to a server client type document management system, and most simply, the system is configured by connecting a
次に、サーバ1やクライアント2の内部ハードウェア構成の概略について説明する。サーバ1としてはファイルサーバやデータベースサーバ等、クライアント2としてはパーソナルコンピュータ、ワークステーション等を用い得るが、ここでは、基本的に、サーバ1もクライアント2も例えばパーソナルコンピュータ等を利用した同一構造のものであり、例えばクライアント2を例にとり、図2を参照して説明する。
Next, an outline of the internal hardware configuration of the
このクライアント2は、CPU,ROM及びRAMからなるマイクロコンピュータ構成の制御部3により各部の動作を制御するもので、この制御部3にはバスライン4を介してメモリ5が接続されている他、キーボード6やマウス7に対する入力制御部8、データ記憶媒体や記憶媒体として機能する主記憶媒体9に対する主記憶制御部10、ディスプレイ11に対する表示制御部12、ネットワーク接続用のネットワーク制御部13が各々接続されている。主記憶媒体9としては、ハードディスク(HDD)やFDやMOが用いられている。制御部3には、文書管理アプリケーション(閲覧用のアプリケーション)がインストールされている。
The
なお、後述するような各種機能を制御部3に実行させるためのプログラムが格納された記憶媒体としては、ハードディスク(HDD)やFDやMOのみならず、CD−ROM、DVDなどの各種の光ディスク、半導体メモリ等、各種方式のメディアを用いることができる。また、インターネットなどのネットワークを介して何れかのプログラム資源領域からプログラムをダウンロードし、HDDにインストールするようにしてもよい。この場合に、送信側のサーバでプログラムを記憶している記憶装置も、本発明にいう記憶媒体に相当する。なお、プログラムは、所定のOS(Operating System)、例えば、ウインドウズ上で動作するものであってもよいし、その場合に後述の各種処理の一部の実行をOSに肩代わりさせるものであってもよいし所定のアプリケーションソフトやOSなどを構成する一群のプログラムファイルの一部として含まれているものであってもよい。 In addition, as a storage medium storing a program for causing the control unit 3 to execute various functions as described later, not only a hard disk (HDD), FD, and MO, but also various optical disks such as a CD-ROM and a DVD, Various types of media such as a semiconductor memory can be used. Further, the program may be downloaded from any program resource area via a network such as the Internet and installed in the HDD. In this case, the storage device storing the program on the transmitting server also corresponds to the storage medium referred to in the present invention. Note that the program may operate on a predetermined OS (Operating System), for example, Windows, or may allow the OS to execute some of the various processes described below in that case. Alternatively, it may be included as a part of a group of program files that constitute predetermined application software or OS.
また、サーバ1の場合には、特に図示しないが、文書管理システムの主要部を構成するために主記憶媒体部分がデータベース構成とされ、各種の文書に関する情報が実データファイルとして格納されている(文書の実データを保存させる手段)。また、図25を参照して説明したように、データベースに保存されている文書についてユーザにより親子の関係で関連付けが指定された文書同士を関連文書としてそのリンク情報をデータベース上で保存する手段も備えている。
In the case of the
このような構成において、この文書管理システム及び文書管理アプリケーションを起動させた場合にサーバ1及びクライアント2の各々の制御部により実行される処理制御例(一部に操作も含む)を図3に示す概略フローチャートを参照して説明する。
FIG. 3 shows an example of processing control (including some operations) executed by the control units of the
まず、クライアント2側において、ユーザがサーバ1から引き出した所望の文書をウインドウズ上のドラッグ&ドロップによりクライアント2にコピー操作することにより処理が開始される(ステップC1)。このコピー操作に伴い、ユーザにより選択指定された文書のデータ(実データファイル)をHDD(主記憶媒体9)にコピーさせる(C2)。このステップC2の処理により文書取得手段又は文書取得機能として実現されている。
First, on the
このコピー処理に並行して、例えば「関連文書もコピーしますか?」というメッセージボックスをディスプレイ11に表示させ(C3)、ユーザの選択操作を待つ。この選択操作が関連文書もコピーするものでなければ(C4のN)、そのまま、処理を終了する。一方、関連文書もコピーする旨が選択された場合には(C4のY)、サーバ1に対して関連文書の文書データの要求(C5)により、関連文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、関連文書のリスト(親子文書の何れについても)を作成し(ステップS1)、作成した関連文書の文書データ(実データファイル)をクライアント2側に送信させる(S2)。このステップS1,S2の処理を含むステップC5の処理がクライアント2側からみた場合の関連文書取得手段又は関連文書取得機能として実現されている。
In parallel with this copy processing, for example, a message box “Do you want to copy related documents?” Is displayed on the display 11 (C3), and the selection operation of the user is awaited. If this selection operation does not copy the related document (N in C4), the process is terminated as it is. On the other hand, when it is selected that the related document is also copied (Y of C4), the
また、クライアント2側では関連文書の文書データの要求後、HDD(主記憶媒体9)に「関連文書」用のフォルダを作成し(C6)、サーバ1側からの関連文書の文書データの送信(S2)を待つ。サーバ1側からの関連文書の文書データが送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダに関連文書のデータ(実データファイル)をコピーさせる(C7)。ステップC6,C7の処理が関連文書保存手段又は関連文書保存機能として実現されている。
Further, after requesting the document data of the related document on the
このような処理制御例を、クライアント2側での操作手順に従い、図4を参照して説明する。
An example of such processing control will be described with reference to FIG. 4 according to the operation procedure on the
(a)サーバ1のデータベース上から所望する任意の文書“A”をクライアント2のHDD(主記憶媒体9)にコピーする。
(a) A desired arbitrary document “A” is copied from the database of the
(b)ディスプレイ11に「関連文書もコピーしますか?」というメッセージボックスが表示されるので、そのYes,Noの何れかのボタンを操作する。
(b) Since a message box “Do you want to copy related documents?” is displayed on the
(c)Yesを操作すると、クライアント2の指定したHDD(主記憶媒体9)に図4に示すような整然とした形態で関連文書もコピーされる。即ち、指定した文書“A”と、「Aの関連文書」というフォルダ名のフォルダが作成され、このフォルダ中に文書“A”の関連文書“B”“C”が存在する保存形態となる。なお、関連文書“B”“C”に関して、親文書又は子文書の区別はない。
(c) When Yes is operated, related documents are also copied to the HDD (main storage medium 9) designated by the
従って、本実施の形態によれば、指定の文書をクライアント2のHDD(主記憶媒体9)に書き出す場合に、関連文書の文書ファイルも併せて書き出すことで、HDD(主記憶媒体9)を参照する上でも関連文書に関する情報が欠落してしまうとがなく、関連文書も有効に参照できる。特に、図4に示すように指定文書と関連文書とが整然とした形態で保存されているので、当該指定文書に対する関連文書の存在が明確であり、関連文書を利用しやすい。また、関連文書も指定文書と同様に、実データファイルの形式で格納されているので、関連文書を参照する上で、サーバ1側のデータベースにアクセスする必要がなく、クライアント2自身のHDD(主記憶媒体9)を参照すればよく、参照時の動作レスポンスが向上する。
Therefore, according to the present embodiment, when a specified document is written to the HDD (main storage medium 9) of the
本発明の第二の実施の形態を図5及び図6に基づいて説明する。第一の実施の形態で示した部分と同一部分は同一符号を用いて示し、説明も省略する(以降の各実施の形態でも順次同様とする)。 A second embodiment of the present invention will be described with reference to FIGS. The same parts as those shown in the first embodiment are denoted by the same reference numerals, and the description thereof is also omitted (the same applies to the following embodiments in order).
文書管理システム及び文書管理アプリケーションを起動させた場合にサーバ1及びクライアント2の各々の制御部により実行される本実施の形態の処理制御例(一部に操作も含む)を図5に示す概略フローチャートを参照して説明する。
FIG. 5 is a schematic flowchart showing an example of processing control (partly including operations) executed by the control units of the
まず、クライアント2側におけるステップC1〜C4の処理・操作は同様である。ここに、本実施の形態では、関連文書もコピーする旨の選択操作を行った場合(C4のY)、サーバ1に対して関連文書中の子文書の文書データの要求(C11)により、子文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、子文書のリストを作成し(S11)、作成した関連文書の子文書の文書データ(実データファイル)をクライアント2側に送信させる(S12)。このステップS11,S12の処理を含むステップC11の処理がクライアント2側からみた場合の子文書に関する関連文書取得手段又は関連文書取得機能として実現されている。
First, the processes and operations in steps C1 to C4 on the
また、クライアント2側では子文書の文書データの要求後、HDD(主記憶媒体9)に「関連文書」用のフォルダ及びこのフォルダ内に「子文書」用のフォルダを作成し(C12)、サーバ1側からの子文書の文書データの送信(S12)を待つ。サーバ1側からの関連文書の文書データが送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「子文書」用のフォルダに子文書のデータ(実データファイル)をコピーさせる(C13)。ステップC12,C13の処理により子文書用の関連文書保存手段又は関連文書保存機能が実現されている。
On the
引き続き、サーバ1に対して関連文書中の親文書の文書データの要求(C14)により、親文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、親文書のリストを作成し(S13)、作成した関連文書の親文書の文書データ(実データファイル)をクライアント2側に送信させる(S14)。このステップS13,S14の処理を含むステップC14の処理よりクライアント2側からみた場合の親文書に関する関連文書取得手段又は関連文書取得機能が実現されている。
Subsequently, the
また、クライアント2側では親文書の文書データの要求後、HDD(主記憶媒体9)に「関連文書」用のフォルダ内に「親文書」用のフォルダを作成し(C15)、サーバ1側からの親文書の文書データの送信(S14)を待つ。サーバ1側からの関連文書の文書データが送信されたら、HDD(主記憶媒体9)の「関連文書」用のフォルダ中の「親文書」用のフォルダに親文書のデータ(実データファイル)をコピーさせる(C16)。ステップC15,C16の処理が親文書用の関連文書保存手段又は関連文書保存機能として実現されている。
On the
このような処理制御例を、クライアント2側での操作手順に従い、図6を参照して説明する。
An example of such processing control will be described with reference to FIG. 6 according to the operation procedure on the
(a)サーバ1のデータベース上から所望する任意の文書“A”をクライアント2のHDD(主記憶媒体9)にコピーする。
(a) A desired arbitrary document “A” is copied from the database of the
(b)ディスプレイ11に「関連文書もコピーしますか?」というメッセージボックスが表示されるので、そのYes,Noの何れかのボタンを操作する。
(b) Since a message box “Do you want to copy related documents?” is displayed on the
(c)Yesを操作し、子文書、親文書の順に順次文書データを要求すると、クライアント2の指定したHDD(主記憶媒体9)に図6に示すような整然とした形態で関連文書もコピーされる。即ち、指定した文書“A”と、「Aの関連文書」というフォルダ名のフォルダが作成され、このフォルダ中に「親文書」「子文書」各々のフォルダも分別して作成され、「親文書」のフォルダには文書“A”の親文書なる関連文書“B”“C”が存在する保存形態となり、「子文書」のフォルダには文書“A”の子文書なる関連文書“D”“E”が存在する保存形態となる。
(c) When Yes is operated and the document data is sequentially requested in the order of the child document and the parent document, the related document is also copied to the HDD (main storage medium 9) designated by the
従って、本実施の形態による場合も、基本的には第一の実施の形態の場合と同様であるが、特に、関連文書が「親文書」「子文書」各々のフォルダに分別されて保存されるので、関連文書の関係が親文書であるか子文書であるかが直ぐにわかり、関連文書をより一層参照しやすくなる。 Therefore, the case of this embodiment is basically the same as that of the first embodiment. In particular, related documents are sorted and stored in folders of “parent document” and “child document”. Therefore, it is immediately known whether the relationship of the related document is the parent document or the child document, and it becomes easier to refer to the related document.
本発明の第三の実施の形態を図7及び図8に基づいて説明する。文書管理システム及び文書管理アプリケーションを起動させた場合にサーバ1及びクライアント2の各々の制御部により実行される本実施の形態の処理制御例(一部に操作も含む)を図7に示す概略フローチャートを参照して説明する。
A third embodiment of the present invention will be described with reference to FIGS. FIG. 7 is a schematic flowchart showing a processing control example (partly including operations) of the present embodiment executed by the control units of the
まず、クライアント2側におけるステップC1〜C4の処理・操作は同様である。ここに、本実施の形態では、関連文書もコピーする旨の選択操作を行った場合(C4のY)、サーバ1に対して関連文書中の子文書のショートカットファイルの要求(C21)により、子文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、子文書のリストを作成し(S21)、作成した関連文書の子文書のショートカットファイルを作成し、そのショートカットファイルをクライアント2側に送信させる(S22)。このステップS21,S22の処理によりサーバ1におけるショートカット作成手段が実現され、ステップC21の処理によりクライアント2側からみた場合の子文書に関するショートカットファイル形式での関連文書取得手段又は関連文書取得機能が実現されている。
First, the processes and operations in steps C1 to C4 on the
また、クライアント2側では子文書のショートカットファイルの要求後、HDD(主記憶媒体9)に「関連文書」用のフォルダ及びこのフォルダ内に「子文書」用のフォルダを作成し(C22)、サーバ1側からの子文書のショートカットファイルの送信(S22)を待つ。サーバ1側からの子文書のショートカットファイルが送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「子文書」用のフォルダに子文書のショートカットファイルをコピーさせる(C23)。ステップC22,C23の処理により子文書に関するショートカットファイル形式での関連文書保存手段又は関連文書保存機能が実現されている。
On the
引き続き、サーバ1に対して関連文書中の親文書のショートカットファイルの要求(C24)により、親文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、親文書のリストを作成し(S23)、作成した関連文書の親文書のショートカットファイルを作成し、そのショートカットファイルをクライアント2側に送信させる(S24)。このステップS23,S24の処理がサーバ1におけるショートカット作成手段として実現され、ステップC24の処理によりクライアント2側からみた場合の親文書に関するショートカットファイル形式での関連文書取得手段又は関連文書取得機能が実現されている。
Subsequently, the
また、クライアント2側では親文書のショートカットファイルの要求後、HDD(主記憶媒体9)に「関連文書」用のフォルダ内に「親文書」用のフォルダを作成し(C25)、サーバ1側からの親文書のショートカットファイルの送信(S24)を待つ。サーバ1側からの親文書のショートカットファイルが送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「親文書」用のフォルダに親文書のショートカットファイルをコピーさせる(C26)。ステップC25,C26の処理により親文書に関するショートカットファイル形式での関連文書保存手段又は関連文書保存機能が実現されている。
On the
このような処理制御例を、クライアント2側での操作手順に従い、図8を参照して説明する。
An example of such processing control will be described with reference to FIG. 8 according to the operation procedure on the
(a)サーバ1のデータベース上から所望する任意の文書“A”をクライアント2のHDD(主記憶媒体9)にコピーする。
(a) A desired arbitrary document “A” is copied from the database of the
(b)ディスプレイ11に「関連文書のショートカットもコピーしますか?」というメッセージボックスが表示されるので、そのYes,Noの何れかのボタンを操作する。
(b) Since a message box “Do you want to copy the related document shortcut?” is displayed on the
(c)Yesを操作し、子文書、親文書の順にショートカットファイルを要求すると、クライアント2の指定したHDD(主記憶媒体9)に図8に示すような整然とした形態で関連文書もコピーされる。即ち、指定した文書“A”と、「Aの関連文書」というフォルダ名のフォルダが作成され、このフォルダ中に「親文書」「子文書」各々のフォルダも分別して作成され、「親文書」のフォルダには文書“A”の親文書なる関連文書“B”“C”の各々のショートカットファイルが存在する保存形態となり、「子文書」のフォルダには文書“A”の子文書なる関連文書“D”“E”の各々のショートカットファイルが存在する保存形態となる。
(c) When Yes is operated and a shortcut file is requested in the order of the child document and the parent document, the related document is also copied to the HDD (main storage medium 9) designated by the
これらの関連文書についてのショートカットファイルは、文書管理アプリケーションがインストールされているクライアント2の環境下では、これらのショートカットファイルを通じてサーバ1のデータベース中の実データファイルにアクセスして参照することが可能である。
The shortcut files for these related documents can be accessed by referring to the actual data files in the database of the
従って、本実施の形態によれば、関連文書をショートカットファイルの形式でHDD(主記憶媒体9)に保存するので、関連文書に関する情報をサーバ1側からダウンロードする上でそのデータ量が実データファイルの場合に比べて少なくて済み、ダウンロードに要する動作レスポンスを向上させることができるとともに、HDD(主記憶媒体9)中に占める関連文書のデータ量を減らすことができる。また、関連文書の実データファイルへのアクセスが必要な場合には、上述のように、クライアント2に文書管理アプリケーションがインストールされているので、ショートカットファイルを通じてサーバ1側へアクセスすることにより確保できる。
Therefore, according to the present embodiment, the related document is saved in the HDD (main storage medium 9) in the form of a shortcut file, so that when the information related to the related document is downloaded from the
なお、本実施の形態では、親文書と子文書とを分別する形態への適用例としたが、第一の実施の形態の場合と同様に、親子文書を特に分別としない場合でも、ショートカットファイル方式は同様に適用できる(以降の実施の形態でも同様である)。 In this embodiment, the application example is applied to the form of separating the parent document and the child document. However, as in the case of the first embodiment, even if the parent / child document is not particularly separated, the shortcut file is used. The method can be similarly applied (the same applies to the following embodiments).
本発明の第四の実施の形態を図9ないし図11に基づいて説明する。関連文書の保存に関して、前述の第二の実施の形態では一律に実データファイル形式、第三の実施の形態では一律にショートカットファイル形式で保存させるようにしたが、本実施の形態では、ユーザの選択操作に応じて、実データファイル形式とショートカットファイル形式とを任意に選択指定できるように構成したものである。 A fourth embodiment of the present invention will be described with reference to FIGS. Concerning storage of related documents, the second embodiment described above is uniformly saved in the actual data file format, and in the third embodiment, it is saved in the shortcut file format. According to the selection operation, the actual data file format and the shortcut file format can be arbitrarily selected and designated.
文書管理システム及び文書管理アプリケーションを起動させた場合にサーバ1及びクライアント2の各々の制御部により実行される本実施の形態の処理制御例(一部に操作も含む)を図9に示す概略フローチャートを参照して説明する。
FIG. 9 is a schematic flowchart showing a processing control example (partly including operations) of this embodiment executed by the control units of the
まず、クライアント2側におけるステップC1〜C4の処理・操作は同様である。ここに、本実施の形態では、関連文書もコピーする旨の選択操作を行った場合(C4のY)、サーバ1に対して関連文書中の親子文書のリストの要求(C31)により、親子文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、親子文書のリストを作成し(S31)、作成した関連文書の親子文書のリストをクライアント2側に送信させる(S32)。このステップS31,S32の処理を含むステップC31の処理によりクライアント2側からみた場合の関連文書取得手段又は関連文書取得機能が実現されている。
First, the processes and operations in steps C1 to C4 on the
また、クライアント2側では親子文書のリストの要求後、ディスプレイ11において、「書き出し方法の選択」のダイアログを表示させ(C32)、ユーザによる書き出し方法の選択操作を待つ(C33)。この場合の「書き出し方法の選択」のダイアログは、例えば、図10に示すようなものであり、ここでは、親文書、子文書毎に、実データファイル形式で書き出すか、ショートカットファイル形式で書き出すかが選択設定自在とされている。図示例では、関連文書“B”“C”“D”“E”に関して、関連文書“B”“D”は実データファイル形式、関連文書“C”“E”はショートカットファイル形式が選択設定されている例を示している。これらのステップC32,C33の処理・操作により選択手段又は選択機能が実現されている。
On the
また、クライアント2側では書き出し方法の選択操作に並行して、HDD(主記憶媒体9)に「関連文書」用のフォルダ及びこのフォルダ内に「親文書」用のフォルダを作成し(C34)、サーバ1側に親文書の実データファイル(文書“B”)を要求し(C35)、その文書データの送信(S33)を待つ。サーバ1側からの親文書の実データファイル(文書“B”)が送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「親文書」用のフォルダに親文書の実データファイル(文書“B”)をコピーさせる(C36)。ステップC36の処理により親文書用の関連文書保存手段又は関連文書保存機能が実現されている。
In parallel with the write method selection operation, the
引き続き、サーバ1側に親文書のショートカットファイル(文書“C”)を要求する(C37)。サーバ1側では、この要求を受けて、親文書のショートカットファイル(文書“C”)を作成し(S34)、そのショートカットファイル(文書“C”)をクライアント2側に送信させる(S35)。これらのステップS34,S35の処理によりショートカット作成手段が実現されている。クライアント2側では、サーバ1側から親文書のショートカットファイル(文書“C”)が送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「親文書」用のフォルダに親文書のショートカットファイル(文書“C”)をコピーさせる(C38)。ステップC38の処理により親文書用の関連文書保存手段又は関連文書保存機能が実現されている。
Subsequently, a shortcut file (document “C”) of the parent document is requested to the
さらに、HDD(主記憶媒体9)に「関連文書」用のフォルダ内に「子文書」用のフォルダを作成し(C39)、サーバ1側に子文書の実データファイル(文書“D”)を要求し(C40)、その文書データの送信(S36)を待つ。サーバ1側から子文書の実データファイル(文書“D”)が送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「子文書」用のフォルダに子文書の実データファイル(文書“D”)をコピーさせる(C41)。ステップC41の処理により子文書用の関連文書保存手段又は関連文書保存機能が実現されている。
Further, a folder for “child document” is created in the folder for “related document” in the HDD (main storage medium 9) (C39), and an actual data file (document “D”) of the child document is created on the
引き続き、サーバ1側に子文書のショートカットファイル(文書“E”)を要求する(C42)。サーバ1側では、この要求を受けて、子文書のショートカットファイル(文書“E”)を作成し(S37)、そのショートカットファイル(文書“E”)をクライアント2側に送信させる(S38)。これらのステップS37,S38の処理によりショートカット作成手段が実現されている。クライアント2側では、サーバ1側から子文書のショートカットファイル(文書“E”)が送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「子文書」用のフォルダに子文書のショートカットファイル(文書“E”)をコピーさせる(C43)。ステップC43の処理により子文書用の関連文書保存手段又は関連文書保存機能が実現されている。
Subsequently, the
このような処理制御例を、クライアント2側での操作手順に従い、図11を参照して説明する。
An example of such processing control will be described with reference to FIG. 11 according to the operation procedure on the
(a)サーバ1のデータベース上から所望する任意の文書“A”をクライアント2のHDD(主記憶媒体9)にコピーする。
(a) A desired arbitrary document “A” is copied from the database of the
(b)ディスプレイ11に「関連文書のショートカットもコピーしますか?」というメッセージボックスが表示されるので、そのYes,Noの何れかのボタンを操作する。
(b) Since a message box “Do you want to copy the related document shortcut?” is displayed on the
(c)Yesを選択操作すると、今度は、図10に示すような「書き出し方法の選択」のダイアログがディスプレイ11に表示されるので、親文書、子文書の各々について、実データファイル形式で書き出すか、ショートカットファイル形式で書き出すかを適宜選択設定する。
(c) When Yes is selected, a “write method selection” dialog as shown in FIG. 10 is displayed on the
(d)選択設定後、OKボタンを押すと、各々の選択設定に従って関連文書のデータがサーバ1側から読み出され、クライアント2の指定したHDD(主記憶媒体9)に図11に示すような整然とした形態で関連文書もコピーされる。即ち、指定した文書“A”と、「Aの関連文書」というフォルダ名のフォルダが作成され、このフォルダ中に「親文書」「子文書」各々のフォルダも分別して作成され、「親文書」のフォルダには文書“A”の親文書なる関連文書“B(実データファイル)”“C(ショートカットファイル)”が存在する保存形態となり、「子文書」のフォルダには文書“A”の子文書なる関連文書“D(実データファイル)”“E(ショートカットファイル)”が存在する保存形態となる。
(d) When the OK button is pressed after selecting and setting, the data of the related document is read from the
これらの関連文書中のショートカットファイルは、文書管理アプリケーションがインストールされているクライアント2の環境下では、これらのショートカットファイルを通じてサーバ1のデータベース中の実データファイルにアクセスして参照することが可能である。
The shortcut files in these related documents can be accessed by referring to the actual data files in the database of the
従って、本実施の形態によれば、ユーザの必要性に応じて、関連文書として書き出す文書のファイル形式を実データファイルとするかショートカットファイルとするかを任意に設定でき、ユーザ嗜好に則した、動作レスポンスと扱うデータとの最適化を図ることができる。即ち、使用頻度が高いと思われる関連文書に関しては、実データファイル形式を指定して保存させることで、その実データファイルはクライアント2側のHDD(主記憶媒体9)に存在することとなり、以後、同じデータをサーバ1側から取得する必要がなくなり、当該関連文書を参照する場合の同士レスポンスが向上する。逆に、使用頻度が低いと思われる関連文書に関しては、ショートカットファイル形式を指定して保存させることで、通信ネットワークを経由するデータ量が少なくて済み、書き出し動作(ダウンロード)に要する動作レスポスを向上させることができるとともに、クライアント2側のHDD(主記憶媒体9)のデータ使用量が軽微で済むこととなる。
Therefore, according to the present embodiment, according to the needs of the user, it is possible to arbitrarily set whether the file format of the document to be written out as a related document is an actual data file or a shortcut file, in accordance with user preferences. It is possible to optimize the operation response and the handled data. That is, for a related document that seems to be frequently used, by specifying and saving the actual data file format, the actual data file exists in the HDD (main storage medium 9) on the
本発明の第五の実施の形態を図12ないし図13に基づいて説明する。関連文書の保存に関して、前述の第三の実施の形態では、ユーザの選択操作に応じて、実データファイル形式とショートカットファイル形式とを任意に選択指定できるように構成したが、本実施の形態では、サーバ1において過去の参照頻度が高い文書(関連文書)はユーザの必要性が高い文書であるとの認識の下に、参照頻度に応じて実データファイル形式とショートカットファイル形式との何れで書き出すかの判断(選択)をサーバ1側において自動的に行わせるように構成したものである。
A fifth embodiment of the present invention will be described with reference to FIGS. Regarding the storage of related documents, in the above-described third embodiment, the actual data file format and the shortcut file format can be arbitrarily selected and designated in accordance with the user's selection operation. In the
文書管理システム及び文書管理アプリケーションを起動させた場合にサーバ1及びクライアント2の各々の制御部により実行される本実施の形態の処理制御例(一部に操作も含む)を図12に示す概略フローチャートを参照して説明する。
FIG. 12 is a schematic flowchart showing a processing control example (partly including operations) of this embodiment executed by the control units of the
まず、クライアント2側におけるステップC1〜C4の処理・操作は同様である。ここに、本実施の形態では、関連文書もコピーする旨の選択操作を行った場合(C4のY)、サーバ1に対して関連文書中の親文書の文書データの要求(C51)により、親文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、親文書のリストを作成する(S51)。
First, the processes and operations in steps C1 to C4 on the
引き続き、当該親文書に対する参照回数をチェックする(S52)。サーバ1内部において各文書毎に過去何回参照されたかの履歴により管理されている。ちなみに、複数のクライアント2がある場合、各クライアント2毎にログオン入力時にアカウントが入力され、各文書を参照した場合にそのダウンロードしたもの(クライアント)がわかるので、クライアント毎に参照回数を管理することも容易である。この参照回数がユーザ設定による閾値、例えば、5回を超えている場合には(S52のY)、使用頻度が高い文書であると判断され、当該親文書に関しては実データファイルを作成させる(S53)。一方、この参照回数が5回に達していない場合には(S52のN)、使用頻度が低い文書であると判断され、当該親文書に関してはショートカットファイルを作成させる(S54)。これらの処理が親文書リスト分の全てについて同様に繰返される(S55)。これらのステップS52〜S55の処理よりファイル形式選択手段が実現されている。その後、これらの親文書の実データファイル(例えば、文書“B”)とショートカットファイル(例えば、文書“C”)とをクライアント2側に送信させる(S56)。
Subsequently, the number of references to the parent document is checked (S52). The
また、クライアント2側では親文書のデータ要求後、HDD(主記憶媒体9)に「関連文書」用のフォルダ及びこのフォルダ内に「親文書」用のフォルダを作成し(C52)、サーバ1側からのファイルの送信(S56)を待つ。サーバ1側からのファイルが送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「親文書」用のフォルダに親文書の実データファイル(例えば、文書“B”)とショートカットファイル(例えば、文書“C”)とをコピーさせる(C53)。ステップC52,C53の処理により親文書に関する関連文書保存手段又は関連文書保存機能が実現されている。
Further, after requesting data of the parent document on the
さらに、サーバ1に対して関連文書中の子文書の文書データの要求(C54)により、子文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、子文書のリストを作成する(S57)。
Further, the
引き続き、当該子文書に対する参照回数をチェックする(S58)。即ち、サーバ1内部において各文書毎に過去何回参照されたの履歴により管理されている。この参照回数がユーザ設定による閾値、例えば、5回を超えている場合には(S58のY)、使用頻度が高い文書であると判断され、当該子文書に関しては実データファイルを作成させる(S59)。一方、この参照回数が5回に達していない場合には(S52のN)、使用頻度が低い文書であると判断され、当該子文書に関してはショートカットファイルを作成させる(S60)。これらの処理が子文書リスト分の全てについて同様に繰返される(S61)。これらのステップS58〜S61の処理よりファイル形式選択手段が実現されている。その後、これらの子文書の実データファイル(例えば、文書“D”)とショートカットファイル(例えば、文書“E”)とをクライアント2側に送信させる(S62)。
Subsequently, the number of references to the child document is checked (S58). That is, it is managed in the
また、クライアント2側では子文書のデータ要求後、HDD(主記憶媒体9)の「関連文書」用のフォルダ内に「子文書」用のフォルダを作成し(C55)、サーバ1側からのファイルの送信(S62)を待つ。サーバ1側からのファイルが送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「子文書」用のフォルダに子文書の実データファイル(例えば、文書“D”)とショートカットファイル(例えば、文書“E”)とをコピーさせる(C56)。ステップC55,C56の処理により子文書に関する関連文書保存手段又は関連文書保存機能が実現されている。
On the
このような処理制御例を、クライアント2側での操作手順に従い、図13を参照して説明する。
An example of such processing control will be described with reference to FIG. 13 according to the operation procedure on the
(a)サーバ1のデータベース上から所望する任意の文書“A”をクライアント2のHDD(主記憶媒体9)にコピーする。
(a) A desired arbitrary document “A” is copied from the database of the
(b)ディスプレイ11に「関連文書のショートカットもコピーしますか?」というメッセージボックスが表示されるので、そのYes,Noの何れかのボタンを操作する。
(b) Since a message box “Do you want to copy the related document shortcut?” is displayed on the
(c)Yesを選択操作すると、関連文書のリストが作成され、各々の文書の参照回数がチェックされる。即ち、サーバ1内部に過去何回各々の文書を参照したかの履歴があり、関連文書“B”“D”に関しては各々5回以上の参照履歴があったものとする。この参照回数が閾値5回に達しているか否かに応じて、関連文書は実データファイル形式又はショートカットファイル形式でクライアント2側に送信される。
(c) When Yes is selected, a list of related documents is created, and the reference count of each document is checked. That is, it is assumed that there is a history of how many times each document has been referred to in the
(d)クライアント2の指定したHDD(主記憶媒体9)に図13に示すような整然とした形態で関連文書もコピーされる。即ち、指定した文書“A”と、「Aの関連文書」というフォルダ名のフォルダが作成され、このフォルダ中に「親文書」「子文書」各々のフォルダも分別して作成され、「親文書」のフォルダには文書“A”の親文書なる関連文書“B(実データファイル)”“C(ショートカットファイル)”が存在する保存形態となり、「子文書」のフォルダには文書“A”の子文書なる関連文書“D(実データファイル)”“E(ショートカットファイル)”が存在する保存形態となる。
(d) The related document is also copied to the HDD (main storage medium 9) designated by the
これらの関連文書中のショートカットファイルは、文書管理アプリケーションがインストールされているクライアント2の環境下では、これらのショートカットファイルを通じてサーバ1のデータベース中の実データファイルにアクセスして参照することが可能である。
The shortcut files in these related documents can be accessed by referring to the actual data files in the database of the
従って、本実施の形態によれば、基本的に第四の実施の形態の場合と同様な効果が得られるが、特に、本実施の形態においては、実データファイル形式で保存するかショートカットファイル形式で保存するかがサーバ1側での判断・選択により自動的に行われるので、ユーザが選択する手間を省くことができる。
Therefore, according to the present embodiment, basically the same effect as in the case of the fourth embodiment can be obtained. In particular, in the present embodiment, it is saved in the actual data file format or the shortcut file format. Is automatically performed by determination / selection on the
本発明の第六の実施の形態を図14及び図15に基づいて説明する。本実施の形態では、関連文書の保存に関して、最初は一律にショートカットファイル形式で保存させるが、その後、ショートカットファイルを使用して関連文書の参照があった場合には実データフィルに置き換えるようにしたものである。 A sixth embodiment of the present invention will be described with reference to FIGS. In this embodiment, regarding the saving of related documents, at first, they are uniformly saved in the shortcut file format, but after that, when the related documents are referenced using the shortcut file, the actual data file is replaced. Is.
文書管理システム及び文書管理アプリケーションを起動させた場合にサーバ1及びクライアント2の各々の制御部により実行される本実施の形態の処理制御例(一部に操作も含む)を図14に示す概略フローチャートを参照して説明する。
FIG. 14 is a schematic flowchart showing an example of processing control (including some operations) executed by the control units of the
まず、クライアント2側におけるステップC1〜C4の処理・操作は同様である。ここに、本実施の形態では、関連文書もコピーする旨の選択操作を行った場合(C4のY)、サーバ1に対して関連文書中の子文書のショートカットファイルの要求(C61)により、子文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、子文書のリストを作成し(S71)、作成した関連文書の子文書のショートカットファイルを作成し、そのショートカットファイルをクライアント2側に送信させる(S72)。このステップS71,S72の処理によりサーバ1におけるショートカット作成手段が実現され、ステップC61の処理によりクライアント2側からみた場合の子文書に関するショートカットファイル形式での関連文書取得手段又は関連文書取得機能が実現されている。
First, the processes and operations in steps C1 to C4 on the
また、クライアント2側では子文書のショートカットファイルの要求後、HDD(主記憶媒体9)に「関連文書」用のフォルダ及びこのフォルダ内に「子文書」用のフォルダを作成し(C62)、サーバ1側からの子文書のショートカットファイルの送信(S72)を待つ。サーバ1側からの子文書のショートカットファイルが送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「子文書」用のフォルダに子文書のショートカットファイルをコピーさせる(C63)。ステップC62,C63の処理により子文書に関するショートカットファイル形式での関連文書保存手段又は関連文書保存機能が実現されている。
On the
引き続き、サーバ1に対して関連文書中の親文書のショートカットファイルの要求(C64)により、親文書のリスト作成を要求する。サーバ1側では、この要求を受けて、自己のデータベースに保存されている関連文書のリンク情報を参照して、親文書のリストを作成し(S73)、作成した関連文書の親文書のショートカットファイルを作成し、そのショートカットファイルをクライアント2側に送信させる(S74)。このステップS73,S74の処理によりサーバ1におけるショートカット作成手段が実現され、ステップC64の処理によりクライアント2側からみた場合の親文書に関するショートカットファイル形式での関連文書取得手段又は関連文書取得機能が実現されている。
Subsequently, the
また、クライアント2側では親文書のショートカットファイルの要求後、HDD(主記憶媒体9)の「関連文書」用のフォルダ内に「親文書」用のフォルダを作成し(C65)、サーバ1側からの親文書のショートカットファイルの送信(S74)を待つ。サーバ1側からの親文書のショートカットファイルが送信されたら、HDD(主記憶媒体9)に「関連文書」用のフォルダ中の「親文書」用のフォルダに親文書のショートカットファイルをコピーさせる(C66)。ステップC65,C66の処理により親文書に関するショートカットファイル形式での関連文書保存手段又は関連文書保存機能が実現されている。
On the
このような関連文書の保存処理後、任意の時点で、HDD(主記憶媒体9)のフォルダ内にある関連文書“B”のショートカットファイルを指定して文書を開く操作が行われると(C67)、サーバ1側に対して関連文書“B”の実データファイルを要求する(C68)。サーバ1側ではこの要求を受けて、データベース内にある関連文書“B”の実データファイルをクライアント2側に送信する(S75)。クライアント2側ではこのファイル送信を受けて、関連文書“B”の実データファイルをHDD(主記憶媒体9)の「関連文書」用のフォルダ内の「親文書」用のフォルダ内にコピーする(C69)。併せて、この「親文書」用のフォルダ内にあった関連文書“B”のショートカットファイルを削除する(C70)。これらのステップC69,C70の処理により置き換え処理手段又は置き換え処理機能が実現されている。さらに、HDD(主記憶媒体9)の「関連文書」用のフォルダ内の「親文書」用のフォルダ内に保存した関連文書“B”の実データファイルの内容をディスプレイ11に表示させ(C71)、ユーザに提示する。
When an operation of opening a document by designating a shortcut file of the related document “B” in the folder of the HDD (main storage medium 9) is performed at an arbitrary time after the related document storing process (C67). The
このような処理制御例を、クライアント2側での操作手順に従い、図15を参照して説明する。
An example of such processing control will be described with reference to FIG. 15 according to the operation procedure on the
(a)サーバ1のデータベース上から所望する任意の文書“A”をクライアント2のHDD(主記憶媒体9)にコピーする。
(a) A desired arbitrary document “A” is copied from the database of the
(b)ディスプレイ11に「関連文書のショートカットもコピーしますか?」というメッセージボックスが表示されるので、そのYes,Noの何れかのボタンを操作する。
(b) Since a message box “Do you want to copy the related document shortcut?” is displayed on the
(c)Yesを操作し、子文書、親文書の順にショートカットファイルを要求すると、クライアント2の指定したHDD(主記憶媒体9)に図15(a)に示すような整然とした形態で関連文書もコピーされる。即ち、指定した文書“A”と、「Aの関連文書」というフォルダ名のフォルダが作成され、このフォルダ中に「親文書」「子文書」各々のフォルダも分別して作成され、「親文書」のフォルダには文書“A”の親文書なる関連文書“B”“C”の各々のショートカットファイルが存在する保存形態となり、「子文書」のフォルダには文書“A”の子文書なる関連文書“D”“E”の各々のショートカットファイルが存在する保存形態となる。
(c) When Yes is operated and a shortcut file is requested in the order of a child document and a parent document, related documents are also stored in an orderly form as shown in FIG. 15A on the HDD (main storage medium 9) designated by the
これらの関連文書についてのショートカットファイルは、文書管理アプリケーションがインストールされているクライアント2の環境下では、これらのショートカットファイルを通じてサーバ1のデータベース中の実データファイルにアクセスして参照することが可能である。
The shortcut files for these related documents can be accessed by referring to the actual data files in the database of the
(d)その後、任意の時点で、例えば“Bのショートカットファイル”を指定して文書を開くと、その文書が開かれる(実データファイルがサーバ1から取り込まれる)。これに対応して、「親文書」のフォルダの親文書なる関連文書“B”はショートカットファイルから実データファイルに置き換えられる。 (d) After that, when a document is opened by designating, for example, “B shortcut file” at an arbitrary time, the document is opened (actual data file is taken in from the server 1). Correspondingly, the related document “B” as the parent document in the “parent document” folder is replaced with the actual data file from the shortcut file.
従って、本実施の形態によれば、当初は一律にショートカットファイル形式で関連文書を保存するので、扱うデータ容量が少なくて済む。その後、必要が生じて、ショートカットファイルを使用して関連文書を参照した時点で、実データファイルへの置き換え、即ち、データダウンロードの遅延処理を行わせるので、以降は、当該関連文書についてはクライアント2のみで直接参照でき、参照時の動作レスポンスが向上する。即ち、実際の参照状況に応じた実データファイルへの置き換えが可能となる。
Therefore, according to the present embodiment, since the related documents are initially saved uniformly in the shortcut file format, the amount of data to be handled can be reduced. Thereafter, when the related document is referred to using the shortcut file, replacement with the actual data file, that is, the data download delay processing is performed, so that the
本発明の第七の実施の形態を図16ないし図18に基づいて説明する。本実施の形態では、任意の指定文書の保存に関して、最初はショートカットファイル形式で保存させるが、その後、ショートカットファイルを使用して当該文書の参照が所定回数(例えば、3回)以上あった場合には実データフィルに置き換えてHDD(主記憶媒体9)に保存し、かつ、依然としてショートカットファイルでHDD(主記憶媒体9)の実データフィルを参照できるようにしたものである。 A seventh embodiment of the present invention will be described with reference to FIGS. In the present embodiment, regarding the saving of an arbitrary designated document, at first, the document is saved in the shortcut file format. After that, when the shortcut document is used and the document is referred to a predetermined number of times (for example, three times) or more. Is stored in the HDD (main storage medium 9) in place of the actual data file, and the actual data file in the HDD (main storage medium 9) can still be referred to by the shortcut file.
即ち、本実施の形態では、ショートカットファイルのプロパティを表示させたとき、図16(a)に示すような状況になっていることを想定している。まず、ショートカットファイルは、「リンク先」「参照回数」の2つの情報を持っている。リンク先には、当該文書の実データフィルへのパスが書かれており、ショートカットファイルを開いた場合、リンク先に示された文書が開かれる。また、参照回数には、このショートカットファイルを開いた回数が書き込まれる。図16(a)に示す例では、2回参照されたことを示している。 That is, in the present embodiment, it is assumed that when the properties of the shortcut file are displayed, the situation shown in FIG. First, the shortcut file has two pieces of information “link destination” and “reference count”. In the link destination, the path to the actual data file of the document is written, and when the shortcut file is opened, the document shown in the link destination is opened. In addition, the number of times this shortcut file is opened is written in the reference count. In the example shown in FIG. 16A, it has been referred to twice.
文書管理システム及び文書管理アプリケーションを起動させた場合にサーバ1及びクライアント2の各々の制御部により実行される本実施の形態の処理制御例(一部に操作も含む)を図17及び図18に示す概略フローチャートを参照して説明する。
FIG. 17 and FIG. 18 show processing control examples (including operations in part) of this embodiment executed by the control units of the
まず、ショートカットファイル形式での保存処理について、図17を参照して説明する。クライアント2において、サーバ1のデータベースに保存されている文書中における任意の所望の文書を選択し、「ショートカットを作成」コマンドを実行させることで(C81)、サーバ1に対して選択文書のショートカットファイルを要求する(C82)。サーバ1側ではこの要求を受けて、選択文書のショートカットファイルを作成し(S81)、サーバ1のデータベースに保存されている実データファイルへのリンク先を書き込んで(S82)、クライアント2側に送信させる(S83)。クライアント2側ではこのショートカットファイルの送信を受けて、指定のHDD(主記憶媒体9)にショートカットファイルをコピーし保存させる(C83)。ステップC81,C83の処理によりショートカット取得手段又はショートカット取得機能が実現されている。
First, the saving process in the shortcut file format will be described with reference to FIG. The
その後、任意の時点でショートカットファイルを使用して文書を参照した場合の処理制御について、図18を参照して説明する。まず、クライアント2において、ショートカットファイルを選択して「文書を開く」コマンドを実行させた場合(C91)、選択されたショートカットファイルは3回以上開かれたことがあるかの参照回数がチェックされる(C92)。3回未満の場合には(C92のN)、選択文書の実データファイルをサーバ1側に要求する(C94)。サーバ1側ではこの要求を受けて、選択文書の実データファイルを作成し(S91)、クライアント2側に送信させる(S92)。クライアント2は、この実データファイルの送信を受けると、指定のHDD(主記憶媒体9)に選択文書の実データファイルをコピーする(C95)。さらに、ショートカットファイルのリンク先を当該クライアント2内の選択文書をの実データファイルを保存した個所に変更して保存する(C96)。これらのステップC95,C96の処理により置き換え処理手段又は置き換え処理機能が実現されている。そして、選択文書の実データファイルを開き、ディスプレイ11に表示させることで(C97)、ユーザに提示する。
Subsequently, processing control when a document is referred to using a shortcut file at an arbitrary time will be described with reference to FIG. First, when the
一方、参照回数が3回以上の場合には(C92のY)、ショートカットファイルのリンク先がクライアント2のHDD(主記憶媒体9)にある選択文書の実データファイルになっているので、クライアント2のHDD(主記憶媒体9)にある選択文書の実データファイルを直接開き、ディスプレイ11に表示させることで(C93)、ユーザに提示する。
On the other hand, when the reference count is 3 times or more (Y in C92), since the link destination of the shortcut file is the actual data file of the selected document in the HDD (main storage medium 9) of the
このような処理制御例を、クライアント2側での操作手順に従い、図16を参照して説明する。
An example of such processing control will be described with reference to FIG. 16 according to the operation procedure on the
(a)任意の文書“A”を選択し、クライアント2のHDD(主記憶媒体9)にショートカットファイルを作成する。
(a) An arbitrary document “A” is selected, and a shortcut file is created in the HDD (main storage medium 9) of the
(b)(a)で作成したショートカットファイルを開く。 (b) Open the shortcut file created in (a).
(c)ショートカットファイルを開いた回数が3回未満であれば、サーバ1にある実データファイルをクライアント2にコピーし、コピーした文書を表示させる。一方、ショートカットファイルを開いた回数が3回以上であれば、クライアント2のHDD(主記憶媒体9)にある実データファイルを直接開き、表示させる。
(c) If the number of times the shortcut file is opened is less than 3, the actual data file in the
即ち、図16(a)に示した例では、参照回数が3回未満であるため、ショートカットファイルのリンク先はサーバ内の実データファイルを指しているが、参照回数が3回以上になるとその文書は頻繁に参照されるものとして、実データファイルがサーバ1からクライアント2にコピーされる。ショートカットファイルのリンク先の情報も、図16(b)に示すように、サーバ1からクライアント2にコピーされた実データファイルの保存個所に自動的に書換えられる。このショートカットファイルを使用して選択文書を参照すれば、リンク先がクライアント2の実データファイルの保存個所となるため、サーバ1側からダウンロードするより文書へのアクセス(動作レスポンス)が速くなる。
That is, in the example shown in FIG. 16A, since the reference count is less than 3, the link destination of the shortcut file points to an actual data file in the server. The actual data file is copied from the
従って、本実施の形態によれば、或る選択文書をクライアント2のHDD(主記憶媒体9)に書き出そうとする場合、当初はショートカットファイルの形式で書き出すが、その後にショートカットファイルを使用する頻度が高ければ、実データファイルがクライアント2のHDD(主記憶媒体9)に書き出されてショートカットファイルのリンク先もHDD(主記憶媒体9)となるので、サーバ1側にアクセスしなくても実データファイルを参照できることとなり、以降の動作レスポンスが向上する。また、使用頻度の低い文書については、ショートカットファイルの形式で書き出されたままとなるので、クライアント2側でのHDD(主記憶媒体9)のデータ使用量が軽微で済む。
Therefore, according to the present embodiment, when a selected document is to be written to the HDD (main storage medium 9) of the
本発明の第八の実施の形態を図19ないし図21に基づいて説明する。前述の第七の実施の形態の場合には、ショートカットファイルのリンク先が切換えられるため、実データファイルがサーバ1側とクライアント2側とに2つ存在することとなり、2つの実データファイル間に差異が生ずる可能性があることから、本実施の形態では、ショートカットファイルのリンク先情報として2つ併記可能とし、サーバ1側とクライアント2側とで併用させることで、ユーザトリガによって2つの実データファイル間の同期をとれるように構成したものである。
An eighth embodiment of the present invention will be described with reference to FIGS. In the case of the seventh embodiment described above, since the link destination of the shortcut file is switched, there are two actual data files on the
即ち、本実施の形態では、ショートカットファイルのプロパティを表示させたとき、図19(a)に示すような状況になっていることを想定している。まず、ショートカットファイルは、「サーバへのリンク先」「クライアントへのリンク先」の2つの情報を持っている。各々のリンク先には、当該文書の実データフィルへのパスが書かれており、ショートカットファイルを開いた場合、リンク先に示された文書が開かれる。図19(a)に示す例では、クライアント2には実データファイルがまだコピーされておらず、サーバへのリンク先のみが書かれた状況を示している。
That is, in the present embodiment, it is assumed that when the properties of the shortcut file are displayed, the situation shown in FIG. First, the shortcut file has two pieces of information “link destination to server” and “link destination to client”. In each link destination, the path to the actual data file of the document is written, and when the shortcut file is opened, the document shown in the link destination is opened. In the example shown in FIG. 19A, the actual data file has not yet been copied to the
文書管理システム及び文書管理アプリケーションを起動させた場合にサーバ1及びクライアント2の各々の制御部により実行される本実施の形態の処理制御例(一部に操作も含む)を図20及び図21に示す概略フローチャートを参照して説明する。
FIG. 20 and FIG. 21 show processing control examples (including some operations) of this embodiment executed by the control units of the
ショートカットファイル形式での保存処理について、図17に示した場合と同じであるので、図示及び説明を省略する。その後、ショートカットファイルを開いた場合において、そのショートカットファイルにクライアントへのリンク先がない場合の処理例について図20を参照して説明する。まず、クライアント2において、所望のショートカットファイルを選択し、「文書を開く」のコマンドを実行させると(C101)、そのショートカットファイルに関して「クライアント内のリンク先」に情報が存在するか否かがチェックされる(C102)。この「クライアント内のリンク先」に情報が存在しない場合には(C102のN)、選択文書の実データファイルをサーバ1側に要求する(C103)。サーバ1側ではこの要求を受けて、選択文書の実データファイルを作成し(S101)、クライアント2側に送信させる(S102)。クライアント2は、この実データファイルの送信を受けると、指定のHDD(主記憶媒体9)に選択文書の実データファイルをコピーする(C104)。さらに、ショートカットファイルのリンク先として当該クライアント2内の選択文書の実データファイルを保存した個所をクライアント内のリンク先として併記してショートカットファイルに登録する(C105)。これらのステップC104,C105の処理により置き換え処理手段又は置き換え処理機能が実現されている。そして、選択文書の実データファイルを開き、ディスプレイ11に表示させることで(C106)、ユーザに提示する。
The saving process in the shortcut file format is the same as that shown in FIG. After that, when a shortcut file is opened, an example of processing when there is no link destination to the client in the shortcut file will be described with reference to FIG. First, when the
一方、そのショートカットファイルにクライアントへのリンク先がある場合には、図21に示すように、クライアントの文書(実データファイル)の更新が選択されなければ(C107のN)、クライアント内のリンク先の情報に従い、クライアント2のHDD(主記憶媒体9)にある選択文書の実データファイルを直接開き、ディスプレイ11に表示させることで(C110)、ユーザに提示する。
On the other hand, if the shortcut file has a link destination to the client, as shown in FIG. 21, if update of the client document (actual data file) is not selected (N in C107), the link destination in the client In accordance with the above information, the actual data file of the selected document in the HDD (main storage medium 9) of the
さらに、そのショートカットファイルにクライアントへのリンク先があっても、クライアントの文書(実データファイル)の更新が選択された場合には(C107のY)、選択文書の実データファイルをサーバ1側に要求する(C108)。サーバ1側ではこの要求を受けて、選択文書の実データファイルを作成し(S103)、クライアント2側に送信させる(S104)。クライアント2は、この実データファイルの送信を受けると、指定のHDD(主記憶媒体9)に選択文書の実データファイルをコピーする(C109)。即ち、上書きする。そして、この上書きされた選択文書の実データファイルを開き、ディスプレイ11に表示させることで(C106)、ユーザに提示する。
Further, even if the shortcut file has a link destination to the client, if the update of the client document (actual data file) is selected (Y in C107), the actual data file of the selected document is transferred to the
このような処理制御例を、クライアント2側での操作手順に従い、図19を参照して説明する。
An example of such processing control will be described with reference to FIG. 19 according to the operation procedure on the
(a)任意の文書“A”を選択し、クライアント2のHDD(主記憶媒体9)にショートカットファイルを作成する。
(a) An arbitrary document “A” is selected, and a shortcut file is created in the HDD (main storage medium 9) of the
(b)(a)で作成したショートカットファイルを開く。 (b) Open the shortcut file created in (a).
(c)ショートカットファイルに図19(a)に示す如くクライアント内のリンク先情報がない場合には、サーバ1にある文書(実データファイル)がクライアント2にコピーされ、コピーされたクライアント内のファイルデータが表示される。同時に、そのクライアントの実データファイルへのリンク先の情報が図19(b)に示す如くショートカットファイルに登録され、処理を終了する。ショートカットファイルに図19(b)に示す如くクライアント内のリンク先情報がある場合には、次の(d)以降の処理を実行する。
(c) If there is no link destination information in the client as shown in FIG. 19A in the shortcut file, the document (actual data file) in the
(d)「クライアントの文書を更新しますか?」のメッセージがディスプレイ11に表示されるので、ユーザはYes,Noの何れかを選択する。
(d) Since a message “Do you want to update the client document?” is displayed on the
(d)Yesを選択した場合には、サーバ1にある文書(実データファイル)をクライアント2にコピーし(上書き)、上書きしたその文書を表示させる。Noを選択した場合には、クライアント内のリンク先情報に従いクライアント内に保存されている実データファイルにアクセスしてその文書を表示させる。
(d) When Yes is selected, the document (actual data file) in the
従って、本実施の形態によれば、基本的には第七の実施の形態の場合と同様な効果が得られるが、特に、本実施の形態においては、ショートカットファイルがサーバへのリンク先とクライアント内のリンク先との2つのリンク先を併有しているので、クライアント2内にある文書の実データファイルがサーバ1内にある文書の実データファイルに比べて古くなった場合には、ショートカットファイルにてサーバ1側にアクセスして実データファイルを取得し、クライアント2内にある実データファイルを上書きにより更新することで、サーバ1側の実データファイルとの更新時期の同期を取ることができる。
Therefore, according to the present embodiment, basically the same effect as in the seventh embodiment can be obtained. In particular, in this embodiment, the shortcut file is linked to the server and the client. If the actual data file of the document in the
本発明の第九の実施の形態を図22ないし図24に基づいて説明する。本実施の懈怠では、前述の第八の実施の形態に対して、サーバ1側とクライアント2側との双方に文書情報の更新日時の管理機能を持たせ、管理される更新日時の比較により、クライアント2側の文書の更新を自動的に行わせるようにしたものである。
A ninth embodiment of the present invention will be described with reference to FIGS. In the failure of this embodiment, in contrast to the above-described eighth embodiment, both the
即ち、本実施の形態では、ショートカットファイルのプロパティを表示させたとき、図22(a)に示すような状況になっていることを想定している。まず、ショートカットファイルは、「サーバへのリンク先」「クライアントへのリンク先」の2つの情報とともに、クライアント2のHDD(主記憶媒体9)に格納されている文書に関する更新日時の情報を持っている。各々のリンク先には、当該文書の実データフィルへのパスが書かれており、ショートカットファイルを開いた場合、リンク先に示された文書が開かれる。図19(a)に示す例では、クライアント2には実データファイルがまだコピーされておらず、サーバへのリンク先のみが書かれて状況を示している。更新日時の情報としては、クライアント2のHDD(主記憶媒体9)に格納された文書に関する最新の更新日時が表示される。一方、特に図示しないが、サーバ1内においては、そのデータベース上で各文書(実データファイル)についてその文書が更新登録される毎にその更新日時が付加され登録されることにより管理される(サーバ側更新日時管理手段)。
That is, in the present embodiment, it is assumed that when the properties of the shortcut file are displayed, the situation shown in FIG. First, the shortcut file has two pieces of information “link destination to the server” and “link destination to the client”, and information on the update date and time related to the document stored in the HDD (main storage medium 9) of the
ショートカットファイル形式での保存処理について、図17に示した場合と同じであるので、図示及び説明を省略する。その後、ショートカットファイルを開いた場合において、そのショートカットファイルにクライアントへのリンク先がない場合の処理例について図23を参照して説明する。まず、クライアント2において、所望のショートカットファイルを選択し、「文書を開く」のコマンドを実行させると(C101)、そのショートカットファイルに関して「クライアント内のリンク先」に情報が存在するか否かがチェックされる(C102)。この「クライアント内のリンク先」に情報が存在しない場合には(C102のN)、選択文書の実データファイルをサーバ1側に要求する(C103)。サーバ1側ではこの要求を受けて、選択文書の実データファイルを作成し(S101)、クライアント2側に送信させる(S102)。クライアント2は、この実データファイルの送信を受けると、指定のHDD(主記憶媒体9)に選択文書の実データファイルをコピーする(C104)。さらに、ショートカットファイルのリンク先として当該クライアント2内の選択文書の実データファイルを保存した個所をクライアント内のリンク先として併記してショートカットファイルに登録する(C110)。このステップC111の処理の際、そのデータを登録した現在時刻をクライアント文書の更新日時の情報としてショートカットファイルに書き込む。これらのステップC104,C110の処理により置き換え処理手段又は置き換え処理機能が実現されている。また、ステップC110の処理によりクライアント側更新日時管理手段又は更新日時管理機能が実現されている。そして、選択文書の実データファイルを開き、ディスプレイ11に表示させることで(C106)、ユーザに提示する。
The saving process in the shortcut file format is the same as that shown in FIG. After that, when a shortcut file is opened, an example of processing when there is no link destination to the client in the shortcut file will be described with reference to FIG. First, when the
一方、そのショートカットファイルにクライアントへのリンク先がある場合には、図24に示すように、サーバ1側で管理されているサーバ1内の実データファイルの更新日時の情報を取得するためにサーバ1に要求する(C111)。この要求に応じてサーバ1側から選択文書に関するサーバ1内での更新日時の情報を取得すると(S105)、クライアント文書の更新日時と取得したサーバ側の更新日時とを比較することにより、クライアント2側の文書がサーバ1側の文書よりも新しいか若しくは同じであるかをチェックする(C112)。このステップC112の処理により比較手段又は比較機能並びに取得先選択手段又は取得先選択機能が実現されている。
On the other hand, if the shortcut file has a link destination to the client, as shown in FIG. 24, a server is used to acquire the update date / time information of the actual data file in the
この比較の結果、クライアント2側の更新日時の方が新しい又は同じである場合には(C112のY)、クライアント内のリンク先の情報に従い、クライアント2のHDD(主記憶媒体9)にある選択文書の実データファイルを直接開き、ディスプレイ11に表示させることで(C116)、ユーザに提示する。
As a result of this comparison, when the update date and time on the
一方、比較の結果、サーバ1側の更新日時の方が新しい場合には(C112のN)、選択文書の実データファイルをサーバ1側に要求する(C113)。サーバ1側ではこの要求を受けて、選択文書の実データファイルを作成し(S106)、クライアント2側に送信させる(S107)。クライアント2は、この実データファイルの送信を受けると、指定のHDD(主記憶媒体9)に選択文書の実データファイルをコピーする(C114)。即ち、上書き更新する。併せて、ショートカットファイルにあるクライアント文書の更新日時を上書き更新した現在日時に更新する(C115)。そして、この上書き更新された選択文書の実データファイルを開き、ディスプレイ11に表示させることで(C116)、ユーザに提示する。
On the other hand, if the update date and time on the
このような処理制御例を、クライアント2側での操作手順に従い、図22を参照して説明する。
An example of such processing control will be described with reference to FIG. 22 according to the operation procedure on the
(a)任意の文書“A”を選択し、クライアント2のHDD(主記憶媒体9)にショートカットファイルを作成する。
(a) An arbitrary document “A” is selected, and a shortcut file is created in the HDD (main storage medium 9) of the
(b)(a)で作成したショートカットファイルを開く。 (b) Open the shortcut file created in (a).
(c)ショートカットファイルに図22(a)に示す如くクライアント内のリンク先情報がない場合には、サーバ1にある文書(実データファイル)がクライアント2にコピーされ、コピーされたクライアント内のファイルデータが表示される。同時に、そのクライアントの実データファイルへのリンク先の情報が図22(b)に示す如くショートカットファイルに登録され、処理を終了する。この時、クライアント文書の更新日時として現在日時が登録される。ショートカットファイルに図22(b)に示す如くクライアント内のリンク先情報がある場合には、次の(d)以降の処理を実行する。
(c) If there is no link destination information in the client as shown in FIG. 22A in the shortcut file, the document (actual data file) in the
(d)サーバ1側にある文書の更新日時とクライアント2側にある文書の更新日時とを比較する。
(d) The update date / time of the document on the
(e)比較の結果、サーバ1側の更新日時の方が新しい場合には、サーバ1にある文書(実データファイル)をクライアント2にコピーし(上書き更新)、上書きしたその文書を表示させる。クライアント2側の更新日時の方が新しい又は同じである場合には、クライアント内のリンク先情報に従いクライアント内に保存されている実データファイルにアクセスしてその文書を表示させる。
(e) As a result of comparison, if the update date and time on the
従って、本実施の形態によれば、基本的に前述した第八の実施の形態の場合の効果が得られるが、特に、サーバ1側にある文書の更新日時とクライアント2側にある文書の更新日時とを管理し、それらの更新日時を比較することにより、自動的に、常に新しい更新日時の方の実データファイルがクライアント2に登録されるようにしたので、ユーザの判断操作によることなく、常に最新の文書を参照することができる。
Therefore, according to the present embodiment, the effect of the eighth embodiment described above can be basically obtained. In particular, the update date and time of the document on the
1 サーバ
2 クライアント
9 データ記憶媒体、記憶媒体
C2 文書取得手段、文書取得機能
C5 関連文書取得手段、関連文書取得機能
C6,C7 関連文書保存手段、関連文書保存機能
C11 関連文書取得手段、関連文書取得機能
C12,C13 関連文書保存手段、関連文書保存機能
C14 関連文書取得手段、関連文書取得機能
C15,C16 関連文書保存手段、関連文書保存機能
C21 関連文書取得手段、関連文書取得機能
C22,C23 関連文書保存手段、関連文書保存機能
C24 関連文書取得手段、関連文書取得機能
C25,C26 関連文書保存手段、関連文書保存機能
C31 関連文書取得手段、関連文書取得機能
C32,C33 選択手段、選択機能
C36,C38 関連文書保存手段、関連文書保存機能
C41,C43 関連文書保存手段、関連文書保存機能
C52,C53 関連文書保存手段、関連文書保存機能
C56 関連文書保存手段、関連文書保存機能
C61 関連文書取得手段、関連文書取得機能
C62,C63 関連文書保存手段、関連文書保存機能
C64 関連文書取得手段、関連文書取得機能
C65,C66 関連文書保存手段、関連文書保存機能
C69,C70 置き換え処理手段、置き換え処理機能
C81,C83 ショートカット取得手段又はショートカット取得機能
C95,C96 置き換え処理手段、置き換え処理機能
C104,C105 置き換え処理手段、置き換え処理機能
C104,C110 置き換え処理手段、置き換え処理機能
C110 更新日時管理手段、更新日時管理機能
C112 比較手段、比較機能、取得先選択手段、取得先選択機能
S21,S22 ショートカット作成手段
S34,S35,S37,S38 ショートカット作成手段
S52〜S55 ファイル形式選択手段
S58〜S61 ファイル形式選択手段
S71,S72 ショートカット作成手段
DESCRIPTION OF SYMBOLS 1 Server 2 Client 9 Data storage medium, Storage medium C2 Document acquisition means, Document acquisition function C5 Related document acquisition means, Related document acquisition functions C6, C7 Related document storage means, Related document storage function C11 Related document acquisition means, Related document acquisition Functions C12, C13 Related document storage means, Related document storage function C14 Related document acquisition means, Related document acquisition function C15, C16 Related document storage means, Related document storage function C21 Related document acquisition means, Related document acquisition function C22, C23 Related documents Storage means, related document storage function C24 Related document acquisition means, related document acquisition functions C25, C26 Related document storage means, related document storage function C31 Related document acquisition means, related document acquisition functions C32, C33 selection means, selection functions C36, C38 Related document storage means, related document storage function C41, C43 Related documents Storage means, related document storage function C52, C53 related document storage means, related document storage function C56 related document storage means, related document storage function C61 related document acquisition means, related document acquisition functions C62, C63 related document storage means, related document storage Function C64 related document acquisition means, related document acquisition functions C65, C66 related document storage means, related document storage functions C69, C70 replacement processing means, replacement processing functions C81, C83 shortcut acquisition means or shortcut acquisition functions C95, C96 replacement processing means, Replacement processing function C104, C105 Replacement processing means, replacement processing function C104, C110 Replacement processing means, replacement processing function C110 Update date management means, update date management function C112 Comparison means, comparison function, acquisition destination selection means, acquisition destination selection function S21 S22 create a shortcut means S34, S35, S37, S38 create a shortcut means S52~S55 file format selection means S58~S61 file format selection means S71, S72 create a shortcut means
Claims (9)
前記サーバに対して所望の文書を指定する際にその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を該サーバに要求してそのショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得手段と、
ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した参照回数を計数する計数手段と、
計数手段により計数された参照回数が所定回数に達した場合にその文書について前記サーバから実データファイルを取得するとともにそのショートカットファイルのリンク先を該サーバのデータベースでの保存先から当該クライアントの前記データ記憶媒体の保存先に変更して該ショートカットファイルのリンク先情報を当該データ記憶媒体に保存させる置き換え処理手段と、
を備えるクライアント。 A client connected to a document management server having means for storing an actual data file of the document and having a browsing application installed;
The file format of the retrieved shortcut file the shortcut file to create a shortcut file requests to the server with the linked information to the real data file of the document when specifying the desired document to the server Shortcut acquisition means for saving in a client data storage medium;
A counting means for counting the number of times of referencing the actual data file of the document in the server by a shortcut file;
When the number of references counted by the counting means reaches a predetermined number, the actual data file is acquired from the server for the document, and the link destination of the shortcut file is changed from the storage destination in the database of the server to the data of the client. A replacement processing means for changing to the storage destination of the storage medium and storing the link destination information of the shortcut file in the data storage medium;
With client.
前記サーバに対して所望の文書を指定する際に、その文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を該サーバに要求してそのショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得手段と、
ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した場合にその文書について実データファイルを前記サーバから取得して前記データ記憶媒体に該実データファイルを保存するとともにそのショートカットファイルのリンク先として該サーバのデータベースでの保存先と前記データ記憶媒体での保存先とを同期するために併記して当該データ記憶媒体に保存させる置き換え処理手段と、
を備えるクライアント。 A client connected to a document management server having means for storing an actual data file of the document and having a browsing application installed;
When specifying a desired document to the server, a file format of the retrieved shortcut file the shortcut file creation request to the server shortcut file with the link destination information to the real data file of the document Shortcut acquisition means for saving the data storage medium of the client ;
Destination of the shortcut file with the document when referring to the real data file of the document in the server by the shortcut file to get the actual data file from the server to store the said actual data file in the data storage medium a replacement processing unit is stored in the data storage medium are also shown in order to synchronize the destination in the destination and the data storage medium in the database of the server as,
With client.
ショートカットファイルにより当該文書の実データファイルを参照する場合に前記サーバにおいて管理される当該文書の実データファイルの更新日時と前記更新日時管理手段により管理される更新日時との新しさを比較する比較手段と、
この比較手段の比較結果、実データファイルの更新日時より、前記更新日時管理手段に管理される更新日時が新しいとき、参照する実データファイルを前記サーバ又は前記データ記憶媒体から取得させる取得先選択手段と、
を備える請求項2記載のクライアント。 Update date and time management means for managing the update date and time of the actual data file of the document stored in the data storage medium;
Comparing means for comparing the update date and time of the actual data file of the document managed in the server and the update date and time managed by the update date and time management means when referring to the actual data file of the document by the shortcut file When,
As a result of comparison by the comparison means, when the update date and time managed by the update date and time management means is newer than the update date and time of the actual data file, an acquisition destination selection means for acquiring the reference actual data file from the server or the data storage medium When,
The client of claim 2 comprising:
前記サーバは、文書の実データファイルを保存する手段と、ショートカットファイルの作成の要求を受けて文書のショートカットファイルを作成して出力するショートカット作成手段とを備え、
前記クライアントは、前記サーバに対して所望の文書を指定させてその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を該サーバに要求し前記ショートカット作成手段により作成されたショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得手段と、ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した参照回数を計数する計数手段と、計数手段により計数された参照回数が所定回数に達した場合にその文書について前記サーバから実データファイルを取得するとともにそのショートカットファイルのリンク先を該サーバのデータベースでの保存先から当該クライアントの前記データ記憶媒体の保存先に変更して該ショートカットファイルのリンク先情報を当該データ記憶媒体に保存させる置き換え処理手段と、
を備える文書管理システム。 A document management system connecting a server and a client installed with a browsing application,
The server includes means for storing an actual data file of a document, and shortcut creation means for receiving a request for creating a shortcut file and creating and outputting a shortcut file of the document,
The client causes the server to specify a desired document , requests the server to create a shortcut file having link destination information to the actual data file of the document, and sends the shortcut file created by the shortcut creation means. A shortcut acquisition means for acquiring and saving the shortcut file in the data storage medium of the client, a counting means for counting the number of times the shortcut file refers to the actual data file of the document in the server, and a counting means; the data SL of the client link destination of the shortcut file from the storage location in the database of the server with the counted reference count to get the actual data file from the server for the document when it reaches a predetermined number of times A replacement processing unit to store the link information of the shortcut file to the data storage medium to change the destination of the medium,
A document management system comprising:
前記サーバは、文書の実データファイルを保存する手段と、ショートカットファイルの作成の要求を受けて関連文書のショートカットファイルを作成して出力するショートカット作成手段とを備え、
前記クライアントは、前記サーバに対して所望の文書を指定させてその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を要求し前記ショートカット作成手段により作成されたショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得手段と、ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した場合にその文書について実データファイルを前記サーバから取得して前記データ記憶媒体に該実データファイルを保存するとともにそのショートカットファイルのリンク先として該サーバのデータベースでの保存先と前記データ記憶媒体での保存先とを同期するために併記して当該データ記憶媒体に保存させる置き換え処理手段と、を備える文書管理システム。 A document management system connecting a server and a client installed with a browsing application,
The server includes means for storing an actual data file of a document, and shortcut creation means for receiving a request for creating a shortcut file and generating and outputting a shortcut file of a related document,
The client requests the creation of a shortcut file having link destination information to the actual data file of the document by designating a desired document to the server, acquires the shortcut file created by the shortcut creation means, and obtains a shortcut Shortcut acquisition means for saving the file format of the file in the client data storage medium, and when the actual data file of the document in the server is referred to by the shortcut file, the actual data file for the document is acquired from the server the data storage medium and are also shown in order to synchronize the destination in the destination and the data storage medium in the database of the server as the destination of the shortcut file with save the said actual data file in the data storage medium Document management system comprising a replacement processing unit is stored, to.
前記クライアントは、前記データ記憶媒体に保存した文書の実データファイルの更新日時を管理するクライアント側更新日時管理手段と、ショートカットファイルにより当該文書の実データファイルを参照する場合に前記サーバにおいて前記サーバ側更新日時管理手段により管理される当該文書の実データファイルの更新日時と前記クライアント側更新日時管理手段により管理される更新日時との新しさを比較する比較手段と、この比較手段の比較結果、実データファイルの更新日時より、前記更新日時管理手段に管理される更新日時が新しいとき、参照する実データファイルを前記サーバ又は前記データ記憶媒体から取得する取得先選択手段と、を備える請求項5記載の文書管理システム。 The server includes server-side update date and time management means for managing the update date and time of the actual data file of the stored document,
The client includes a client-side update date and time management means for managing an update date and time of a document actual data file stored in the data storage medium, and the server side in the server when referring to the document actual data file using a shortcut file. Comparison means for comparing the update date and time of the actual data file of the document managed by the update date and time management means with the update date and time managed by the client side update date and time management means, the comparison result of this comparison means, 6. An acquisition destination selection unit that acquires an actual data file to be referred to from the server or the data storage medium when an update date and time managed by the update date and time management unit is newer than an update date and time of the data file. Document management system.
前記サーバに対して所望の文書を指定させてその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を要求しそのショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得機能と、
ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した参照回数を計数する計数機能と、
計数機能により計数された参照回数が所定回数に達した場合にその文書について前記サーバから実データファイルを取得するとともにそのショートカットファイルのリンク先を該サーバのデータベースでの保存先から当該クライアントの前記データ記憶媒体の保存先に変更して該ショートカットファイルのリンク先情報を当該データ記憶媒体に保存させる置き換え処理機能と、
を実行させるプログラムが格納されたコンピュータ読取り可能な記憶媒体。 Connected to a document management server having means for storing an actual data file of a document, and installed on a client computer on which a browsing application is installed.
The server designates a desired document, requests creation of a shortcut file having link destination information to the actual data file of the document, acquires the shortcut file, and stores the shortcut file in the file format of the client The shortcut acquisition function to be saved in
A counting function for counting the number of times of referencing the actual data file of the document in the server by a shortcut file;
When the number of references counted by the counting function reaches a predetermined number, the actual data file is acquired from the server for the document, and the link destination of the shortcut file is stored from the storage destination in the database of the server to the data of the client. A replacement processing function for changing to the storage destination of the storage medium and storing the link destination information of the shortcut file in the data storage medium;
A computer-readable storage medium in which a program for executing is stored.
前記サーバに対して所望の文書を指定させてその文書の実データファイルへのリンク先情報を持つショートカットファイルの作成を要求しそのショートカットファイルを取得しショートカットファイルのファイル形式で当該クライアントのデータ記憶媒体に保存させるショートカット取得機能と、
ショートカットファイルにより前記サーバ中の当該文書の実データファイルを参照した場合にその文書について実データファイルを前記サーバから取得して前記データ記憶媒体に該実データファイルを保存するとともにそのショートカットファイルのリンク先として該サーバのデータベースでの保存先と前記データ記憶媒体での保存先とを同期するために併記して当該データ記憶媒体に保存させる置き換え処理機能と、
を実行させるプログラムが格納されたコンピュータ読取り可能な記憶媒体。 Connected to a document management server having means for storing an actual data file of a document, and installed on a client computer on which a browsing application is installed.
The server designates a desired document, requests creation of a shortcut file having link destination information to the actual data file of the document, acquires the shortcut file, and stores the shortcut file in the file format of the client The shortcut acquisition function to be saved in
Destination of the shortcut file with the document when referring to the real data file of the document in the server by the shortcut file to get the actual data file from the server to store the said actual data file in the data storage medium and replacement processing function is stored in the data storage medium are also shown in order to synchronize the destination in the destination and the data storage medium in the database of the server as,
A computer-readable storage medium in which a program for executing is stored.
ショートカットファイルにより当該文書の実データファイルを参照する場合に前記サーバにおいて管理される当該文書の実データファイルの更新日時と前記更新日時管理機能により管理される更新日時との新しさを比較する比較機能と、
この比較機能による比較結果、実データファイルの更新日時より、前記更新日時管理手段に管理される更新日時が新しいとき、参照する実データファイルを前記サーバ又は前記データ記憶媒体から取得させる取得先選択機能と、
を前記コンピュータに実行させるプログラムが格納された請求項8記載のコンピュータ読取り可能な記憶媒体。 An update date and time management function for managing the update date and time of the actual data file of the document stored in the data storage medium;
A comparison function that compares the update date and time of the actual data file of the document managed in the server and the update date and time managed by the update date and time management function when referring to the actual data file of the document by a shortcut file When,
The acquisition result selection function for acquiring the actual data file to be referred to from the server or the data storage medium when the update date and time managed by the update date and time management means is newer than the update date and time of the actual data file When,
The computer-readable storage medium according to claim 8, wherein a program for causing the computer to execute is stored.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008073913A JP4286310B2 (en) | 2008-03-21 | 2008-03-21 | Client, document management system, and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008073913A JP4286310B2 (en) | 2008-03-21 | 2008-03-21 | Client, document management system, and storage medium |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2001037814A Division JP2002244914A (en) | 2001-02-15 | 2001-02-15 | Client, document management system, and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008217804A JP2008217804A (en) | 2008-09-18 |
JP4286310B2 true JP4286310B2 (en) | 2009-06-24 |
Family
ID=39837696
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008073913A Expired - Fee Related JP4286310B2 (en) | 2008-03-21 | 2008-03-21 | Client, document management system, and storage medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4286310B2 (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5451095B2 (en) * | 2009-02-02 | 2014-03-26 | キヤノン株式会社 | Information processing apparatus and control method thereof |
JP2011253281A (en) * | 2010-06-01 | 2011-12-15 | Konica Minolta Business Technologies Inc | E-mail management device and program |
US20130218930A1 (en) * | 2012-02-20 | 2013-08-22 | Microsoft Corporation | Xml file format optimized for efficient atomic access |
-
2008
- 2008-03-21 JP JP2008073913A patent/JP4286310B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2008217804A (en) | 2008-09-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11138150B2 (en) | Network repository for metadata | |
JP5033836B2 (en) | System and method for space management in a file system | |
US9298747B2 (en) | Deployable, consistent, and extensible computing environment platform | |
US10242023B2 (en) | Programming model for synchronizing browser caches across devices and web services | |
US7277896B2 (en) | File sharing system and client apparatus | |
RU2596986C2 (en) | Rent catalogue | |
CN109564529B (en) | Placeholders based on symbolic links | |
EP2450802A2 (en) | Copying and updating files | |
US20070022117A1 (en) | Accessing file system snapshots directly within a file system directory | |
US8135746B2 (en) | Management of symbolic links | |
JP2004265418A (en) | Method and system for synchronizing data shared between peer-to-peer computing devices | |
JP4902285B2 (en) | Information browsing apparatus, control method thereof, and program | |
GB2492243A (en) | Clipboard cut/copy and paste functionality | |
JP2002244914A (en) | Client, document management system, and storage medium | |
JP4286310B2 (en) | Client, document management system, and storage medium | |
US20030105780A1 (en) | File system, control method, and program | |
CN114924845A (en) | Mirror image delay loading method and system suitable for edge AI scene | |
CN113590027A (en) | Data storage method, data acquisition method, system, device and medium | |
US11496552B2 (en) | Intent tracking for asynchronous operations | |
JP2006114033A (en) | System for smoothly organizing data | |
JP2011087072A (en) | Image providing server device, control method thereof, and program | |
JP5517527B2 (en) | Image processing apparatus, control method thereof, and program | |
CN112637303B (en) | Personal cloud disk system based on NAS | |
JP2006185463A (en) | Gateway device | |
JP6337978B2 (en) | Document management server apparatus and document management program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080909 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081110 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20081216 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090209 |
|
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: 20090310 |
|
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: 20090324 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120403 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4286310 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130403 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140403 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |