JP2016006598A - Information processing device, information processing system and program - Google Patents

Information processing device, information processing system and program Download PDF

Info

Publication number
JP2016006598A
JP2016006598A JP2014127293A JP2014127293A JP2016006598A JP 2016006598 A JP2016006598 A JP 2016006598A JP 2014127293 A JP2014127293 A JP 2014127293A JP 2014127293 A JP2014127293 A JP 2014127293A JP 2016006598 A JP2016006598 A JP 2016006598A
Authority
JP
Japan
Prior art keywords
file
application
unit
storage
application program
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
JP2014127293A
Other languages
Japanese (ja)
Other versions
JP6350007B2 (en
Inventor
貴啓 澤田
Takahiro Sawada
貴啓 澤田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2014127293A priority Critical patent/JP6350007B2/en
Publication of JP2016006598A publication Critical patent/JP2016006598A/en
Application granted granted Critical
Publication of JP6350007B2 publication Critical patent/JP6350007B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To suppress the occurrence of a malfunction in which a file used by an application program cannot be overwritten, or in which an overwritten file is deleted.SOLUTION: A reception part 211 receives a file stored in a server device, and the user's selection of an application that uses the file. A storage control part 212 starts the application specified by the reception part 211, acquires a specified file from the server device through a communication part 23, and stores the specified file in a file storage area 221 of a storage part 22. A deletion part 213 determines whether a combination of the application name of the application and the file name of a file to be used by the application is written in a deletion file table 210 when an application satisfying a determined condition exists among applications being executed. Since the application does not overwrite the file when written, a file identified by the file name thereof is deleted from the file storage area 221.

Description

本発明は、情報処理装置、情報処理システムおよびプログラムに関する。   The present invention relates to an information processing apparatus, an information processing system, and a program.

特許文献1には、ウェブサービスとして提供されるデータストレージサービスにネットワークを介して接続し、所定の情報処理に用いるデータをデータストレージサービスからダウンロードして利用し、利用後に全て消去するモバイルデバイスが記載されている。   Patent Document 1 describes a mobile device that connects to a data storage service provided as a web service via a network, downloads and uses data used for predetermined information processing from the data storage service, and erases all data after use. Has been.

特開2013−179472号公報JP 2013-179472 A

ところで、通信回線を介して記憶装置から取得したファイルに対してアプリケーションプログラムを利用して編集し、編集後のファイルを元のファイルに上書きして保存する場合がある。このような場合に、当該アプリケーションプログラムの利用後にファイルを全て削除する装置においては、元のファイルが削除されてしまうことにより編集後のファイルを元のファイルに上書きすることができない、又は、上書きしたファイルが削除されてしまうといった不具合が生じることがある。
本発明は、アプリケーションプログラムがファイルを上書するものである否かに関わらず、当該アプリケーションプログラムが利用された後に、当該利用に係る全てのファイルを記憶手段から削除する情報処理装置に比べて、当該利用後のファイルを元のファイルに上書きすることができない、又は、上書きしたファイルが削除されてしまうといった不具合の発生を抑えることを目的とする。
By the way, there are cases where a file acquired from a storage device via a communication line is edited using an application program, and the edited file is overwritten on the original file and saved. In such a case, in the device that deletes all files after using the application program, the original file cannot be overwritten or overwritten because the original file is deleted. There may be a problem that a file is deleted.
Regardless of whether or not the application program overwrites a file, the present invention, after the application program is used, compared to an information processing apparatus that deletes all files related to the use from the storage means, The purpose is to suppress the occurrence of a problem that the file after use cannot be overwritten on the original file or the overwritten file is deleted.

本発明の請求項1に係る情報処理装置は、通信回線を介して取得したファイルを、記憶手段に記憶させる記憶制御手段と、前記ファイルを利用するアプリケーションプログラムが前記ファイルを上書するものでない場合に、該アプリケーションプログラムに利用された後の前記ファイルを前記記憶手段から削除し、該アプリケーションプログラムが前記ファイルを上書するものである場合に、該アプリケーションプログラムに利用された後の前記ファイルを前記記憶手段から削除しない削除手段と、を有する。
本発明の請求項2に係る情報処理装置は、請求項1に記載の態様において、前記記憶制御手段は、前記アプリケーションプログラムが前記ファイルを上書するものである場合に、該ファイルを前記記憶手段の第1領域に記憶させ、該アプリケーションプログラムが該ファイルを上書するものでない場合に、該ファイルを前記第1領域と異なる第2領域に記憶させ、前記削除手段は、前記アプリケーションプログラムが前記ファイルを利用した後、決められた条件を満たしたときに、前記第2領域に記憶されたファイルを削除することを特徴とする。
本発明の請求項3に係る情報処理システムは、請求項1または2に記載の情報処理装置と、前記情報処理装置に、通信回線を介して前記ファイルを取得させる前記記憶装置と、を有する。
本発明の請求項4に係るプログラムは、記憶手段を有するコンピュータを、通信回線を介して取得したファイルを、前記記憶手段に記憶させる記憶制御手段と、前記ファイルを利用するアプリケーションプログラムが前記ファイルを上書するものでない場合に、該アプリケーションプログラムに利用された後の前記ファイルを前記記憶手段から削除し、該アプリケーションプログラムが前記ファイルを上書するものである場合に、該アプリケーションプログラムに利用された後の前記ファイルを前記記憶手段から削除しない削除手段として機能させるためのプログラムである。
In the information processing apparatus according to claim 1 of the present invention, a storage control unit that stores a file acquired via a communication line in a storage unit, and an application program that uses the file does not overwrite the file In addition, when the file after being used for the application program is deleted from the storage means, and the application program is to overwrite the file, the file after being used for the application program is Deleting means that does not delete from the storage means.
The information processing apparatus according to claim 2 of the present invention is the information processing apparatus according to claim 1, wherein the storage control unit stores the file in the storage unit when the application program overwrites the file. And when the application program does not overwrite the file, the file is stored in a second area different from the first area, and the deletion means is configured so that the application program stores the file in the first area. When a predetermined condition is satisfied after using the file, the file stored in the second area is deleted.
An information processing system according to a third aspect of the present invention includes the information processing apparatus according to the first or second aspect, and the storage device that causes the information processing apparatus to acquire the file via a communication line.
According to a fourth aspect of the present invention, there is provided a storage control unit that stores a file acquired via a communication line in a computer having a storage unit, and a storage control unit that stores the file in the storage unit. When not overwriting, the file after being used for the application program is deleted from the storage means, and when the application program is for overwriting the file, it was used for the application program. It is a program for functioning as a deleting unit that does not delete the subsequent file from the storage unit.

請求項1、3、4に係る発明によれば、アプリケーションプログラムがファイルを上書するものである否かに関わらず、当該アプリケーションプログラムが利用された後に、当該利用に係る全てのファイルを記憶手段から削除する情報処理装置に比べて、当該利用後のファイルを元のファイルに上書きすることができない、又は、上書きしたファイルが削除されてしまうといった不具合の発生を抑えることができる。   According to the first, third, and fourth aspects of the invention, regardless of whether or not the application program overwrites the file, after the application program is used, all the files related to the use are stored. As compared with the information processing apparatus to be deleted from the file, it is possible to suppress the occurrence of a problem that the file after use cannot be overwritten on the original file or the overwritten file is deleted.

請求項2に係る発明によれば、どのファイルが削除の対象であるかについて、そのファイルの記憶された領域によって判断することができる。   According to the second aspect of the present invention, it is possible to determine which file is to be deleted based on the area where the file is stored.

本発明の一実施形態に係る情報処理システムの全体構成を示す図。1 is a diagram showing an overall configuration of an information processing system according to an embodiment of the present invention. サーバ装置の構成を示す図。The figure which shows the structure of a server apparatus. 端末装置の構成を示す図。The figure which shows the structure of a terminal device. 削除ファイル表の一例を示す図。The figure which shows an example of a deletion file table. 種別データベースの一例を示す図。The figure which shows an example of a classification database. 端末装置の制御部の機能的構成を示す図。The figure which shows the functional structure of the control part of a terminal device. 表示部において表示されるファイルリストの例を示す図。The figure which shows the example of the file list displayed in a display part. ポップアップを表示するまでの動作を示すフロー図。The flowchart which shows operation | movement until it displays a popup. アプリを起動するまでの動作を示すフロー図。The flowchart which shows operation | movement until starting an application. 実行中のアプリ間で画面制御権が遷移したときの動作を示すフロー図。The flowchart which shows operation | movement when a screen control right changes between the applications currently performed.

1.実施形態
1−1.情報処理システムの全体構成
図1は、本発明の一実施形態に係る情報処理システム9の全体構成を示す図である。図1に示すように、情報処理システム9は、サーバ装置1、および端末装置2を有している。サーバ装置1と端末装置2とは通信回線3により接続されている。サーバ装置1の数は複数であってもよい。また、端末装置2の数は複数であってもよい。また、通信回線3は、複数あってもよい。
1. Embodiment 1-1. Overall Configuration of Information Processing System FIG. 1 is a diagram showing an overall configuration of an information processing system 9 according to an embodiment of the present invention. As illustrated in FIG. 1, the information processing system 9 includes a server device 1 and a terminal device 2. The server device 1 and the terminal device 2 are connected by a communication line 3. A plurality of server apparatuses 1 may be provided. Moreover, the number of the terminal devices 2 may be plural. There may be a plurality of communication lines 3.

1−2.サーバ装置の構成
図2は、サーバ装置1の構成を示す図である。制御部11は、サーバ装置1の各部の動作を制御する手段である。制御部11は、CPU(Central Processing Unit)などの演算処理装置や、ROM(Read Only Memory)、RAM(Random Access Memory)などの記憶装置を備え、これら記憶装置に記憶されたプログラムを実行する。
1-2. Configuration of Server Device FIG. 2 is a diagram illustrating a configuration of the server device 1. The control unit 11 is means for controlling the operation of each unit of the server device 1. The control unit 11 includes an arithmetic processing device such as a CPU (Central Processing Unit) and a storage device such as a ROM (Read Only Memory) and a RAM (Random Access Memory), and executes a program stored in these storage devices.

通信部13は、通信回線3を介して端末装置2と情報を通信するインターフェイスであり、例えば各種のモデムやIMT−2000に準拠した無線通信回路、あるいは、USB(Universal Serial Bus)規格に準拠したシリアルインターフェースや、IrDA(Infrared Data Association)、Bluetooth(登録商標)などに準拠した無線インターフェイスなどである。   The communication unit 13 is an interface that communicates information with the terminal device 2 via the communication line 3. For example, the communication unit 13 is compliant with various modems, wireless communication circuits compliant with IMT-2000, or USB (Universal Serial Bus) standards. A serial interface, a wireless interface compliant with IrDA (Infrared Data Association), Bluetooth (registered trademark), and the like.

記憶部12はハードディスクなどの大容量の記憶手段であり、制御部11に読み込まれるプログラムを記憶する。なお、記憶部12は、いわゆるリムーバブルディスク、すなわち着脱可能な記録媒体を含んでもよい。   The storage unit 12 is a large-capacity storage unit such as a hard disk, and stores a program read by the control unit 11. The storage unit 12 may include a so-called removable disk, that is, a removable recording medium.

また、記憶部12は、ファイルを記憶するファイルデータベース(以下、図において「DB」と表記する)121を有する。ファイルデータベース121は、例えば各ファイルを階層的に記憶しており、指定された階層に記憶されているファイルのリスト(「ファイルリスト」という)を、通信回線3および通信部13を介して端末装置2から要求されると、制御部11は、ファイルデータベース121からこのファイルリストを抽出してその端末装置2へ送信する。ファイルデータベース121に記憶されている各ファイルにはそれぞれ種別が定められている。ファイルを特定した端末装置2は、そのファイルの種別も特定することが可能となる。ここでは、ファイルの種別に応じた拡張子が、そのファイルの名称(「ファイル名」という)の一部に含められている。「拡張子」とは、ファイル名のうち、末尾の文字に一番近いドット文字などの区切り文字から、その末尾の文字までの各文字で構成された文字列である。なお、ファイルの種別は拡張子のほか、そのファイルに含まれるヘッダ情報やそのファイルに関連付けられたメタデータなどで定められていてもよい。   In addition, the storage unit 12 includes a file database (hereinafter referred to as “DB” in the figure) 121 that stores files. The file database 121 stores, for example, each file in a hierarchical manner, and a list of files (referred to as “file list”) stored in a designated hierarchy is transmitted via the communication line 3 and the communication unit 13 to the terminal device. 2, the control unit 11 extracts this file list from the file database 121 and transmits it to the terminal device 2. The type of each file stored in the file database 121 is determined. The terminal device 2 that has specified the file can also specify the type of the file. Here, an extension corresponding to the file type is included in a part of the name of the file (referred to as “file name”). The “extension” is a character string composed of characters from a delimiter such as a dot character closest to the last character in the file name to the last character. In addition to the extension, the file type may be determined by header information included in the file, metadata associated with the file, or the like.

1−3.端末装置の構成
図3は、端末装置2の構成を示す図である。制御部21は、端末装置2の各部の動作を制御する手段である。制御部21は、CPUなどの演算処理装置や、ROM、RAMなどの記憶装置を備え、これら記憶装置に記憶されたプログラムを実行する。プログラムには、ユーザの選択に応じて起動するアプリケーションプログラム(以下、「アプリ」という)がある。
1-3. Configuration of Terminal Device FIG. 3 is a diagram illustrating a configuration of the terminal device 2. The control unit 21 is means for controlling the operation of each unit of the terminal device 2. The control unit 21 includes an arithmetic processing device such as a CPU and a storage device such as a ROM and a RAM, and executes a program stored in these storage devices. The programs include application programs (hereinafter referred to as “applications”) that are activated in response to a user's selection.

制御部21のRAMには、削除ファイル表210および種別データベース219が記憶されている。図4は、削除ファイル表210の一例を示す図である。削除ファイル表210は、端末装置2がサーバ装置1から取得したファイルのうち、利用後に削除される予定のものを記述した表である。図4に示すように、削除ファイル表210は、アプリの名称であるアプリ名とファイル名とを対応付けている。これにより、端末装置2において、アプリ名で識別されるアプリが、この、アプリ名に対応付けられたファイル名で識別されるファイルを利用していることが表される。   A deletion file table 210 and a type database 219 are stored in the RAM of the control unit 21. FIG. 4 is a diagram illustrating an example of the deletion file table 210. The deletion file table 210 is a table describing files that are scheduled to be deleted after use, among the files acquired by the terminal device 2 from the server device 1. As illustrated in FIG. 4, the deletion file table 210 associates application names, which are application names, with file names. Thereby, in the terminal device 2, it is represented that the application identified by the application name uses the file identified by the file name associated with the application name.

図5は、種別データベース219の一例を示す図である。種別データベース219は、種別を表す文字列のリストである種別リスト2191を有する。また、種別データベース219は、端末装置2において起動され得るアプリを、そのアプリが利用可能なファイルの種別ごとに分類するアプリ分類リスト2192を有する。ここで、アプリは、利用するファイルを上書することが可能か否かによって区別される。ファイルを上書することが可能なアプリは「上書アプリ」として、ファイルを上書することが不可能で参照することのみが可能なアプリは「参照アプリ」として、それぞれ区別される。   FIG. 5 is a diagram illustrating an example of the type database 219. The type database 219 includes a type list 2191 that is a list of character strings representing types. The type database 219 has an application classification list 2192 that classifies apps that can be activated in the terminal device 2 for each type of file that can be used by the app. Here, the application is distinguished by whether or not the file to be used can be overwritten. An app that can overwrite a file is distinguished as an “overwrite app”, and an app that cannot be overwritten and can only be referred to is referred to as a “reference app”.

例えば、図5に示す種別データベース219の場合、種別「txt」のファイルを利用可能な上書アプリのアプリ名はαとβとであり、種別「txt」のファイルを利用可能な参照アプリのアプリ名はγである。一方、種別「png」のファイルを利用可能な上書アプリはなく、種別「png」のファイルを利用可能な参照アプリのアプリ名はγとδである。αおよびβは、例えば、ファイルを編集して上書する編集用アプリなどである。γおよびδは、例えば、ファイルを参照してメール本文に貼り付けて送信するメール送信用アプリや、ファイルを参照してその内容を変えずにそのまま印刷する印刷用アプリなどである。   For example, in the case of the type database 219 shown in FIG. 5, the application names of the overwriting application that can use the file of the type “txt” are α and β, and the application of the reference application that can use the file of the type “txt”. The name is γ. On the other hand, there is no overwriting application that can use the file of type “png”, and the application names of the reference applications that can use the file of type “png” are γ and δ. α and β are, for example, editing applications that edit and overwrite files. γ and δ are, for example, a mail transmission application that refers to a file and pastes it in a mail text, and a printing application that refers to a file and prints it without changing the contents.

なお、ファイルを「上書」するとは、或るファイル名のファイルを編集して、編集後の内容を、端末装置2においてそのファイル名のファイルとして保存することをいう。記憶部22において、上書されることにより上書される前のファイルは失われる。一方、ファイルの上書をしないアプリは、そのファイルを参照するだけにとどまる。   Note that “overwriting” a file means that a file with a certain file name is edited, and the edited content is saved as a file with that file name in the terminal device 2. In the storage unit 22, the file before being overwritten by the overwriting is lost. On the other hand, an application that does not overwrite a file only refers to that file.

制御部21は、種別データベース219を参照することにより、端末装置2において、取得したファイルの種別ごとに、そのファイルを利用可能な上書アプリと参照アプリとを特定する。   By referring to the type database 219, the control unit 21 specifies an overwriting application and a reference application that can use the file in the terminal device 2 for each type of the acquired file.

通信部23は、通信回線3を介してサーバ装置1と操作情報などを通信するインターフェイスであり、例えばIMT−2000などに準拠した無線通信回路である。   The communication unit 23 is an interface that communicates operation information and the like with the server device 1 via the communication line 3, and is a wireless communication circuit compliant with, for example, IMT-2000.

表示部25は、液晶などを使用したディスプレイ装置であり、制御部21からの指示に応じて画像を表示する画面を有する。なお、表示部25は、画面に表示させる画像のデータを記憶するためのVRAM(Video RAM)を有しており、このVRAMで記憶することが可能な画像の大きさは、画面に表示することが可能な画像の大きさよりも大きい。表示部25は、VRAMの中から画面に表示するデータを選択して、画面を切り替える。   The display unit 25 is a display device using liquid crystal or the like, and has a screen that displays an image in response to an instruction from the control unit 21. The display unit 25 has a VRAM (Video RAM) for storing image data to be displayed on the screen. The size of an image that can be stored in the VRAM is displayed on the screen. Is larger than the possible image size. The display unit 25 selects data to be displayed on the screen from the VRAM and switches the screen.

ここで、画面制御権について説明する。画面制御権とは、表示部25の画面を制御する権限であり、制御部21で実行されるアプリ(オペレーティングシステムを含む)間で遣り取りされる。画面制御権を獲得したアプリだけが、表示部25の画面を制御することが許可されている「フォアグラウンド」の処理を実行することとなり、他のアプリは、表示部25の画面を制御することが許可されていない「バックグラウンド」の処理を実行する。画面制御権を有するアプリが正常に終了するとき、他のアプリに画面制御権を渡して終了する。画面制御権を有するアプリが異常終了した場合には、他のアプリが画面制御権を取得する。いずれにしてもアプリが終了するとき、画面制御権を失う。   Here, the screen control right will be described. The screen control authority is an authority to control the screen of the display unit 25 and is exchanged between applications (including an operating system) executed by the control unit 21. Only the application that has acquired the screen control right will execute the “foreground” process that is permitted to control the screen of the display unit 25, and other applications may control the screen of the display unit 25. Perform unauthorized “background” processing. When an application having the screen control right ends normally, the screen control right is passed to another application and the process ends. When an application having the screen control right ends abnormally, another application acquires the screen control right. In any case, when the application is terminated, the screen control right is lost.

操作部24は各種の指示をするためのタッチパネルやボタンなどの操作子を有しており、ユーザによる操作を受け付けてその操作内容に応じた信号を制御部21に供給する。操作部24は、表示部25において画像が表示される面に重ねられた透明なタッチパネルを有していてもよい。   The operation unit 24 has operation elements such as a touch panel and buttons for giving various instructions, receives an operation by the user, and supplies a signal corresponding to the operation content to the control unit 21. The operation unit 24 may have a transparent touch panel superimposed on a surface on which an image is displayed on the display unit 25.

記憶部22はフラッシュメモリなどの大容量の記憶手段であり、制御部21に読み込まれるプログラムを記憶する。なお、記憶部22は、いわゆるリムーバブルディスク、すなわち着脱可能な記録媒体を含んでもよい。   The storage unit 22 is a large-capacity storage unit such as a flash memory, and stores a program read by the control unit 21. The storage unit 22 may include a so-called removable disk, that is, a removable recording medium.

また、記憶部22は、通信部23および通信回線3を介してサーバ装置1から取得したファイルを記憶するファイル記憶領域221を有する。   In addition, the storage unit 22 includes a file storage area 221 that stores a file acquired from the server device 1 via the communication unit 23 and the communication line 3.

1−4.端末装置の機能的構成
図6は、端末装置2の制御部21の機能的構成を示す図である。端末装置2の制御部21は、受付部211、記憶制御部212、および削除部213として機能する。
1-4. Functional Configuration of Terminal Device FIG. 6 is a diagram illustrating a functional configuration of the control unit 21 of the terminal device 2. The control unit 21 of the terminal device 2 functions as a reception unit 211, a storage control unit 212, and a deletion unit 213.

受付部211は、第1に、通信部23および通信回線3を介してサーバ装置1からファイルリストを取得して、表示部25に表示させる。図7は、表示部25において表示されるファイルリストの例を示す図である。例えば、受付部211がサーバ装置1から「FA.txt」、「FC.png」、「FB.doc」、…というファイルリストを取得すると、表示部25には、図7(a)に示すウィンドウW0が表示される。ウィンドウW0には、「上へ戻る」という文言を記述した行のほか、ファイルリストを構成する各ファイル名を記述した行が含まれる。   First, the reception unit 211 acquires a file list from the server device 1 via the communication unit 23 and the communication line 3 and causes the display unit 25 to display the file list. FIG. 7 is a diagram illustrating an example of a file list displayed on the display unit 25. For example, when the reception unit 211 acquires the file list “FA.txt”, “FC.png”, “FB.doc”,... From the server device 1, the display unit 25 displays the window shown in FIG. W0 is displayed. The window W0 includes a line describing the name of each file constituting the file list in addition to a line describing the word “back to top”.

受付部211は、第2に、表示部25に表示させたファイルリストに対してユーザが選択したファイルを特定する。図7(a)に示すウィンドウW0で、ユーザが例えば位置P0をタッチなどにより指定すると、受付部211は、閲覧するファイルデータベース121の階層を一つ上の階層に変更する。ユーザが位置P1を指定すると、受付部211はファイル名「FA.txt」で識別されるファイルを特定し、位置P2を指定すると、ファイル名「FC.png」で識別されるファイルを特定する。   Secondly, the reception unit 211 identifies a file selected by the user from the file list displayed on the display unit 25. In the window W0 shown in FIG. 7A, for example, when the user designates the position P0 by touching or the like, the accepting unit 211 changes the hierarchy of the file database 121 to be browsed to one level above. When the user designates the position P1, the reception unit 211 identifies the file identified by the file name “FA.txt”, and when the user designates the position P2, identifies the file identified by the file name “FC.png”.

受付部211は、第3に、特定したファイル名の拡張子に基づいて、そのファイルの種別を特定する。受付部211は、第4に、種別データベース219を参照して、特定したファイルの種別に対応付けられた上書アプリおよび参照アプリを特定する。   Third, the accepting unit 211 identifies the type of the file based on the extension of the identified file name. Fourthly, the reception unit 211 refers to the type database 219 and identifies the overwrite application and the reference application associated with the identified file type.

受付部211は、第5に、特定した上書アプリおよび参照アプリの中から起動させるアプリをユーザに選択させるためのポップアップウィンドウ(以下、「ポップアップ」という)を表示部25に表示させる。   Fifth, the reception unit 211 causes the display unit 25 to display a pop-up window (hereinafter referred to as “pop-up”) for allowing the user to select an application to be activated from the identified overwriting application and reference application.

例えば、図7(a)に示す画面に対してユーザが位置P1を指定し、ファイルとして「FA.txt」が特定されると、受付部211は、このファイルの種別「txt」を特定する。そして受付部211は、図5に示す種別データベース219を参照して、種別「txt」に対応する上書アプリのαおよびβ、並びに種別「txt」に対応する参照アプリのγを特定する。この場合、ファイルの種別に対応する上書アプリおよび参照アプリは、いずれも存在するので、受付部211は、図7(b)に示すポップアップW1を表示部25に表示させる。図7(b)に示すポップアップW1では、処理を中止する指示を受付けるための中止ボタンのほか、上書アプリおよび参照アプリのいずれをも選択することができるように、それぞれ対応するボタンが表示される。   For example, when the user designates the position P1 on the screen shown in FIG. 7A and “FA.txt” is specified as the file, the reception unit 211 specifies the type “txt” of the file. Then, the reception unit 211 refers to the type database 219 illustrated in FIG. 5 and identifies α and β of the overwriting application corresponding to the type “txt” and γ of the reference application corresponding to the type “txt”. In this case, since both the overwriting application and the reference application corresponding to the file type exist, the accepting unit 211 causes the display unit 25 to display the pop-up W1 shown in FIG. In the pop-up W1 shown in FIG. 7B, in addition to a cancel button for accepting an instruction to cancel the process, corresponding buttons are displayed so that either the overwriting application or the reference application can be selected. The

一方、図7(a)に示す画面に対してユーザが位置P2を指定し、ファイルとして「FC.png」が特定されると、受付部211は、このファイルの種別「png」を特定する。そして受付部211は、図5に示す種別データベース219を参照して、種別「png」に対応する参照アプリのγおよびδを特定する。この場合、ファイルの種別に対応する参照アプリは存在するが、上書アプリは存在しないので、受付部211は、図7(c)に示すポップアップW2を表示部25に表示させる。図7(c)に示すポップアップW2では、中止ボタンのほか、参照アプリを選択するためのボタンが表示される。   On the other hand, when the user designates the position P2 on the screen shown in FIG. 7A and “FC.png” is specified as the file, the reception unit 211 specifies the type “png” of the file. Then, the reception unit 211 refers to the type database 219 illustrated in FIG. 5 and identifies γ and δ of the reference application corresponding to the type “png”. In this case, there is a reference application corresponding to the file type, but there is no overwriting application. Therefore, the reception unit 211 causes the display unit 25 to display a pop-up W2 shown in FIG. In the pop-up W2 shown in FIG. 7C, a button for selecting a reference application is displayed in addition to the stop button.

受付部211は、第6に、表示部25に表示させたポップアップに対してユーザが操作することにより選択したアプリを特定し、記憶制御部212にアプリとファイルの組を伝える。対応する上書アプリや参照アプリがそれぞれ1つしかない場合、ユーザが上書アプリのボタンをタッチすると、その1つの上書アプリが特定され、ユーザが参照アプリのボタンをタッチすると、その1つの参照アプリが特定される。   Sixth, the reception unit 211 specifies an application selected by the user operating the pop-up displayed on the display unit 25, and notifies the storage control unit 212 of the combination of the application and the file. When there is only one corresponding overwriting application or reference application, when the user touches the button of the overwriting application, the one overwriting application is specified, and when the user touches the button of the reference application, the one of the overwriting application is identified. A reference app is identified.

対応する上書アプリや参照アプリが2つ以上ある場合、ユーザがいずれかのボタンをタッチしたときにその2つ以上のアプリをさらに選択させるポップアップが表示される。例えば、図7(c)に示す画面に対してユーザが位置P3を指定し、ポップアップW2のうち「参照アプリ」を選択するためのボタンが操作されると、図7(d)に示すように、種別「png」に対応する参照アプリのγおよびδを選択するためのポップアップW3が表示される。これにより、受付部211は、サーバ装置1に記憶されたファイルと、このファイルを利用するアプリの、ユーザによる選択を受付ける。   When there are two or more corresponding overwriting apps or reference apps, a pop-up for further selecting the two or more apps is displayed when the user touches any button. For example, when the user designates the position P3 on the screen shown in FIG. 7C and a button for selecting “reference app” in the pop-up W2 is operated, as shown in FIG. 7D. Then, a pop-up W3 for selecting γ and δ of the reference application corresponding to the type “png” is displayed. Thereby, the reception unit 211 receives selection by the user of the file stored in the server device 1 and the application using the file.

受付部211は、第7に、特定されたアプリが参照アプリである場合に、このアプリとファイルとの組を削除ファイル表210に書き込む。   Seventh, when the identified application is a reference application, the reception unit 211 writes the combination of the application and the file in the deletion file table 210.

記憶制御部212は、受付部211で特定されたアプリを起動するとともに、通信部23および通信回線3を介して、特定されたファイルをサーバ装置1からダウンロード(取得)し、記憶部22のファイル記憶領域221に記憶する。起動したアプリは、このファイルを利用する。   The storage control unit 212 activates the application specified by the reception unit 211 and downloads (acquires) the specified file from the server device 1 via the communication unit 23 and the communication line 3. Store in the storage area 221. The activated application uses this file.

削除部213は、実行中のアプリのうち、決められた条件を満たしたものがあるときに、そのアプリのアプリ名と、そのアプリが利用しているファイルのファイル名との組が削除ファイル表210に記述されているか否か判断する。そして、削除部213は、上記のアプリ名およびファイル名の組が削除ファイル表210に記述されていると判断する場合、そのファイル名で識別されるファイルをファイル記憶領域221から削除する。   When there is an application that satisfies a predetermined condition among running applications, the deletion unit 213 includes a combination of the application name of the application and the file name of the file used by the application. It is determined whether or not the information is described in 210. If the deletion unit 213 determines that the combination of the application name and the file name is described in the deletion file table 210, the deletion unit 213 deletes the file identified by the file name from the file storage area 221.

1−5.端末装置の動作
図8は、端末装置2の動作のうち、ポップアップを表示するまでの動作を示すフロー図である。端末装置2の制御部21は、通信部3および通信回線3を介してサーバ装置1と接続し(ステップS101)、決められた階層のファイルリストをサーバ装置1から取得する(ステップS102)。制御部21は、取得したファイルリストを表示部25に表示させ(ステップS103)、操作部24に対するユーザの操作を監視し(ステップS104)、ユーザの操作がないと判断する間(ステップS104;NO)、この監視をし続ける。ユーザの操作があると判断すると(ステップS104;YES)、制御部21は、その操作によってファイルが選択されたか否か判断する(ステップS105)。
1-5. Operation of Terminal Device FIG. 8 is a flowchart showing an operation of the terminal device 2 until a popup is displayed. The control unit 21 of the terminal device 2 is connected to the server device 1 via the communication unit 3 and the communication line 3 (step S101), and acquires a file list of the determined hierarchy from the server device 1 (step S102). The control unit 21 displays the acquired file list on the display unit 25 (step S103), monitors a user operation on the operation unit 24 (step S104), and determines that there is no user operation (step S104; NO). ) Continue to monitor this. If it is determined that there is a user operation (step S104; YES), the control unit 21 determines whether a file is selected by the operation (step S105).

