JP2018116658A - File management device, file management method, and file management program - Google Patents

File management device, file management method, and file management program Download PDF

Info

Publication number
JP2018116658A
JP2018116658A JP2017008916A JP2017008916A JP2018116658A JP 2018116658 A JP2018116658 A JP 2018116658A JP 2017008916 A JP2017008916 A JP 2017008916A JP 2017008916 A JP2017008916 A JP 2017008916A JP 2018116658 A JP2018116658 A JP 2018116658A
Authority
JP
Japan
Prior art keywords
file
master
key information
different storage
management
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
JP2017008916A
Other languages
Japanese (ja)
Other versions
JP6904716B2 (en
Inventor
拓也 佐本
Takuya Samoto
拓也 佐本
洋樹 西川
Hiroki Nishikawa
洋樹 西川
邦明 芹澤
Kuniaki Serizawa
邦明 芹澤
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.)
Obic Co Ltd
Original Assignee
Obic 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 Obic Co Ltd filed Critical Obic Co Ltd
Priority to JP2017008916A priority Critical patent/JP6904716B2/en
Publication of JP2018116658A publication Critical patent/JP2018116658A/en
Priority to JP2021103823A priority patent/JP7100748B2/en
Application granted granted Critical
Publication of JP6904716B2 publication Critical patent/JP6904716B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a file management device, method and program capable of performing the storage or inquiry of files without concerning the storage destinations of the files that a user manages by a business system.SOLUTION: In the file management device for distributing files managed by a business system to different storage destinations in accordance with classifications to perform file storage or inquiry, a storage part 106 comprises: a first master for associating key information with the files by using normal expressions at the time of managing the files by any of the different storage destinations and a second master for setting which of the different storage destinations manages the files, and a control part 102 comprises: a key information search part 102b for searching the key information associated with the files from the first master at the time of performing the storage or inquiry of the files; a key information selection part 102d for selecting the file-managing key information from the search result; a file processing part 102e for extracting the files stored in the storage destination associated with the selected key information to perform file storage or inquiry; and a display part 102c.SELECTED DRAWING: Figure 1

Description

本発明は、ファイル管理装置、ファイル管理方法、および、ファイル管理プログラムに関する。   The present invention relates to a file management apparatus, a file management method, and a file management program.

特許文献1の段落0005等には、異種のデータベースやデータソースのデータの所在情報あるいは所望の情報を保持している検索サーバへの接続情報を意識することなく、検索キーワードに対する情報に高速にアクセスすることのできる異種データソース統合検索サーバシステムが開示されている。また、特許文献1の段落0017、0018および図3には、RDBサーバアクセス情報テーブルやファイルサーバアクセス情報テーブルが開示されている。   In paragraph 0005 of Patent Document 1, information on a search keyword is accessed at high speed without being aware of location information of data of different types of databases and data sources or connection information to a search server holding desired information. A heterogeneous data source integrated search server system is disclosed. Also, paragraphs 0017 and 0018 of FIG. 1 and FIG. 3 disclose an RDB server access information table and a file server access information table.

特開2004−206629号公報JP 2004-206629 A

しかしながら、特許文献1にあっては、検索サーバへの接続情報を意識することなく、検索キーワードに対する情報に高速にアクセスが可能であるが、マスタ設定によりファイル管理を容易に制御できると共に、正規表現を用いてファイルの管理対象を検索してファイルの保存や照会が行える点については開示されていない。   However, in Patent Document 1, although information about a search keyword can be accessed at high speed without being aware of connection information to a search server, file management can be easily controlled by a master setting, and a regular expression can be controlled. It is not disclosed that a file management target can be searched by using a file to store or query the file.

本発明は、上記問題点に鑑みてなされたものであって、業務システムにおいてユーザの管理するファイルの保存先を意識することなく、正規表現を用いてファイルの保存や照会が可能なファイル管理装置、ファイル管理方法、および、ファイル管理プログラムを提供することを目的とする。   The present invention has been made in view of the above problems, and is a file management apparatus capable of storing and inquiring a file using a regular expression without being aware of a storage destination of a file managed by a user in a business system It is an object to provide a file management method and a file management program.

上述した課題を解決し、目的を達成するために、本発明に係るファイル管理装置は、記憶部と制御部とを備え、業務システムで管理するファイルを分類に応じて異なる保存先に振り分けて保存すると共に、該異なる保存先に保存されているファイルの照会を行うファイル管理装置であって、前記記憶部には、前記ファイルを前記異なる保存先のいずれかで管理する際に、正規表現を利用してキー情報と前記ファイルとを紐付ける第1マスタと、前記ファイルを前記異なる保存先の何れで管理するかを設定する第2マスタと、が格納され、前記制御部は、前記ファイルを前記異なる保存先に対して保存あるいは照会する場合に、前記第1マスタに基づいて前記ファイルと紐付く前記キー情報を検索するキー情報検索手段と、検索した前記キー情報の検索結果の中から、前記ファイルを管理するキー情報を選択するキー情報選択手段と、選択されたキー情報と紐付く前記異なる保存先に保存されているファイルの抽出を行い、新たに保存するファイルの指定、あるいは、照会したいファイルを指定するファイル処理手段と、前記制御部における操作画面を表示する表示手段と、を備えること、を特徴とする。   In order to solve the above-described problems and achieve the object, the file management apparatus according to the present invention includes a storage unit and a control unit, and distributes and stores files managed by the business system to different storage destinations according to the classification. In addition, a file management apparatus that inquires about a file stored in the different storage destination, wherein the storage unit uses a regular expression when managing the file at any one of the different storage destinations. A first master that associates the key information with the file, and a second master that sets which of the different storage destinations to manage the file, and the control unit stores the file in the Key information search means for searching for the key information associated with the file based on the first master when storing or inquiring to different storage destinations, and the searched key information The key information selection means for selecting the key information for managing the file, and the file stored in the different storage location associated with the selected key information are extracted from the search results of the file, and newly stored A file processing means for specifying a file or a file to be queried, and a display means for displaying an operation screen in the control unit are provided.

また、本発明に係るファイル管理装置は、前記異なる保存先は、少なくともデータベースとファイルサーバを含んでいることを特徴とする。   In the file management apparatus according to the present invention, the different storage destinations include at least a database and a file server.

また、本発明に係るファイル管理装置は、ネットワークとの間でデータをやり取りする通信インターフェース手段を更に備え、前記ネットワークに接続された前記データベースおよび前記ファイルサーバに対して前記通信インターフェース手段を介して前記ファイルの保存や照会を行うこと、を特徴とする。   The file management apparatus according to the present invention further comprises communication interface means for exchanging data with a network, and the database and the file server connected to the network via the communication interface means. It is characterized by storing and querying files.

また、本発明に係るファイル管理装置は、前記第1マスタは、正規表現内の置き換えを定義して前記キー情報と紐付ける正規表現マスタと、前記正規表現に基づいて前記キー情報と前記ファイルの分類と紐付けるファイルパス管理マスタと、前記ファイルを管理する前記異なる保存先上に配置されるフォルダを設定するフォルダパス管理マスタと、を含むこと、を特徴とする。   In the file management apparatus according to the present invention, the first master defines a replacement in a regular expression and associates the key information with the regular expression master, and the key information and the file based on the regular expression. A file path management master associated with the classification; and a folder path management master for setting a folder arranged on the different storage destination for managing the file.

また、本発明に係るファイル管理装置は、前記第2マスタは、前記ファイルの属性とその管理対象とを紐付ける資料管理制御マスタと、前記ファイルを前記データベースと前記ファイルサーバの何れで管理するかを設定するシステム制御マスタと、を含むこと、を特徴とする。   In the file management apparatus according to the present invention, the second master manages a file management control master that associates the attribute of the file with a management target, and manages the file by the database or the file server. And a system control master for setting the function.

また、本発明に係るファイル管理装置は、前記制御部は、前記正規表現マスタ、前記ファイルパス管理マスタ、前記フォルダパス管理マスタ、前記資料管理制御マスタ、および、前記システム制御マスタの少なくとも一つを事前に設定するマスタ設定部を更に備えたこと、を特徴とする。   In the file management apparatus according to the present invention, the control unit includes at least one of the regular expression master, the file path management master, the folder path management master, the material management control master, and the system control master. A master setting unit for setting in advance is further provided.

また、本発明に係るファイル管理方法は、記憶部と制御部とを備え、業務システムで管理するファイルを分類に応じて異なる保存先に振り分けて保存すると共に、該異なる保存先に保存されているファイルの照会を行うファイル管理装置で実行されるファイル管理方法であって、前記記憶部には、前記ファイルを前記異なる保存先のいずれかで管理する際に、正規表現を利用してキー情報と前記ファイルとを紐付ける第1マスタと、前記ファイルを前記異なる保存先の何れで管理するかを設定する第2マスタと、が格納され、前記制御部で実行される、前記ファイルを前記異なる保存先に対して保存あるいは照会する場合に、前記第1マスタに基づいて前記ファイルと紐付く前記キー情報を検索するキー情報検索ステップと、検索した前記キー情報の検索結果の中から、前記ファイルを管理するキー情報を選択するキー情報選択ステップと、選択されたキー情報と紐付く前記異なる保存先に保存されているファイルの抽出を行い、新たに保存するファイルの指定、あるいは、照会したいファイルを指定するファイル処理ステップと、前記制御部における操作画面を表示する表示ステップと、を含むこと、を特徴とする。   Further, the file management method according to the present invention includes a storage unit and a control unit, and distributes and stores files managed by the business system to different storage destinations according to the classification, and is stored in the different storage destinations. A file management method executed by a file management apparatus that performs file inquiry, wherein the storage unit manages key information using a regular expression when managing the file at any of the different storage destinations. A first master for linking the file and a second master for setting which of the different storage destinations to manage the file are stored and executed by the control unit. A key information search step for searching for the key information associated with the file based on the first master when storing or inquiring to the destination; A key information selection step for selecting key information for managing the file from the information search results, and extraction of a file stored in the different storage destination associated with the selected key information, and newly storing it A file processing step for designating a file to be specified or a file to be queried, and a display step for displaying an operation screen in the control unit.

