JP2017151915A - Information processor, data transfer system, control method for data transfer system, and program - Google Patents

Information processor, data transfer system, control method for data transfer system, and program Download PDF

Info

Publication number
JP2017151915A
JP2017151915A JP2016036186A JP2016036186A JP2017151915A JP 2017151915 A JP2017151915 A JP 2017151915A JP 2016036186 A JP2016036186 A JP 2016036186A JP 2016036186 A JP2016036186 A JP 2016036186A JP 2017151915 A JP2017151915 A JP 2017151915A
Authority
JP
Japan
Prior art keywords
setting
import
processing apparatus
target
export
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2016036186A
Other languages
Japanese (ja)
Inventor
大資 山崎
Daisuke Yamazaki
大資 山崎
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2016036186A priority Critical patent/JP2017151915A/en
Publication of JP2017151915A publication Critical patent/JP2017151915A/en
Priority to JP2021063470A priority patent/JP7192023B2/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To suppress occurrence of mismatching when transferring setting information of an application.SOLUTION: A client PC 101 as an information processor comprises: reception means for receiving selection of setting as an export object of a document management application 300 which performs export processing; acquisition means for acquiring related setting related to the received setting of the export object; addition means for adding the acquired related setting to the export object; and export means for performing the export processing of the setting of the export object. The acquisition means acquires the related setting when the setting as the export object received by the reception means is a part of setting of the application.SELECTED DRAWING: Figure 12

Description

本発明は、情報処理装置、データ移行システム、データ移行システムの制御方法およびプログラムに関する。   The present invention relates to an information processing apparatus, a data migration system, a data migration system control method, and a program.

アプリケーションの設定項目が多い場合や業務に即した共通の設定変更が必要な場合、アプリケーションの設定を各ユーザーがそれぞれ行うのは煩雑である。そのため、アプリケーション導入時の設定作業の簡易化のため、アプリケーションの設定情報をエクスポートし、移行先にその設定情報をインポートすることで設定情報を移行する技術がある。特許文献1は、OS(Operating System)によって変わるフォルダパス情報を含む設定情報を移行先に合わせて変更または削除することで、アプリケーションの設定情報に含まれる環境依存情報を移行先に合わせて変更する技術を開示している。   When there are many application setting items or when a common setting change according to work is required, it is complicated for each user to set the application. Therefore, there is a technology for transferring the setting information by exporting the setting information of the application and importing the setting information to the transfer destination in order to simplify the setting work at the time of introducing the application. Patent Document 1 changes environment-dependent information included in application setting information according to a migration destination by changing or deleting setting information including folder path information that varies depending on an OS (Operating System) according to the migration destination. The technology is disclosed.

特開2015−45971号公報Japanese Patent Laying-Open No. 2015-45971

しかしながら、特許文献1は、アプリケーションの全設定を移行する場合を対象としている。一部機能の設定のみを移行する際に設定間の依存関係によって発生する不整合は考慮されておらず、アプリケーションの一部の設定情報のみを移行する場合にアプリケーションが正常に動作しなくなる可能性が考えられる。   However, Patent Document 1 is intended for a case where all application settings are migrated. When migrating only some function settings, inconsistencies caused by dependency between settings are not taken into account, and when only some setting information of the application is migrated, the application may not operate normally Can be considered.

本発明は、アプリケーションの設定情報を移行する場合に発生する不整合を抑制する情報処理装置を提供することを目的とする。   An object of the present invention is to provide an information processing apparatus that suppresses inconsistencies that occur when application setting information is migrated.

上記課題を解決するために、本発明の一側面である情報処理装置は、エクスポート処理を行うアプリケーションのエクスポート対象となる設定の選択を受け付ける受付手段と、受け付けた前記エクスポート対象の設定に関連する関連設定を取得する取得手段と、取得した前記関連設定を前記エクスポート対象に追加する追加手段と、前記エクスポート対象の設定のエクスポート処理を行うエクスポート手段と、を備える。前記取得手段は、前記受付手段において受け付けた前記エクスポート対象となる設定がアプリケーションの設定の一部であった場合に、前記関連設定を取得する。   In order to solve the above-described problem, an information processing apparatus according to an aspect of the present invention includes a reception unit that receives selection of a setting that is an export target of an application that performs export processing, and a relationship related to the received setting of the export target. An acquisition unit configured to acquire a setting; an adding unit configured to add the acquired related setting to the export target; and an export unit configured to perform an export process of the setting of the export target. The acquisition unit acquires the related setting when the setting to be exported received by the receiving unit is a part of the application setting.

本発明によれば、アプリケーションの設定情報を移行する場合の不整合の発生を抑制する情報処理装置を提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the information processing apparatus which suppresses generation | occurrence | production of inconsistency when migrating the setting information of an application can be provided.

システム構成の一例を示す図である。It is a figure which shows an example of a system configuration. 情報処理装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of information processing apparatus. 文書管理アプリケーションのソフトウェアの構成の一例を示す図である。FIG. 3 is a diagram illustrating an example of a software configuration of a document management application. 文書管理アプリケーションのメイン画面のUI一例を示す図である。It is a figure which shows an example of UI of the main screen of a document management application. 設定ファイルのデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of a setting file. 設定ファイルのデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of a setting file. 設定ファイルのデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of a setting file. 文書管理アプリケーションの設定移行画面のUI一例を示す図である。FIG. 10 is a diagram illustrating an example of a UI of a setting transition screen of a document management application. 文書管理アプリケーションの設定移行画面のUI一例を示す図である。FIG. 10 is a diagram illustrating an example of a UI of a setting transition screen of a document management application. 文書管理アプリケーションの設定移行画面のUI一例を示す図である。FIG. 10 is a diagram illustrating an example of a UI of a setting transition screen of a document management application. 文書管理アプリケーションの設定移行画面のUI一例を示す図である。FIG. 10 is a diagram illustrating an example of a UI of a setting transition screen of a document management application. 設定情報のエクスポート処理の一例を示すフローチャートである。It is a flowchart which shows an example of the export process of setting information. 設定情報のインポート処理の一例を示すフローチャートである。It is a flowchart which shows an example of the import process of setting information. 設定情報の関連設定テーブルの一例を示す図である。It is a figure which shows an example of the related setting table of setting information. 文書管理アプリケーションの設定移行画面のUI一例を示す図である。FIG. 10 is a diagram illustrating an example of a UI of a setting transition screen of a document management application. 設定情報のインポート処理の一例を示すフローチャートである。It is a flowchart which shows an example of the import process of setting information. 設定情報のインポート処理の一例を示すフローチャートである。It is a flowchart which shows an example of the import process of setting information. 文書管理アプリケーションの設定移行画面のUI一例を示す図である。FIG. 10 is a diagram illustrating an example of a UI of a setting transition screen of a document management application. 関連設定の確認処理の一例を示すフローチャートである。It is a flowchart which shows an example of the confirmation process of a related setting. クライアントPCのソフトウェアの構成の一例を示す図である。It is a figure which shows an example of a software structure of client PC. 設定情報のインポート処理の一例を示すフローチャートである。It is a flowchart which shows an example of the import process of setting information. 設定情報のインポート処理の一例を示すフローチャートである。It is a flowchart which shows an example of the import process of setting information.

(第1実施形態)
まず、本発明の第1実施形態について説明する。図1は、情報処理システム(データ移行システム)の全体図である。LAN100上には、クライアントPC101、クライアントPC110、ファイルサーバー102、MFP103が互いに通信可能に接続されている。なお、LANはLocal Area Networkの、PCはPersonal Computerの、MFPはMultifunction Peripheralの略称である。
(First embodiment)
First, a first embodiment of the present invention will be described. FIG. 1 is an overall view of an information processing system (data migration system). On the LAN 100, a client PC 101, a client PC 110, a file server 102, and an MFP 103 are connected so as to communicate with each other. LAN is an abbreviation for Local Area Network, PC is an abbreviation for Personal Computer, and MFP is an abbreviation for Multifunction Peripheral.

クライアントPC101及びクライアントPC110は、情報処理装置の一例であり、所定のOSがインストールされ、かつ、特定の機能処理を実行する各種のアプリケーションもインストールされている。ここで、特定の機能処理には、例えば、文書処理、表計算処理、プレゼンテーション処理、画像処理、図形処理等が含まれ、各アプリケーションはそれぞれ独自のデータ構造(ファイル構造)を備える。また、クライアントPC101及びクライアントPC110には、文書の管理や印刷を行うための文書管理アプリケーション300がインストールされている。本実施形態では、クライアントPC101にインストールされた文書管理アプリケーション300の設定情報をエクスポートし、別のクライアントPC110にインポートする例を示す。なお以下では、クライアントPC101及びクライアントPC110をまとめてクライアントPCと表記する場合がある。   The client PC 101 and the client PC 110 are an example of an information processing apparatus. A predetermined OS is installed and various applications that execute specific function processing are also installed. Here, the specific function processing includes, for example, document processing, spreadsheet processing, presentation processing, image processing, graphic processing, and the like, and each application has a unique data structure (file structure). The client PC 101 and the client PC 110 are installed with a document management application 300 for performing document management and printing. In the present embodiment, an example in which setting information of the document management application 300 installed on the client PC 101 is exported and imported to another client PC 110 is shown. Hereinafter, the client PC 101 and the client PC 110 may be collectively referred to as a client PC.

ファイルサーバー102は、外部サーバーの一例であり、クライアントPC101及び104はファイルサーバー102に保存されるファイルやフォルダを閲覧・操作できる。
MFP103は、画像処理装置の一例であり、プリンタ機能、FAX機能、コピー機能、スキャナ機能、ファイル送信機能等を備え、クライアントPC101及び104からの指示により印刷やファクス送信を実行する。尚、ファイルサーバー102及びMFP103は本実施形態における文書管理アプリケーション300の機能の説明のために構成に加えているが、システム構成上で必須となる構成ではない。
The file server 102 is an example of an external server, and the client PCs 101 and 104 can browse and operate files and folders stored in the file server 102.
The MFP 103 is an example of an image processing apparatus, and includes a printer function, a FAX function, a copy function, a scanner function, a file transmission function, and the like, and executes printing and fax transmission according to instructions from the client PCs 101 and 104. Note that the file server 102 and the MFP 103 are added to the configuration for explaining the functions of the document management application 300 in the present embodiment, but are not essential in the system configuration.

図2は、クライアントPC101及びクライアントPC110のハードウェア構成図である。クライアントPCは、CPU201、ディスプレイ202、RAM203、ROM204、入力デバイス205、外部メモリ206、I/O207を備える。
CPU201は、プログラムを実行することで各種処理を実現するものである。RAM203、ROM204、HDD(ハードディスクドライブ)やFDD(フロッピー(登録商標)ディスクドライブ)などの外部メモリ206は、各種プログラムや実行情報を保管する記憶デバイスである。本実施形態で説明される処理は、ROM204、または外部メモリ206に保存されたプログラムをRAM203にロードし、CPU201で実行することによって実現される。
ディスプレイ202は、ユーザーに視覚的な出力情報フィードバックを与える表示部である。入力デバイス205は、キーボードやポインティングデバイスなどのユーザー操作入力を受信する入力部である。インターフェースデバイスI/O207は、外部機器との通信を行う。クライアントPCは、インターフェースデバイスI/O207を介してファイルサーバー102やMFP103と通信を行う。
FIG. 2 is a hardware configuration diagram of the client PC 101 and the client PC 110. The client PC includes a CPU 201, a display 202, a RAM 203, a ROM 204, an input device 205, an external memory 206, and an I / O 207.
The CPU 201 implements various processes by executing a program. An external memory 206 such as a RAM 203, ROM 204, HDD (Hard Disk Drive) or FDD (Floppy (registered trademark) disk drive) is a storage device for storing various programs and execution information. The processing described in the present embodiment is realized by loading a program stored in the ROM 204 or the external memory 206 into the RAM 203 and executing it by the CPU 201.
The display 202 is a display unit that gives visual output information feedback to the user. The input device 205 is an input unit that receives user operation inputs such as a keyboard and a pointing device. The interface device I / O 207 communicates with an external device. The client PC communicates with the file server 102 and the MFP 103 via the interface device I / O 207.

図3は、クライアントPCで実行される文書管理アプリケーション300のソフトウェアの構成の一例を示す図である。文書管理アプリケーション300は、クライアントPC101にインストールされ、そのプログラムはクライアントPC101のROM204または外部メモリ206に記憶されている。即ち、CPU201がRAM203にプログラムをロードして実行することで、文書管理アプリケーション300の機能及び後述するフローチャートに係る処理が実現される。   FIG. 3 is a diagram illustrating an example of a software configuration of the document management application 300 executed on the client PC. The document management application 300 is installed in the client PC 101, and the program is stored in the ROM 204 or the external memory 206 of the client PC 101. That is, the CPU 201 loads the program into the RAM 203 and executes it, thereby realizing the functions of the document management application 300 and the processing related to the flowcharts described later.

文書管理アプリケーション300は、入力管理部301、画面表示管理部302、出力制御部304、アプリケーション情報管理部303、設定移行部305、管理部306を含む。
入力管理部301は、画面表示管理部302により表示される文書管理アプリケーション300のGUI(Graphical User Interface)を介して、ユーザーによる入力デバイス205の操作を検知し、ユーザーの操作情報を取得する。また入力管理部301は、画面表示管理部302により表示されるGUI上の操作以外にもOSによって処理されるマウスやキーボードの操作イベントを監視してユーザーによる入力操作を検知する。
画面表示管理部302は、文書管理アプリケーション300のGUIの表示や、GUIに対するユーザー操作を受け付けるなどの画面表示制御に関する処理を実行する。
アプリケーション情報管理部303は、文書管理アプリケーション300の起動中にアプリケーションの設定や状態を管理する。アプリケーション情報管理部303はさらに、アプリケーションの設定や状態を外部メモリ206の設定ファイルへ読み書きする処理を実施する。具体的な設定ファイルの例は後述する。
The document management application 300 includes an input management unit 301, a screen display management unit 302, an output control unit 304, an application information management unit 303, a setting transition unit 305, and a management unit 306.
The input management unit 301 detects the operation of the input device 205 by the user via the GUI (Graphical User Interface) of the document management application 300 displayed by the screen display management unit 302, and acquires user operation information. The input management unit 301 detects an input operation by the user by monitoring a mouse or keyboard operation event processed by the OS in addition to the operation on the GUI displayed by the screen display management unit 302.
The screen display management unit 302 executes processing related to screen display control such as GUI display of the document management application 300 and accepting user operations on the GUI.
The application information management unit 303 manages application settings and states while the document management application 300 is running. The application information management unit 303 further performs a process of reading and writing application settings and states to and from the setting file in the external memory 206. An example of a specific setting file will be described later.

出力制御部304は、画面表示管理部302を介して受け付けたユーザーの操作に応じて各種出力処理を実行する。例えば、印刷やファクスの指示を受けたのに応じて、プリンタドライバやファクスドライバを介してMFP103へ画像を送信する。また、出力制御部304は、管理部306からの指示に応じて、ローカルドライブやファイルサーバー102に格納される文書に対するスタンプの付与や文書のファイルフォーマットを変換して保存する。
設定移行部305は、アプリケーションの設定を移行するためのエクスポート処理及びインポート処理を実行する。
管理部306は、文書管理アプリケーション300を制御し、前述の各部に対する指示や管理を行う。
The output control unit 304 executes various output processes according to user operations received via the screen display management unit 302. For example, in response to receiving a print or fax instruction, an image is transmitted to the MFP 103 via a printer driver or fax driver. Further, the output control unit 304 converts a stamp attached to a document stored in the local drive or the file server 102 and converts the file format of the document in accordance with an instruction from the management unit 306 and saves the document.
The setting migration unit 305 executes export processing and import processing for migrating application settings.
A management unit 306 controls the document management application 300 to give instructions and management to the above-described units.

図4は、文書管理アプリケーション300のUI画面の一例を示す図である。
メイン画面400は、主なUIコンポーネントとして、例えば、リボン410、クイックアクセスツールバー420、アドレスバー430、ライブラリーペイン440、ファイルリストペイン450、プレビューペイン460、アウトプットバー470を備える。
リボン410は、用途ごとに分類される複数のタブから構成され、タブにはその用途に適する機能のボタンを配置できる。これにより、すばやくユーザーの望む機能へアクセスできる。1つのタブは複数のグループで構成でき、1つのグループには複数のボタンを配置できる。タブやグループはアプリケーションの既定として予め用意されているものが存在し、それに加えてさらにユーザーの好みの構成で作成したタブやグループを追加できる。例えば、図4では、メイン画面400のリボン410が既定のタブであるファイル、ホーム、ファクス、印刷、及び、ユーザーの追加したタブであるマイタブ411で構成される例を示している。また、図4では、ホームタブが選択され、ホームタブが既定のグループであるクリップボード、開く、PDFの操作、及び、ユーザーの追加したグループであるマイグループ412で構成されている状態を示している。マイグループ412には、後述のアウトプットバー470のファイル転送ボタン473、ファクスボタン474、印刷ボタン475が配置されている。これは、アウトプットバー470の設定情報を引用することで実現している。
FIG. 4 is a diagram illustrating an example of a UI screen of the document management application 300.
The main screen 400 includes, for example, a ribbon 410, a quick access toolbar 420, an address bar 430, a library pane 440, a file list pane 450, a preview pane 460, and an output bar 470 as main UI components.
The ribbon 410 is composed of a plurality of tabs classified for each application, and buttons having functions suitable for the application can be arranged on the tabs. This allows quick access to user-desired functions. One tab can be composed of a plurality of groups, and a plurality of buttons can be arranged in one group. There are tabs and groups that are prepared in advance as application defaults, and in addition, tabs and groups created with a user's preferred configuration can be added. For example, FIG. 4 shows an example in which the ribbon 410 of the main screen 400 is configured with files, home, fax, print, which are default tabs, and my tab 411, which is a tab added by the user. FIG. 4 shows a state in which the home tab is selected, and the home tab includes a clipboard that is a default group, an open operation, a PDF operation, and a my group 412 that is a user added group. . In the my group 412, a file transfer button 473, a fax button 474, and a print button 475 of an output bar 470, which will be described later, are arranged. This is realized by quoting the setting information of the output bar 470.

クイックアクセスツールバー420は、タブやグループによる分類はないが、機能ボタンを配置でき、リボン410同様ユーザーの望む機能へすばやくアクセスできる。そのため、よく利用する機能を配置しておくことでアプリケーションを使用する上での操作性を向上できる。
アドレスバー430は、ファイルリストペイン450で現在表示している文書の格納場所のURL(Uniform Resource Locator)情報を表示、またはURLの文字列を入力することで指定の格納場所を表示できる。
Although the quick access toolbar 420 is not classified by tabs or groups, function buttons can be arranged, and the function desired by the user can be quickly accessed like the ribbon 410. Therefore, operability in using the application can be improved by arranging frequently used functions.
The address bar 430 can display URL (Uniform Resource Locator) information of the storage location of the document currently displayed in the file list pane 450, or can display the designated storage location by inputting a URL character string.