ファイルが選択されていないと判断する場合(ステップS105;NO)、選択されたのは他の階層への移動を示しているので、制御部21は、サーバ装置1に指定する階層を変更することにより、閲覧する階層を移動させ(ステップS106)、処理をステップS102に戻す。一方、ファイルが選択されていると判断する場合(ステップS105;YES)、制御部21は、選択されたファイルの種別を、その拡張子などを参照して特定し(ステップS107)、種別データベース219を参照してその種別に対応するアプリを特定する(ステップS108)。そして、制御部21は、特定したアプリの数や分類(上書アプリであるか参照アプリであるかの別)に応じたポップアップを表示部25に表示させる(ステップS109)。   When it is determined that the file is not selected (step S105; NO), the selected item indicates movement to another layer, and therefore the control unit 21 changes the layer designated for the server device 1. Thus, the hierarchy to be browsed is moved (step S106), and the process returns to step S102. On the other hand, when determining that the file is selected (step S105; YES), the control unit 21 specifies the type of the selected file with reference to its extension or the like (step S107), and the type database 219. To identify the application corresponding to the type (step S108). Then, the control unit 21 causes the display unit 25 to display a pop-up corresponding to the identified number or classification of the apps (whether it is an overwriting app or a reference app) (step S109).

図9は、端末装置2の動作のうち、アプリを起動するまでの動作を示すフロー図である。ポップアップが表示されると、制御部21は、操作部24に対するユーザの操作を監視する。例えば図9に示す通り、制御部21は、アプリ選択の処理を中止する旨の操作がされたか否かを判断し(ステップS201)、中止する旨の操作がされたと判断する場合(ステップS201;YES)、表示されたポップアップを消去して(ステップS202)、処理を終了する。   FIG. 9 is a flowchart showing an operation of the terminal device 2 until the application is activated. When the pop-up is displayed, the control unit 21 monitors a user operation on the operation unit 24. For example, as shown in FIG. 9, the control unit 21 determines whether or not an operation for canceling the application selection process has been performed (step S201), and determines that an operation for canceling has been performed (step S201; (YES), the displayed pop-up is deleted (step S202), and the process is terminated.

中止する旨の操作がされていないと判断すると(ステップS201;NO)、制御部21は、参照アプリを起動する旨の操作がされたか否かを判断する(ステップS203)。制御部21は、参照アプリを起動する旨の操作がされたと判断する場合(ステップS203;YES)、その参照アプリのアプリ名と、その参照アプリで利用されるファイルのファイル名との組を削除ファイル表210に追加し(ステップS204)、その参照アプリを起動して(ステップS205)、処理を終了する。   If it is determined that the operation for canceling is not performed (step S201; NO), the control unit 21 determines whether an operation for starting the reference application is performed (step S203). When the control unit 21 determines that an operation for starting the reference application has been performed (step S203; YES), the control unit 21 deletes the combination of the application name of the reference application and the file name of the file used by the reference application The file is added to the file table 210 (step S204), the reference application is activated (step S205), and the process ends.

一方、参照アプリを起動する旨の操作がされていないと判断する場合(ステップS203;NO)、制御部21は、上書アプリを起動する旨の操作がされたか否かを判断する(ステップS206)。制御部21は、上書アプリを起動する旨の操作がされたと判断する場合(ステップS206;YES)、その上書アプリを起動して(ステップS205)、処理を終了する。上書アプリを起動する旨の操作がされていないと判断する場合(ステップS206;NO)、制御部21は、処理をステップS201に戻す。   On the other hand, when determining that the operation for starting the reference application has not been performed (step S203; NO), the control unit 21 determines whether the operation for starting the overwriting application has been performed (step S206). ). When the control unit 21 determines that an operation for starting the overwriting application has been performed (step S206; YES), the control unit 21 starts up the overwriting application (step S205) and ends the process. When determining that the operation for starting the overwriting application has not been performed (step S206; NO), the control unit 21 returns the process to step S201.