また、本発明に係るファイル管理プログラムは、記憶部と制御部とを備え、業務システムで管理するファイルを分類に応じて異なる保存先に振り分けて保存すると共に、該異なる保存先に保存されているファイルの照会を行うファイル管理装置で実行させるためのファイル管理プログラムであって、前記記憶部には、前記ファイルを前記異なる保存先のいずれかで管理する際に、正規表現を利用してキー情報と前記ファイルとを紐付ける第1マスタと、前記ファイルを前記異なる保存先の何れで管理するかを設定する第2マスタと、が格納され、前記制御部で実行させるための、前記ファイルを前記異なる保存先に対して保存あるいは照会する場合に、前記第1マスタに基づいて前記ファイルと紐付く前記キー情報を検索するキー情報検索ステップと、検索した前記キー情報の検索結果の中から、前記ファイルを管理するキー情報を選択するキー情報選択ステップと、選択されたキー情報と紐付く前記異なる保存先に保存されているファイルの抽出を行い、新たに保存するファイルの指定、あるいは、照会したいファイルを指定するファイル処理ステップと、前記制御部における操作画面を表示する表示ステップと、を含むこと、を特徴とする。   The file management program according to the present invention includes a storage unit and a control unit, and distributes and stores files managed by the business system to different storage destinations according to the classification, and is stored in the different storage destinations. A file management program to be executed by a file management apparatus that inquires about a file, wherein the storage unit manages key information using a regular expression when managing the file at any of the different storage destinations. And a first master that associates the file with each other and a second master that sets which of the different storage destinations is used to store the file. A key information search thread for searching for the key information associated with the file based on the first master when storing or inquiring to a different storage destination. And a key information selection step for selecting key information for managing the file from the search results of the searched key information, and a file stored in the different storage destination associated with the selected key information. And a file processing step of designating a file to be newly stored or designating a file to be inquired, and a display step of displaying an operation screen in the control unit.

本発明によれば、業務システムにおいてユーザの管理するファイルの保存先を意識せずに、正規表現を用いてファイルの保存や照会が可能になるという効果を奏する。   Advantageous Effects of Invention According to the present invention, there is an effect that files can be stored and inquired using regular expressions without being conscious of the storage destination of the files managed by the user in the business system.

図1は、本実施形態に係るファイル管理装置の構成の一例を示すブロック図である。FIG. 1 is a block diagram showing an example of the configuration of the file management apparatus according to this embodiment. 図2は、本実施形態に係るファイル管理装置の記憶部を構成するマスタの事前設定手順を説明するフローチャートである。FIG. 2 is a flowchart for explaining a presetting procedure for a master constituting the storage unit of the file management apparatus according to the present embodiment. 図3は、図2で設定された各マスタのデータ構造の一例を示す図である。FIG. 3 is a diagram showing an example of the data structure of each master set in FIG. 図4は、システム制御マスタの設定イメージの一例を示す図である。FIG. 4 is a diagram illustrating an example of a setting image of the system control master. 図5は、フォルダパス管理マスタの設定イメージの一例を示す図である。FIG. 5 is a diagram illustrating an example of a setting image of the folder path management master. 図6は、ファイルパス管理マスタの設定イメージの一例を示す図である。FIG. 6 is a diagram illustrating an example of a setting image of the file path management master. 図7は、正規表現マスタの設定イメージの一例を示す図である。FIG. 7 is a diagram illustrating an example of a setting image of the regular expression master. 図8は、資料管理制御マスタの設定イメージの一例を示す図である。FIG. 8 is a diagram illustrating an example of a setting image of the material management control master. 図9は、業務システムで管理するファイルを分類ごとに保存する一例を示す図である。FIG. 9 is a diagram showing an example of storing files managed by the business system for each classification. 図10は、業務システムにおけるファイルを保存する場合の手順を説明するフローチャートである。FIG. 10 is a flowchart for explaining the procedure for saving a file in the business system. 図11−1は、保存対象となる社員データ検索画面の一例を示す図である。FIG. 11A is a diagram illustrating an example of an employee data search screen to be stored. 図11−2は、検索結果としての社員データ一覧画面の一例を示す図である。FIG. 11B is a diagram illustrating an example of an employee data list screen as a search result. 図11−3は、呼出社員データのファイルデータ添付画面の一例を示す図である。FIG. 11C is a diagram of an example of a file data attachment screen for calling employee data. 図12は、業務システムにおけるファイルの取出手順を説明するフローチャートである。FIG. 12 is a flowchart for explaining a file extraction procedure in the business system. 図13−1は、取出対象となる社員データ検索画面の一例を示す図である。FIG. 13A is a diagram illustrating an example of an employee data search screen to be extracted. 図13−2は、検索結果としての社員データ一覧画面の一例を示す図である。FIG. 13-2 is a diagram illustrating an example of an employee data list screen as a search result. 図13−3は、呼出社員データのファイルデータ照会画面の一例を示す図である。FIG. 13C is a diagram of an example of a file data inquiry screen for calling employee data. 図14は、業務システム導入前の物理ファイル資産も継続管理できるとする効果を説明する図である。FIG. 14 is a diagram for explaining the effect that the physical file assets before the introduction of the business system can be continuously managed. 図15は、データベース外の物理ファイルについてもセキュアな管理ができるとする効果を説明する図である。FIG. 15 is a diagram for explaining the effect that secure management can be performed for physical files outside the database.

本発明にかかるファイル管理装置、ファイル管理方法、および、ファイル管理プログラムの実施形態を図面に基づいて詳細に説明する。なお、本発明は本実施形態により限定されるものではない。   Embodiments of a file management apparatus, a file management method, and a file management program according to the present invention will be described in detail with reference to the drawings. In addition, this invention is not limited by this embodiment.

[1.概要]
従来技術では、添付ファイルの活用事例がキー情報(例えば、社員)への添付を単独のファイル添付で実施という事例に限られていた。この場合、データベース(DB)保存・物理保存のように、複数手法による管理をわざわざ導入しなくても運用可能なため、本発明の必要性が無かった。但し、上記の場合、複数部署に跨がり、様々な手法で社員の情報を有した資料が管理されていた場合、権限などで部署間の管理を超える事ができないことから、情報の取得に融通が利かず、速やかな情報の取得や照会ができないという問題点があった。
[1. Overview]
In the prior art, the use case of the attached file is limited to the case where the attachment to the key information (for example, the employee) is performed by attaching the single file. In this case, there is no need for the present invention because it can be operated without bothering management by a plurality of methods such as database (DB) storage and physical storage. However, in the above case, when materials with employee information are managed by various methods across multiple departments, it is not possible to exceed management between departments due to authority, etc. There is a problem that information cannot be obtained or inquired promptly.

そこで、本実施形態に係るファイル管理装置は、業務システムで管理する写真・書類イメージ等の物理ファイルについて、その分類ごとに、リレーショナルデータベース(RDB)で管理(例えば、SQLサーバのテーブルに格納)したり、オペレーティングシステム(OS)で管理(例えば、ファイルサーバに保存)したりすることをマスタ設定のみで使用者に意識させずに制御することを可能としている。なお、本発明を導入することにより、例えば物理ファイル資産はファイルサーバ上にフォルダが配置されれば、自動的に業務システムと紐付き、管理可能な状態になるため、移行時の追加作業コストや登録の手間を省いて管理することが可能となる。また、業務システム上のキー情報(例えば、社員)に紐付けして、物理ファイルを管理・制御するため、業務システム上でキー情報での検索・物理ファイル参照が可能となる。   Therefore, the file management apparatus according to the present embodiment manages physical files such as photographs and document images managed by the business system in a relational database (RDB) for each classification (for example, stored in a table of an SQL server). And management (for example, saving in a file server) by an operating system (OS) can be controlled only by the master setting without being conscious of the user. With the introduction of the present invention, for example, if a physical file asset is placed on a file server, a physical file asset is automatically linked to a business system and becomes manageable. It is possible to manage without the hassle. In addition, since physical files are managed and controlled in association with key information (for example, employees) on the business system, it is possible to search and refer to physical files with key information on the business system.

[2.構成]
本実施形態に係るファイル管理装置の構成の一例について、図1から図8を参照して説明する。図1は、本実施形態に係るファイル管理装置の構成の一例を示すブロック図である。図2は、本実施形態に係るファイル管理装置の記憶部を構成するマスタの事前設定手順を説明するフローチャートである。図3は、図2で設定された各マスタのデータ構造の一例を示す図である。図4は、システム制御マスタの設定イメージの一例を示す図である。図5は、フォルダパス管理マスタの設定イメージの一例を示す図である。図6は、ファイルパス管理マスタの設定イメージの一例を示す図である。図7は、正規表現マスタの設定イメージの一例を示す図である。図8は、資料管理制御マスタの設定イメージの一例を示す図である。
[2. Constitution]
An example of the configuration of the file management apparatus according to the present embodiment will be described with reference to FIGS. FIG. 1 is a block diagram showing an example of the configuration of the file management apparatus according to this embodiment. FIG. 2 is a flowchart for explaining a presetting procedure for a master constituting the storage unit of the file management apparatus according to the present embodiment. FIG. 3 is a diagram showing an example of the data structure of each master set in FIG. FIG. 4 is a diagram illustrating an example of a setting image of the system control master. FIG. 5 is a diagram illustrating an example of a setting image of the folder path management master. FIG. 6 is a diagram illustrating an example of a setting image of the file path management master. FIG. 7 is a diagram illustrating an example of a setting image of the regular expression master. FIG. 8 is a diagram illustrating an example of a setting image of the material management control master.