ライブラリーペイン440には、ローカルドライブ上のフォルダやネットワーク上のフォルダ等の外部の格納場所をライブラリーとして登録でき、該ライブラリー内の文書やフォルダを閲覧・操作できる。図4では、ライブラリーとしてローカルドライブ上のフォルダを示すローカルフォルダ441(ローカルフォルダ01、ローカルフォルダ02)が登録されている。また、ライブラリーとしてファイルサーバー102上のフォルダを示すネットワークフォルダ442(ネットワークフォルダ01、ローカルフォルダ02、ネットワークフォルダ03)が登録されている。図4は、ネットワークフォルダ01が展開され、下位の“01”フォルダが選択されている状態を示す。また、ネットワークフォルダ03下の“監視フォルダ443”は、フォルダ監視機能を表すものであり、ネットワークフォルダ03を監視対象としている状態を示す。フォルダ監視機能は、ライブラリー下のフォルダを監視対象として設定でき、監視対象として設定されたフォルダ内の文書の状態(新着、更新等)を監視して変更のある場合に通知する機能である。またその他の例として、ライブラリー下のフォルダにはホットフォルダ機能を設定できる。この機能は、ローカルドライブやファイルサーバー102上の任意のフォルダを転送元とし、ライブラリー下のフォルダを転送先に設定しておくことで、転送元に格納される文書をライブラリー下の転送先フォルダに自動で転送する機能である。   In the library pane 440, an external storage location such as a folder on a local drive or a folder on a network can be registered as a library, and documents and folders in the library can be viewed and operated. In FIG. 4, local folders 441 (local folder 01 and local folder 02) indicating folders on the local drive are registered as libraries. In addition, a network folder 442 (a network folder 01, a local folder 02, and a network folder 03) indicating folders on the file server 102 is registered as a library. FIG. 4 shows a state in which the network folder 01 is expanded and a lower “01” folder is selected. A “monitoring folder 443” under the network folder 03 represents a folder monitoring function and indicates a state in which the network folder 03 is a monitoring target. The folder monitoring function is a function that can set a folder under the library as a monitoring target and monitors the state (new arrival, update, etc.) of a document in the folder set as the monitoring target and notifies when there is a change. As another example, a hot folder function can be set for a folder under the library. This function uses an arbitrary folder on the local drive or file server 102 as a transfer source, and sets a folder under the library as a transfer destination, so that a document stored in the transfer source can be transferred to a transfer destination under the library. This is a function to automatically transfer to a folder.

ファイルリストペイン450は、ライブラリー内の文書やフォルダの情報をリスト形式やサムネイルの形式で表示できる。リスト表示では名前やファイルの種類、サイズ、更新日時等の文書やフォルダの属性情報を表示できる。また、ファイルリストペイン450上で文書またはフォルダを選択してコピーや削除等の各種の操作を実行できる。図4では、ライブラリーペイン440で選択されているネットワークフォルダ01下の“01”フォルダ内の文書がリスト表示され、“ドキュメント−B”が選択されている状態を示す。
プレビューペイン460はファイルリストペイン450で選択された文書のプレビューを表示する。
The file list pane 450 can display information on documents and folders in the library in a list format or a thumbnail format. In the list display, it is possible to display attribute information of documents and folders such as name, file type, size, update date and time. Various operations such as copying and deleting can be executed by selecting a document or folder on the file list pane 450. FIG. 4 shows a state in which documents in the “01” folder under the network folder 01 selected in the library pane 440 are displayed as a list, and “Document-B” is selected.
Preview pane 460 displays a preview of the document selected in file list pane 450.

アウトプットバー470には、文書の出力処理を実行するための機能ボタンを配置できる。ファイルリストペイン450で文書を選択してアウトプットバー470のボタンを実行する。または、ファイルリストペイン450上の文書をドラッグしてアウトプットバー470のボタンへドロップすることで該ボタンの出力処理を実行する。図4では、アウトプットバー470のボタンとして印刷設定ボタン471、メールボタン472、ファイル転送ボタン473、ファクスボタン474、印刷ボタン475が配置されている。印刷設定ボタン471及びメールボタン472は既定で配置されるボタンであり、ファイル転送ボタン473、ファクスボタン474、印刷ボタン475はユーザーの用途に合わせてユーザーによって追加されたボタンである。   Function buttons for executing document output processing can be arranged on the output bar 470. A document is selected in the file list pane 450 and the button of the output bar 470 is executed. Alternatively, by dragging a document on the file list pane 450 and dropping it on the button of the output bar 470, output processing of the button is executed. In FIG. 4, a print setting button 471, a mail button 472, a file transfer button 473, a fax button 474, and a print button 475 are arranged as buttons on the output bar 470. The print setting button 471 and the mail button 472 are buttons arranged by default, and the file transfer button 473, the fax button 474, and the print button 475 are buttons added by the user according to the user's usage.

印刷設定ボタン471は選択文書の印刷プレビューを表示し、印刷設定を指定できる文書管理アプリケーション300の印刷設定画面(不図示)を開く。
メールボタン472は選択文書をメール送信するためのボタンであり、ボタン実行により選択文書が添付ファイルとされた状態でOSの既定メールアプリケーションのメール送信画面を表示する。
ファイル転送ボタン473は選択文書を特定のフォルダへ転送するためのボタンであり、ボタン実行により選択文書をその転送先へ移動やコピーできる。転送先は本ボタンの設定により指定でき、転送先としてライブラリー下のフォルダを指定できる。またその他に実行時の処理内容(移動orコピー、実行時のファイル名指定等)を設定できる。
ファクスボタン474は選択文書をファクス送信するためのボタンであり、ボタン実行によりMFP103に選択文書のファクス送信を指示する。本ボタンの設定としてOSのファクス(キュー)を割り当てることができ、実行時はそのファクスに対して指示することでファクス送信を実行する。
印刷ボタン475は選択文書を印刷するためのボタンであり、ファクスボタン474と同様に、ボタン実行によりMFP103に選択文書の印刷を指示する。本ボタンの設定として、OSのプリンタ(キュー)を割り当てることができ、実行時はそのプリンタに対して指示することで印刷を実行する。また印刷設定情報を持つ印刷テンプレート476を設定でき、印刷テンプレート476が設定されている場合にはその印刷テンプレート476の印刷設定を反映して印刷を実行する。
A print setting button 471 displays a print preview of the selected document, and opens a print setting screen (not shown) of the document management application 300 that can specify the print setting.
The mail button 472 is a button for transmitting the selected document by mail, and displays the mail transmission screen of the default mail application of the OS in a state where the selected document is made an attached file by executing the button.
The file transfer button 473 is a button for transferring the selected document to a specific folder, and the selected document can be moved or copied to the transfer destination by executing the button. The transfer destination can be specified by the setting of this button, and the folder under the library can be specified as the transfer destination. In addition, processing contents at the time of execution (move or copy, file name specification at the time of execution, etc.) can be set.
A fax button 474 is a button for sending a selected document by fax, and instructs the MFP 103 to send a fax of the selected document by executing the button. An OS fax (queue) can be assigned as the setting of this button, and at the time of execution, fax transmission is executed by instructing the fax.
A print button 475 is a button for printing the selected document. Like the fax button 474, the print button 475 instructs the MFP 103 to print the selected document by executing the button. An OS printer (queue) can be assigned as the setting of this button, and at the time of execution, printing is executed by instructing the printer. In addition, a print template 476 having print setting information can be set. If the print template 476 is set, printing is executed by reflecting the print setting of the print template 476.

図5〜図7は、文書管理アプリケーション300の設定ファイルのデータ構造の一例を示す図である。文書管理アプリケーション300の設定情報は設定ファイルとして外部メモリ206に保存することで、文書管理アプリケーション300の次回再起動時に前回と同じ設定でアプリケーションを使用できる。図5〜図7では設定ファイルの保存形式の一例として、Extensible Markup Language(XML)形式で保存する例を示す。なお、保存形式は一般的なテキスト形式の保存でも良く特にXMLに限定されるものではない。   5 to 7 are diagrams showing examples of the data structure of the setting file of the document management application 300. FIG. By saving the setting information of the document management application 300 in the external memory 206 as a setting file, the application can be used with the same setting as the previous time when the document management application 300 is restarted next time. 5 to 7 show an example of saving in the Extensible Markup Language (XML) format as an example of the setting file saving format. The storage format may be a general text format storage and is not particularly limited to XML.

文書管理アプリケーション300は図4に示すように複数のUIコンポーネントから構成され、また複数の機能を持つ。文書管理アプリケーション300では、設定ファイルをUIコンポーネント、機能毎に分けて保存し管理する。例えば、リボン410の設定情報やクイックアクセスツールバー420の設定情報をそれぞれ別の設定ファイルとして保存する。本実施形態では文書管理アプリケーション300の設定ファイルの一例として、リボン設定500、ライブラリー設定520、アウトプットバー設定530、監視フォルダ設定540、ホットフォルダ設定550のデータ構造について説明する。   As shown in FIG. 4, the document management application 300 is composed of a plurality of UI components and has a plurality of functions. The document management application 300 stores and manages setting files separately for each UI component and function. For example, the setting information of the ribbon 410 and the setting information of the quick access toolbar 420 are stored as separate setting files. In this embodiment, as an example of a setting file of the document management application 300, a data structure of a ribbon setting 500, a library setting 520, an output bar setting 530, a monitoring folder setting 540, and a hot folder setting 550 will be described.

図5のリボン設定500(RibbonSetting.xml)はリボン設定の設定ファイルであり、リボン410のタブ、グループ、ボタンの構成を定義する。リスト501(RibbonSettings)はリボン設定のリスト、タブ情報502(“Ribbon”)は1タブ情報、グループ情報503(“Group”)は1グループ情報、ボタン情報504(“Contorol”)は1ボタン情報を示す。ホームタブ505は図4におけるホームタブに該当する情報であり、ホームタブ505の定義中にクリップボードグループの情報であるクリップボード506、さらにクリップボード506の定義中にコピーボタンの定義であるコピーボタン507を含む。クリップボード506は、既定のID(“GROUP_CLIPBOARD”)として定義している。
マイグループ508はユーザーによって追加されたマイグループ412に該当する情報であり、定義にはid情報として設定時に動的に生成されるGUID(Globally Unique identifier)が割り当てられる。ファクスボタン509は、マイグループ412上に配置されるファクスボタンの情報を示し、アウトプットバーへのファクスボタン追加時に生成されたGUIDがid情報として割り当てられる。このidは、後述するアウトプットバーの設定中の定義と同一のidであり、このid情報をキーにアウトプットバー中の“ファクス”ボタンを識別できる。またマイタブ510は、ユーザーによって追加された図4におけるマイタブ411の定義を示す。
A ribbon setting 500 (RibbonSetting.xml) in FIG. 5 is a setting file for ribbon settings, and defines the configuration of tabs, groups, and buttons of the ribbon 410. A list 501 (RibbonSettings) is a list of ribbon settings, tab information 502 (“Ribbon”) is 1 tab information, group information 503 (“Group”) is 1 group information, and button information 504 (“Control”) is 1 button information. Show. The home tab 505 is information corresponding to the home tab in FIG. 4, and includes a clipboard 506 that is clipboard group information during the definition of the home tab 505, and a copy button 507 that is a definition of the copy button during the definition of the clipboard 506. . The clipboard 506 is defined as a default ID (“GROUP_CLIPBOARD”).
The my group 508 is information corresponding to the my group 412 added by the user, and a GUID (Globally Unique Identifier) dynamically generated at the time of setting is assigned to the definition as id information. A fax button 509 indicates information on a fax button arranged on the my group 412, and a GUID generated when a fax button is added to the output bar is assigned as id information. This id is the same as the definition in the setting of the output bar described later, and the “fax” button in the output bar can be identified using this id information as a key. A My Tab 510 shows the definition of the My Tab 411 in FIG. 4 added by the user.

図6(A)のライブラリー設定520(LibrarySetting.xml)は、ライブラリー設定の設定ファイルであり、登録済みのライブラリーの情報を定義する。リスト521(LibrarySettings)はライブラリー設定のリストを示し、ライブラリー522(Library)は1ライブラリーの設定情報を示す。ライブラリー522にはライブラリーの情報として、ライブラリーの表示名(DisplayName)、ライブラリーのパス情報(RootPath)を定義する。またライブラリーの種別(Type)によりライブラリーの種別を切り分けできるように定義する。ローカルライブラリー523はローカルドライブ上のライブラリーであるローカルライブラリーを示し、ネットワークライブラリー524はネットワークフォルダ上のライブラリーであるネットワークライブラリーを示す。   A library setting 520 (LibrarySetting.xml) in FIG. 6A is a library setting setting file, and defines information on a registered library. A list 521 (LibrarySettings) indicates a list of library settings, and a library 522 (Library) indicates setting information of one library. In the library 522, a library display name (DisplayName) and library path information (RootPath) are defined as library information. In addition, the library type is defined so that the library type can be classified according to the library type (Type). A local library 523 indicates a local library that is a library on a local drive, and a network library 524 indicates a network library that is a library on a network folder.

図6(B)のアウトプットバー設定530(“OutputButtonSetting.xml”)は、アウトプットバー設定の設定ファイルであり、アウトプットバー上のボタン構成を定義する。リスト531(“OutputButtonSettings”)はアウトプットバー上のボタン設定のリストを示し、ボタン532(“OutputButton”)は、アウトプットバー上の1つのボタンの定義を示す。ボタン情報533〜537は図4の各ボタンに該当するボタン情報を定義する。ボタン情報533は印刷設定ボタン471、ボタン情報534はメールボタン472、ボタン情報535はファイル転送ボタン473、ボタン情報536はファクスボタン474、ボタン情報537は印刷ボタン475の定義を示す。ファイル転送ボタンのボタン情報535にはボタンの識別子となるID情報(ID)としてGUIDが割り当てられ、表示名(Display)や転送先のフォルダパス(FolderPath)、実行処理の種別(ActionType)の情報を定義する。ここでは、転送先のフォルダパスにはライブラリーのネットワークフォルダ03下のフォルダが指定されている状態を示している。ファクスボタンのボタン情報536には前述と同様にID情報、表示名を定義する。さらにボタン情報536は、OSのファクスの名称を示すファクス名(FaxName)、ファクス送信に使用するファクスドライバ名(DriverName)、ファクス送信指示の対象となるMFP103のアドレス(Address)情報を定義する。印刷ボタンのボタン情報537には、ID情報、表示名、OSのプリンタの名称を示すプリンタ名(PrinterName)を定義する。さらにボタン情報537には、印刷に使用するプリンタドライバ名(DriverName)、印刷指示の対象となるMFP103のアドレス(Address)、印刷テンプレート(Template)情報を定義する。   An output bar setting 530 (“OutputButtonSetting.xml”) in FIG. 6B is an output bar setting file and defines a button configuration on the output bar. A list 531 (“OutputButtonSettings”) shows a list of button settings on the output bar, and a button 532 (“OutputButton”) shows the definition of one button on the output bar. Button information 533 to 537 defines button information corresponding to each button in FIG. Button information 533 is a print setting button 471, button information 534 is a mail button 472, button information 535 is a file transfer button 473, button information 536 is a fax button 474, and button information 537 is a definition of a print button 475. A GUID is assigned to the button information 535 of the file transfer button as ID information (ID) serving as an identifier of the button, and information on a display name (Display), a transfer destination folder path (FolderPath), and an execution process type (ActionType) is provided. Define. In this example, a folder under the network folder 03 of the library is designated as the transfer destination folder path. In the button information 536 of the fax button, ID information and a display name are defined as described above. Further, the button information 536 defines a fax name (FaxName) indicating the name of an OS fax, a fax driver name (DriverName) used for fax transmission, and address (Address) information of the MFP 103 that is the target of fax transmission. The button information 537 of the print button defines ID information, a display name, and a printer name (PrinterName) indicating the name of the OS printer. Further, the button information 537 defines the name of the printer driver (DriverName) used for printing, the address (Address) of the MFP 103 that is the object of the print instruction, and the print template (Template) information.

図7(A)の監視フォルダ設定540(MonitorSetting.xml)は監視フォルダ設定の設定ファイルであり、監視フォルダの情報を定義する。リスト541(MonitorSettings)は監視フォルダ設定のリストを示し、監視フォルダ情報542(Monitor)は1監視フォルダの設定情報を示す。監視フォルダの設定情報として、監視対象とするライブラリーのパス(LibraryPath)、監視対象のフォルダのパス(FolderPath)を定義する。ここでは監視フォルダとして、ライブラリーのネットワークフォルダ03下の監視フォルダが指定されている状態を示している。   A monitoring folder setting 540 (MonitorSetting.xml) in FIG. 7A is a setting file for monitoring folder setting, and defines monitoring folder information. A list 541 (MonitorSettings) indicates a list of monitoring folder settings, and a monitoring folder information 542 (Monitor) indicates setting information of one monitoring folder. As the monitoring folder setting information, a library path (LibraryPath) to be monitored and a folder path (FolderPath) to be monitored are defined. In this example, a monitoring folder under the network folder 03 of the library is designated as the monitoring folder.

図7(B)のホットフォルダ設定550“HotFolderSetting.xml)はホットフォルダ設定の設定ファイルであり、ホットフォルダの設定情報を定義する。リスト551(HotFolderSettings)はホットフォルダ設定のリストを示し、ホットフォルダ情報552(HotFolder)は1ホットフォルダの設定情報を示す。ホットフォルダの設定情報として、転送元のフォルダパス(SourcePath)及び転送先のフォルダパス(DestPath)を定義する。ここでは転送元としてローカルドライブ上のフォルダが指定され、転送先にライブラリー“ネットワークフォルダ03”下の“転送用”フォルダが指定されている状態を示している。   7B is a hot folder setting setting file, and defines hot folder setting information. A list 551 (HotFolderSettings) shows a list of hot folder settings. Information 552 (HotFolder) indicates the setting information of one hot folder, which defines a transfer source folder path (SourcePath) and a transfer destination folder path (DestPath) as the hot folder setting information. The upper folder is designated, and the “transfer” folder under the library “network folder 03” is designated as the transfer destination.

図4〜図7にて文書管理アプリケーション300のUI及び設定ファイルについて説明した。上記のように文書管理アプリケーション300は複数のUIコンポーネント及び機能で構成されており、その設定情報は各UI及び機能に分けて管理されている。また、リボンとアウトプットバー、監視フォルダとライブラリー、アウトプットバーの印刷ボタンと印刷テンプレートのように、設定情報間に依存関係のある場合もある。このような場合一部の設定のみを移行する設定情報間の整合性がとれず、移行後にアプリケーションが正常に動作しない等の問題が発生する。例えば、リボンにアウトプットバーのボタンを配置している状態でリボンの設定のみを移行対象とし別の環境に移行する場合、移行先の環境にはアウトプットバーのボタンの定義が存在しない。そのため移行後の文書管理アプリケーション300使用時にアウトプットバー上の該当するボタン情報を参照できず、リボン上に表示されない、またはボタン実行時に実行不可(エラー)となる。   The UI and setting file of the document management application 300 have been described with reference to FIGS. As described above, the document management application 300 includes a plurality of UI components and functions, and the setting information is managed separately for each UI and function. In addition, there may be a dependency relationship between setting information, such as a ribbon and an output bar, a monitoring folder and a library, and a print button and a print template of the output bar. In such a case, there is a problem in that consistency between setting information for transferring only a part of the settings cannot be obtained, and the application does not operate normally after the migration. For example, when the output bar button is placed on the ribbon and only the ribbon setting is to be migrated and migrated to another environment, the definition of the output bar button does not exist in the migration destination environment. Therefore, the corresponding button information on the output bar cannot be referred to when using the document management application 300 after the migration, and is not displayed on the ribbon, or cannot be executed (error) when the button is executed.