図10は、端末装置2の動作のうち、実行中のアプリ間で画面制御権が遷移したときの動作を示すフロー図である。制御部21は、実行中のアプリ間で画面制御権が遷移したか否かを判断する(ステップS301)。画面制御権とは、上述したとおり表示部25の画面を制御する権限である。制御部21は、画面制御権を失ったアプリと、そのアプリが画面制御権を有しているときに利用したファイルを特定し(ステップS302)、そのアプリのアプリ名、およびそのファイルのファイル名が削除ファイル表210に記述されているか否かを判断する(ステップS303)。   FIG. 10 is a flowchart showing an operation of the terminal device 2 when the screen control right is transitioned between running applications. The control unit 21 determines whether or not the screen control right has changed between the running applications (step S301). The screen control right is the right to control the screen of the display unit 25 as described above. The control unit 21 identifies the application that has lost the screen control right and the file used when the application has the screen control right (step S302), the application name of the application, and the file name of the file. Is determined in the deletion file table 210 (step S303).

上記のアプリ名およびファイル名が削除ファイル表210に記述されていないと判断する場合(ステップS303;NO)、制御部21は、このファイル名で識別されるファイルを記憶部22から削除しないで、この処理を終了する。すなわち、端末装置2は、ファイルを利用するアプリがそのファイルを上書する「上書アプリ」である場合に、そのアプリに利用された後のファイルを記憶部22(記憶手段)から削除しない情報処理装置の一例である。   When it is determined that the application name and file name are not described in the deletion file table 210 (step S303; NO), the control unit 21 does not delete the file identified by this file name from the storage unit 22, This process ends. That is, when the application that uses the file is an “overwriting application” that overwrites the file, the terminal device 2 does not delete the file that has been used by the application from the storage unit 22 (storage means). It is an example of a processing apparatus.