ファイル管理装置100は、市販のデスクトップ型パーソナルコンピュータである。なお、ファイル管理装置100は、デスクトップ型パーソナルコンピュータのような据置型情報処理装置に限らず、市販されているノート型パーソナルコンピュータ、PDA(Personal Digital Assistants)、スマートフォン、タブレット型パーソナルコンピュータなどの携帯型情報処理装置であってもよい。   The file management apparatus 100 is a commercially available desktop personal computer. The file management apparatus 100 is not limited to a stationary information processing apparatus such as a desktop personal computer, but is a portable type such as a commercially available notebook personal computer, PDA (Personal Digital Assistant), smartphone, or tablet personal computer. An information processing apparatus may be used.

ファイル管理装置100は、制御部102と通信インターフェース部104と記憶部106と入出力インターフェース部108と、を備えている。ファイル管理装置100が備えている各部は、任意の通信路を介して通信可能に接続されている。   The file management apparatus 100 includes a control unit 102, a communication interface unit 104, a storage unit 106, and an input / output interface unit 108. Each unit included in the file management apparatus 100 is connected to be communicable via an arbitrary communication path.

通信インターフェース部104は、ルータ等の通信装置および専用線等の有線又は無線の通信回線を介して、ファイル管理装置100をネットワーク300に通信可能に接続する。通信インターフェース部104は、他の装置と通信回線を介してデータを通信する機能を有する。ここで、ネットワーク300は、ファイル管理装置100とデータベースとしてのSQLサーバ(登録商標)200、あるいは、データベース以外のファイルサーバ(クラウド環境も含めたウインドウズ(登録商標)やユニックス(登録商標)等のハードウェア全般)250とを相互に通信可能に接続する機能を有し、例えばインターネットやLAN(Local Area Network)等である。   The communication interface unit 104 connects the file management apparatus 100 to the network 300 via a communication device such as a router and a wired or wireless communication line such as a dedicated line. The communication interface unit 104 has a function of communicating data with other devices via a communication line. Here, the network 300 includes the file management apparatus 100 and a SQL server (registered trademark) 200 as a database, or a file server other than the database (hardware such as Windows (registered trademark) including the cloud environment, Unix (registered trademark)). Hardware) 250 and the like so as to be able to communicate with each other, such as the Internet or a LAN (Local Area Network).

[記憶部106]
記憶部106には、各種のデータベース、テーブル、およびファイルなどが格納される。記憶部106には、OS(Operating System)と協働してCPU(Central Processing Unit)に命令を与えて各種処理を行うためのコンピュータプログラムが記録される。記憶部106として、例えば、RAM(Random Access Memory)・ROM(Read Only Memory)等のメモリ装置、ハードディスクのような固定ディスク装置、フレキシブルディスク、および光ディスク等を用いることができる。ここで、記憶部106には、システム制御マスタ106a、フォルダパス管理マスタ106b、ファイルパス管理マスタ106c、正規表現マスタ106d、および資料管理制御マスタ106e等が格納されている。以下、各マスタの事前設定手順と各マスタに格納される情報の具体例について、図2〜図8を用いて詳細に説明する。
[Storage unit 106]
The storage unit 106 stores various databases, tables, files, and the like. The storage unit 106 stores a computer program for giving various instructions to a CPU (Central Processing Unit) in cooperation with an OS (Operating System). As the storage unit 106, for example, a memory device such as a RAM (Random Access Memory) and a ROM (Read Only Memory), a fixed disk device such as a hard disk, a flexible disk, and an optical disk can be used. Here, the storage unit 106 stores a system control master 106a, a folder path management master 106b, a file path management master 106c, a regular expression master 106d, a material management control master 106e, and the like. In the following, detailed description will be given of a pre-setting procedure for each master and a specific example of information stored in each master with reference to FIGS.

[システム制御マスタ106a]
システム制御マスタ106aは、業務システムで使用するファイルをどのように管理するかの制御状態を設定するマスタである。例えば、図2〜図4に示すように、制御状態を“0:混在”と設定した場合は、データベース管理と物理ファイル管理とを混在させて制御し、制御状態を“1:データベース”と設定した場合は、データベース管理のみで制御し、制御状態を“2:物理ファイル”と設定した場合は、物理ファイル管理のみで制御する。オペレータは、マスタ設定部102aを使ってシステム制御マスタ106aを設定する。本実施形態の制御状態は、図4に示すように、“0:混在”が設定されている。
[System control master 106a]
The system control master 106a is a master that sets a control state of how to manage files used in the business system. For example, as shown in FIGS. 2 to 4, when the control state is set to “0: mixed”, the database management and the physical file management are mixedly controlled, and the control state is set to “1: database”. In this case, control is performed only by database management. When the control state is set to “2: physical file”, control is performed only by physical file management. The operator sets the system control master 106a using the master setting unit 102a. As shown in FIG. 4, “0: mixed” is set as the control state of this embodiment.

[フォルダパス管理マスタ106b]
フォルダパス管理マスタ106bは、どのフォルダが管理対象となるかを設定するマスタである。つまり、物理管理を含む管理を行う場合であって、上記システム制御マスタ106aでは、データベース管理と物理ファイル管理とを混在させて制御する“0:混在”が設定されているため、データベース(SQLサーバ(登録商標)200)上とファイルサーバ250上に、管理対象となるフォルダパスを設定する。例えば、図3および図5に示すように、フォルダパス管理マスタ106bには、ファイルサーバ250における「人事」関係のファイルを管理するフォルダパス例として、“¥¥Server¥HR¥”、「第一営業」関係のファイルを管理するフォルダパス例として、“¥¥Server¥First−Sales¥”、「会計」関係のファイルを管理するフォルダパス例として、“¥¥Server¥accounting”、「第二営業」関係のファイルを管理するフォルダパス例として、“¥¥Server¥Second−Sales¥”などが設定されている。
[Folder path management master 106b]
The folder path management master 106b is a master that sets which folder is to be managed. That is, in the case of performing management including physical management, since “0: mixed” is set in the system control master 106a to control database management and physical file management in a mixed manner, the database (SQL server) is set. (Registered trademark) 200) and the file server 250, the folder path to be managed is set. For example, as shown in FIGS. 3 and 5, the folder path management master 106 b includes “¥¥ Server ¥ HR ¥”, “first” as examples of folder paths for managing “HR” related files in the file server 250. “¥¥ Server ¥ First-Sales ¥” as an example of a folder path for managing files related to “sales”, and “¥¥ Server \ accounting”, “second sales as examples of folder paths for managing files related to“ accounting ”. "\\ Server \ Second-Sales \" or the like is set as an example of a folder path for managing a file related to "."

[ファイルパス管理マスタ106c]
ファイルパス管理マスタ106cは、どのファイルが管理対象となるかを設定するマスタである。ここでは、図3および図6に示すように、管理対象となるファイルパスは、拡張子の付いた資料種類を表す分類と、正規表現によるキー情報とが紐付けられて設定されている。例えば、履歴書データは“.doc”という拡張子が付き、“|Busho|−|Shain|”という正規表現と紐付けられている。画像データは、“.jpg”という拡張子が付き、“|Busho|−|Shain|”という正規表現と紐付けられている。経歴データは、“.xls”という拡張子が付き、“|Busho|−|Shain|”という正規表現と紐付けられている。ポートフォリオは、“.pdf” という拡張子が付き、“|Busho|−|Shain|”という正規表現と紐付けられている。
[File path management master 106c]
The file path management master 106c is a master that sets which file is to be managed. Here, as shown in FIGS. 3 and 6, the file path to be managed is set by associating a classification representing a material type with an extension and key information by a regular expression. For example, the resume data has an extension “.doc” and is associated with a regular expression “| Busho |-| Shain |”. The image data has an extension “.jpg” and is associated with a regular expression “| Busho |-| Shain |”. The history data has an extension “.xls” and is associated with a regular expression “| Busho |-| Shain |”. The portfolio has an extension of “.pdf” and is linked to a regular expression “| Busho |-| Shain |”.

[正規表現マスタ106d]
正規表現マスタ106dは、正規表現(表現名)を用いて置換項目を特定するためのキー情報(検索キー)を設定するマスタである。例えば、図3および図7に示すように、検索キーとして従業員名やその検索結果としての従業員IDに対し、ここでは不図示の部署マスタを介して部署CDに置換し、正規表現としての“|Busho|”を抽出する。また、検索キーとしての従業員IDに対し、不図示の従業員マスタを介して従業員CDに置換し、正規表現としての“|Shain|”を抽出する。
[Regular expression master 106d]
The regular expression master 106d is a master that sets key information (search key) for specifying a replacement item using a regular expression (expression name). For example, as shown in FIGS. 3 and 7, an employee name as a search key and an employee ID as a search result thereof are replaced with a department CD via a department master (not shown) as a regular expression. “| Busho |” is extracted. Further, the employee ID as a search key is replaced with an employee CD via an employee master (not shown), and “| Shain |” as a regular expression is extracted.