次に、文書管理アプリケーション300による設定移行処理例を示す。図8〜図12は、文書管理アプリケーション300のUI画面の一例を示す図である。
設定移行画面600は文書管理アプリケーション300の設定移行画面であり、本画面は前述のメイン画面400とは別に単独で起動でき、文書管理アプリケーション300の設定情報をエクスポートまたはインポートするための画面である。エクスポートを実行すると設定ファイルとアプリケーションバージョン情報やユーザー名、エクスポート種別(全設定/一部)等の情報を含むエクスポート情報と同梱するエクスポートファイルを生成し出力する。一方、インポート時はエクスポートファイルを展開し、同梱されている設定ファイルをアプリケーションの設定ファイルの格納場所に配置する。このようにして設定情報を移行する。
Next, an example of setting migration processing by the document management application 300 is shown. 8 to 12 are diagrams showing examples of the UI screen of the document management application 300. FIG.
The setting transfer screen 600 is a setting transfer screen for the document management application 300. This screen can be activated independently of the main screen 400 described above, and is a screen for exporting or importing the setting information of the document management application 300. When the export is executed, an export file enclosed with export information including information such as a setting file, application version information, user name, export type (all settings / part) is generated and output. On the other hand, when importing, the export file is expanded, and the included setting file is placed in the storage location of the application setting file. In this way, the setting information is transferred.

まず、文書管理アプリケーション300のエクスポート実行時の設定移行画面600の画面遷移について図8〜図9を用いて説明する。
図8(A)のインポートボタン601及びエクスポートボタン602は、インポートとエクスポートのどちらを実行するか指定するためのラジオボタンである。インポートボタン601を選択して実行するとインポートを行い、エクスポートボタン602を選択して実行するとエクスポートする。チェックボックス603は、エクスポートの対象とする設定項目を選択するか否かを指定するチェックボックスであり、エクスポートボタン602選択時に表示される。チェックボックス603をOFFにして実行する場合、全設定情報を対象としてエクスポートを実行する。一方、チェックボックス603にチェックを入れて実行する場合、図8(B)に示されるエクスポート対象の選択リスト607へ遷移する。実行ボタン604は選択を実行するためのボタンであり、チェックボックス603がONの場合はボタンの表示を“次へ”とし、実行により項目指定の選択リスト607へ遷移する。キャンセルボタン605はインポートまたはエクスポートの操作を中止するためのボタンであり、キャンセルボタン605が押下されると設定移行画面600を閉じる。図8(A)の設定移行画面600では、エクスポートボタン602が選択され、またエクスポート対象のチェックボックス603がONの状態である。このように指定して実行ボタン604を押すことで図8(B)の設定移行画面606へ移る。
First, the screen transition of the setting transition screen 600 when the document management application 300 performs the export will be described with reference to FIGS.
An import button 601 and an export button 602 in FIG. 8A are radio buttons for designating whether to execute import or export. When the import button 601 is selected and executed, import is performed, and when the export button 602 is selected and executed, export is performed. A check box 603 is a check box for designating whether to select a setting item to be exported, and is displayed when the export button 602 is selected. When the check box 603 is turned off and executed, the export is executed for all setting information. On the other hand, when the check box 603 is checked and executed, the process proceeds to the export target selection list 607 shown in FIG. The execution button 604 is a button for executing selection. When the check box 603 is ON, the display of the button is set to “next”, and the execution transits to the item designation selection list 607. A cancel button 605 is a button for canceling the import or export operation. When the cancel button 605 is pressed, the setting transfer screen 600 is closed. In the setting migration screen 600 of FIG. 8A, the export button 602 is selected, and the export target check box 603 is ON. By designating in this way and pressing the execution button 604, the screen shifts to the setting transition screen 606 in FIG.

図8(B)の設定移行画面606は、図8(A)においてチェックボックス603にチェックを入れて実行した場合に表示される画面である。選択リスト607はエクスポートの対象とする設定項目を選択するためのリストであり、ここで選択された設定情報をエクスポートする。図8(B)では文書管理アプリケーション300の設定情報として、リボンの設定、ライブラリーの設定、アウトプットバーの設定、スタンプの設定、印刷テンプレートの設定がリストされ選択できる状態で表示されている。本実施形態では文書管理アプリケーション300の設定の一部のみ選択できるように示しているが、文書管理アプリケーション300の全設定を選択リスト607にリストし、選択できるようにしてもよい。実行ボタン604は処理を実行するためのボタンであり、選択リスト607が表示されている画面においてはボタンの表示を“OK”とし、実行することでエクスポートまたはインポートの処理を実行する。戻るボタン608は、項目指定の選択リスト607の状態でのみ表示され、押下により前の画面に戻る。図8(B)の設定移行画面611では、エクスポート対象とする設定項目を指定する。ここでは、選択リスト607の中でリボンの設定とライブラリーの設定が選択されている。この状態で実行ボタン604を実行することで図8(C)の設定移行画面の609へ移る。
図8(C)の設定移行画面609では、エクスポートファイルの保存先を指定するための保存先の指定画面を表示する。指定画面でファイルの格納場所、ファイル名を指定し、OKボタン610を実行することで、指定の保存先に指定のファイル名でエクスポートファイルを出力する。
A setting transition screen 606 in FIG. 8B is a screen displayed when the check box 603 is checked in FIG. 8A and executed. A selection list 607 is a list for selecting a setting item to be exported, and the setting information selected here is exported. In FIG. 8B, as setting information of the document management application 300, ribbon setting, library setting, output bar setting, stamp setting, and print template setting are listed and displayed in a selectable state. In the present embodiment, only a part of the settings of the document management application 300 can be selected. However, all the settings of the document management application 300 may be listed in the selection list 607 and can be selected. The execution button 604 is a button for executing processing. On the screen on which the selection list 607 is displayed, the button display is “OK”, and execution is performed to execute export or import processing. The return button 608 is displayed only in the state of the item designation selection list 607, and returns to the previous screen when pressed. In the setting migration screen 611 in FIG. 8B, setting items to be exported are specified. Here, the ribbon setting and the library setting are selected in the selection list 607. By executing the execution button 604 in this state, the screen shifts to a setting transfer screen 609 in FIG.
The setting migration screen 609 in FIG. 8C displays a storage destination designation screen for designating the export file storage destination. By specifying the file storage location and file name on the designation screen and executing the OK button 610, the export file is output to the designated storage location with the designated file name.

図9(A)の設定移行画面611は、エクスポート処理中を示す画面で、エクスポートが完了すると、図9(B)に示される設定移行画面612でエクスポートの完了を示すメッセージを表示してエクスポート処理を終了する。
図9(C)の設定移行画面613は、全部ではなく一部の設定情報をエクスポート対象として選択した場合であって、エクスポート対象として選択されている設定と関連する設定が存在する場合に表示される画面である。エクスポート対象を選択して一部の設定情報をエクスポートする場合、エクスポート対象として選択されている設定と関連する設定が存在するか確認する。関連する設定が存在する場合には、関連する設定がエクスポート対象に含まれているか確認し、含まれていない場合に、関連する設定が存在する旨を通知してその設定も含めてエクスポートするか否かをユーザーに問う。例えば、エクスポート対象としてアウトプットバーのボタンを含むリボンの設定が指定された場合、このリボンの設定に関連する設定であるアウトプットバーの設定も含めてエクスポートするか否かユーザーに確認する画面を表示する。設定移行画面613ではいボタン614を実行することで、関連する設定であるアウトプットバーの設定を合わせてエクスポートできる。いいえボタン615を実行する場合は、そのまま関連する設定を含めずにエクスポートする。関連した設定も併せてエクスポートすることで、移行先でリボンのボタンが使用不可となることを抑止できる。
A setting transition screen 611 in FIG. 9A is a screen indicating that the export process is in progress. When the export is completed, a message indicating the completion of the export is displayed on the setting transition screen 612 illustrated in FIG. Exit.
The setting migration screen 613 in FIG. 9C is displayed when some, but not all, setting information is selected as an export target, and there are settings related to the setting selected as the export target. It is a screen. When exporting some setting information by selecting the export target, check whether there is a setting related to the setting selected as the export target. If related settings exist, check whether the relevant settings are included in the export target. If not, notify that there are related settings and whether to export the settings. Ask the user whether or not. For example, if a ribbon setting that includes an output bar button is specified as an export target, a screen is displayed to confirm to the user whether to export including the output bar setting, which is a setting related to this ribbon setting. indicate. By executing the Yes button 614 on the setting transition screen 613, the settings of the output bar, which are related settings, can be exported together. When the No button 615 is executed, the export is performed without including related settings. By exporting related settings together, it is possible to prevent the ribbon buttons from being disabled at the migration destination.

次に、文書管理アプリケーション300のインポート実行時の設定移行画面600の画面遷移について図10及び図11を用いて説明する。
図10(A)の設定移行画面616は、インポートボタン601のインポート選択時に表示される画面である。ボックス617はインポートする設定情報(エクスポートファイル)を指定するためのテキストボックスであり、インポートボタン601のインポート選択時に表示される。エクスポートファイルは、ボックス617に直接入力することで指定することも可能であるが、参照ボタン618でファイル参照画面を表示し、ファイル選択によりエクスポートファイルを指定することもできる。参照ボタン618は、エクスポートファイルを指定するためのボタンであり、押下によりファイルを指定するためのファイル参照画面を表示する。実行ボタン604が押下されると、ボックス617において指定されたエクスポートファイルをインポートする。図10(A)の設定移行画面619では、インポートボタン601が選択され、ボックス617にインポートするエクスポートファイルが指定されている。このように指定して実行ボタン604を実行することでインポートを実行する。
図10(B)の設定移行画面619は、インポート処理中を示す画面である。インポートが完了すると、図10(C)に示される設定移行画面620のインポート完了を示すメッセージを表示してインポート処理を終了する。
Next, screen transition of the setting transition screen 600 when importing the document management application 300 will be described with reference to FIGS. 10 and 11.
A setting transition screen 616 in FIG. 10A is a screen that is displayed when the import button 601 is selected for import. A box 617 is a text box for designating setting information (export file) to be imported, and is displayed when the import button 601 is selected for import. The export file can be specified by directly inputting into the box 617, but the export file can also be specified by displaying a file reference screen with a reference button 618 and selecting a file. A reference button 618 is a button for designating an export file, and displays a file reference screen for designating a file when pressed. When the execute button 604 is pressed, the export file specified in the box 617 is imported. In the setting migration screen 619 in FIG. 10A, an import button 601 is selected, and an export file to be imported is specified in a box 617. The import is executed by designating in this way and executing the execute button 604.
A setting migration screen 619 in FIG. 10B is a screen indicating that import processing is in progress. When the import is completed, a message indicating the import completion on the setting migration screen 620 shown in FIG. 10C is displayed and the import process is terminated.

図11(A)の設定移行画面621は、インポート先の環境に設定ファイルが存在する場合に表示される。インポート実行時は、インポート先の環境に設定ファイルが存在するか否かを確認し、既に存在する場合は設定が上書きされる旨をユーザーに通知する。
また、エクスポートされた一部の設定をインポートするときに、一部の機能のみを置き換えることで、既にインポート先で使用している設定が正常に動作しなくなる場合がある。具体的には、インポートによって上書きされる設定と関連している他の設定が存在する場合は、上書きによってその機能が正常に動作しなくなる可能性がある。そのため、上書きによって正常に動作しなくなる可能性があることをユーザーに通知して、どのようにインポート処理するかをユーザーに問う。
The setting migration screen 621 in FIG. 11A is displayed when a setting file exists in the import destination environment. At the time of import execution, it is confirmed whether or not the setting file exists in the environment of the import destination, and if it already exists, the user is notified that the setting is overwritten.
In addition, when importing some exported settings, replacing only some functions may cause the settings already used at the import destination to not work properly. Specifically, if there is another setting related to the setting that is overwritten by import, the function may not operate normally due to overwriting. Therefore, the user is informed that there is a possibility that it will not operate normally due to overwriting, and the user is asked how to perform the import process.

図11(B)の設定移行画面622は、上書きによって正常に動作しなくなる可能性があることをユーザーに通知して、どのようにインポート処理するかをユーザーに問う画面である。インポートの処理として、既存の設定にインポート設定を追加するマージ、関連している設定を無効(破棄)する関連設定の無効化、そのままインポートする続行、キャンセルのいずれかを選択可とする。設定移行画面622で、マージする場合はマージボタン623、関連設定を無効にする場合は関連設定の無効化ボタン624、そのままインポートする場合は続行ボタン625、処理を終了する場合はキャンセルボタン626を押下する。ここでは、ライブラリーの設定がインポート対象であり、ライブラリーの設定を上書きすることで移行先の監視フォルダ機能が正常に動作しなくなる(監視フォルダを参照できなくなる)場合の例を示している。この場合、マージボタン623の実行時は、既存のライブラリー設定にインポートするライブラリーの設定を追加する。無効化ボタン624の実行時は、インポート先の監視フォルダの設定を削除する。続行ボタン625の実行時はインポート先のライブラリーの設定を削除し、インポートするライブラリー設定をコピーする。   A setting transition screen 622 in FIG. 11B is a screen for notifying the user that there is a possibility that the operation may not be normally performed due to overwriting, and asking the user how to perform the import processing. As import processing, it is possible to select one of merge that adds import settings to existing settings, invalidate related settings that invalidate (discard) related settings, continue importing, or cancel. On the setting migration screen 622, press the merge button 623 to merge, press the invalidate related settings button 624 to invalidate related settings, press the continue button 625 to import as it is, and cancel button 626 to end the process. To do. Here, an example is shown in which the library settings are to be imported, and if the library settings are overwritten, the migration destination monitoring folder function will not operate normally (the monitoring folder cannot be referenced). In this case, when the merge button 623 is executed, the library setting to be imported is added to the existing library setting. When the invalidation button 624 is executed, the setting of the import destination monitoring folder is deleted. When the continue button 625 is executed, the settings of the import destination library are deleted, and the library settings to be imported are copied.

次に、エクスポート処理とインポート処理の流れについて、図12及び図13を用いて説明する。図12は、文書管理アプリケーション300のエクスポート処理に係るフローチャートの一例を示す図である。本処理は、図8(A)の設定移行画面600でエクスポートを実行することで処理が開始される。
S701で管理部306は、エクスポート対象となる設定の選択を受け付ける。具体的には、入力管理部301が、設定移行画面600の実行ボタン604の実行操作を受け付けると、管理部306に該実行指示を通知する。通知を受けた受付手段である管理部306は、画面表示管理部302を介して設定移行画面600でユーザーによって指定されている設定値を取得し、設定移行部305に処理の実行を指示する。設定値は、エクスポートの対象の範囲(一部または全て)、一部エクスポートする場合に対象とする設定項目を指し、設定移行画面600のチェックボックス603及び選択リスト607を参照し取得される。
S702で設定移行部305は、S701で取得した設定値を参照し、チェックボックス603においてエクスポートの対象が一部に指定されているか全てに指定されているかを判断する。エクスポート対象が全てに指定されている場合は、S703に進み、全設定をエクスポート対象をとする。エクスポート対象が一部に指定されている場合は、S704へ進む。
Next, the flow of the export process and the import process will be described with reference to FIGS. FIG. 12 is a diagram illustrating an example of a flowchart relating to the export processing of the document management application 300. This processing is started by executing export on the setting migration screen 600 in FIG.
In step S <b> 701, the management unit 306 receives selection of settings to be exported. Specifically, when the input management unit 301 receives an execution operation of the execution button 604 on the setting transfer screen 600, the input management unit 301 notifies the management unit 306 of the execution instruction. Upon receiving the notification, the management unit 306, which is a reception unit, acquires the setting value specified by the user on the setting transfer screen 600 via the screen display management unit 302, and instructs the setting transfer unit 305 to execute the process. The setting value refers to a range to be exported (part or all), a setting item targeted for partial export, and is obtained by referring to the check box 603 and the selection list 607 on the setting migration screen 600.
In step S <b> 702, the setting transfer unit 305 refers to the setting value acquired in step S <b> 701 and determines whether the export target is specified in part or all in the check box 603. If the export target is specified for all, the process advances to step S703 to set all settings as the export target. If the export target is specified as a part, the process proceeds to S704.

S704で設定移行部305は、S701で取得した設定値を参照し、選択リスト607においてエクスポート対象として指定されている設定をエクスポート対象リストに追加する。
次に、各エクスポート対象の設定に関連する設定の有無を確認する。S705で設定移行部305は、エクスポート対象リストの1つを確認対象とし、S706でその設定に関連する設定を取得する。具体的には、図14に示される関連設定テーブルを参照し、関連設定テーブルの情報からエクスポート対象の設定に関連付く設定を判断して取得する。また、アプリケーション情報管理部303を介して、文書管理アプリケーション300の現在の動作環境における該関連設定の定義を参照し、エクスポート対象と関連設定テーブルから関連付く設定と判断された設定との間に依存関係が存在するか確認する。ここで依存関係のある場合にその設定を関連設定とする。
In step S704, the setting migration unit 305 refers to the setting value acquired in step S701, and adds the setting designated as the export target in the selection list 607 to the export target list.
Next, the presence / absence of a setting related to each export target setting is checked. In step S705, the setting migration unit 305 sets one of the export target lists as a confirmation target, and acquires a setting related to the setting in step S706. Specifically, with reference to the related setting table shown in FIG. 14, the setting associated with the setting to be exported is determined and acquired from the information of the related setting table. In addition, the definition of the relevant setting in the current operating environment of the document management application 300 is referred to via the application information management unit 303, and depends on the setting determined to be associated with the export target and the relevant setting table. Check if the relationship exists. Here, when there is a dependency relationship, the setting is set as a related setting.

ここで関連設定テーブルについて、図14を用いて説明する。図14は、文書管理アプリケーション300の設定情報とそれに関連する設定情報を判断するための関連性及び判断条件を模式的に示す図である。
設定情報の関連を示す関連設定テーブル900には、対象設定ファイル901と関連設定ファイル905とで分類されており、対象設定ファイル901とそれと対になっている関連設定ファイル905とが関連する設定ファイルとして定義されている。設定ファイル名902は対象設定ファイルの設定ファイル名を、設定ファイル名906は関連設定ファイルの設定ファイル名を示す。また対象属性903及び対象属性907は設定ファイル中で対象とする属性の定義を示している。この対象属性は設定ファイル中に該当する定義(さらに条件がある場合は該条件に合致する定義)が存在する場合に、関連する設定の存在があることを示す。また、関連設定が存在する場合に関連設定との参照関係が合致する条件は、キー904及びキー908が比較909の条件に合致するか否かで識別できるものとする。参照関係については、インポートのフローチャート中、S814において説明する。
Here, the related setting table will be described with reference to FIG. FIG. 14 is a diagram schematically showing relevance and determination conditions for determining setting information of the document management application 300 and setting information related thereto.
In the related setting table 900 indicating the relationship of the setting information, the target setting file 901 and the related setting file 905 are classified, and the setting file in which the target setting file 901 and the related setting file 905 paired therewith are related. Is defined as The setting file name 902 indicates the setting file name of the target setting file, and the setting file name 906 indicates the setting file name of the related setting file. A target attribute 903 and a target attribute 907 indicate the definition of the target attribute in the setting file. This target attribute indicates the presence of a related setting when there is a corresponding definition in the setting file (if there are more conditions, a definition that matches the conditions). In addition, when the related setting exists, the condition that the reference relationship with the related setting matches can be identified by whether or not the key 904 and the key 908 match the condition of the comparison 909. The reference relationship will be described in S814 in the import flowchart.