一方、上記のアプリ名およびファイル名が削除ファイル表210に記述されていると判断する場合(ステップS303;YES)、制御部21は、このファイル名で識別されるファイルを記憶部22から削除し(ステップS304)、このアプリ名で識別されるアプリに対して、再度、画面制御権を獲得した場合に、削除したこのファイルを再取得する設定をして(ステップS305)、処理を終了する。すなわち、端末装置2は、ファイルを利用するアプリがそのファイルを上書するものでない「参照アプリ」である場合に、そのアプリに利用された後のファイルを記憶部22(記憶手段)から削除する情報処理装置の一例である。   On the other hand, when it is determined that the application name and file name are described in the deletion file table 210 (step S303; YES), the control unit 21 deletes the file identified by this file name from the storage unit 22. (Step S304) When the screen control right is acquired again for the application identified by this application name, the deleted file is set to be acquired again (Step S305), and the process is terminated. That is, when the application that uses the file is a “reference application” that does not overwrite the file, the terminal device 2 deletes the file that has been used by the application from the storage unit 22 (storage means). It is an example of information processing apparatus.

以上、説明したとおり、サーバ装置1から取得したファイルを利用するアプリがこのファイルを上書するものでない場合、そのアプリは参照アプリであるため、そのアプリのアプリ名は、利用するファイルのファイル名とともに、削除ファイル表210に書き込まれる。したがって、画面制御権を失うなど、決められた条件を満たしたときに、そのアプリが利用した後のファイルは端末装置2の記憶部22から削除される。   As described above, when the application using the file acquired from the server device 1 does not overwrite this file, the application name of the application is the file name of the file to be used because the application is a reference application. At the same time, it is written in the deletion file table 210. Therefore, when a predetermined condition is satisfied, such as losing the screen control right, the file used by the application is deleted from the storage unit 22 of the terminal device 2.