[資料管理制御マスタ106e]
資料管理制御マスタ106eは、どの資料種類(拡張子)がどの管理対象となるかを設定するマスタである。例えば、図3および図8に示すように、“.doc”という拡張子付きのファイルは、管理対象がファイルサーバ(ファイルサーバ250)に設定され、“.xls”という拡張子付きのファイルは、管理対象がデータベース(SQLサーバ(登録商標)200)に設定され、“.jpg”という拡張子付きのファイルは、管理対象がデータベース(SQLサーバ(登録商標)200)に設定され、“.pdf”という拡張子付きのファイルは、管理対象がファイルサーバ(ファイルサーバ250)とデータベース(SQLサーバ(登録商標)200)の混在として設定される。上記のファイルパス管理マスタ106cにて設定されたパスに存在するファイル全てを閲覧できるわけではなく、当該資料管理制御マスタ106eで設定された拡張子の付いたファイルのみ閲覧可能となる。
[Material management control master 106e]
The material management control master 106e is a master for setting which material type (extension) is to be managed. For example, as shown in FIG. 3 and FIG. 8, a file with an extension “.doc” is set as a management target in the file server (file server 250), and a file with an extension “.xls” is The management target is set in the database (SQL server (registered trademark) 200), and the file with the extension “.jpg” is set in the database (SQL server (registered trademark) 200), and “.pdf” In the file with the extension, the management target is set as a mixture of a file server (file server 250) and a database (SQL server (registered trademark) 200). Not all files existing in the path set in the file path management master 106c can be browsed, but only files with extensions set in the material management control master 106e can be browsed.

入出力インターフェース部108は、入力装置112および出力装置114が接続されている。出力装置114には、モニタ(家庭用テレビを含む)の他、スピーカやプリンタを用いることができる。入力装置112には、キーボード、マウス、およびマイクの他、マウスと協働してポインティングデバイス機能を実現するモニタを用いることができる。なお、以下では、出力装置114をモニタ114とし、入力装置112をキーボード112またはマウス112として記載する場合がある。   The input / output interface unit 108 is connected to an input device 112 and an output device 114. As the output device 114, a speaker (including a home television), a speaker, and a printer can be used. As the input device 112, in addition to a keyboard, a mouse, and a microphone, a monitor that realizes a pointing device function in cooperation with the mouse can be used. In the following description, the output device 114 may be described as the monitor 114, and the input device 112 may be described as the keyboard 112 or the mouse 112.

[制御部102]
制御部102は、ファイル管理装置100を統括的に制御するCPU等である。制御部102は、OS等の制御プログラム・各種の処理手順等を規定したプログラム・所要データなどを格納するための内部メモリを有し、格納されているこれらのプログラムに基づいて種々の情報処理を実行する。制御部102は、機能概念的に、マスタ設定手段としてのマスタ設定部102a、キー情報検索手段としてのキー情報検索部102b、表示手段としての表示部102c、キー情報選択手段としてのキー情報選択部102d、ファイル処理手段としてのファイル処理部102e等を備えている。以下、制御部102の各処理部で行われる処理の具体例について、詳細に説明する。
[Control unit 102]
The control unit 102 is a CPU or the like that controls the file management apparatus 100 in an integrated manner. The control unit 102 has an internal memory for storing a control program such as an OS, a program that defines various processing procedures, and necessary data, and performs various information processing based on these stored programs. Run. In terms of functional concept, the control unit 102 includes a master setting unit 102a as a master setting unit, a key information search unit 102b as a key information search unit, a display unit 102c as a display unit, and a key information selection unit as a key information selection unit. 102d, a file processing unit 102e as file processing means, and the like. Hereinafter, a specific example of processing performed by each processing unit of the control unit 102 will be described in detail.

[マスタ設定部102a]
マスタ設定部102aは、上記5つのマスタ106a〜106eを事前に設定する設定部である。マスタ設定部102aは、図2の手順に基づいて各マスタの設定処理が行われる。具体的には、マスタ設定部102aは、まずシステム制御マスタ106aの設定を行う(ステップSA−1)。そして、システムにおける管理が物理管理ファイルを含む場合は(ステップSA−2:Yes)、フォルダパス管理マスタ106bの設定を行い(ステップSA−3)、ファイルパス管理マスタ106cの設定を行い(ステップSA−4)、正規表現マスタ106dの設定を行った後(ステップSA−5)、資料管理制御マスタ106eの設定を行う(ステップSA−6)。また、マスタ設定部102aは、ステップSA−2において、システムにおける管理が物理管理ファイルを含まない場合は(ステップSA−2:No)、資料管理制御マスタ106eのみを設定する(ステップSA−6)。これは、管理対象がSQLサーバ(登録商標)200(データベース)のみの場合は、DBMS(Database management system)によりファイル管理が可能であるため、フォルダパス管理マスタ106b、ファイルパス管理マスタ106c、および、正規表現マスタ106dを設定する必要が無いからである。
[Master setting unit 102a]
The master setting unit 102a is a setting unit that sets the five masters 106a to 106e in advance. The master setting unit 102a performs setting processing for each master based on the procedure of FIG. Specifically, the master setting unit 102a first sets the system control master 106a (step SA-1). If management in the system includes a physical management file (step SA-2: Yes), the folder path management master 106b is set (step SA-3), and the file path management master 106c is set (step SA). -4) After setting the regular expression master 106d (step SA-5), the material management control master 106e is set (step SA-6). In step SA-2, if the management in the system does not include a physical management file (step SA-2: No), the master setting unit 102a sets only the material management control master 106e (step SA-6). . This is because, when the management target is only the SQL server (registered trademark) 200 (database), file management is possible by DBMS (Database management system), so the folder path management master 106b, the file path management master 106c, and This is because there is no need to set the regular expression master 106d.

[キー情報検索部102b]
キー情報検索部102bは、システム制御マスタ106aの設定が物理管理ファイルを含む場合、保存あるいは照会したいファイルの管理対象であるキー情報(社員や従業員)を正規表現マスタ106dに基づいて検索する。例えば、あるファイルを指定して特定の従業員のデータとして保存する場合、キー情報検索部102bは、当該従業員の検索に必要な検索条件を指定することで、対象となるキー情報を検索し、その検索結果を表示部102cにより表示する。また、ある従業員に関する保存データを一元的に取得して確認(照会)したい場合、キー情報検索部102bは、管理対象ユーザの検索に必要な条件を指定することで、正規表現マスタ106dに基づいて対象となるキー情報を検索し、その検索結果は表示部102cにより表示される。
[Key information search unit 102b]
When the setting of the system control master 106a includes a physical management file, the key information search unit 102b searches for key information (employee or employee) that is the management target of the file to be stored or inquired based on the regular expression master 106d. For example, when a certain file is specified and saved as data of a specific employee, the key information search unit 102b searches for target key information by specifying a search condition necessary for the search of the employee. The search result is displayed on the display unit 102c. In addition, when it is desired to centrally obtain and confirm (inquire) saved data related to a certain employee, the key information search unit 102b is based on the regular expression master 106d by specifying a condition necessary for searching for a management target user. The target key information is searched, and the search result is displayed by the display unit 102c.

[表示部102c]
表示部102cは、制御部102により操作するための入力画面や処理結果をディスプレイ等の出力装置114に表示させる。
[Display unit 102c]
The display unit 102c causes an output device 114 such as a display to display an input screen for operation by the control unit 102 and a processing result.

[キー情報選択部102d]
キー情報選択部102dは、キー情報検索部102bによって検索した検索結果の中からファイルの保存あるいは照会したいファイルの管理対象であるキー情報を選択する。キー情報検索部102bは、管理対象の検索に必要な検索条件を指定しても、指定条件によって複数の検索結果が表示されることがある。このように、キー情報選択部102dは、検索結果の中から管理対象を絞り込む必要があるため、特定のキー情報を選択する。例えば、キー情報検索部102bで指定した検索条件が曖昧であるか、一定範囲の検索条件で検索してから絞込みをかけたい場合は、キー情報の検索結果が複数表示されるため、その中から特定のキー情報を選択する必要がある。
[Key information selection unit 102d]
The key information selection unit 102d selects key information that is a management target of a file to be stored or inquired from among the search results searched by the key information search unit 102b. Even if the key information search unit 102b specifies a search condition necessary for the management target search, a plurality of search results may be displayed depending on the specified condition. Thus, the key information selection unit 102d selects specific key information because it is necessary to narrow down the management target from the search results. For example, if the search condition specified by the key information search unit 102b is ambiguous or if it is desired to narrow down after searching with a certain range of search conditions, a plurality of key information search results are displayed. You need to select specific key information.

[ファイル処理部102e]
ファイル処理部102eは、キー情報選択部102dでファイルの管理対象であるキー情報(従業員など)が選択されると、当該キー情報と紐付くファイルを複数の保存先から抽出する照合処理を行ったり、当該キー情報に添付するファイルの保存先を指定して保存処理(アップロード)したりする。例えば、あるファイルを指定して管理対象であるキー情報に保存する場合、ファイル処理部102eは、キー情報選択部102dで選択されたキー情報の画面上で添付ファイルを保存するフォルダパスを指定してアップロードする。また、選択されたキー情報と紐付くファイルを複数の保存先から抽出して照会する場合、ファイル処理部102eは、キー情報選択部102dで選択されたキー情報の画面上で照会処理を指示すると、選択されたキー情報と紐付く正規表現に基づいて複数の保存先からファイルが抽出されるため、利用者は選択したキー情報(従業員など)に関するファイルを一元的に確認(照会)することができる。
[File processing unit 102e]
When the key information (employee, etc.) to be managed by the file is selected by the key information selection unit 102d, the file processing unit 102e performs a collation process for extracting a file associated with the key information from a plurality of storage destinations. Or save processing (upload) by specifying the storage location of the file attached to the key information. For example, when a certain file is specified and saved in the key information to be managed, the file processing unit 102e designates a folder path for saving the attached file on the key information screen selected by the key information selecting unit 102d. And upload. When the file associated with the selected key information is extracted from a plurality of storage destinations and inquired, the file processing unit 102e instructs the inquiry processing on the screen of the key information selected by the key information selecting unit 102d. Because files are extracted from multiple save destinations based on the regular expression associated with the selected key information, the user should centrally confirm (inquire) the files related to the selected key information (employee, etc.) Can do.