例えば、リボンの設定を示すRibbonSetting.xmlでは、次の2つの条件が揃ったときに関連設定の存在を確認できるものとする。第1の条件は、対象属性903に “Contorol”の定義があることである。第2の条件は、“Control”の定義中において、“type”が“OutputButtonPrint”、“OutputButtonFax”、“OutputButtonSend”に定義されていることである。なお、そもそも合致する定義が存在しない場合は関連する設定は無いものと見なせる。合致する定義が存在し、また、その関連設定であるOutputButtonSetting.xml中に“OutputBarButton”の属性定義が存在する場合では、次の場合にその設定値同士を関連する設定と見なせる。設定値同士を関連する設定と見なせるのは、キー904とキー908に定義される値が比較909に示す“Equal”(同一)の条件に合致する場合である。   For example, RibbonSetting. In xml, the existence of a related setting can be confirmed when the following two conditions are met. The first condition is that “Control” is defined in the target attribute 903. The second condition is that “type” is defined as “OutputButtonPrint”, “OutputButtonFax”, and “OutputButtonSend” in the definition of “Control”. If there is no matching definition in the first place, it can be considered that there is no related setting. There is a matching definition, and its associated setting OutputButtonSetting. When the attribute definition “OutputBarButton” exists in xml, the setting values can be regarded as related settings in the following cases. The setting values can be regarded as related settings when the values defined in the keys 904 and 908 meet the condition of “Equal” (same) shown in the comparison 909.

関連設定テーブル900は、文書管理アプリケーション300の設定移行部305にてそのプログラム上に保持する情報であり、本実施形態で示す設定項目は、文書管理アプリケーション300の一部の設定項目を示す。本実施形態で示す項目以外に、文書管理アプリケーション300で保持する設定項目の定義の内、関連する設定を持つ設定に関して同様に関連情報を定義しているものとする。   The related setting table 900 is information held on the program by the setting migration unit 305 of the document management application 300, and the setting items shown in this embodiment indicate some setting items of the document management application 300. In addition to the items shown in the present embodiment, it is assumed that related information is similarly defined for settings having related settings in the definition of setting items held by the document management application 300.

図12のフローチャートの説明に戻る。S706において、例えばリボン設定をエクスポート対象とする場合、リボン設定と関連付く設定であるアウトプットバー設定を対象にリボンの設定中にアウトプットバーのボタンの定義を含むか、含む場合その定義がアウトプットバー中に存在するかを確認する。アウトプットバー中にアウトプットバーのボタンの定義が存在する場合に、リボン設定とアウトプットバー設定との間に依存関係がありと判断し、関連設定とみなす。
S707で設定移行部305は、S706で取得した関連設定情報を参照し、関連設定が存在する場合はS708へ進み、存在しない場合はS715へ進む。
Returning to the flowchart of FIG. In S706, for example, when the ribbon setting is to be exported, the definition of the output bar button is included or not included in the setting of the ribbon for the output bar setting which is the setting associated with the ribbon setting. To check if it exists in the top bar. When there is a definition of the output bar button in the output bar, it is determined that there is a dependency between the ribbon setting and the output bar setting, and is regarded as a related setting.
In step S707, the setting migration unit 305 refers to the relevant setting information acquired in step S706. If the relevant setting exists, the process proceeds to step S708. If not, the process proceeds to step S715.

S708で設定移行部305は、S706で取得した関連設定情報を参照し、関連設定情報の内1つを処理対象とする。
S709で設定移行部305は、エクスポート対象リストを参照し、処理対象とした関連設定がリストに含まれるか否かを判断する。ここで既にリストに含まれる場合は、S714へ進む。リストに含まれない場合は、S710へ進む。
In step S708, the setting migration unit 305 refers to the related setting information acquired in step S706, and sets one of the related setting information as a processing target.
In step S <b> 709, the setting migration unit 305 refers to the export target list and determines whether or not the related setting that is the processing target is included in the list. If it is already included in the list, the process proceeds to S714. If not included in the list, the process proceeds to S710.

S710で設定移行部305は、画面表示管理部302に指示し、関連設定が存在する旨を通知しこの設定をエクスポート対象に含めるか否かを確認するメッセージを表示する。この一例が、図9(C)に示される設定移行画面613である。
S711で入力管理部301は、関連設定をエクスポート対象に含めるか判断する。具体的には、入力管理部301は該メッセージに対するユーザー操作を受け付け、画面表示管理部302を介してメッセージの選択結果を参照し判断する。はいボタン614が実行されたと判断する場合はS712へ進む。S711でいいえボタン615が実行されたと判断する場合は、関連設定をエクスポートの対象に含めないでS714へ進む。キャンセルが実行された場合はエクスポート処理を中止し、本処理フローを終了する。
S712において設定移行部305は、関連設定をエクスポートの対象に追加する。
In step S <b> 710, the setting migration unit 305 instructs the screen display management unit 302 to notify that there is a related setting and display a message for confirming whether to include this setting as an export target. An example of this is a setting transition screen 613 shown in FIG.
In step S <b> 711, the input management unit 301 determines whether the related setting is included in the export target. Specifically, the input management unit 301 accepts a user operation for the message, and makes a determination with reference to a message selection result via the screen display management unit 302. If it is determined that the Yes button 614 has been executed, the process proceeds to S712. If it is determined in step S711 that the No button 615 has been executed, the process advances to step S714 without including the related setting as an export target. When the cancel is executed, the export process is stopped and this processing flow is ended.
In step S712, the setting migration unit 305 adds related settings to the export target.

S713で設定移行部305は、S706で取得した関連設定情報に含む関連設定のすべてに対して確認が済んだか判断する。未確認の関連設定が存在する場合は、S708へ進み、次の関連設定に関してエクスポート対象に含めるか否かの確認処理を繰り返す。すべて確認済みの場合はS714へ進み、すべてのエクスポート対象に対して確認済みか否かを判断し、未確認のエクスポート対象が存在する場合は、S705へ進み次のエクスポート対象に対して同様に関連設定の有無を確認する。   In step S713, the setting transfer unit 305 determines whether all the related settings included in the related setting information acquired in step S706 have been confirmed. If there is an unconfirmed related setting, the process advances to step S708 to repeat the confirmation process as to whether or not the next related setting should be included in the export target. If all have been confirmed, the process proceeds to S714 to determine whether all export targets have been confirmed. If there is an unconfirmed export target, the process proceeds to S705 and related settings are similarly set for the next export target. Check if there is any.

S715で設定移行部305は、前述の処理でエクスポート対象とされた設定のエクスポートを実行する。ここでは、文書管理アプリケーション300の現在の動作環境における設定情報の内、エクスポート対象とする設定情報を同梱するエクスポートファイルを生成する。
上記の処理により、一部の設定をエクスポートする場合に、そのエクスポート対象と関連する設定を確認し、関連する設定が有る場合にその設定もエクスポート対象とすることで依存関係のある設定も合わせてエクスポートできる。
In step S <b> 715, the setting migration unit 305 exports the settings that are the export target in the above-described processing. Here, an export file that includes setting information to be exported among the setting information in the current operating environment of the document management application 300 is generated.
When you export some settings by the above process, check the settings related to the export target, and if there are related settings, make those settings also the target of export, and also set the settings that have dependencies. Can be exported.

図13は、文書管理アプリケーション300のインポート処理に係るフローチャートの一例を示す図である。本処理は、図6(A)の設定移行画面600でインポートを実行することで処理が開始される。
S801で管理部306は、インポート対象の設定を受け付ける。具体的には、入力管理部301が、設定移行画面600にて実行ボタン604の実行操作を受け付けると、管理部306にその実行指示を通知する。通知を受けた受付手段である管理部306は、画面表示管理部302を介して設定移行画面600上の指定値を取得し、設定移行部305に処理の実行を指示する。ここでの指定値は、インポートに使用するエクスポートファイルのパスを指す。
FIG. 13 is a diagram illustrating an example of a flowchart relating to import processing of the document management application 300. This processing is started by executing import on the setting migration screen 600 in FIG.
In step S <b> 801, the management unit 306 receives a setting to be imported. Specifically, when the input management unit 301 receives an execution operation of the execution button 604 on the setting transition screen 600, the input management unit 301 notifies the management unit 306 of the execution instruction. Upon receiving the notification, the management unit 306, which is a reception unit, acquires the specified value on the setting transfer screen 600 via the screen display management unit 302, and instructs the setting transfer unit 305 to execute the process. The specified value here indicates the path of the export file used for import.

S802で実行指示を受けた設定移行部305は、現在動作しているインポート先の環境における文書管理アプリケーション300の設定情報(設定ファイル)が既に存在するか否かを確認する。例えば、文書管理アプリケーション300を既に使用している環境では設定ファイルが存在し、導入時等の未使用の状態では存在しない。
S803で設定移行部305は、S802の確認結果を参照し、既に設定ファイルが存在するか否か判断する。既に設定ファイルが存在する場合には、S804へ進む。設定ファイルが存在しない場合には、S807へ進む。
Upon receiving the execution instruction in S802, the setting migration unit 305 confirms whether the setting information (setting file) of the document management application 300 in the import destination environment that is currently operating already exists. For example, a setting file exists in an environment in which the document management application 300 is already used, and does not exist in an unused state such as at the time of introduction.
In step S803, the setting migration unit 305 refers to the confirmation result in step S802 and determines whether a setting file already exists. If a setting file already exists, the process proceeds to S804. If the setting file does not exist, the process proceeds to S807.

S804で設定移行部305は、画面表示管理部302へ指示し、既存の設定ファイルが上書きされる旨を通知するメッセージを表示する。この表示されるメッセージの一例が、図11(A)に示される設定移行画面621である。
S805で入力管理部301は、S804で表示したメッセージに対するユーザー操作を受け付けると、画面表示管理部302を介してメッセージの選択結果を参照する。上書きしてインポートを実行する選択を示す「はいボタン」が実行されたと判断する場合には、処理を続行するためS806へ進む。インポートの実行を中止する選択を示す「いいえボタン」が実行されたと判断する場合はインポート処理を中止し、本処理フローを終了する。
S806で設定移行部305は、インポート先の上書きされる設定ファイルのバックアップファイルを作成する。具体的には、現在の動作環境における設定ファイルをバックアップ用の保存先にコピーする。このバックアップファイルは、誤操作による設定ファイルの上書き時等に手動で復元できるように退避しておくファイルである。
In step S804, the setting migration unit 305 instructs the screen display management unit 302 to display a message notifying that an existing setting file is overwritten. An example of the displayed message is a setting transition screen 621 shown in FIG.
In step S <b> 805, upon receiving a user operation for the message displayed in step S <b> 804, the input management unit 301 refers to the message selection result via the screen display management unit 302. If it is determined that the “Yes button” indicating selection to overwrite and execute import has been executed, the process advances to step S806 to continue the process. If it is determined that the “No button” indicating the selection to cancel the import execution has been executed, the import process is stopped and the process flow ends.
In step S806, the setting migration unit 305 creates a backup file of the setting file to be overwritten at the import destination. Specifically, the setting file in the current operating environment is copied to the backup destination. This backup file is a file that is saved so that it can be manually restored when the setting file is overwritten due to an erroneous operation.

S807で設定移行部305は、S801で取得した画面設定値によって指定されるエクスポートファイルを読み込む。エクスポートファイルは前述のように設定ファイルとエクスポート情報を同梱するファイルであり、ここではそれらの情報を展開する。
S808で設定移行部305は、該エクスポートファイルに含まれる設定ファイルをインポートの対象とし、インポート対象のリストに追加する。インポート対象として持つ情報はインポートファイル名及びインポート方法情報(置き換え(既定)/マージ)を指し、これらの情報をリストで持つ。インポート対象のリストが作成された時点では、インポートの方法は既定の「置き換え」が選択されている。
また、S809で該エクスポートファイルに含まれるエクスポート情報のエクスポート種別を参照し、インポートの対象が「一部」であるか「全て」であるか判断する。対象が「全て」の場合はS824へ進み、インポート処理を実行する。対象が「一部」の場合は、S810に進む。
In step S807, the setting migration unit 305 reads the export file specified by the screen setting value acquired in step S801. The export file is a file that includes the setting file and the export information as described above, and the information is expanded here.
In step S808, the setting migration unit 305 sets the setting file included in the export file as an import target and adds it to the import target list. The information to be imported is the import file name and the import method information (replacement (default) / merge), and has such information in a list. When the list to be imported is created, the default “Replace” is selected as the import method.
In step S809, the export type of the export information included in the export file is referenced to determine whether the import target is “partial” or “all”. If the target is “all”, the process advances to step S824 to execute import processing. When the target is “partial”, the process proceeds to S810.

S810で設定移行部305は、S808で作成したインポート対象のリストの内1つを確認対象とする。
S811で設定移行部305は、インポートによって上書きされる設定と関連する設定を取得する。インポートによって上書きされる設定は、インポート対象の設定と同一のインポート先の設定である。例えば、インポート対象の1つであるライブラリー設定を確認対象とする場合、そのインポートによって上書きされる設定はインポート先のライブラリー設定である。具体的には、設定移行部305はインポート先の文書管理アプリケーションの設定移行部に保持される、図14に示される関連設定テーブル900を参照し、上書きされる設定を参照する設定を関連設定として判断し取得する。例えば、インポート対象をライブラリー設定とする場合に、ライブラリー設定を参照する監視フォルダの設定、ホットフォルダの設定、アウトプットバーの設定を関連設定として取得する。
S812で設定移行部305は、S811の結果、関連設定が存在するか否か判断する。関連設定が存在すると判断した場合にS813へ進み、存在しないと判断した場合はS822へ進む。
In step S810, the setting migration unit 305 sets one of the import target lists created in step S808 as a check target.
In step S811, the setting migration unit 305 acquires settings related to settings to be overwritten by import. The settings that are overwritten by the import are the same settings at the import destination as the settings to be imported. For example, when a library setting that is one of the import targets is set as a check target, the setting that is overwritten by the import is the library setting at the import destination. Specifically, the setting transfer unit 305 refers to the related setting table 900 shown in FIG. 14 held in the setting transfer unit of the document management application of the import destination, and sets a setting that refers to an overwritten setting as a related setting. Judge and get. For example, when the import target is set as a library setting, the monitoring folder setting, hot folder setting, and output bar setting that refer to the library setting are acquired as related settings.
In step S812, the setting transition unit 305 determines whether there is a related setting as a result of step S811. If it is determined that the related setting exists, the process proceeds to S813. If it is determined that the related setting does not exist, the process proceeds to S822.

S813で設定移行部305は、S812で存在すると判断された関連設定がインポート対象リストに含まれるか否か判断する。リストに含まれる場合は既にユーザーによってインポート対象と指定されているのでS822へ進み、リストに含まれない場合はS814へ進む。
S814で設定移行部305は、インポート対象の設定と、インポートによって上書きされる可能性のある既存の設定に関連している設定との間で、参照関係の条件を満たしているか判断する。この参照関係の条件とは、ある既存の設定(上書きされる設定)をインポートした設定に置き換えた場合に、該既存の設定に関連していた設定の機能が使用できなくなる可能性があるか否かを判断するためのものである。ある既存の設定をインポートした設定に置き換えた場合でも、該既存の設定に関連していた設定の機能が使用できる場合は参照関係の条件を満たすと判断する。この条件の判断では、参照関係のある定義情報(XML属性)が存在するかを確認し、存在する場合はその設定値の参照関係が成立しているかを確認する。
In step S813, the setting migration unit 305 determines whether the related setting determined to exist in step S812 is included in the import target list. If it is included in the list, it has already been designated as the import target by the user, so the process proceeds to S822. If it is not included in the list, the process proceeds to S814.
In step S814, the setting migration unit 305 determines whether the reference relationship condition is satisfied between the setting to be imported and the setting related to the existing setting that may be overwritten by the import. The condition of this reference relationship is whether there is a possibility that the function of the setting related to the existing setting cannot be used when an existing setting (overwritten setting) is replaced with the imported setting. It is for judging. Even when a certain existing setting is replaced with the imported setting, if the function of the setting related to the existing setting can be used, it is determined that the reference relationship condition is satisfied. In the determination of this condition, it is confirmed whether definition information (XML attribute) having a reference relationship exists, and if it exists, it is confirmed whether the reference relationship of the set value is established.

具体的には、まず、第1の判断として、既存の設定に関連している設定に該既存の設定を参照する定義が含まれているか判断する。該既存の設定を参照する定義が含まれていない場合は、該既存の設定を参照する必要がないので、参照関係の条件を満たしていると判断する。該既存の設定を参照する定義が含まれている場合は、第2の判断を行う。第2の判断では、既存の設定に関連している設定が、インポートする設定を参照できる関係であるか否か判断する。具体的には、インポートする設定に、既存の設定に関連している設定へのルートパスが定義されているか否かなどから判断する。既存の設定に関連している設定が、インポートする設定を参照できる関係であるならば、参照関係の条件を満たしていると判断する。例えば、監視フォルダ設定の場合、まず第1の判断として、設定中に監視フォルダの定義(図7(A)の監視フォルダ設定540の“Monitor”)が存在するかを確認する。監視フォルダの定義が存在しない場合は、そもそも参照関係の必要とする定義が無いものとみなし、条件を満たすと判断する。監視フォルダの定義が存在する場合、第2の判断として、監視フォルダのライブラリー情報がインポートするライブラリー設定に存在するか確認する。監視フォルダのライブラリー情報は図7(A)の監視フォルダ設定540のLibraryPathであり、インポートするライブラリー設定は図6(A)のライブラリー設定520のLibraryのRootPathである。LibraryPathがLibraryのRootPathに存在する場合は参照条件を満たし、存在しない場合は参照条件を満たさないと判断する。条件を満たすと判断された場合はS822へ進み、満たさないと判断された場合はS815へ進む。   Specifically, first, as a first determination, it is determined whether a setting that relates to an existing setting includes a definition that refers to the existing setting. If a definition that refers to the existing setting is not included, it is not necessary to refer to the existing setting, so it is determined that the reference relationship condition is satisfied. If a definition that refers to the existing setting is included, a second determination is made. In the second determination, it is determined whether or not the setting related to the existing setting is a relationship in which the setting to be imported can be referred to. Specifically, it is determined based on whether or not a root path to a setting related to an existing setting is defined in the setting to be imported. If the setting related to the existing setting is a relationship that can refer to the setting to be imported, it is determined that the condition of the reference relationship is satisfied. For example, in the case of the monitoring folder setting, first, as a first determination, it is confirmed whether a monitoring folder definition (“Monitor” of the monitoring folder setting 540 in FIG. 7A) exists during the setting. If there is no monitoring folder definition, it is assumed that there is no definition that requires a reference relationship, and it is determined that the condition is satisfied. If the definition of the monitoring folder exists, it is confirmed as a second judgment whether the library information of the monitoring folder exists in the library setting to be imported. The library information of the monitoring folder is the LibraryPath of the monitoring folder setting 540 of FIG. 7A, and the library setting to be imported is the Library RootPath of the library setting 520 of FIG. 6A. When the LibraryPath exists in the RootPath of the Library, the reference condition is satisfied, and when the LibraryPath does not exist, it is determined that the reference condition is not satisfied. If it is determined that the condition is satisfied, the process proceeds to S822. If it is determined that the condition is not satisfied, the process proceeds to S815.