これにより、参照アプリが利用した後のファイルが端末装置2に残存することがなくなり、このファイルを削除するためのユーザの操作が不要になる。また、利用後のファイルが残存することによってユーザの誤操作が生じる可能性が低減される。さらに、上書アプリによって上書された可能性のあるファイルについては端末装置2から削除されないため、上書アプリがファイルを上書することによって新たに生じた情報を失う可能性が低減される。   Thereby, the file after being used by the reference application does not remain in the terminal device 2, and the user's operation for deleting this file becomes unnecessary. In addition, the possibility that a user's erroneous operation occurs due to the remaining files after use is reduced. Furthermore, since a file that may be overwritten by the overwriting application is not deleted from the terminal device 2, the possibility of losing information newly generated by overwriting the file by the overwriting application is reduced.

なお、上述した例では、参照アプリが画面制御権を失ったときに、この参照アプリに利用された後のファイルが記憶部22から削除されていたが、削除されるタイミングは、決められた条件を満たしたときであればよい。例えば、参照アプリが終了したときに、その参照アプリに利用された後のファイルが記憶部22から削除されてもよい。また、この決められた条件は、参照アプリがファイルを利用した後であれば、例えば決められた時刻になったときや、そのファイルを取得してから決められた時間が経過したとき、または、記憶部22の空き容量が決められた量を下回ったときなどでもよい。   In the above-described example, when the reference application loses the screen control right, the file after being used by the reference application has been deleted from the storage unit 22, but the timing at which the deletion is performed is based on a predetermined condition. As long as the above is satisfied. For example, when the reference application is terminated, the file after being used for the reference application may be deleted from the storage unit 22. Also, this determined condition is after the reference application uses the file, for example, when the determined time is reached, when the determined time has passed since the file was acquired, or It may be when the free capacity of the storage unit 22 falls below a predetermined amount.