[3.具体例]
本実施形態の具体例について、図9〜図15を参照し、本実施形態に係るファイル管理装置の処理の一例について説明する。図9は、業務システムで管理するファイルを分類ごとに保存する一例を示す図である。図10は、業務システムにおけるファイルを保存する場合の手順を説明するフローチャートである。図11−1は、保存対象となる社員データ検索画面の一例を示す図である。図11−2は、検索結果としての社員データ一覧画面の一例を示す図である。図11−3は、呼出社員データのファイルデータ添付画面の一例を示す図である。図12は、業務システムにおけるファイルの取出手順を説明するフローチャートである。図13−1は、取出対象となる社員データ検索画面の一例を示す図である。図13−2は、検索結果としての社員データ一覧画面の一例を示す図である。図13−3は、呼出社員データのファイルデータ照会画面の一例を示す図である。図14は、業務システム導入前の物理ファイル資産も継続管理できるとする効果を説明する図である。図15は、データベース外の物理ファイルについてもセキュアな管理ができるとする効果を説明する図である。
[3. Concrete example]
A specific example of the present embodiment will be described with reference to FIGS. 9 to 15 as an example of processing performed by the file management apparatus according to the present embodiment. FIG. 9 is a diagram showing an example of storing files managed by the business system for each classification. FIG. 10 is a flowchart for explaining the procedure for saving a file in the business system. FIG. 11A is a diagram illustrating an example of an employee data search screen to be stored. FIG. 11B is a diagram illustrating an example of an employee data list screen as a search result. FIG. 11C is a diagram of an example of a file data attachment screen for calling employee data. FIG. 12 is a flowchart for explaining a file extraction procedure in the business system. FIG. 13A is a diagram illustrating an example of an employee data search screen to be extracted. FIG. 13-2 is a diagram illustrating an example of an employee data list screen as a search result. FIG. 13C is a diagram of an example of a file data inquiry screen for calling employee data. FIG. 14 is a diagram for explaining the effect that the physical file assets before the introduction of the business system can be continuously managed. FIG. 15 is a diagram for explaining the effect that secure management can be performed for physical files outside the database.

以下、ファイル管理装置100の処理の一例について図9を用いて説明し、さらに、図10と図11−1〜図11−3、および、図12と図13−1〜図13−3を用いて具体的な操作画面での処理動作を説明する。そして、図14および図15を用いて、本実施形態における効果を説明する。   Hereinafter, an example of processing of the file management apparatus 100 will be described with reference to FIG. 9, and further with reference to FIGS. 10 and 11-1 to 11-3, and FIGS. 12 and 13-1 to 13-3. The processing operation on the specific operation screen will be described. And the effect in this embodiment is demonstrated using FIG. 14 and FIG.

[ファイル管理装置の概要]
本実施形態に係るファイル管理装置100は、業務システムにおいて管理する写真や書類イメージ等の物理ファイルの保存先として、SQLサーバ200(商標登録)などのデータベースやデータベース以外のファイルサーバ250などを使用し、ユーザに保存先を意識させずにファイルの分類に応じた保存先に保存、あるいは、ファイルを取得して照会するファイル管理を行っている。例えば、企業において社員情報のファイル管理を行う場合、図9に示すように、導入会社にA社とB社とがあって、A社の社員情報の管理対象である「山田さん」や「坂本さん」は、キー情報となる。同様に、B社の社員情報の管理対象である「田中さん」や「川田さん」は、キー情報となる。
[Overview of file management device]
The file management apparatus 100 according to the present embodiment uses a database such as the SQL server 200 (trademark registration) or a file server 250 other than the database as a storage destination of physical files such as photographs and document images managed in the business system. The file management is performed so that the user can save the file according to the classification of the file without being conscious of the storage destination, or obtain and inquire the file. For example, when managing employee information files in a company, as shown in FIG. 9, there are company A and company B as introduction companies, and “Mr. Yamada” or “Sakamoto” who is the management target of employee information of company A "Is" key information. Similarly, “Mr. Tanaka” and “Mr. Kawada”, which are management targets of the employee information of company B, are key information.

本実施形態に係るファイル管理装置100は、上記図2〜図8に示すように、制御部102のマスタ設定部102aにより、事前にシステム制御マスタ106a、フォルダパス管理マスタ106b、ファイルパス管理マスタ106c、正規表現マスタ106d、および、資料管理制御マスタ106eを設定している。このマスタ設定は、導入会社におけるファイル管理の設定基準に応じて設定することができる。このため、A社では、図9に示すように、ファイル分類が「履歴書」や「写真」については、データベース(DB)で管理するように設定し、「その他書類」はデータベース外(例えば、ファイルサーバ250)で管理するように設定している。また、B社では、図9に示すように、ファイル分類が「履歴書」については、データベース(DB)で管理するように設定し、「写真」や「その他書類」についてはデータベース外(例えば、ファイルサーバ250)で管理するように設定することができる。このように、企業毎にファイル管理の仕方が異なっていても、それに応じてマスタ設定を変えるだけで容易に対応可能となる。   As shown in FIGS. 2 to 8, the file management apparatus 100 according to the present embodiment uses the master setting unit 102a of the control unit 102 in advance to perform system control master 106a, folder path management master 106b, and file path management master 106c. A regular expression master 106d and a material management control master 106e are set. This master setting can be set according to the file management setting standards in the introducing company. For this reason, as shown in FIG. 9, in Company A, the file classification is set so that “resume” and “photograph” are managed in the database (DB), and “other documents” are outside the database (for example, It is set to be managed by the file server 250). Further, as shown in FIG. 9, the company B sets the file classification “resume” to be managed in the database (DB), and “photographs” and “other documents” outside the database (for example, It can be set to be managed by the file server 250). As described above, even if the file management method is different for each company, it can be easily handled by changing the master setting accordingly.

[特定の社員情報にファイルを添付する場合]
まず、ファイル管理装置100は、図10および図11−1〜図11−3に示すように、キー情報である社員情報に対して、新たな人事データファイルを添付することで、人事情報を更新することができる。具体的には、図11−1に示す社員データ検索画面上で、キー情報となる社員データを検索する。検索条件としては、部署CDや社員CD(従業員CD)や担当企業CDを入力するか、あるいは、部署名や社員名や担当企業名を入力すると、図7の正規表現マスタ106dに示す部署マスタや従業員マスタによって部署CDや社員CD(従業員CD)に置換され検索条件を指定する。ここで、人事部のオペレータが検索ボタンMB1を押下すると、キー情報検索部102bは、検索条件に対応する部署IDや従業員IDなどの検索キー(キー情報)を検索すると共に、この検索したキー情報と表現名(正規表現)とを紐付ける(図10のステップSA−11)。
[To attach a file to specific employee information]
First, as shown in FIGS. 10 and 11-1 to 11-3, the file management apparatus 100 updates personnel information by attaching a new personnel data file to employee information that is key information. can do. Specifically, employee data serving as key information is searched on the employee data search screen shown in FIG. As a search condition, when a department CD, an employee CD (employee CD), or a company CD in charge is input, or a department name, an employee name, or a company name in charge is input, the department master shown in the regular expression master 106d in FIG. Or by the employee master and replaced with a department CD or employee CD (employee CD) to specify a search condition. Here, when the operator of the personnel department presses the search button MB1, the key information search unit 102b searches for a search key (key information) such as a department ID and an employee ID corresponding to the search condition, and the searched key. Information and an expression name (regular expression) are associated (step SA-11 in FIG. 10).

社員データ検索画面の図11−1では、検索条件に幅を持たせていないため、検索結果は、社員データ一覧画面の図11−2に示すように、1人の社員データのみが抽出されて表示されるが、検索条件に幅を持たせた場合は、複数の検索結果が抽出されて表示される(図10のステップSA−12)。このため、社員データ一覧画面の図11−2では、検索結果からファイル添付するキー情報を選択する必要はないが、検索結果が複数ある場合はキー情報選択部102dによりファイル添付するキー情報を選択し、添付ボタンMB2を押下する(図10のステップSA−13)。   In FIG. 11-1 of the employee data search screen, since there is no range in the search condition, only one employee data is extracted as the search result as shown in FIG. 11-2 of the employee data list screen. Although displayed, if the search condition has a width, a plurality of search results are extracted and displayed (step SA-12 in FIG. 10). For this reason, in FIG. 11-2 of the employee data list screen, it is not necessary to select key information to attach a file from the search result. However, when there are a plurality of search results, the key information selection unit 102d selects the key information to attach the file. Then, the attachment button MB2 is pressed (step SA-13 in FIG. 10).