S815で設定移行部305は、画面表示管理部302に指示し、インポート対象の設定と関連する別の既存機能が動作しなくなる可能性があることを通知し、インポートの方法を問うメッセージを表示する。このインポートの方法を問うメッセージの一例が、図11(B)の移行設定画面622である。
S816で入力管理部301は、S815で表示したメッセージに対するユーザー操作を受け付けると、画面表示管理部302を介してメッセージの選択結果を参照する。移行設定画面622において、既存の設定にインポート設定を追加するマージボタン623が実行されたと判断する場合にS817へ進み、それ以外の場合はS818に進む。
S817で設定移行部305は、現在の処理対象としているインポート対象のインポート方法をマージとし、S822へ進む。具体的には、先述のインポート対象リストで持つインポート対象の情報として、そのインポート方法情報をマージ(追加)とする。
In step S815, the setting migration unit 305 instructs the screen display management unit 302 to notify that another existing function related to the setting to be imported may not work, and displays a message asking about the import method. . An example of the message asking about this import method is the migration setting screen 622 in FIG.
In step S <b> 816, when the input management unit 301 receives a user operation for the message displayed in step S <b> 815, the input management unit 301 refers to the message selection result via the screen display management unit 302. In the migration setting screen 622, when it is determined that the merge button 623 for adding the import setting to the existing setting has been executed, the process proceeds to S817, and otherwise, the process proceeds to S818.
In step S817, the setting migration unit 305 determines that the import method of the import target that is the current processing target is merge, and proceeds to step S822. Specifically, the import method information is merged (added) as the import target information in the import target list described above.

S818で入力管理部301は、S815で表示したメッセージに対するユーザーの選択結果が、関連設定の破棄であったか否か判断する。移行設定画面622において、関連設定の無効化ボタン624が実行された場合は、関連設定の破棄が選択されたと判断し、S819へ進む。それ以外の場合は、S820に進む。
S819で設定移行部305は、関連設定を破棄対象として追加し、S822へ進む。ここでは本処理で追加する破棄対象をリストで保持し、該リストを対象として後述のS823の処理で該当する設定を破棄する。
In step S818, the input management unit 301 determines whether the user's selection result for the message displayed in step S815 is discard of the related setting. When the related setting invalidation button 624 is executed on the migration setting screen 622, it is determined that discarding of the related setting is selected, and the process proceeds to S819. Otherwise, the process proceeds to S820.
In step S819, the setting transfer unit 305 adds the related setting as a discard target, and the process proceeds to step S822. Here, the discard target to be added in this process is held in a list, and the corresponding setting is discarded in the process of S823 described later for the list.

S820で入力管理部301は、S815で表示したメッセージに対するユーザーの選択結果が、そのままインポートを行うものであったか否か判断する。移行設定画面622において、続行ボタン625が実行された場合は、そのままインポートを行うものであると判断し、S822へ進む。それ以外の場合は、キャンセルボタン626が実行された場合であり、S821へ進む。
S821において入力管理部301は、不要となるS806で作成したバックアップファイルを破棄してインポート処理を中止し、本処理フローを中止する。
In step S820, the input management unit 301 determines whether the user's selection result for the message displayed in step S815 is to perform import as it is. When the continue button 625 is executed on the migration setting screen 622, it is determined that the import is performed as it is, and the process proceeds to S822. In other cases, the cancel button 626 is executed, and the process proceeds to S821.
In step S821, the input management unit 301 cancels the import process by discarding the backup file created in step S806, which is no longer necessary, and stops the processing flow.

S822で設定移行部305は、インポート対象リストのすべての対象の確認が済んだか判断する。未確認の対象が存在する場合は、S810へ進み、次のインポート対象に対して同様に確認処理を実行する。全て確認済みの場合はS823へ進む。
S823で設定移行部305は、破棄対象の関連設定がある場合はその設定を破棄する。この破棄対象とはS818にて破棄対象とした関連設定を指し、インポート先に存在する破棄対象に該当する既存の設定ファイルを削除する。なお、破棄情報として該当する設定値を保持し、設定ファイル中の該当する設定値のみを削除してもよい。破棄対象の削除が完了したら、S824に進む。
In step S822, the setting migration unit 305 determines whether all targets in the import target list have been confirmed. If there is an unconfirmed target, the process proceeds to S810, and the confirmation process is similarly executed for the next import target. If all have been confirmed, the process proceeds to S823.
In S823, if there is a related setting to be discarded, the setting transfer unit 305 discards the setting. This discard target refers to a related setting that is set as the discard target in S818, and an existing setting file corresponding to the discard target existing in the import destination is deleted. Note that the corresponding setting value may be retained as the discard information, and only the corresponding setting value in the setting file may be deleted. When the deletion of the discard target is completed, the process proceeds to S824.

S824で設定移行部305は、インポート対象リストの設定をインポートする。具体的には、インポートファイル名と一致する設定ファイルをS807で展開したエクスポートファイルからインポート先へインポートする。インポートの方法としては、置き換えとマージがあり、マージはS817にてマージが指定される場合であり、それ以外は置き換えとして処理する。置き換えによるインポートの場合は、インポート先の環境に存在する設定ファイルをエクスポートファイル中の同名のインポートファイルに置き換える。マージによるインポートの場合は、インポート先に存在する設定ファイルに同名のインポートファイルの情報を追記する。例えば、ライブラリーの設定をマージによってインポートする場合、インポート先のライブラリーの設定ファイル及びインポートする設定ファイルを読み込み、インポート先の定義に存在しない定義を追記して保存する。尚、設定ファイルの読み込み処理、書き込み処理は設定移行部305からアプリケーション情報管理部303へ指示することで処理される。S824のインポート処理完了により本処理フローを終了する。   In step S824, the setting migration unit 305 imports the settings of the import target list. Specifically, the setting file that matches the import file name is imported from the export file expanded in S807 to the import destination. As an import method, there are replacement and merging. The merge is a case where merge is designated in S817, and the other processing is performed as replacement. In case of import by replacement, replace the configuration file existing in the import destination environment with the import file of the same name in the export file. When importing by merging, add the information of the import file with the same name to the configuration file existing at the import destination. For example, when a library setting is imported by merging, the setting file of the library at the import destination and the setting file to be imported are read, and the definition that does not exist in the definition of the import destination is added and saved. Note that the setting file reading process and writing process are processed by instructing the application information management unit 303 from the setting transfer unit 305. This processing flow ends when the import processing in S824 is completed.

以上説明したように、本実施形態において一部の設定をエクスポートする場合に、そのエクスポート対象と関連する設定を確認し、関連する設定が有る場合にその設定もエクスポート対象とすることで依存関係のある設定も合わせてエクスポートできる。また、エクスポートされた一部の設定をインポートする場合に、インポート先の既存の設定に追加する移行方法をとることで、既存の設定に依存している関連設定が正常に動作しなくなる恐れを抑制できる。したがって、本実施形態によると、アプリケーションの一部の設定情報のみを移行する場合の不整合の発生を抑制することができる。   As described above, when some settings are exported in this embodiment, the settings related to the export target are confirmed, and if there are related settings, the settings are also exported and the dependency relationship is Some settings can also be exported. In addition, when importing some exported settings, the migration method of adding to the existing settings at the import destination prevents the related settings that depend on the existing settings from working properly. it can. Therefore, according to the present embodiment, it is possible to suppress the occurrence of inconsistency when only a part of the setting information of the application is migrated.

(第2実施形態)
第1実施形態では、エクスポート時にエクスポートの対象とする設定項目を選択する例を示したが、インポート時に選択する構成であってもよい。本実施形態はそのような構成を考慮したもので、図15〜図17を用いてインポート時に対象とする設定項目を選択する例を説明する。なお、特に明示していない構成及び処理は、すべて第1実施形態と同じものとする。
(Second Embodiment)
In the first embodiment, an example is shown in which setting items to be exported are selected at the time of export. However, a configuration may be selected that is selected at the time of import. This embodiment considers such a configuration, and an example in which setting items to be targeted at the time of import are selected will be described with reference to FIGS. 15 to 17. It should be noted that all the configurations and processes not particularly specified are the same as those in the first embodiment.

本実施形態におけるインポート実行時の文書管理アプリケーション300の設定移行画面の画面遷移について、図15を用いて説明する。図15は文書管理アプリケーション300のUI画面の一例である。なお、本実施形態における文書管理アプリケーション300の設定移行画面は図8〜図11に示す設定移行画面と同様であり、特に説明しない構成は図8〜図11の設定移行画面と同一とする。   Screen transition of the setting transition screen of the document management application 300 at the time of import execution in the present embodiment will be described with reference to FIG. FIG. 15 shows an example of a UI screen of the document management application 300. Note that the setting transfer screen of the document management application 300 in the present embodiment is the same as the setting transfer screen shown in FIGS. 8 to 11, and the configuration not specifically described is the same as the setting transfer screen of FIGS. 8 to 11.

図15(A)の設定移行画面1000は、インポートとエクスポートのいずれを実行するか選択する画面である。設定移行画面1000のチェックボックス1001はインポートの対象とする設定項目を選択するか否かを指定するチェックボックスであり、インポートボタン601選択時に表示される。チェックボックス1001をOFFにして実行する場合、インポートするエクスポートファイル中の全設定情報を対象としてインポートを実行する。一方、チャックボックスにチャックを入れて実行する場合、インポート対象の図15(B)に示される選択画面へ遷移する。実行ボタン604はチェックボックス1001がONの場合はボタンの表示を「次へ」とし、実行により項目指定の設定移行画面1002へ遷移する。キャンセルボタン605が押下されると、操作をキャンセルし、インポートを実行せずに設定移行画面600を閉じる。図15(A)では、インポートボタン601が選択され、ボックス617でインポート対象のエクスポートファイルが指定されている。また、インポートの対象の選択を行うチェックボックス1001がONの状態に選択されている。この状態で実行ボタン604を実行することで設定移行画面1002へ移る。   The setting migration screen 1000 in FIG. 15A is a screen for selecting whether to execute import or export. A check box 1001 on the setting migration screen 1000 is a check box for designating whether to select a setting item to be imported, and is displayed when the import button 601 is selected. When executing with the check box 1001 OFF, the import is executed for all the setting information in the export file to be imported. On the other hand, when the chuck is inserted into the chuck box and executed, a transition is made to the selection screen shown in FIG. When the check box 1001 is ON, the execution button 604 changes the display of the button to “next” and transitions to the item designation setting transition screen 1002 by execution. When the cancel button 605 is pressed, the operation is canceled and the setting transfer screen 600 is closed without executing the import. In FIG. 15A, an import button 601 is selected, and an export file to be imported is designated in a box 617. In addition, a check box 1001 for selecting an import target is selected to be ON. By executing the execute button 604 in this state, the screen shifts to the setting transfer screen 1002.

図15(B)の設定移行画面1002は、選択リスト1003を有している。選択リスト1003はインポートの対象とする設定項目を選択するためのリストであり、ここで選択された設定情報をインポートする。図15(B)では文書管理アプリケーション300の設定情報としてリボンの設定、ライブラリーの設定、アウトプットバーの設定、スタンプの設定、印刷テンプレートの設定がリストされ選択できる状態で表示されている。本実施形態では文書管理アプリケーション300の設定の一部のみ選択できるように示しているが、文書管理アプリケーション300の全設定を606にリストし、選択できてもよい。図15(B)では、リボンの設定とライブラリーの設定がインポートする設定項目として選択されている。   A setting transition screen 1002 in FIG. 15B has a selection list 1003. A selection list 1003 is a list for selecting a setting item to be imported, and the setting information selected here is imported. In FIG. 15B, ribbon setting, library setting, output bar setting, stamp setting, and print template setting are listed and displayed as setting information of the document management application 300 in a list. In the present embodiment, only a part of the settings of the document management application 300 can be selected. However, all the settings of the document management application 300 may be listed in 606 and selected. In FIG. 15B, the ribbon setting and the library setting are selected as setting items to be imported.

図15(C)の設定移行画面1004は、一部の設定をインポートする場合に、該設定に関連設定が存在する旨を通知し、この関連設定をインポート対象に含めるか否かを確認するメッセージを表示する画面である。本実施形態のように一部の設定情報をインポートする場合、インポート対象として選択されている設定と関連する設定がエクスポートファイル中の設定に存在するか確認する。関連する設定が存在する場合には、関連する設定が存在する旨を通知してその設定も含めてインポートするか否かをユーザーに問う。例えば、インポート対象としてリボンの設定が指定され、リボンの設定にアウトプットバーのボタンを含む場合にアウトプットバーの設定も含めてインポートすることで、移行先でリボンのボタンが使用不可となることを抑止できる。   When importing some settings, the setting migration screen 1004 in FIG. 15C notifies that there is a related setting in the setting, and a message for confirming whether or not this related setting is included in the import target. Is a screen for displaying. When part of the setting information is imported as in the present embodiment, it is confirmed whether the setting related to the setting selected as the import target exists in the setting in the export file. If there is a related setting, the user is notified that there is a related setting and asks the user whether to import the setting including that setting. For example, if the ribbon setting is specified as the import target and the output bar button is included in the ribbon setting, importing the output bar setting also disables the ribbon button at the migration destination. Can be suppressed.

図16は、文書管理アプリケーション300のインポート処理に係るフローチャートの一例を示す図である。インポート処理は図15(A)の設定移行画面1000でインポートを実行することで処理が開始される。なお、本実施形態におけるインポート処理は図13に示すインポート処理を基にしており、特に説明しない構成は図13に示す処理フローと同一とする。   FIG. 16 is a diagram illustrating an example of a flowchart relating to import processing of the document management application 300. The import process is started by executing the import on the setting migration screen 1000 in FIG. Note that the import processing in the present embodiment is based on the import processing shown in FIG. 13, and the configuration that is not particularly described is the same as the processing flow shown in FIG.

S1101で入力管理部301は、設定移行画面1000にてインポートボタン601が選択された状態で実行ボタン604の実行操作を受け付けると、管理部306にその実行指示を通知する。通知を受けた管理部306は、設定移行部305に指示しエクスポートファイルを読み込む。具体的には、設定移行画面1000のボックス617で指定されるエクスポートファイルの情報を展開する。
S1102で設定移行部305は、該エクスポートファイルに含まれる設定ファイルをインポートの対象とし、インポート対象のリストに追加する。リストは、インポートファイル名及びインポート方法情報(置き換え(既定)/マージ)をインポート対象の情報として持つ。インポート対象のリストが作成された時点では、インポートの方法は既定の「置き換え」が選択されている。
In step S <b> 1101, when the input management unit 301 receives an execution operation of the execution button 604 while the import button 601 is selected on the setting migration screen 1000, the input management unit 301 notifies the management unit 306 of the execution instruction. Upon receiving the notification, the management unit 306 instructs the setting migration unit 305 to read the export file. Specifically, the export file information specified in the box 617 of the setting migration screen 1000 is expanded.
In step S1102, the setting migration unit 305 sets the setting file included in the export file as an import target and adds it to the import target list. The list has an import file name and import method information (replacement (default) / merge) as information to be imported. When the list to be imported is created, the default “Replace” is selected as the import method.

S1103で設定移行部305は、インポートの対象が全ての設定情報であるか一部の設定情報であるか判断する。設定移行画面1000でチェックボックス1001にチェックが入れられた状態であった場合は、インポート対象が一部の設定情報であると判断し、S1004に進む。一方、インポート対象が全ての設定情報であると判断された場合は、S1006に進む。
S1104で設定移行部305は、画面表示管理部302へ指示しインポート対象の選択画面の表示を指示する。指示を受けた画面表示管理部302は、S1102で作成したインポート対象のリストに基づき、ユーザーにインポート対象となる設定情報を選択させるためのインポート対象の選択リスト1003を備える設定移行画面1002を表示する。この一例が、図15(B)に示される図である。
In step S1103, the setting migration unit 305 determines whether the import target is all setting information or some setting information. If the check box 1001 is checked on the setting migration screen 1000, it is determined that the import target is some setting information, and the process advances to S1004. On the other hand, if it is determined that the import target is all setting information, the process proceeds to S1006.
In step S1104, the setting migration unit 305 instructs the screen display management unit 302 to display the import target selection screen. Upon receiving the instruction, the screen display management unit 302 displays a setting migration screen 1002 including an import target selection list 1003 for allowing the user to select setting information to be imported based on the import target list created in S1102. . An example of this is shown in FIG.

S1105で入力管理部301は、設定移行画面1002における実行ボタン604もしくはキャンセルボタン605の押下を受け付けると、その実行指示を管理部306へ通知する。通知を受けた管理部306は、ボタンの実行情報を参照し、実行ボタン604の実行と判断された場合にS1106へ進む。一方、キャンセルボタン605が押下されたと判断された場合は、画面表示管理部302へ指示し設定移行画面600を閉じてインポート処理を中止し、本処理フローを終了する。
S1106で管理部306は、インポート対象の選択を受け付け、画面表示管理部302を介して設定移行画面1002上の指定値を取得し、設定移行部305にインポート対象のリストの更新を指示する。ここで指定される値は、インポート対象を一部もしくは全てとするインポート対象の範囲とインポート対象の選択リスト1003にて選択されている設定項目である。
In step S <b> 1105, when the input management unit 301 accepts pressing of the execution button 604 or the cancel button 605 on the setting transition screen 1002, the input management unit 301 notifies the management unit 306 of the execution instruction. Upon receiving the notification, the management unit 306 refers to the execution information of the button, and when it is determined that the execution button 604 is executed, the management unit 306 proceeds to S1106. On the other hand, if it is determined that the cancel button 605 has been pressed, the screen display management unit 302 is instructed to close the setting transition screen 600, stop the import process, and end the present processing flow.
In step S <b> 1106, the management unit 306 receives selection of an import target, acquires a specified value on the setting migration screen 1002 via the screen display management unit 302, and instructs the setting migration unit 305 to update the import target list. The value specified here is a setting item selected in the import target range and the import target selection list 1003 with part or all of the import target.