2.変形例
以上が実施形態の説明であるが、この実施形態の内容は以下のように変形し得る。また、以下の変形例を組み合わせてもよい。
2. Modification The above is the description of the embodiment, but the contents of this embodiment can be modified as follows. Further, the following modifications may be combined.

2−1.変形例1
上述した実施形態において、画面制御権を失ったアプリのアプリ名と、そのアプリが利用するファイルのファイル名とが、削除ファイル表210に記述されていると判断する場合、端末装置2の制御部21は、このファイル名で識別されるファイルを記憶部22から削除していたが、削除するファイルを特定する手続きはこれに限られない。
2-1. Modification 1
In the embodiment described above, when it is determined that the application name of the application that has lost the screen control right and the file name of the file used by the application are described in the deletion file table 210, the control unit of the terminal device 2 21 deletes the file identified by this file name from the storage unit 22, but the procedure for specifying the file to be deleted is not limited to this.

例えば、サーバ装置1から取得したファイルを利用するアプリとして、このファイルを上書しない参照アプリが起動された場合に、制御部21は、図3に破線で示す一時記憶領域222に、このファイルを記憶させてもよい。一時記憶領域222は、記憶部22が有する記憶領域であり、ファイル記憶領域221と異なる記憶領域である。この場合、図6に破線で示すように、削除部213は、決められた条件を満たした時に、一時記憶領域222に記憶されている全てのファイルを削除する。   For example, when a reference application that does not overwrite this file is activated as an application that uses the file acquired from the server device 1, the control unit 21 stores the file in the temporary storage area 222 indicated by a broken line in FIG. 3. It may be memorized. The temporary storage area 222 is a storage area that the storage unit 22 has, and is a storage area that is different from the file storage area 221. In this case, as indicated by a broken line in FIG. 6, the deletion unit 213 deletes all the files stored in the temporary storage area 222 when the determined condition is satisfied.