キー情報選択部102dで選択されたキー情報は、これと紐付く正規表現マスタ106dの正規表現(例えば、“|Busho|−|Shain|”)に基づいて、SQLサーバ200(商標登録)やファイルサーバ250に対してファイル検索をかける。例えば、図6に示すファイルパス管理マスタ106cに設定された“|Busho|−|Shain|”のキー情報を含むファイルパスを持ったファイルを抽出し、図11−3のファイルデータ添付画面の呼出社員データとして一覧表示する。ここでは、キー情報に基づく呼出社員データの「第一営業部 横山太郎」を添付対象として、新たに添付するファイルを指定してアップロードする。アップロードする添付ファイルは、図11−3に示すように、ファイルの保存先であるフォルダパスとファイルパスとを指定して(図10のステップSA−14)、登録ボタンMB3を押下すると、SQLサーバ200にアップロードされる(図10のステップSA−15)。   The key information selected by the key information selection unit 102d is based on the regular expression (eg, “| Busho |-| Shain |”) of the regular expression master 106d associated with the key information. A file search is performed on the server 250. For example, a file having a file path including key information “| Busho |-| Shain |” set in the file path management master 106c shown in FIG. 6 is extracted, and the file data attachment screen shown in FIG. List as employee data. In this example, a file to be newly attached is designated and uploaded with “Taro Yokoyama of the first sales department” of the calling employee data based on the key information as an attachment target. As shown in FIG. 11-3, the attachment file to be uploaded designates the folder path and file path where the file is to be stored (step SA-14 in FIG. 10), and when the registration button MB3 is pressed, the SQL server 200 (step SA-15 in FIG. 10).

[特定の社員情報のファイルを照会する場合]
まず、ファイル管理装置100は、図12および図13−1〜図13−3に示すように、例えば営業企画部の担当者が営業企画に関するアサインのため、人事データを照会することができる。具体的には、図13−1に示す社員データ検索画面上で、キー情報となる社員データを検索する。検索条件としては、部署CDや社員CD(従業員CD)や担当企業CDを入力するか、あるいは、部署名や社員名や担当企業名を入力すると、図7の正規表現マスタ106dに示す部署マスタや従業員マスタによって部署CDや社員CD(従業員CD)に置換され検索条件を指定する。ここで、営業企画部のオペレータが検索ボタンMB4を押下すると、キー情報検索部102bは、検索条件に対応する部署IDや従業員IDなどの検索キー(キー情報)を検索すると共に、この検索したキー情報と表現名(正規表現)とを紐付ける(図12のステップSA−21)。
[When querying a specific employee information file]
First, as shown in FIGS. 12 and 13-1 to 13-3, the file management apparatus 100 can inquire personnel data for, for example, a person in charge of the sales planning department for assignment related to sales planning. Specifically, employee data serving as key information is searched on the employee data search screen shown in FIG. As a search condition, when a department CD, an employee CD (employee CD), or a company CD in charge is input, or a department name, an employee name, or a company name in charge is input, the department master shown in the regular expression master 106d in FIG. Or by the employee master and replaced with a department CD or employee CD (employee CD) to specify a search condition. Here, when the operator of the sales planning department presses the search button MB4, the key information search unit 102b searches for a search key (key information) such as a department ID and an employee ID corresponding to the search condition, and performs this search. The key information is associated with the expression name (regular expression) (step SA-21 in FIG. 12).

社員データ検索画面の図13−1では、検索条件に一定の幅を持たせているため、検索結果は、社員データ一覧画面の図13−2に示すように、複数の検索結果が抽出されて表示される(図12のステップSA−22)。このため、社員データ一覧画面の図13−2では、検索結果からファイル照会したいキー情報を選択する必要がある。ここでは、営業企画部のオペレータがキー情報選択部102dによりファイル照会するキー情報「第一営業部 横山太郎」を選択し、照会ボタンMB5を押下する(図12のステップSA−23)。   In FIG. 13-1 of the employee data search screen, since a certain range is given to the search conditions, a plurality of search results are extracted as shown in FIG. 13-2 of the employee data list screen. Is displayed (step SA-22 in FIG. 12). For this reason, in FIG. 13-2 of the employee data list screen, it is necessary to select key information for file inquiry from the search result. Here, the operator of the sales planning department selects the key information “first sales department Taro Yokoyama” for file inquiry by the key information selection section 102d, and presses the inquiry button MB5 (step SA-23 in FIG. 12).

キー情報選択部102dで選択されたキー情報は、これと紐付く正規表現マスタ106dの正規表現(例えば、“|Busho|−|Shain|”)に基づいて、SQLサーバ200(商標登録)やファイルサーバ250に対してファイル検索をかける。例えば、図6に示すファイルパス管理マスタ106cに設定された“|Busho|−|Shain|”のキー情報を含むファイルパスを持ったファイルを抽出し、図13−3のファイルデータ照会画面の呼出社員データとして一覧表示する(図12のステップSA−24)。ここでは、キー情報に基づく呼出社員データの「第一営業部 横山太郎」を照会対象として、これに関連する人事データをSQLサーバ200(商標登録)やファイルサーバ250から抽出して、一覧表示することができる。このため、営業企画部の担当者は、照会対象の人事データがSQLサーバ200(商標登録)やファイルサーバ250のいずれに保存されているかを意識することなく一元的に確認することが可能となる。図13−3のファイルデータ照会画面に一覧表示されたファイル名をクリックすると、さらにそのファイルデータの詳細な内容を保存先のSQLサーバ200(商標登録)やファイルサーバ250にアクセスして画面上に表示させることも可能である(図12のステップSA−25)。   The key information selected by the key information selection unit 102d is based on the regular expression (eg, “| Busho |-| Shain |”) of the regular expression master 106d associated with the key information. A file search is performed on the server 250. For example, a file having a file path including key information “| Busho |-| Shain |” set in the file path management master 106c shown in FIG. 6 is extracted, and the file data inquiry screen shown in FIG. A list is displayed as employee data (step SA-24 in FIG. 12). Here, “Taro Yokoyama of the first sales department” of the calling employee data based on the key information is set as a query target, and personnel data related thereto is extracted from the SQL server 200 (registered trademark) and the file server 250 and displayed in a list. be able to. For this reason, the person in charge of the sales planning department can check the HR data to be inquired centrally without being aware of whether the HR data is stored in the SQL server 200 (trademark registration) or the file server 250. . When a file name listed on the file data inquiry screen in FIG. 13-3 is clicked, the detailed contents of the file data are further accessed on the storage destination SQL server 200 (trademark registration) or file server 250 on the screen. It is also possible to display (step SA-25 in FIG. 12).

このように、本実施形態に係るファイル管理装置100によれば、マスタ設定を行うことにより、業務システム導入前に行っていた物理ファイルの資産を導入後もそのまま管理可能となり、ファイル管理の移行作業が不要になるという利点がある。つまり、図14に示すように、「写真」や「その他書類」のような物理ファイルの紐付けは、正規表現マスタ106dによって定義することで実現できるため、本実施形態に係るファイル管理装置100の導入による移行作業への影響を最小限に抑えることができる。   As described above, according to the file management apparatus 100 according to the present embodiment, by performing the master setting, it becomes possible to manage the physical file assets that were performed before the introduction of the business system as they are after the introduction, and the file management migration work There is an advantage that becomes unnecessary. That is, as shown in FIG. 14, physical file linking such as “photos” and “other documents” can be realized by being defined by the regular expression master 106d, so that the file management apparatus 100 according to the present embodiment can be linked. The impact on the migration work due to the introduction can be minimized.

また、本実施形態に係るファイル管理装置100によれば、図15に示すように、SQLサーバ等のデータベースで管理されるファイルは勿論、データベース外のファイルサーバ等で管理される物理ファイルについても、セキュアな管理が可能となり、内部統制の強化となる。例えば、図15に示すように、ファイルサーバにおける物理ファイルの管理において、情報セキュリティの3要素である機密性(Confidential)では、アクセス権付与やファイル閲覧記録を行い、完全性(Integrity)では、データベースアクセスやデジタル署名を行い、可用性(Availability)では、SQLバックアップやOSシステムバックアップを行うことにより実現している。   Further, according to the file management apparatus 100 according to the present embodiment, as shown in FIG. 15, not only files managed by a database such as an SQL server but also physical files managed by a file server outside the database, Secure management is possible and internal control is strengthened. For example, as shown in FIG. 15, in the management of a physical file in a file server, in the confidentiality (Confidential) which is the three elements of information security, access right is given and file browsing is recorded, and in the integrity (Integrity), the database Access and digital signature are performed, and availability (Availability) is realized by performing SQL backup and OS system backup.

[4.他の実施形態]
本発明は、上述した実施形態以外にも、特許請求の範囲に記載した技術的思想の範囲内において種々の異なる実施形態にて実施されてよいものである。
[4. Other Embodiments]
In addition to the above-described embodiments, the present invention may be implemented in various different embodiments within the scope of the technical idea described in the claims.

例えば、実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。   For example, among the processes described in the embodiments, all or part of the processes described as being automatically performed can be performed manually, or all of the processes described as being performed manually are all performed. Alternatively, a part can be automatically performed by a known method.

また、本明細書中や図面中で示した処理手順、制御手順、具体的名称、各処理の登録データや検索条件等のパラメータを含む情報、画面例、データベース構成については、特記する場合を除いて任意に変更することができる。   In addition, the processing procedures, control procedures, specific names, information including parameters such as registration data and search conditions for each processing, screen examples, and database configurations shown in the present specification and drawings, unless otherwise specified. Can be changed arbitrarily.

また、ファイル管理装置100に関して、図示の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。   In addition, regarding the file management apparatus 100, each illustrated component is functionally conceptual and does not necessarily need to be physically configured as illustrated.