次に、各インポート対象の設定に関連する設定の有無を確認する。
S1107でインポート処理の実行を受け付けた設定移行部305は、インポート対象リストの1つを確認対象として設定する。
S1108で設定移行部305は、S1107で確認対象として設定された設定に関連する設定を取得する。具体的には、図14に示される関連設定テーブル900を参照し、関連設定テーブル900の情報からインポート対象の設定に関連する設定を判断して取得する。また、アプリケーション情報管理部303を介してエクスポートファイルに含まれる関連設定の定義を参照し、インポート対象との間に依存関係が存在するか確認する。ここで依存関係のある場合にその設定を関連設定とする。例えば、リボン設定をインポート対象とする場合、リボン設定と関連する設定であるアウトプットバーの設定を対象とし、リボンの設定中にアウトプットバーのボタンの定義を含むか、含む場合その定義がアウトプットバー中に存在するかを確認する。そして、存在する場合に関連設定とみなす。
S1109で設定移行部305は、S1108で取得した関連設定情報を参照し、関連設定が存在する場合はS1110へ進み、存在しない場合はS1117へ進む。
Next, it is checked whether there is a setting related to each import target setting.
The setting transfer unit 305 that has received the execution of the import process in S1107 sets one of the import target lists as a check target.
In step S1108, the setting migration unit 305 acquires settings related to the settings set as confirmation targets in step S1107. Specifically, with reference to the related setting table 900 shown in FIG. 14, settings related to the setting to be imported are determined and acquired from the information of the related setting table 900. Further, the definition of the related setting included in the export file is referred to via the application information management unit 303, and it is confirmed whether there is a dependency relationship with the import target. Here, when there is a dependency relationship, the setting is set as a related setting. For example, when importing ribbon settings, the output bar settings that are related to the ribbon settings are targeted, and if the ribbon settings include or include output bar button definitions, the definitions are output. To check if it exists in the top bar. If it exists, it is regarded as a related setting.
In step S1109, the setting transition unit 305 refers to the related setting information acquired in step S1108. If the related setting exists, the process proceeds to step S1110, and if not, the process proceeds to step S1117.

S1110で設定移行部305は、S1108で取得した関連設定情報を参照し、関連設定情報の内1つを処理対象とする。
S1111で設定移行部305は、S1110で処理対象とした関連設定が既にインポート対象リストに含まれるか否かを判断する。リストに含まれる場合は、S1115へ進み、リストに含まれない場合はS1112へ進む。
In step S1110, the setting migration unit 305 refers to the related setting information acquired in step S1108, and sets one of the related setting information as a processing target.
In step S1111, the setting migration unit 305 determines whether the related setting that is the processing target in step S1110 is already included in the import target list. If it is included in the list, the process proceeds to S1115, and if it is not included in the list, the process proceeds to S1112.

S1112で設定移行部305は、画面表示管理部302に指示し、関連設定が存在する旨を通知しこの設定をインポート対象に含めるか否かを確認するメッセージを表示する。この一例が、図15(C)に示される設定移行画面1004である。設定移行画面1004の画面で、はいボタン1005を実行することで関連する設定を合わせてインポートする。
S1113で入力管理部301は、設定移行画面1004のメッセージに対するユーザー操作を受け付けると、画面表示管理部302を介してメッセージの選択結果を参照し、はいボタン1005が実行されたと判断する場合にS1114へ進む。S1113で、いいえボタン1006が実行されたと判断する場合は関連設定をインポートの対象に含めないでS1115へ進む。キャンセルボタン1007が実行された場合はエクスポート処理を中止し、本処理フローを終了する。
S1114で設定移行部305は、関連設定をインポートの対象に追加する。
In step S <b> 1112, the setting migration unit 305 instructs the screen display management unit 302 to notify that there is a related setting and display a message for confirming whether to include this setting as an import target. An example of this is a setting transition screen 1004 shown in FIG. By executing the Yes button 1005 on the setting transition screen 1004, the relevant settings are imported together.
In step S1113, when the input management unit 301 receives a user operation for the message on the setting transition screen 1004, the input management unit 301 refers to the message selection result via the screen display management unit 302, and proceeds to step S1114 when determining that the yes button 1005 has been executed. move on. If it is determined in step S1113 that the No button 1006 has been executed, the process advances to step S1115 without including the related setting as an import target. When the cancel button 1007 is executed, the export process is stopped and the process flow ends.
In step S1114, the setting migration unit 305 adds related settings to the import target.

S1115で設定移行部305は、S1108で取得した関連設定のすべてに対して確認が済んだか判断する。未確認の関連設定が存在する場合は、S1110へ進み次の関連設定に対して同様に確認処理を実行する。すべて確認済みの場合はS1116へ進む。
S1116で設定移行部305は、すべてのエクスポート対象に対して確認済みか否かを判断し、未確認のエクスポート対象が存在する場合は、S1107へ進み、次のエクスポート対象に対して同様に関連設定の有無を確認する。すべて確認済みの場合は、S802に進む。
In step S1115, the setting migration unit 305 determines whether all the related settings acquired in step S1108 have been confirmed. If there is an unconfirmed related setting, the process proceeds to S1110 and the confirmation process is similarly executed for the next related setting. If all have been confirmed, the process proceeds to S1116.
In step S1116, the setting migration unit 305 determines whether all export targets have been confirmed. If there is an unconfirmed export target, the process proceeds to step S1107, and the related setting is similarly set for the next export target. Check for presence. If all have been confirmed, the process proceeds to S802.

以降の処理は、図13に示すフローと同一である。ただし、インポート対象の設定が「一部」であるか「全て」であるかのS1117の判断が、図13のS809の判断とは異なる。そのためその差異のみ説明し、その他の処理は省略する。図13に示す処理フローはインポート時にインポート対象を選択するフローではないため、S809ではインポートが一部の設定または全てはエクスポートファイルに含まれるエクスポート種別の参照で判断する。一方、本実施形態はインポート時にインポート対象を選択する場合の処理であり、S1117の判断はS1106によって取得したユーザーが指定したインポート対象の範囲が「一部」もしくは「全て」を示すものであるかによって判断する。よって、S1117では、図15(A)のチェックボックス1001がON(設定項目の一部をインポートする)と指定されている場合に設定の一部をインポートするものと判断する。   The subsequent processing is the same as the flow shown in FIG. However, the determination in S1117 whether the setting of the import target is “partial” or “all” is different from the determination in S809 of FIG. Therefore, only the difference will be described, and other processes will be omitted. Since the processing flow shown in FIG. 13 is not a flow for selecting an import target at the time of import, in S809, part of the settings for import or all of them are determined by referring to the export type included in the export file. On the other hand, this embodiment is processing when selecting an import target at the time of import, and the determination in S1117 is that the range of import targets specified by the user acquired in S1106 indicates “partial” or “all”. Judgment by. Therefore, in S1117, it is determined that a part of the setting is to be imported when the check box 1001 in FIG. 15A is specified to be ON (a part of the setting item is imported).

以上説明したように、本実施形態において一部の設定を選択してインポートする場合に、そのインポート対象と関連する設定を確認し、関連する設定が有る場合にその設定もインポート対象とすることで依存関係のある設定も合わせてエクスポートできる。また、インポート先の既存の設定に追加する移行方法をとることで、既存の設定に依存している関連設定が正常に動作しなくなる恐れを抑制できる。したがって、本実施形態によると、アプリケーションの一部の設定情報のみを移行する場合の不整合の発生を抑制することができる。   As described above, when some settings are selected and imported in this embodiment, the settings related to the import target are checked, and if there are related settings, the settings are also set as the import target. Settings with dependencies can also be exported. Further, by adopting a migration method of adding to existing settings at the import destination, it is possible to suppress the possibility that related settings depending on the existing settings will not operate normally. Therefore, according to the present embodiment, it is possible to suppress the occurrence of inconsistency when only a part of the setting information of the application is migrated.

(第3実施形態)
第3実施形態では、インポート対象の設定の選択時に表示される設定移行画面の遷移が、第2実施形態と異なる。以下、第2実施形態と異なる部分についてのみ説明する。
図18は文書管理アプリケーション300のUI画面の一例であり、インポート実行時の設定移行画面の画面遷移を示す図である。
図18(A)は、一部の設定のみをインポートする選択がなされた場合に表示される画面の一例である。設定移行画面1200は、設定移行画面600にてインポート対象のチェックボックス1001がONの状態で実行ボタン604が実行された場合に表示する選択リスト1201を備えている。選択リスト1201では、インポート対象の設定が未選択の状態を示している。ここで選択されたアウトプットバーの設定に関してその関連する設定の有無を確認し、関連設定が存在する場合は、関連する設定が存在する旨を通知してその設定も含めてインポートするか否かをユーザーに問う。関連する設定が存在する旨を通知する画面として、例えば、図15(C)の設定移行画面1004が表示される。
例えば、設定移行画面1200でアウトプットバーの設定にチェックを入れると、関連する設定である印刷テンプレートの設定も含めてインポートするか否かをユーザーに問う画面が表示される。ここで印刷テンプレートの設定も含めてインポートする選択を行うと、図18(B)に示される設定移行画面1202が表示される。設定移行画面1202の選択リスト1203では、アウトプットバーの設定に加え印刷テンプレートの設定のチェックボックスもONの状態になっている。
(Third embodiment)
In the third embodiment, the transition of the setting transition screen displayed when selecting the setting to be imported is different from that in the second embodiment. Only the parts different from the second embodiment will be described below.
FIG. 18 is an example of a UI screen of the document management application 300, and shows a screen transition of a setting transition screen at the time of import execution.
FIG. 18A is an example of a screen that is displayed when a selection to import only some of the settings is made. The setting transfer screen 1200 includes a selection list 1201 that is displayed when the execution button 604 is executed in the setting transfer screen 600 when the import target check box 1001 is ON. The selection list 1201 indicates that the setting to be imported is not selected. Check if there is a related setting for the output bar setting selected here, and if there is a related setting, notify that there is a related setting and whether to import including that setting. Ask the user. For example, a setting transition screen 1004 in FIG. 15C is displayed as a screen for notifying that there is a related setting.
For example, when the output bar setting is checked on the setting transition screen 1200, a screen asking the user whether to import including the setting of the print template, which is a related setting, is displayed. Here, when the import including the setting of the print template is selected, a setting transition screen 1202 shown in FIG. 18B is displayed. In the selection list 1203 on the setting transfer screen 1202, in addition to the output bar setting, the check box for setting the print template is also ON.

図19は、文書管理アプリケーション300の設定移行画面における関連設定の確認処理に係るフローチャートの一例を示す図である。本処理は、設定移行画面1000において、インポートボタン601が選択され、かつ、チェックボックス1001がONの状態で実行ボタン604が押下された場合に処理が開始される。
S1301で画面表示管理部302は、設定移行画面1200を表示し、ユーザー操作を待機する。設定移行画面1200には、インポート対象の選択リスト1201が表示されている。
S1302で入力管理部301は、設定移行画面600にてインポート対象の選択リスト1201へ実行操作を受け付けると、管理部306にその実行指示を通知する。通知を受けた管理部306は、インポート対象の選択リスト1201にて項目のチェックボックスがONに指定されたかどうか判断する。ONに指定された場合はS1303へ進み、選択された設定項目に関連する設定を確認する。それ以外はS1301でユーザー操作を待機する。
FIG. 19 is a diagram illustrating an example of a flowchart relating to the related setting confirmation process on the setting transition screen of the document management application 300. This process is started when the import button 601 is selected on the setting migration screen 1000 and the execution button 604 is pressed while the check box 1001 is ON.
In step S1301, the screen display management unit 302 displays a setting transition screen 1200 and waits for a user operation. The setting migration screen 1200 displays an import target selection list 1201.
In step S <b> 1302, when the input management unit 301 receives an execution operation on the import target selection list 1201 on the setting migration screen 600, the input management unit 301 notifies the management unit 306 of the execution instruction. Upon receiving the notification, the management unit 306 determines whether or not the check box of the item is designated ON in the import target selection list 1201. If it is designated ON, the process advances to step S1303 to confirm settings related to the selected setting item. Otherwise, it waits for a user operation in S1301.

S1303で管理部306は、画面表示管理部302を介して設定移行画面1200上の指定値を取得し、設定移行部305に関連設定の確認処理の実行を指示する。ここで指定される値は、インポート対象の選択リスト1201にて選択された設定項目を示す。
S1304で設定移行部305は、インポート対象の選択リスト1003にて選択された設定項目を確認対象とし、その設定に関連する設定を取得する。具体的には、図14に示される関連設定テーブルを参照し、その設定に関連付く設定を取得する。また、アプリケーション情報管理部303を介してエクスポートファイルに含まれる関連設定の定義を参照し、インポート対象との間に依存関係が存在するか確認する。ここで依存関係のある場合にその設定を関連設定とする。例えば、リボン設定をインポート対象とする場合、リボン設定と関連する設定であるアウトプットバーの設定を対象に、リボンの設定中にアウトプットバーのボタンの定義を含むか、含む場合その定義がアウトプットバー中に存在するかを確認する。そして、存在する場合に関連設定とみなす。
In step S <b> 1303, the management unit 306 acquires the specified value on the setting transition screen 1200 via the screen display management unit 302, and instructs the setting transition unit 305 to execute related setting confirmation processing. The value specified here indicates the setting item selected in the selection list 1201 to be imported.
In step S <b> 1304, the setting migration unit 305 sets a setting item selected in the import target selection list 1003 as a check target, and acquires settings related to the setting. Specifically, the related setting table shown in FIG. 14 is referred to, and the setting associated with the setting is acquired. Further, the definition of the related setting included in the export file is referred to via the application information management unit 303, and it is confirmed whether there is a dependency relationship with the import target. Here, when there is a dependency relationship, the setting is set as a related setting. For example, if ribbon settings are to be imported, the output bar settings that are related to the ribbon settings are included in the output bar buttons, or the definitions of the output bar buttons are included in the output. To check if it exists in the top bar. If it exists, it is regarded as a related setting.

S1305で設定移行部305は、S1304で取得した関連設定情報を参照し、関連設定が存在する場合はS1306へ進む。関連設定が存在しない場合は確認処理を終了し、本処理フローを終了する。
S1306で設定移行部305は、S1304で取得した関連設定情報を参照し、関連設定情報の内1つを処理対象とする。
S1307で設定移行部305は、S1306で処理対象とした関連設定が既にインポートの対象に含まれるか否かを判断する。インポートの対象に含まれる場合は、S1308以降の処理は実行せずにS1311へ進む。インポートの対象に含まれない場合は、S1308へ進む。
In step S1305, the setting migration unit 305 refers to the related setting information acquired in step S1304. If there is a related setting, the process proceeds to step S1306. If there is no related setting, the confirmation process is terminated and the present process flow is terminated.
In step S1306, the setting migration unit 305 refers to the related setting information acquired in step S1304, and sets one of the related setting information as a processing target.
In step S <b> 1307, the setting migration unit 305 determines whether the related setting that is the processing target in step S <b> 1306 is already included in the import target. If it is included in the import target, the process proceeds to S1311 without executing the processes after S1308. If it is not included in the import target, the process advances to step S1308.

S1308で設定移行部305は、画面表示管理部302に指示し、関連設定が存在する旨を通知しこの設定をインポート対象に含めるか否かを確認するメッセージを表示する。この一例が、図15(C)に示される図である。
S1309で入力管理部301は、該メッセージに対するユーザー操作を受け付けると画面表示管理部302を介してメッセージの選択結果を参照する。はいボタン1005が実行されたと判断する場合にS1310へ進み、関連設定をインポートの対象に追加する。いいえボタン1006が実行されたと判断する場合は、関連設定をエクスポートの対象に含めないでS1311へ進む。
S1311で設定移行部305は、S1304で取得した関連設定情報に含む関連設定のすべてに対して確認が済んだか判断する。未確認の関連設定が存在する場合は、S1306へ進み次の関連設定に対して同様に確認処理を実行する。すべて確認済みの場合はS1312へ進む。
In step S1308, the setting migration unit 305 instructs the screen display management unit 302 to notify that there is a related setting, and displays a message for confirming whether or not to include this setting as an import target. An example of this is shown in FIG.
In step S <b> 1309, when the input management unit 301 receives a user operation for the message, the input management unit 301 refers to the message selection result via the screen display management unit 302. If it is determined that the YES button 1005 has been executed, the process advances to step S1310 to add related settings to the import target. If it is determined that the No button 1006 has been executed, the process proceeds to S1311 without including the related setting as an export target.
In step S1311, the setting migration unit 305 determines whether all the related settings included in the related setting information acquired in step S1304 have been confirmed. If there is an unconfirmed related setting, the process proceeds to S1306, and the confirmation process is similarly executed for the next related setting. If all have been confirmed, the process proceeds to S1312.

S1312で設定移行部305は、画面表示管理部302に指示し、選択リスト1201上でS1310において追加した設定のチェックボックスがONとなるように設定移行画面600のインポート対象の選択リスト1003の表示を更新する。例えば、設定移行画面1200においてアウトプットバーの設定のチェックボックスをONにした場合、その関連設定である印刷テンプレートの設定をインポート対象に含めるかを問うメッセージが表示される。そこで印刷テンプレートの設定をインポート対象に含める選択をした場合、図18(B)に示される印刷テンプレートの設定のチェックボックスもONになった選択リスト1203を有する設定移行画面1202が表示される。   In step S1312, the setting transition unit 305 instructs the screen display management unit 302 to display the selection list 1003 to be imported on the setting transition screen 600 so that the setting check box added in step S1310 on the selection list 1201 is turned on. Update. For example, if the check box for the output bar setting is turned ON in the setting transfer screen 1200, a message asking whether to include the setting of the print template, which is the related setting, in the import target is displayed. Therefore, if the user selects to include the print template setting as an import target, a setting transfer screen 1202 having a selection list 1203 in which the check box for the print template setting shown in FIG. 18B is also displayed is displayed.

以上説明したように、本実施形態において一部の設定を選択してインポートする場合に、そのインポート対象と関連する設定を確認し、関連する設定が有る場合にその設定もインポート対象とすることで依存関係のある設定も合わせてエクスポートできる。また、インポート先の既存の設定に追加する移行方法をとることで、既存の設定に依存している関連設定が正常に動作しなくなる恐れを抑制できる。したがって、本実施形態によると、アプリケーションの一部の設定情報のみを移行する場合の不整合の発生を抑制することができる。   As described above, when some settings are selected and imported in this embodiment, the settings related to the import target are checked, and if there are related settings, the settings are also set as the import target. Settings with dependencies can also be exported. Further, by adopting a migration method of adding to existing settings at the import destination, it is possible to suppress the possibility that related settings depending on the existing settings will not operate normally. Therefore, according to the present embodiment, it is possible to suppress the occurrence of inconsistency when only a part of the setting information of the application is migrated.

(第4実施形態)
第1実施形態〜第3実施形態では、文書管理アプリケーション300の設定間の関連について考慮し、関連する設定が存在する場合にその設定も合わせてエクスポートまたはインポートすることで設定間の整合性が保たれるように処理する例を示した。しかし、文書管理アプリケーション300の設定以外に関連する構成が必要となるケースがある。具体的には、印刷やファクス送信を行う画像処理装置が挙げられる。画像処理装置の一例であるOSのプリンタを使用する機能の設定で、設定の移行先のOSに該当するプリンタが登録されていない場合に文書管理アプリケーション300の該当機能が使用できない。
本実施形態は、そのような構成を考慮したもので、文書管理アプリケーション300のインポート処理において、OSのプリンタを参照する設定のインポート時に、そのプリンタの存在確認及びその対処方法に関する処理例を説明する。具体的には、ドライバは存在するが、同一構成のプリンタが存在する場合の該プリンタへの参照変更の例、同一構成のプリンタが存在しない場合のOSにプリンタを登録する例を示す。さらに、ドライバも存在しない場合のドライバインストールの処理の例を示す。
(Fourth embodiment)
In the first to third embodiments, the relationship between the settings of the document management application 300 is considered, and if there is a related setting, the setting is also exported or imported to maintain consistency between the settings. An example of processing so as to lean is shown. However, there is a case where a configuration related to the setting other than the setting of the document management application 300 is required. Specifically, an image processing apparatus that performs printing or fax transmission can be used. In the setting of a function that uses a printer of an OS that is an example of an image processing apparatus, the corresponding function of the document management application 300 cannot be used when the printer that corresponds to the setting transfer destination OS is not registered.
The present embodiment takes such a configuration into consideration, and in the import processing of the document management application 300, when importing settings that refer to a printer of the OS, a processing example relating to the presence confirmation of the printer and a countermeasure method for the printer will be described. . Specifically, an example of reference change to a printer when a driver exists but a printer with the same configuration exists, and an example of registering a printer in the OS when a printer with the same configuration does not exist are shown. Furthermore, an example of driver installation processing when no driver exists is shown.