また、この場合、制御部21は、起動した参照アプリのアプリ名と、その参照アプリで利用されるファイルのファイル名との組を削除ファイル表210に追加しなくてもよい。ファイルを記憶部22に記憶するときに、そのファイルが上書アプリと参照アプリのどちらで利用されるかに応じて、ファイルが記憶される記憶領域が変わるため、例えば画面制御権の喪失といった「決められた条件」を満たす時まで、そのファイルが削除の対象であるか否かを制御部21が記憶しておかなくてもよいからである。   In this case, the control unit 21 does not need to add the combination of the application name of the activated reference application and the file name of the file used by the reference application to the deleted file table 210. When the file is stored in the storage unit 22, the storage area in which the file is stored changes depending on whether the file is used by the overwriting application or the reference application. This is because the control unit 21 does not have to store whether or not the file is to be deleted until the “determined condition” is satisfied.

2−2.変形例2
上述した実施形態において、種別データベース219は、種別リスト2191と、各種別に対応するアプリ分類リスト2192とを有していたが、ファイルの種別からその種別のファイルを利用可能なアプリを特定する手続きはこれに限られない。例えば、各アプリに、それぞれ利用可能なファイルの種別を示す表が対応付けられていてもよい。受付部211は、ユーザが選択したファイルの種別を特定すると、端末装置2にインストールされているアプリを1つずつ調査し、その種別をそのアプリの表に記述しているか否か判断すればよい。
2-2. Modification 2
In the above-described embodiment, the type database 219 has the type list 2191 and the application classification list 2192 corresponding to each type, but the procedure for specifying an application that can use a file of that type from the file type is as follows. It is not limited to this. For example, each application may be associated with a table indicating the types of files that can be used. When the reception unit 211 specifies the type of the file selected by the user, the reception unit 211 may examine each application installed in the terminal device 2 and determine whether the type is described in the table of the application. .

2−3.変形例3
端末装置2の制御部21によって実行されるプログラムは、磁気テープや磁気ディスクなどの磁気記録媒体、光ディスクなどの光記録媒体、光磁気記録媒体、半導体メモリなどの、コンピュータ装置が読み取り可能な記録媒体に記憶された状態で提供し得る。また、このプログラムを、インターネットのようなネットワーク経由でダウンロードさせることも可能である。なお、上記の制御部21によって例示した制御手段としてはCPU以外にも種々の装置が適用される場合があり、例えば、専用のプロセッサなどが用いられる。
2-3. Modification 3
The program executed by the control unit 21 of the terminal device 2 is a recording medium readable by a computer device, such as a magnetic recording medium such as a magnetic tape or a magnetic disk, an optical recording medium such as an optical disk, a magneto-optical recording medium, or a semiconductor memory. Can be provided in a stored state. It is also possible to download this program via a network such as the Internet. Note that various devices other than the CPU may be applied as the control means exemplified by the control unit 21 described above. For example, a dedicated processor or the like is used.