例えば、ファイル管理装置100が備える処理機能、特に制御部102にて行われる各処理機能については、その全部または任意の一部を、CPUおよび当該CPUにて解釈実行されるプログラムにて実現してもよく、また、ワイヤードロジックによるハードウェアとして実現してもよい。尚、プログラムは、本実施形態で説明した処理を情報処理装置に実行させるためのプログラム化された命令を含む一時的でないコンピュータ読み取り可能な記録媒体に記録されており、必要に応じてファイル管理装置100に機械的に読み取られる。すなわち、ROMまたはHDD(Hard Disk Drive)などの記憶部106などには、OSと協働してCPUに命令を与え、各種処理を行うためのコンピュータプログラムが記録されている。このコンピュータプログラムは、RAMにロードされることによって実行され、CPUと協働して制御部102を構成する。   For example, the processing functions provided in the file management apparatus 100, in particular, the processing functions performed by the control unit 102, are realized entirely or arbitrarily by a CPU and a program interpreted and executed by the CPU. It may also be realized as hardware by wired logic. The program is recorded on a non-transitory computer-readable recording medium including programmed instructions for causing the information processing apparatus to execute the processing described in the present embodiment, and a file management apparatus as necessary. 100 mechanically read. That is, in the storage unit 106 such as a ROM or an HDD (Hard Disk Drive), a computer program for giving instructions to the CPU in cooperation with the OS and performing various processes is recorded. This computer program is executed by being loaded into the RAM, and constitutes the control unit 102 in cooperation with the CPU.

また、このコンピュータプログラムは、ファイル管理装置100に対して任意のネットワークを介して接続されたアプリケーションプログラムサーバに記憶されていてもよく、必要に応じてその全部または一部をダウンロードすることも可能である。   The computer program may be stored in an application program server connected to the file management apparatus 100 via an arbitrary network, and may be downloaded in whole or in part as necessary. is there.

また、本実施形態で説明した処理を実行するためのプログラムを、一時的でないコンピュータ読み取り可能な記録媒体に格納してもよく、また、プログラム製品として構成することもできる。ここで、この「記録媒体」とは、メモリーカード、USB(Universal Serial Bus)メモリ、SD(Secure Digital)カード、フレキシブルディスク、光磁気ディスク、ROM、EPROM(Erasable Programmable Read Only Memory)、EEPROM(登録商標)(Electrically Erasable and Programmable Read Only Memory)、CD−ROM(Compact Disk Read Only Memory)、MO(Magneto−Optical disk)、DVD(Digital Versatile Disk)、および、Blu−ray(登録商標) Disc等の任意の「可搬用の物理媒体」を含むものとする。   In addition, a program for executing the processing described in this embodiment may be stored in a non-temporary computer-readable recording medium, or may be configured as a program product. Here, the “recording medium” refers to a memory card, USB (Universal Serial Bus) memory, SD (Secure Digital) card, flexible disk, magneto-optical disk, ROM, EPROM (Erasable Programmable Read Only Memory), EEPROM (registration). Trademark) (Electrically Erasable and Programmable Read Only Memory), CD-ROM (Compact Disk Read Only Memory), MO (Magneto-Optical disk, etc.), DVD (Digital Digital, Trademark) Any “portable physical media It is intended to include.

また、「プログラム」とは、任意の言語または記述方法にて記述されたデータ処理方法であり、ソースコードまたはバイナリコード等の形式を問わない。なお、「プログラム」は必ずしも単一的に構成されるものに限られず、複数のモジュールやライブラリとして分散構成されるものや、OSに代表される別個のプログラムと協働してその機能を達成するものをも含む。なお、実施形態に示した各装置において記録媒体を読み取るための具体的な構成および読み取り手順ならびに読み取り後のインストール手順等については、周知の構成や手順を用いることができる。   The “program” is a data processing method described in an arbitrary language or description method, and may be in any form such as source code or binary code. Note that the “program” is not necessarily limited to a single configuration, and functions are achieved in cooperation with a separate configuration such as a plurality of modules and libraries or a separate program represented by the OS. Including things. In addition, a well-known structure and procedure can be used about the specific structure and reading procedure for reading a recording medium in each apparatus shown to embodiment, the installation procedure after reading, etc.

記憶部106に格納される各種のデータベース等は、RAM、ROM等のメモリ装置、ハードディスク等の固定ディスク装置、フレキシブルディスク、および、光ディスク等のストレージ手段であり、各種処理やウェブサイト提供に用いる各種のプログラム、テーブル、データベース、および、ウェブページ用ファイル等を格納する。   Various databases and the like stored in the storage unit 106 are storage devices such as a memory device such as a RAM and a ROM, a fixed disk device such as a hard disk, a flexible disk, and an optical disk. Programs, tables, databases, web page files, and the like.

また、ファイル管理装置100は、既知のパーソナルコンピュータまたはワークステーション等の情報処理装置として構成してもよく、また、任意の周辺装置が接続された当該情報処理装置として構成してもよい。また、ファイル管理装置100は、当該情報処理装置に本実施形態で説明した処理を実現させるソフトウェア(プログラムまたはデータ等を含む)を実装することにより実現してもよい。   Further, the file management apparatus 100 may be configured as an information processing apparatus such as a known personal computer or workstation, or may be configured as the information processing apparatus to which an arbitrary peripheral device is connected. Further, the file management apparatus 100 may be realized by installing software (including a program or data) that realizes the processing described in the present embodiment in the information processing apparatus.

更に、装置の分散・統合の具体的形態は図示するものに限られず、その全部または一部を、各種の付加等に応じてまたは機能付加に応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。すなわち、上述した実施形態を任意に組み合わせて実施してもよく、実施形態を選択的に実施してもよい。   Furthermore, the specific form of the distribution / integration of the devices is not limited to that shown in the drawings, and all or a part thereof may be functionally or physically in arbitrary units according to various additions or according to function additions. It can be configured to be distributed and integrated. That is, the above-described embodiments may be arbitrarily combined and may be selectively implemented.

本発明は、特に、業務システムにおいて社員等のキー情報に紐づく物理ファイルの管理を行う業務であれば業種や業界を問わず利用可能である。   The present invention can be used regardless of the type of business or industry as long as it is a business that manages a physical file associated with key information of an employee or the like in a business system.

100 ファイル管理装置
102 制御部
102a マスタ設定部
102b キー情報検索部
102c 表示部
102d キー情報選択部
102e ファイル処理部
104 通信インターフェース部
106 記憶部
106a システム制御マスタ(第2マスタ)
106b フォルダパス管理マスタ(第1マスタ)
106c ファイルパス管理マスタ(第1マスタ)
106d 正規表現マスタ(第1マスタ)
106e 資料管理制御マスタ(第2マスタ)
108 入出力インターフェース部
112 入力装置
114 出力装置
200 SQLサーバ(データベース)
250 ファイルサーバ
300 ネットワーク
DESCRIPTION OF SYMBOLS 100 File management apparatus 102 Control part 102a Master setting part 102b Key information search part 102c Display part 102d Key information selection part 102e File processing part 104 Communication interface part 106 Storage part 106a System control master (2nd master)
106b Folder path management master (first master)
106c File path management master (first master)
106d Regular expression master (first master)
106e Material management control master (second master)
108 Input / output interface unit 112 Input device 114 Output device 200 SQL server (database)
250 file server 300 network

Claims (8)