以下、図20〜図22を用いて説明する。特に明示していない構成及び処理は、すべて第1実施形態または第2実施形態と同じものとする。
図20は、クライアントPC101及びクライアントPC110で実行される文書管理アプリケーション300のソフトウェアの構成の一例を示す図である。文書管理アプリケーション300は、クライアントPC101にインストールされ、そのプログラムはクライアントPC101のROM204または外部メモリ206に記憶されている。すなわち、CPU201がRAM203にプログラムをロードして実行することで、文書管理アプリケーション300の機能及び後述するフローチャートに係る処理が実現される。
Hereinafter, a description will be given with reference to FIGS. All configurations and processes not particularly specified are the same as those in the first embodiment or the second embodiment.
FIG. 20 is a diagram illustrating an example of a software configuration of the document management application 300 executed on the client PC 101 and the client PC 110. The document management application 300 is installed in the client PC 101, and the program is stored in the ROM 204 or the external memory 206 of the client PC 101. That is, the CPU 201 loads the program into the RAM 203 and executes it, thereby realizing the functions of the document management application 300 and the processing related to the flowchart described later.

文書管理アプリケーション300は、入力管理部301、画面表示管理部302、出力制御部304、アプリケーション情報管理部303、設定移行部305、管理部306及びプリンタ管理部1401を備える。入力管理部301、画面表示管理部302、出力制御部304、アプリケーション情報管理部303、設定移行部305、管理部306は図3の構成と同一とし、その説明は省略する。   The document management application 300 includes an input management unit 301, a screen display management unit 302, an output control unit 304, an application information management unit 303, a setting transition unit 305, a management unit 306, and a printer management unit 1401. The input management unit 301, the screen display management unit 302, the output control unit 304, the application information management unit 303, the setting transition unit 305, and the management unit 306 are the same as those in FIG.

プリンタ管理部1401は、OSのプリンタの情報取得やプリンタの登録、ドライバのインストール等のプリンタに関する操作を実行する。プリンタの登録は、OSによって提供されるAPIを使用して行う。例えば、Windows(登録商標)の場合、WindowsAPIのAddPrinterを使用して行う。またドライバのインストールは、文書管理アプリケーション300がドライバのインストールの必要なインストールパッケージを同梱し、それを実行することで行う。プリンタの登録処理やプリンタドライバのインストール処理は、特に文書管理アプリケーション300の構成に特化するものではなく一般的な構成を適用できるものとする。   The printer management unit 1401 executes printer-related operations such as OS printer information acquisition, printer registration, and driver installation. Printer registration is performed using an API provided by the OS. For example, in the case of Windows (registered trademark), it is performed by using AddPrinter of Windows API. The driver is installed by the document management application 300 including an installation package that requires driver installation and executing it. The printer registration process and the printer driver installation process are not particularly specific to the configuration of the document management application 300, and a general configuration can be applied.

図21及び図22は、文書管理アプリケーション300のインポート処理時のプリンタの確認処理の一例を示すフローチャートである。本処理は文書管理アプリケーション300の設定情報のインポート処理の過程で実行される。具体的には、本処理は図13におけるS824の設定ファイルのインポート処理において実行される。なお、下記では区別のため、インポート処理対象の設定に含まれるプリンタをプリンタA、インポート先に存在するプリンタをプリンタBと記載することがある。
S1501で設定移行部305は、インポート対象リストの内1つの設定を処理対象とし、該設定に関してS1502〜S1515の確認処理を実行する。
FIG. 21 and FIG. 22 are flowcharts illustrating an example of printer confirmation processing during import processing of the document management application 300. This process is executed in the course of the setting information import process of the document management application 300. Specifically, this process is executed in the setting file import process of S824 in FIG. In the following, for the sake of distinction, the printer included in the settings to be imported may be referred to as printer A, and the printer existing at the import destination may be referred to as printer B.
In step S <b> 1501, the setting migration unit 305 sets one setting in the import target list as a processing target, and executes confirmation processing in steps S <b> 1502 to S <b> 1515 regarding the setting.

S1502で設定移行部305は、現在処理対象の設定にプリンタと関連する設定が含まれるか否かを判断する。具体的には、プリンタと関連する設定情報もしくは設定ファイル名の一覧、及び該設定情報の関連設定名称(XMLの属性名等)をテーブルとして保持し、それに該当するか否かを判断する。S1502で関連すると判断された場合はS1503へ進み、該当しないと判断された場合はS1516へ進む。   In step S1502, the setting migration unit 305 determines whether the setting related to the printer is included in the current processing target setting. Specifically, a list of setting information or setting file names related to the printer, and related setting names (XML attribute names, etc.) of the setting information are held as a table, and it is determined whether or not the corresponding information is satisfied. If it is determined in S1502 that it is related, the process proceeds to S1503, and if it is determined that it is not applicable, the process proceeds to S1516.

S1503で設定移行部305は、処理対象の設定のプリンタと同一のプリンタがインポート先に存在するか判断する。具体的には、S1502にて関連設定と判断するプリンタ名(プリンタキュー名)を参照し、プリンタ管理部307へ問い合わせ該プリンタがインポート先のOSに登録されているかを判断する。ここで存在すると判断された場合はS1516へ進み、存在しないと判断する場合はS1504へ進む。
S1504で設定移行部305は、処理対象の設定のプリンタのドライバ名、アドレス情報(IPアドレス)を参照し、プリンタ管理部307を介してインポート先のOSに同一のドライバ名及びアドレス情報で構成されるプリンタが存在するか確認する。ここで同構成のプリンタがOSに登録されていると判断する場合はS1505へ進む。存在しないと判断する場合はS1508へ進む。
In step S <b> 1503, the setting migration unit 305 determines whether the same printer as the processing target setting printer exists in the import destination. Specifically, in step S1502, the printer name (printer queue name) determined to be the relevant setting is referred to, and the printer management unit 307 is inquired to determine whether the printer is registered in the import destination OS. If it is determined that it exists, the process proceeds to S1516. If it is determined that it does not exist, the process proceeds to S1504.
In step S <b> 1504, the setting migration unit 305 refers to the driver name and address information (IP address) of the printer to be processed, and is configured with the same driver name and address information as the import destination OS via the printer management unit 307. Check if a printer exists. If it is determined that a printer having the same configuration is registered in the OS, the process advances to step S1505. If it is determined that it does not exist, the processing proceeds to S1508.

S1505で設定移行部305は、画面表示管理部302へ指示し、現在対象としている設定のプリンタAの参照をインポート先に存在する同一構成のプリンタBに変更するか、同一構成のプリンタBを追加するか確認するメッセージを表示する。メッセージの選択肢としては「参照変更」、「プリンタ追加」、「いいえ」のボタンがあるものとする。
S1506で設定移行部305は、画面表示管理部302を介してメッセージのボタン結果を参照する。「参照変更」ボタンが実行されたと判断する場合はS1507へ進み、「プリンタ追加」ボタンもしくは「いいえ」ボタンが実行されたと判断する場合は、S1510へ進む。
S1507で設定移行部305は、設定ファイル内の現在対象としている設定情報のプリンタ名をS1504で同一構成と判断するプリンタのプリンタ名に書き換えて変更する。
In step S <b> 1505, the setting migration unit 305 instructs the screen display management unit 302 to change the reference of the currently configured printer A to the printer B with the same configuration existing at the import destination, or to add the printer B with the same configuration. A message confirming whether to do so is displayed. Assume that there are “Change reference”, “Add printer”, and “No” buttons as message options.
In step S <b> 1506, the setting transition unit 305 refers to the message button result via the screen display management unit 302. If it is determined that the “reference change” button has been executed, the process advances to step S1507. If it is determined that the “add printer” button or the “no” button has been executed, the process advances to step S1510.
In step S1507, the setting migration unit 305 rewrites and changes the printer name of the current setting information in the setting file to the printer name of the printer determined to have the same configuration in step S1504.

S1504でインポート先のOSに同一のドライバ名及びアドレス情報で構成されるプリンタが存在しないと判断された場合は、S1508へ進む。
S1508で設定移行部305は、プリンタ管理部307へ指示し、現在対象としている設定のプリンタAに割り当てられているドライバがインポート先のOSにインストールされているか否かを確認する。ここでインストールされていると判断する場合は、S1509へ進む。
S1509では、画面表示管理部302に指示し、インポート先に同名のプリンタを追加するか確認するか否かを問うメッセージを表示する。メッセージの選択肢としては、プリンタを追加する「プリンタ追加」ボタンと、プリンタの追加を行わない「いいえ」ボタンがあるものとする。
If it is determined in S1504 that there is no printer having the same driver name and address information in the import destination OS, the process advances to S1508.
In step S1508, the setting migration unit 305 instructs the printer management unit 307 to check whether the driver assigned to the printer A having the current target setting is installed in the import destination OS. If it is determined that it is installed, the process advances to step S1509.
In step S1509, the screen display management unit 302 is instructed to display a message asking whether or not to confirm that a printer with the same name is to be added to the import destination. As message options, there are an “add printer” button for adding a printer and a “no” button for not adding a printer.

S1510で設定移行部305は、S1505もしくはS1509のメッセージ結果を参照し、「プリンタ追加」ボタンが実行されたと判断する場合はS1511へ進み、「いいえ」ボタンの実行が実行されたと判断する場合は、何もせずS1516へ進む。
S1511で設定移行部305は、プリンタ管理部307へ指示し、現在対象としている設定情報内のプリンタAと同名のプリンタをインポート先のOSに登録し、S1516へ進む。
In step S1510, the setting transition unit 305 refers to the message result in step S1505 or S1509, and proceeds to step S1511 when determining that the “add printer” button has been executed. When determining that the execution of the “no” button has been executed, Go to S1516 without doing anything.
In step S1511, the setting migration unit 305 instructs the printer management unit 307 to register the printer having the same name as the printer A in the current setting information in the import destination OS, and the process advances to step S1516.

S1508でドライバが未インストールと判断された場合にはS1512へ進む。
S1512で設定移行部305は、プリンタ管理部307へ指示し、プリンタAに割り当てられているドライバが文書管理アプリケーション300に同梱されているかを判断する。具体的にはドライバ名を参照し、文書管理アプリケーション300で同梱するドライバのリストに存在するか否かを判断する。なお、同梱するドライバは文書管理アプリケーション300との連携に適したドライバで文書管理アプリケーション300の機能を使用する上で推奨するドライバを想定する。文書管理アプリケーション300にプリンタAに割り当てられているドライバが同胞されていると判断された場合は、S1513に進む。一方、同胞されていないと判断された場合はS1516に進む。
If it is determined in S1508 that the driver is not installed, the process advances to S1512.
In step S <b> 1512, the setting migration unit 305 instructs the printer management unit 307 to determine whether the driver assigned to the printer A is bundled with the document management application 300. Specifically, the driver name is referred to, and it is determined whether or not it exists in the list of drivers bundled with the document management application 300. It is assumed that the included driver is a driver that is suitable for cooperation with the document management application 300 and recommended for using the function of the document management application 300. If it is determined that the driver assigned to the printer A is associated with the document management application 300, the process advances to step S1513. On the other hand, if it is determined that they are not compatriots, the process proceeds to S1516.

S1513で設定移行部305は、画面表示管理部302へ指示し、OSにドライバを追加(合わせて該プリンタ追加)するか否かを確認するメッセージを表示する。メッセージの選択肢としてはドライバを追加する「はい」ボタンと、ドライバの追加を行わない「いいえ」ボタンがあるものとする。
S1514で設定移行部305は、画面表示管理部302を介してメッセージに対するボタン結果を参照し、ドライバ追加する「はい」ボタンの実行と判断された場合には、S1515へ進む。さらにS1511で該ドライバのプリンタを追加する。一方、ドライバを追加しない「いいえ」ボタンの実行と判断された場合は、何もせずにS1516へ進む。
S1515で設定移行部305は、プリンタ管理部307へ指示しドライバのインストールを実行する。そしてS1511に進み、OSにプリンタを追加する。
In step S1513, the setting transition unit 305 instructs the screen display management unit 302 to display a message for confirming whether to add a driver to the OS (and add the printer together). Assume that there are “Yes” button for adding a driver and “No” button for not adding a driver as message options.
In step S1514, the setting transition unit 305 refers to the button result for the message via the screen display management unit 302. If it is determined that the “Yes” button for adding a driver is to be executed, the processing proceeds to step S1515. In step S1511, the printer of the driver is added. On the other hand, if it is determined to execute the “No” button without adding a driver, the process proceeds to S1516 without doing anything.
In step S1515, the setting migration unit 305 instructs the printer management unit 307 to execute driver installation. In step S1511, a printer is added to the OS.

S1516で設定移行部305は、現在対象としている設定の設定ファイルをインポート先にインポートする。具体的にはエクスポートファイル中の該設定ファイルをインポート先へコピーする。
S1517で設定移行部305は、すべてのインポート対象をインポート済みであるか否か判断する。すべてのインポート対象を処理済みと判断する場合は、インポート処理を終了し、本処理フローを終了する。未処理の対象がある場合は、S1501で次の設定を対象とし、上述の確認処理を実行する。
In step S <b> 1516, the setting migration unit 305 imports the setting file of the current target setting to the import destination. Specifically, the setting file in the export file is copied to the import destination.
In step S1517, the setting migration unit 305 determines whether all import targets have been imported. If it is determined that all import targets have been processed, the import process ends and the process flow ends. If there is an unprocessed target, the above-described confirmation processing is executed for the next setting in S1501.

以上説明したように、本実施形態によると、インポートする設定がOSのプリンタなどアプリケーションの設定以外の設定値を参照する設定である場合でも、設定内の参照先を変更したり、インポート先にプリンタやドライバを追加したりすることができる。したがって、本実施形態によると、アプリケーションの設定情報を移行する場合の不整合の発生を抑制することができる。   As described above, according to the present embodiment, even if the setting to be imported is a setting that refers to a setting value other than the setting of an application such as an OS printer, the reference destination in the setting can be changed, or a printer can be imported to the import destination. And drivers can be added. Therefore, according to the present embodiment, it is possible to suppress the occurrence of inconsistency when migrating application setting information.

(その他の実施形態)
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
(Other embodiments)
The present invention supplies a program that realizes one or more functions of the above-described embodiments to a system or apparatus via a network or a storage medium, and one or more processors in a computer of the system or apparatus read and execute the program This process can be realized. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

以上、本発明の好ましい実施形態について説明したが、本発明は、これらの実施形態に限定されず、その要旨の範囲内で種々の変形及び変更が可能である。   As mentioned above, although preferable embodiment of this invention was described, this invention is not limited to these embodiment, A various deformation | transformation and change are possible within the range of the summary.

Claims (18)