1…サーバ装置、11…制御部、12…記憶部、121…ファイルデータベース、13…通信部、2…端末装置、21…制御部、210…削除ファイル表、211…受付部、212…記憶制御部、213…削除部、219…種別データベース、2191…種別リスト、2192…アプリ分類リスト、22…記憶部、221…ファイル記憶領域、222…一時記憶領域、23…通信部、24…操作部、25…表示部、3…通信回線、9…情報処理システム。 DESCRIPTION OF SYMBOLS 1 ... Server apparatus, 11 ... Control part, 12 ... Storage part, 121 ... File database, 13 ... Communication part, 2 ... Terminal device, 21 ... Control part, 210 ... Deleted file table, 211 ... Reception part, 212 ... Storage control 213 ... Deleting part 219 ... Type database 2191 ... Type list 2192 ... App classification list 22 ... Storage part 221 ... File storage area 222 ... Temporary storage area 23 ... Communication part 24 ... Operation part 25 ... display unit, 3 ... communication line, 9 ... information processing system.

Claims (4)

通信回線を介して取得したファイルを、記憶手段に記憶させる記憶制御手段と、
前記ファイルを利用するアプリケーションプログラムが前記ファイルを上書するものでない場合に、該アプリケーションプログラムに利用された後の前記ファイルを前記記憶手段から削除し、該アプリケーションプログラムが前記ファイルを上書するものである場合に、該アプリケーションプログラムに利用された後の前記ファイルを前記記憶手段から削除しない削除手段と、
を有する情報処理装置。
Storage control means for storing the file acquired via the communication line in the storage means;
When the application program that uses the file does not overwrite the file, the file after being used by the application program is deleted from the storage means, and the application program overwrites the file. In some cases, a deletion unit that does not delete the file after being used in the application program from the storage unit;
An information processing apparatus.
前記記憶制御手段は、前記アプリケーションプログラムが前記ファイルを上書するものである場合に、該ファイルを前記記憶手段の第1領域に記憶させ、該アプリケーションプログラムが該ファイルを上書するものでない場合に、該ファイルを前記第1領域と異なる第2領域に記憶させ、
前記削除手段は、前記アプリケーションプログラムが前記ファイルを利用した後、決められた条件を満たしたときに、前記第2領域に記憶されたファイルを削除する
ことを特徴とする請求項1に記載の情報処理装置。
The storage control means stores the file in the first area of the storage means when the application program overwrites the file, and the application program does not overwrite the file. , Storing the file in a second area different from the first area,
The information according to claim 1, wherein the deletion unit deletes the file stored in the second area when the application program satisfies the predetermined condition after using the file. Processing equipment.
請求項1または2に記載の情報処理装置と、
前記情報処理装置に、通信回線を介して前記ファイルを取得させる前記記憶装置と、
を有する情報処理システム。
An information processing apparatus according to claim 1 or 2,
The storage device that causes the information processing apparatus to acquire the file via a communication line;
An information processing system.
記憶手段を有するコンピュータを、
通信回線を介して取得したファイルを、前記記憶手段に記憶させる記憶制御手段と、
前記ファイルを利用するアプリケーションプログラムが前記ファイルを上書するものでない場合に、該アプリケーションプログラムに利用された後の前記ファイルを前記記憶手段から削除し、該アプリケーションプログラムが前記ファイルを上書するものである場合に、該アプリケーションプログラムに利用された後の前記ファイルを前記記憶手段から削除しない削除手段
として機能させるためのプログラム。
A computer having storage means;
Storage control means for storing a file acquired via a communication line in the storage means;
When the application program that uses the file does not overwrite the file, the file after being used by the application program is deleted from the storage means, and the application program overwrites the file. In some cases, a program for causing the file after being used by the application program to function as a deletion unit that does not delete the file from the storage unit.
JP2014127293A 2014-06-20 2014-06-20 Information processing apparatus, information processing system, and program Active JP6350007B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014127293A JP6350007B2 (en) 2014-06-20 2014-06-20 Information processing apparatus, information processing system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014127293A JP6350007B2 (en) 2014-06-20 2014-06-20 Information processing apparatus, information processing system, and program

Publications (2)

Publication Number Publication Date
JP2016006598A true JP2016006598A (en) 2016-01-14
JP6350007B2 JP6350007B2 (en) 2018-07-04

Family

ID=55225004

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014127293A Active JP6350007B2 (en) 2014-06-20 2014-06-20 Information processing apparatus, information processing system, and program

Country Status (1)

Country Link
JP (1) JP6350007B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011008354A (en) * 2009-06-23 2011-01-13 Ricoh Co Ltd Information processor, document data deletion method, and document data deletion program
JP2011027917A (en) * 2009-07-23 2011-02-10 Lemuria Holdings Ltd Digital safe-deposit box system and server
JP2012224035A (en) * 2011-04-21 2012-11-15 Canon Inc Printing apparatus, method for controlling printing apparatus, and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011008354A (en) * 2009-06-23 2011-01-13 Ricoh Co Ltd Information processor, document data deletion method, and document data deletion program
JP2011027917A (en) * 2009-07-23 2011-02-10 Lemuria Holdings Ltd Digital safe-deposit box system and server
JP2012224035A (en) * 2011-04-21 2012-11-15 Canon Inc Printing apparatus, method for controlling printing apparatus, and program

Also Published As

Publication number Publication date
JP6350007B2 (en) 2018-07-04

Similar Documents

Publication Publication Date Title
JP4453738B2 (en) File transfer method, apparatus, and program
US9218499B2 (en) Data duplication using a shared storage area with improved access control
US20110179097A1 (en) Creating virtual targets in directory structures
JP5449524B2 (en) Computer, processing method thereof and computer system
US10127241B2 (en) Information processing apparatus, method for controlling the same, and storage medium therefor
JP2010218313A (en) Information processor, log management system and log management method
US10678750B2 (en) On demand file sync
JP5561017B2 (en) Image processing apparatus, editing program, and editing system
JP6350007B2 (en) Information processing apparatus, information processing system, and program
JP5026781B2 (en) Information processing apparatus, pop-up window display control method, program, and recording medium
US8667000B2 (en) Information processing apparatus and information processing method
JP6828277B2 (en) Client devices, information information systems and programs
JP2018018314A (en) Information processing device and program
JP2010089287A (en) Printing apparatus
JP2009054100A (en) Information processor, and control method of information processor
US20180307662A1 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium
JP6776675B2 (en) Electronics and programs
JP2014222460A (en) Electronic apparatus and program
US20220311721A1 (en) Information processing apparatus, non-transitory computer readable medium storing information processing program, and information processing method
US7702890B2 (en) Information processing apparatus and program
EP2096545A2 (en) Method and apparatus for managing the copying of data
JP6425784B2 (en) Display device and program
JP6741141B2 (en) Information processing apparatus, information processing system, and information processing method
JP7218500B2 (en) Information processing device and information processing program
JP2015129993A (en) Information processing system, operation device, information display method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170522

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180213

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180413

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180521

R150 Certificate of patent or registration of utility model

Ref document number: 6350007

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350