記憶部と制御部とを備え、業務システムで管理するファイルを分類に応じて異なる保存先に振り分けて保存すると共に、該異なる保存先に保存されているファイルの照会を行うファイル管理装置であって、
前記記憶部には、
前記ファイルを前記異なる保存先のいずれかで管理する際に、正規表現を利用してキー情報と前記ファイルとを紐付ける第1マスタと、
前記ファイルを前記異なる保存先の何れで管理するかを設定する第2マスタと、
が格納され、
前記制御部は、
前記ファイルを前記異なる保存先に対して保存あるいは照会する場合に、前記第1マスタに基づいて前記ファイルと紐付く前記キー情報を検索するキー情報検索手段と、
検索した前記キー情報の検索結果の中から、前記ファイルを管理するキー情報を選択するキー情報選択手段と、
選択されたキー情報と紐付く前記異なる保存先に保存されているファイルの抽出を行い、新たに保存するファイルの指定、あるいは、照会したいファイルを指定するファイル処理手段と、
前記制御部における操作画面を表示する表示手段と、
を備えること、
を特徴とするファイル管理装置。
A file management device that includes a storage unit and a control unit, distributes and stores files managed by a business system to different storage destinations according to classification, and queries files stored in the different storage destinations ,
In the storage unit,
A first master that associates key information with the file using a regular expression when managing the file at any of the different storage destinations;
A second master for setting which of the different storage destinations to manage the file;
Is stored,
The controller is
Key information search means for searching for the key information associated with the file based on the first master when storing or inquiring the file to the different storage destination;
Key information selection means for selecting key information for managing the file from the search results of the searched key information,
A file processing means for extracting a file stored in the different storage destination associated with the selected key information, specifying a file to be newly stored, or specifying a file to be inquired;
Display means for displaying an operation screen in the control unit;
Providing
A file management device characterized by the above.
前記異なる保存先は、
少なくともデータベースとファイルサーバを含んでいること
を特徴とする請求項1に記載のファイル管理装置。
The different storage locations are
The file management apparatus according to claim 1, comprising at least a database and a file server.
ネットワークとの間でデータをやり取りする通信インターフェース手段を
更に備え、
前記ネットワークに接続された前記データベースおよび前記ファイルサーバに対して前記通信インターフェース手段を介して前記ファイルの保存や照会を行うこと、
を特徴とする請求項2に記載のファイル管理装置。
A communication interface means for exchanging data with the network;
Saving and querying the file via the communication interface means to the database and the file server connected to the network;
The file management apparatus according to claim 2.
前記第1マスタは、
正規表現内の置き換えを定義して前記キー情報と紐付ける正規表現マスタと、
前記正規表現に基づいて前記キー情報と前記ファイルの分類と紐付けるファイルパス管理マスタと、
前記ファイルを管理する前記異なる保存先上に配置されるフォルダを設定するフォルダパス管理マスタと、
を含むこと、
を特徴とする請求項1〜3のいずれか一つに記載のファイル管理装置。
The first master
A regular expression master that defines substitution in the regular expression and associates it with the key information;
A file path management master that associates the key information with the file classification based on the regular expression;
A folder path management master for setting a folder arranged on the different storage destination for managing the file;
Including,
The file management apparatus according to any one of claims 1 to 3.
前記第2マスタは、
前記ファイルの属性とその管理対象とを紐付ける資料管理制御マスタと、
前記ファイルを前記データベースと前記ファイルサーバの何れで管理するかを設定するシステム制御マスタと、
を含むこと、
を特徴とする請求項1〜4のいずれか一つに記載のファイル管理装置。
The second master is
A material management control master that associates the attribute of the file with its management target;
A system control master for setting which of the database and the file server to manage the file;
Including,
The file management apparatus according to any one of claims 1 to 4.
前記制御部は、
前記正規表現マスタ、前記ファイルパス管理マスタ、前記フォルダパス管理マスタ、前記資料管理制御マスタ、および、前記システム制御マスタの少なくとも一つを事前に設定するマスタ設定部を
更に備えたこと、
を特徴とする請求項4または5に記載のファイル管理装置。
The controller is
A master setting unit for setting in advance at least one of the regular expression master, the file path management master, the folder path management master, the material management control master, and the system control master;
The file management apparatus according to claim 4, wherein:
記憶部と制御部とを備え、業務システムで管理するファイルを分類に応じて異なる保存先に振り分けて保存すると共に、該異なる保存先に保存されているファイルの照会を行うファイル管理装置で実行されるファイル管理方法であって、
前記記憶部には、
前記ファイルを前記異なる保存先のいずれかで管理する際に、正規表現を利用してキー情報と前記ファイルとを紐付ける第1マスタと、
前記ファイルを前記異なる保存先の何れで管理するかを設定する第2マスタと、
が格納され、
前記制御部で実行される、
前記ファイルを前記異なる保存先に対して保存あるいは照会する場合に、前記第1マスタに基づいて前記ファイルと紐付く前記キー情報を検索するキー情報検索ステップと、
検索した前記キー情報の検索結果の中から、前記ファイルを管理するキー情報を選択するキー情報選択ステップと、
選択されたキー情報と紐付く前記異なる保存先に保存されているファイルの抽出を行い、新たに保存するファイルの指定、あるいは、照会したいファイルを指定するファイル処理ステップと、
前記制御部における操作画面を表示する表示ステップと、
を含むこと、
を特徴とするファイル管理方法。
It is executed by a file management device that includes a storage unit and a control unit, distributes and manages files managed by the business system to different storage destinations according to the classification, and queries files stored in the different storage destinations. File management method,
In the storage unit,
A first master that associates key information with the file using a regular expression when managing the file at any of the different storage destinations;
A second master for setting which of the different storage destinations to manage the file;
Is stored,
Executed by the control unit,
A key information retrieval step for retrieving the key information associated with the file based on the first master when the file is stored or inquired with respect to the different storage destination;
A key information selection step for selecting key information for managing the file from the retrieved results of the key information;
A file processing step of extracting a file stored in the different storage destination associated with the selected key information, specifying a file to be newly stored, or specifying a file to be inquired;
A display step for displaying an operation screen in the control unit;
Including,
File management method characterized by the above.
記憶部と制御部とを備え、業務システムで管理するファイルを分類に応じて異なる保存先に振り分けて保存すると共に、該異なる保存先に保存されているファイルの照会を行うファイル管理装置で実行させるためのファイル管理プログラムであって、
前記記憶部には、
前記ファイルを前記異なる保存先のいずれかで管理する際に、正規表現を利用してキー情報と前記ファイルとを紐付ける第1マスタと、
前記ファイルを前記異なる保存先の何れで管理するかを設定する第2マスタと、
が格納され、
前記制御部で実行させるための、
前記ファイルを前記異なる保存先に対して保存あるいは照会する場合に、前記第1マスタに基づいて前記ファイルと紐付く前記キー情報を検索するキー情報検索ステップと、
検索した前記キー情報の検索結果の中から、前記ファイルを管理するキー情報を選択するキー情報選択ステップと、
選択されたキー情報と紐付く前記異なる保存先に保存されているファイルの抽出を行い、新たに保存するファイルの指定、あるいは、照会したいファイルを指定するファイル処理ステップと、
前記制御部における操作画面を表示する表示ステップと、
を含むこと、
を特徴とするファイル管理プログラム。
A storage unit and a control unit are provided, and the file managed by the business system is sorted and stored in different storage locations according to the classification, and is executed by a file management device that inquires about the files stored in the different storage locations File management program for
In the storage unit,
A first master that associates key information with the file using a regular expression when managing the file at any of the different storage destinations;
A second master for setting which of the different storage destinations to manage the file;
Is stored,
For execution by the control unit,
A key information retrieval step for retrieving the key information associated with the file based on the first master when the file is stored or inquired with respect to the different storage destination;
A key information selection step for selecting key information for managing the file from the retrieved results of the key information;
A file processing step of extracting a file stored in the different storage destination associated with the selected key information, specifying a file to be newly stored, or specifying a file to be inquired;
A display step for displaying an operation screen in the control unit;
Including,
A file management program characterized by
JP2017008916A 2017-01-20 2017-01-20 File management device, file management method, and file management program Active JP6904716B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2017008916A JP6904716B2 (en) 2017-01-20 2017-01-20 File management device, file management method, and file management program
JP2021103823A JP7100748B2 (en) 2017-01-20 2021-06-23 File management device, file management method, and file management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017008916A JP6904716B2 (en) 2017-01-20 2017-01-20 File management device, file management method, and file management program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021103823A Division JP7100748B2 (en) 2017-01-20 2021-06-23 File management device, file management method, and file management program

Publications (2)

Publication Number Publication Date
JP2018116658A true JP2018116658A (en) 2018-07-26
JP6904716B2 JP6904716B2 (en) 2021-07-21

Family

ID=62983981

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2017008916A Active JP6904716B2 (en) 2017-01-20 2017-01-20 File management device, file management method, and file management program
JP2021103823A Active JP7100748B2 (en) 2017-01-20 2021-06-23 File management device, file management method, and file management program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2021103823A Active JP7100748B2 (en) 2017-01-20 2021-06-23 File management device, file management method, and file management program

Country Status (1)

Country Link
JP (2) JP6904716B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112835857A (en) * 2021-02-07 2021-05-25 福建师范大学 Method for managing file main name of work group
CN116882712A (en) * 2023-09-07 2023-10-13 北京前景无忧电子科技股份有限公司 Universal power grid digital asset management method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003067227A (en) * 2001-08-30 2003-03-07 Toyoda Mach Works Ltd File reading method and device
JP2015219672A (en) * 2014-05-16 2015-12-07 日本電気株式会社 Data management device, method and program therefor

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6263342B1 (en) 1998-04-01 2001-07-17 International Business Machines Corp. Federated searching of heterogeneous datastores using a federated datastore object
JP2002207726A (en) 2000-11-10 2002-07-26 Ricoh Co Ltd Document controller, method of extracting related document, and method of supporting document operation
JP4706342B2 (en) 2005-06-09 2011-06-22 株式会社日立製作所 Data management method and apparatus

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003067227A (en) * 2001-08-30 2003-03-07 Toyoda Mach Works Ltd File reading method and device
JP2015219672A (en) * 2014-05-16 2015-12-07 日本電気株式会社 Data management device, method and program therefor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112835857A (en) * 2021-02-07 2021-05-25 福建师范大学 Method for managing file main name of work group
CN116882712A (en) * 2023-09-07 2023-10-13 北京前景无忧电子科技股份有限公司 Universal power grid digital asset management method

Also Published As

Publication number Publication date
JP7100748B2 (en) 2022-07-13
JP2021182395A (en) 2021-11-25
JP6904716B2 (en) 2021-07-21

Similar Documents

Publication Publication Date Title
US11741057B2 (en) Unified data object management system and the method
US9639529B2 (en) Method and system for searching stored data
US9298417B1 (en) Systems and methods for facilitating management of data
JP7100748B2 (en) File management device, file management method, and file management program
US9466025B2 (en) Method, apparatus and computer program product for loading content items
US20230281377A1 (en) Systems and methods for displaying digital forensic evidence
JP2007509410A (en) System and method for generating an aggregated data view in a computer network
JPH06243018A (en) Network distributed document file system
JP4207417B2 (en) Document management device
JP5045118B2 (en) Document management apparatus, document management system, and program
JP2019016146A (en) Job sharing permission device, job sharing permission method and job sharing permission program
JP5627913B2 (en) Form management apparatus and form management method
US10712969B2 (en) Trash commands for storage systems
JP6852390B2 (en) Information management equipment and programs
JP2004054779A (en) Access right management system
JP2014013470A (en) Management method for electronic form and electronic form system, and management program for electronic form
US20140101210A1 (en) Image processing apparatus capable of easily setting files that can be stored, method of controlling the same, and storage medium
US20200065401A1 (en) User-specific dynamic context folders
JP2013114331A (en) Index management program, index management device and retrieval system
WO2022249259A1 (en) Search method, search program, and information processing device
JP2022132018A (en) Security management apparatus, security management method, and security management program
JP2024055189A (en) Information processing device and information processing program
JP2019032796A (en) File management device, file management system, method for file management, and program
JP2015230492A (en) Authority management system
JP2015026389A (en) Form management apparatus and form management method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200106

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201015

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201110

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201217

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210209

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210311

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210624

R150 Certificate of patent or registration of utility model

Ref document number: 6904716

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150