情報処理装置であって、
エクスポート処理を行うアプリケーションのエクスポート対象となる設定の選択を受け付ける受付手段と、
受け付けた前記エクスポート対象の設定に関連する関連設定を取得する取得手段と、
取得した前記関連設定を前記エクスポート対象に追加する追加手段と、
前記エクスポート対象の設定のエクスポート処理を行うエクスポート手段と、を備え、
前記取得手段は、前記受付手段において受け付けた前記エクスポート対象となる設定がアプリケーションの設定の一部であった場合に、前記関連設定を取得する
ことを特徴とする情報処理装置。
An information processing apparatus,
An accepting means for accepting selection of settings to be exported by an application that performs export processing;
Obtaining means for obtaining a related setting related to the accepted setting to be exported;
Adding means for adding the acquired related setting to the export target;
And export means for performing an export process of the setting to be exported,
The information processing apparatus according to claim 1, wherein the acquisition unit acquires the related setting when the setting to be exported received by the receiving unit is a part of an application setting.
前記情報処理装置は、さらに、対象設定ファイルと該対象設定ファイルに関連する設定ファイルが定義されている関連設定テーブルを記憶する記憶手段を備え、
前記関連設定は、前記エクスポート対象の設定が参照する設定であり、
前記取得手段は、前記記憶手段が記憶する前記関連設定テーブルに基づき前記関連設定を取得し、
前記追加手段は、前記関連設定がエクスポート対象に含まれているか確認し、前記関連設定がエクスポート対象に含まれていない場合に前記関連設定を前記エクスポート対象に追加する
ことを特徴とする請求項1に記載の情報処理装置。
The information processing apparatus further includes storage means for storing a target setting file and a related setting table in which a setting file related to the target setting file is defined.
The related setting is a setting referred to by the setting to be exported,
The acquisition unit acquires the related setting based on the related setting table stored in the storage unit,
The addition means checks whether the related setting is included in the export target, and adds the related setting to the export target when the related setting is not included in the export target. The information processing apparatus described in 1.
前記エクスポート手段は、前記エクスポート対象の設定の設定ファイルとエクスポート情報とを含むエクスポートファイルを生成し、エクスポート処理を行う
ことを特徴とする請求項1または請求項2に記載の情報処理装置。
The information processing apparatus according to claim 1, wherein the export unit generates an export file including a setting file for the setting to be exported and export information, and performs an export process.
前記エクスポート情報は、前記エクスポート対象の設定が前記アプリケーションの設定の全てであるか一部であるかの情報を含む
ことを特徴とする請求項3に記載の情報処理装置。
The information processing apparatus according to claim 3, wherein the export information includes information indicating whether the setting to be exported is all or a part of the settings of the application.
情報処理装置であって、
インポート処理を行うインポート対象の設定を受け付ける受付手段と、
受け付けた前記インポート対象の設定により上書きされる設定に関連する関連設定を取得する取得手段と、
取得した前記関連設定が前記インポート処理により正常に動作しなくなるか否か判断する判断手段と、
前記判断手段による判断の結果とインポート方法の選択画面を表示する表示手段と、
前記インポート方法についてのユーザーの選択を受け付け、インポート方法を指定する指定手段と、
前記インポート対象の設定のインポート処理を指定されたインポート方法で行うインポート手段と、を備え、
前記取得手段は、前記受付手段において受け付けた前記インポート対象の設定が、アプリケーションの設定の一部であった場合に前記関連設定を取得する
ことを特徴とする情報処理装置。
An information processing apparatus,
Accepting means for accepting the setting of the import target for import processing,
An acquisition means for acquiring a related setting related to a setting to be overwritten by the received setting to be imported;
Determining means for determining whether the acquired related setting does not normally operate by the import process;
Display means for displaying a result of determination by the determination means and a selection screen for an import method;
A designation means for accepting a user's selection of the import method and designating the import method;
And import means for performing the import processing of the setting to be imported by a designated import method,
The information processing apparatus according to claim 1, wherein the acquisition unit acquires the related setting when the setting of the import target received by the receiving unit is a part of an application setting.
前記受付手段は、エクスポートファイルを読み込むことで前記インポート対象の設定を受け付け、
前記取得手段は、エクスポートファイルに含まれるエクスポート対象の設定がアプリケーションの設定の全てであるか一部であるかの情報に基づいて、前記インポート対象の設定が前記アプリケーションの設定の一部であるか否か判断する
ことを特徴とする請求項5に記載の情報処理装置。
The accepting means accepts the setting of the import target by reading an export file,
The acquisition means determines whether the setting to be imported is a part of the settings of the application based on information on whether the setting of the export target included in the export file is all or a part of the settings of the application. The information processing apparatus according to claim 5, wherein it is determined whether or not.
前記情報処理装置は、さらに、対象設定ファイルと該対象設定ファイルに関連する設定ファイルが定義されている関連設定テーブルを記憶する記憶手段を備え、
前記関連設定は、前記上書きされる設定を参照する設定であり、
前記取得手段は、前記記憶手段が記憶する前記関連設定テーブルに基づき前記関連設定を取得し、
前記判断手段は、前記関連設定がインポート対象に含まれているか確認し、前記関連設定がインポート対象に含まれていない場合に、前記関連設定が前記インポート処理により正常に動作しなくなると判断する
ことを特徴とする請求項5または請求項6に記載の情報処理装置。
The information processing apparatus further includes storage means for storing a target setting file and a related setting table in which a setting file related to the target setting file is defined.
The related setting is a setting for referring to the setting to be overwritten,
The acquisition unit acquires the related setting based on the related setting table stored in the storage unit,
The determination means confirms whether the related setting is included in the import target, and determines that the related setting does not operate normally by the import process when the related setting is not included in the import target. The information processing apparatus according to claim 5, wherein:
前記判断手段が、前記関連設定が前記インポート処理により正常に動作しなくなると判断した場合、
前記表示手段は、インポート方法として、上書きされる設定にインポート対象の設定を追加する方法、関連設定を破棄し上書きされる設定をインポート対象の設定に置き換える方法、関連設定は破棄せずに上書きされる設定を破棄しインポート対象の設定に置き換える方法を表示する
ことを特徴とする請求項5から7のうちいずれか1項に記載の情報処理装置。
When the determination unit determines that the related setting does not operate normally by the import process,
The display means, as an import method, adds an import target setting to an overwritten setting, discards the related setting and replaces the overwritten setting with an import target setting, and overwrites the related setting without discarding it. The information processing apparatus according to claim 5, wherein a method for discarding the setting and replacing the setting with an import target setting is displayed.
前記情報処理装置は、さらに、前記受付手段が受け付けた前記インポート対象の設定のリストを生成する生成手段を備え、
前記リストは、前記インポート対象の設定ごとにインポート方法情報を保持しており、
前記インポート方法情報は、前記上書きされる設定に前記インポート対象の設定を追加する追加、もしくは、前記上書きされる設定を破棄しインポート対象の設定に置き換える置き換えであり、
前記生成手段により前記リストが生成されたときは、全ての前記インポート対象の設定の前記インポート方法情報が置き換えであり、
前記指定手段は、受け付けた前記インポート方法が、上書きされる設定にインポート対象の設定を追加する方法であった場合、前記リストの前記インポート方法情報を追加に指定する
ことを特徴とする請求項8に記載の情報処理装置。
The information processing apparatus further includes a generation unit that generates a list of settings to be imported received by the reception unit,
The list holds import method information for each setting to be imported,
The import method information is an addition to add the setting to be imported to the setting to be overwritten, or a replacement to discard the setting to be overwritten and replace it with a setting to be imported.
When the list is generated by the generation means, the import method information of all the settings to be imported is replacement,
9. The specification means, when the received import method is a method of adding a setting to be imported to a setting to be overwritten, additionally specifies the import method information in the list. The information processing apparatus described in 1.
前記インポート手段は、前記指定手段が受け付けた前記インポート方法が、関連設定を破棄し上書きされる設定をインポート対象の設定に置き換える方法であった場合、該関連設定を破棄してから、インポート処理を行う
ことを特徴とする請求項8または請求項9に記載の情報処理装置。
If the importing method accepted by the specifying unit is a method of discarding the related setting and replacing the overwritten setting with the setting to be imported, the importing unit discards the related setting and then performs the import process. The information processing apparatus according to claim 8, wherein the information processing apparatus is performed.
前記受付手段は、エクスポートファイルから読み込んだ設定から前記インポート処理を行う前記インポート対象として選択された設定を受け付け、
前記情報処理装置は、さらに、前記インポート対象の設定に関連する関連設定を取得し、該関連設定が前記インポート対象に含まれていない場合に、該関連設定を前記インポート対象に追加する追加手段を備える
ことを特徴とする請求項請求項5から10のうちいずれか1項に記載の情報処理装置。
The accepting unit accepts a setting selected as the import target for performing the import process from a setting read from an export file,
The information processing apparatus further includes an additional unit that acquires a related setting related to the setting of the import target, and adds the related setting to the import target when the related setting is not included in the import target. The information processing apparatus according to claim 5, comprising: an information processing apparatus according to claim 5.
前記情報処理装置は、さらに、
前記インポート対象の設定が画像処理装置を参照する設定である場合に、前記画像処理装置に前記インポート対象の設定が参照する画像処理装置が存在するか判断する判断手段と、
前記インポート対象の設定が参照する画像処理装置について前記インポート対象の設定を書き換える変更手段と、
前記情報処理装置に前記画像処理装置を登録する登録手段と、を備え、
前記判断手段が、前記情報処理装置に前記インポート対象の設定が参照する画像処理装置は存在しないが、前記インポート対象の設定が参照する画像処理装置とプリンタドライバとIPアドレスが同一の画像処理装置は存在すると判断した場合、前記変更手段は、該インポート対象の設定が参照する画像処理装置を前記ドライバとIPアドレスが同一の画像処理装置に書き換える
ことを特徴とする請求項5から11のうちいずれか1項に記載の情報処理装置。
The information processing apparatus further includes:
A determination unit configured to determine whether the image processing apparatus includes an image processing apparatus referred to by the import target setting when the import target setting is a setting referring to the image processing apparatus;
Changing means for rewriting the setting of the import target for the image processing apparatus referred to by the setting of the import target;
Registration means for registering the image processing apparatus in the information processing apparatus,
Although there is no image processing apparatus that the determination means refers to in the information processing apparatus, the image processing apparatus that has the same IP address as the image processing apparatus, the printer driver, and the reference to which the setting to be imported is referred to. 12. The apparatus according to claim 5, wherein if it is determined that the image processing apparatus is present, the changing unit rewrites the image processing apparatus referred to by the setting to be imported into an image processing apparatus having the same IP address as that of the driver. The information processing apparatus according to item 1.
前記判断手段が、前記情報処理装置に前記インポート対象の設定が参照する画像処理装置が存在しないと判断した場合に、前記登録手段は、プリンタドライバが前記情報処理装置に存在する場合は、前記情報処理装置に前記画像処理装置を追加し、プリンタドライバが存在しない場合は、前記情報処理装置にプリンタドライバ及び前記画像処理装置を追加する
ことを特徴とする請求項12に記載の情報処理装置。
When the determination unit determines that there is no image processing apparatus referred to by the setting to be imported in the information processing apparatus, the registration unit determines that the information if the printer driver exists in the information processing apparatus. The information processing apparatus according to claim 12, wherein when the image processing apparatus is added to a processing apparatus and a printer driver does not exist, the printer driver and the image processing apparatus are added to the information processing apparatus.
第1の情報処理装置と第2の情報処理装置を有するデータ移行システムであって、
前記第1の情報処理装置は、
エクスポート処理を行うアプリケーションのエクスポート対象となる設定の選択を受け付ける第1の受付手段と、
受け付けた前記エクスポート対象の設定に関連する第1の関連設定を取得する第1の取得手段と、
取得した前記第1の関連設定を前記エクスポート対象に追加する追加手段と、
前記エクスポート対象の設定のエクスポート処理を行うエクスポート手段と、を備え、
前記第2の情報処理装置は、
インポート処理を行うインポート対象の設定を受け付ける第2の受付手段と、
受け付けた前記インポート対象の設定により上書きされる設定に関連する第2の関連設定を取得する第2の取得手段と、
取得した前記第2の関連設定が前記インポート処理により正常に動作しなくなるか否か判断する判断手段と、
前記判断手段による判断の結果とインポート方法の選択画面を表示する表示手段と、
前記インポート方法についてのユーザーの選択を受け付け、インポート方法を指定する指定手段と、
前記インポート対象の設定のインポート処理を指定されたインポート方法で行うインポート手段と、を備え、
前記第1の取得手段は、前記第1の受付手段において受け付けた前記エクスポート対象となる設定がアプリケーションの設定の一部であった場合に、前記第1の関連設定を取得し、
前記第2の取得手段は、前記第2の受付手段において受け付けた前記インポート対象の設定が、アプリケーションの設定の一部であった場合に前記第2の関連設定を取得する
ことを特徴とするデータ移行システム。
A data migration system having a first information processing apparatus and a second information processing apparatus,
The first information processing apparatus includes:
First receiving means for receiving selection of a setting to be exported by an application that performs export processing;
First acquisition means for acquiring a first related setting related to the accepted setting to be exported;
Adding means for adding the acquired first related setting to the export target;
And export means for performing an export process of the setting to be exported,
The second information processing apparatus
A second accepting unit for accepting an import target setting for import processing;
Second acquisition means for acquiring a second related setting related to the setting overwritten by the received setting to be imported;
Determining means for determining whether or not the acquired second related setting is not normally operated by the import process;
Display means for displaying a result of determination by the determination means and a selection screen for an import method;
A designation means for accepting a user's selection of the import method and designating the import method;
And import means for performing the import processing of the setting to be imported by a designated import method,
The first acquisition unit acquires the first related setting when the setting to be exported received by the first reception unit is a part of the application setting,
The second acquisition unit acquires the second related setting when the setting of the import target received by the second reception unit is a part of the setting of the application. Migration system.
エクスポート処理を行う第1の情報処理装置とインポート処理を行う第2の情報処理装置を有するデータ移行システムの制御方法であって、
前記エクスポート処理を行う工程は、
前記エクスポート処理を行うアプリケーションのエクスポート対象となる設定の選択を受け付ける第1の受付工程と、
受け付けた前記エクスポート対象の設定に関連する第1の関連設定を取得する第1の取得工程と、
取得した前記第1の関連設定を前記エクスポート対象に追加する追加工程と、
前記エクスポート対象の設定のエクスポート処理を行うエクスポート工程と、を有し、
前記第1の取得工程では、前記第1の受付工程において受け付けた前記エクスポート対象となる設定がアプリケーションの設定の一部であった場合に、前記第1の関連設定を取得する
ことを特徴とする制御方法。
A control method for a data migration system having a first information processing apparatus that performs an export process and a second information processing apparatus that performs an import process,
The step of performing the export process includes:
A first accepting step for accepting selection of a setting to be exported by an application that performs the export process;
A first acquisition step of acquiring a first related setting related to the accepted setting to be exported;
An additional step of adding the acquired first related setting to the export target;
An export process for performing an export process of the setting to be exported,
In the first acquisition step, the first related setting is acquired when the setting to be exported received in the first reception step is a part of the setting of the application. Control method.
前記インポート処理を行う工程は、
前記インポート処理を行うインポート対象の設定を受け付ける第2の受付工程と、
受け付けた前記インポート対象の設定により上書きされる設定に関連する第2の関連設定を取得する第2の取得工程と、
取得した前記第2の関連設定が前記インポート処理により正常に動作しなくなるか否か判断する判断工程と、
前記判断工程における判断の結果とインポート方法の選択画面を表示する表示工程と、
前記インポート方法についてのユーザーの選択を受け付け、インポート方法を指定する指定工程と、
前記インポート対象の設定のインポート処理を指定されたインポート方法で行うインポート工程と、を有し、
前記第2の取得工程では、前記第2の受付工程において受け付けた前記インポート対象の設定が、アプリケーションの設定の一部であった場合に前記第2の関連設定を取得する
ことを特徴とする請求項16に記載の制御方法。
The step of performing the import process includes:
A second accepting step of accepting an import target setting for performing the import process;
A second acquisition step of acquiring a second related setting related to a setting to be overwritten by the received setting to be imported;
A determination step of determining whether or not the acquired second related setting is not normally operated by the import process;
A display step for displaying a result of determination in the determination step and a selection screen for an import method;
Accepting user selection for the import method and specifying the import method; and
An import process for performing the import processing of the setting to be imported by a designated import method,
In the second acquisition step, the second related setting is acquired when the setting of the import target received in the second reception step is a part of an application setting. Item 17. The control method according to Item 16.
請求項1乃至4のいずれか1項に記載の情報処理装置の各手段としてコンピュータを機能させることを特徴とするプログラム。   A program that causes a computer to function as each unit of the information processing apparatus according to any one of claims 1 to 4. 請求項5乃至13のいずれか1項に記載の情報処理装置の各手段としてコンピュータを機能させることを特徴とするプログラム。   A program that causes a computer to function as each unit of the information processing apparatus according to any one of claims 5 to 13.
JP2016036186A 2016-02-26 2016-02-26 Information processor, data transfer system, control method for data transfer system, and program Pending JP2017151915A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2016036186A JP2017151915A (en) 2016-02-26 2016-02-26 Information processor, data transfer system, control method for data transfer system, and program
JP2021063470A JP7192023B2 (en) 2016-02-26 2021-04-02 Information processing device, information processing device control method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016036186A JP2017151915A (en) 2016-02-26 2016-02-26 Information processor, data transfer system, control method for data transfer system, and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021063470A Division JP7192023B2 (en) 2016-02-26 2021-04-02 Information processing device, information processing device control method and program

Publications (1)

Publication Number Publication Date
JP2017151915A true JP2017151915A (en) 2017-08-31

Family

ID=59740752

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2016036186A Pending JP2017151915A (en) 2016-02-26 2016-02-26 Information processor, data transfer system, control method for data transfer system, and program
JP2021063470A Active JP7192023B2 (en) 2016-02-26 2021-04-02 Information processing device, information processing device control method and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2021063470A Active JP7192023B2 (en) 2016-02-26 2021-04-02 Information processing device, information processing device control method and program

Country Status (1)

Country Link
JP (2) JP2017151915A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019153202A (en) * 2018-03-06 2019-09-12 富士ゼロックス株式会社 Information processing apparatus, information processing system, and information processing program
US11662957B2 (en) 2019-06-21 2023-05-30 Fujifilm Business Innovation Corp. Image forming device and non-transitory computer readable medium for registering storage box

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007128493A (en) * 2005-10-03 2007-05-24 Ricoh Co Ltd Image forming device
JP2009199321A (en) * 2008-02-21 2009-09-03 Nec Corp Relevancy inspection apparatus, relevancy inspection method, and relevancy inspection program
JP2014093640A (en) * 2012-11-02 2014-05-19 Canon Inc Image forming device, system, control method, and program
JP2014222450A (en) * 2013-05-14 2014-11-27 キヤノンマーケティングジャパン株式会社 Information processor, processing method thereof and program
JP2015046075A (en) * 2013-08-29 2015-03-12 キヤノン株式会社 Information processor, control method therefor, and computer program
US20150286452A1 (en) * 2014-04-02 2015-10-08 Samsung Electronics Co., Ltd. Image forming apparatus and method of cloning using mobile device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009116402A (en) * 2007-11-01 2009-05-28 Canon Inc Print controller, print control method and print control program
JP6157143B2 (en) * 2012-11-14 2017-07-05 キヤノン株式会社 Information processing apparatus, control method, and program
JP2014213459A (en) * 2013-04-22 2014-11-17 キヤノン株式会社 Image processing device, information processing device, information processing method and program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007128493A (en) * 2005-10-03 2007-05-24 Ricoh Co Ltd Image forming device
JP2009199321A (en) * 2008-02-21 2009-09-03 Nec Corp Relevancy inspection apparatus, relevancy inspection method, and relevancy inspection program
JP2014093640A (en) * 2012-11-02 2014-05-19 Canon Inc Image forming device, system, control method, and program
JP2014222450A (en) * 2013-05-14 2014-11-27 キヤノンマーケティングジャパン株式会社 Information processor, processing method thereof and program
JP2015046075A (en) * 2013-08-29 2015-03-12 キヤノン株式会社 Information processor, control method therefor, and computer program
US20150286452A1 (en) * 2014-04-02 2015-10-08 Samsung Electronics Co., Ltd. Image forming apparatus and method of cloning using mobile device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
西上原裕明, [逆引き]WORDパワーテクニック601+66TIPS, vol. 初版, JPN6019049451, 15 February 2015 (2015-02-15), JP, pages 742, ISSN: 0004176251 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019153202A (en) * 2018-03-06 2019-09-12 富士ゼロックス株式会社 Information processing apparatus, information processing system, and information processing program
JP7135345B2 (en) 2018-03-06 2022-09-13 富士フイルムビジネスイノベーション株式会社 Information processing device, information processing system and information processing program
US11662957B2 (en) 2019-06-21 2023-05-30 Fujifilm Business Innovation Corp. Image forming device and non-transitory computer readable medium for registering storage box

Also Published As

Publication number Publication date
JP2021114309A (en) 2021-08-05
JP7192023B2 (en) 2022-12-19

Similar Documents

Publication Publication Date Title
JP4780156B2 (en) Information processing apparatus, information processing method, information processing program, and computer-readable recording medium recording the information processing program
JP5377044B2 (en) Printing system, data processing method and program
JP5460215B2 (en) Information processing apparatus and method
JP6157143B2 (en) Information processing apparatus, control method, and program
JP5462610B2 (en) Information processing system, information processing apparatus, control method therefor, and program
US20070086038A1 (en) Information processing apparatus, information processing method, program, and storage medium
JP2011076226A (en) Information processing apparatus and method of the same
JP7192023B2 (en) Information processing device, information processing device control method and program
KR20110010574A (en) Information processing apparatus, information processing method and storage medium
JP5634132B2 (en) Information processing system, information processing apparatus, control method thereof, and program
US9703758B2 (en) Information processing apparatus for converting an original document having a format into a file having a different format and information processing method
JP2000276313A (en) Printer and network printing system
JP6039216B2 (en) Information processing apparatus, program, and control method
JP2013003678A (en) Information processing apparatus, information processing method, and program
JP2020192730A (en) Image forming device, image forming device control method and program
JP2009110050A (en) Information processor, information processing system, display control method, display control program, and recording medium
US9270853B2 (en) Exporting and importing for display on an image forming apparatus environment setting information of an application
JP5843514B2 (en) Information processing apparatus, control method, and program
JP2014102560A (en) Information processing apparatus, control method, and program
JP2004288055A (en) Service processing system, service processing method and service processing program
JP2017016653A (en) Information processing device, information processing system, program, and control method
JP2018005794A (en) Information processing device, control method, and program
JP2021060751A (en) Information processing device and control method thereof, and program
JP2021039613A (en) Application and information processing device
JP2015079283A (en) Device driver, information processing device, and output setting conversion method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190130

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20191111

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191217

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200609

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200730

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20210105