JP6015392B2 - Server apparatus, document management system, and program - Google Patents

Server apparatus, document management system, and program Download PDF

Info

Publication number
JP6015392B2
JP6015392B2 JP2012262710A JP2012262710A JP6015392B2 JP 6015392 B2 JP6015392 B2 JP 6015392B2 JP 2012262710 A JP2012262710 A JP 2012262710A JP 2012262710 A JP2012262710 A JP 2012262710A JP 6015392 B2 JP6015392 B2 JP 6015392B2
Authority
JP
Japan
Prior art keywords
editing
document
unit
agent program
edited
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.)
Active
Application number
JP2012262710A
Other languages
Japanese (ja)
Other versions
JP2014109815A (en
Inventor
知美 堂園
知美 堂園
達郎 宮竹
達郎 宮竹
有加 岸本
有加 岸本
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2012262710A priority Critical patent/JP6015392B2/en
Publication of JP2014109815A publication Critical patent/JP2014109815A/en
Application granted granted Critical
Publication of JP6015392B2 publication Critical patent/JP6015392B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Document Processing Apparatus (AREA)

Description

本発明は、サーバ装置、文書管理システム、及びプログラムに関する。   The present invention relates to a server device, a document management system, and a program.

サーバ装置が、文書を記憶し、クライアント装置から当該文書の編集を受け付ける文書管理システムが知られている。当該文書管理システムでは、複数のクライアント装置が、同じ文書を、同じ時間帯に編集することがある。   There is known a document management system in which a server device stores a document and receives editing of the document from a client device. In the document management system, a plurality of client devices may edit the same document at the same time zone.

文書の編集内容の競合を防ぐための技術を開示した文献には、例えば、特許文献1がある。特許文献1のスケジュール管理システムでは、予約登録をする前に、ロック文書を作成する。当該スケジュール管理システムは、当該ロック文書の存在の有無により、予約登録の排他制御を行っている。   For example, Patent Document 1 discloses a document that discloses a technique for preventing conflicts in editing contents of a document. In the schedule management system of Patent Document 1, a locked document is created before reservation registration. The schedule management system performs exclusive control of reservation registration based on the presence or absence of the locked document.

文書管理システムでは、一般に、文書の保存時に編集内容の競合が発生した場合、サーバ装置が、編集内容が競合していることと、編集内容が競合している状態でこのまま保存するか否かを確認するメッセージ(以下「競合確認メッセージ」という。)をクライアント装置に表示する。   Generally, in a document management system, when there is a conflict in editing contents when a document is saved, the server device determines whether the editing contents conflict and whether or not to save the editing contents as they are. A message to be confirmed (hereinafter referred to as “conflict confirmation message”) is displayed on the client device.

このとき、クライアント装置が、編集内容が競合している状態で文書を保存すると、先に文書を編集していた他のクライアント装置の編集内容が上書きされる。これを防ぐには、編集内容が競合している状態で文書を保存せずに、一旦編集をキャンセルする必要がある。すなわち、クライアント装置は、編集内容を保存せずに文書を閉じ、再度、文書を開き直して文書を保存する必要がある。   At this time, if the client device saves the document in a state where the editing content is in conflict, the editing content of another client device that has previously edited the document is overwritten. In order to prevent this, it is necessary to cancel the editing once without saving the document in a state where the editing contents are in conflict. That is, the client device needs to close the document without saving the edited contents, reopen the document, and save the document.

しかしながら、定期的なスケジュールに従って起動されるエージェントプログラム等が、文書を編集する場合は、上述の競合確認メッセージを使用することができない。そのため、エージェントプログラムが編集内容の競合を察知した場合には、予め定められた所定の排他制御処理を実行している。一般に、当該所定の排他制御処理には、次の(1)〜(3)がある。(1)常に競合している状態のまま文書を保存する。(2)常に文書の保存をキャンセルする。(3)所定の回数だけ文書の保存をリトライ(文書を開き直して保存)する。   However, the above-described conflict confirmation message cannot be used when an agent program or the like started according to a regular schedule edits a document. For this reason, when the agent program detects a conflict of editing contents, a predetermined exclusive control process is executed. Generally, the predetermined exclusive control process includes the following (1) to (3). (1) The document is saved in a constantly conflicting state. (2) Always save the document. (3) Retry saving the document a predetermined number of times (opening and saving the document again).

しかしながら、従来の排他制御処理は、当該排他制御処理を行った後に何らかの後処理を実行する必要があった。例えば、上述の(1)の場合は、エージェントプログラムにより上書きされてしまった文書に、上書きされた編集内容をマージする後処理を実行する必要がある。また、上述の(2)の場合、及び上述の(3)でリトライが全て失敗した場合は、キャンセルされたエージェントプログラムの処理を、再度実行する後処理を実行する必要がある。   However, in the conventional exclusive control process, it is necessary to execute some post-processing after the exclusive control process is performed. For example, in the case of (1) described above, it is necessary to execute a post-process for merging the overwritten editing content with the document overwritten by the agent program. Further, in the case of the above (2) and in the case of all the retries failing in the above (3), it is necessary to execute a post-process for executing again the processing of the canceled agent program.

しかしながら、上述のような後処理が必要となる排他制御処理は、文書の整合性をリアルタイムに保つことが難しい。例えば、エージェントプログラムにより処理がキャンセルされてから、上述の後処理を実行する間にタイムラグが発生すると、リアルタイムに整合性が保たれた状態で文書を管理することができない。   However, it is difficult for the exclusive control processing that requires post-processing as described above to maintain document consistency in real time. For example, if a time lag occurs during the execution of the above-described post-processing after the processing is canceled by the agent program, the document cannot be managed in a state where consistency is maintained in real time.

本発明は、上記に鑑みてなされたものであって、文書の整合性をより適切に保つことができるサーバ装置、文書管理システム、及びプログラムを提供することにある。   SUMMARY An advantage of some aspects of the invention is that it provides a server device, a document management system, and a program that can maintain document consistency more appropriately.

上述した課題を解決し、目的を達成するために、本発明のサーバ装置は、文書を記憶する記憶部と、前記文書の編集を受け付ける編集受付部と、前記文書の編集内容を含むメッセージを受信する受信部と、受信された前記メッセージに含まれる前記編集内容により前記文書を編集するエージェントプログラムを起動するエージェント起動部とを備えるサーバ装置であって、前記エージェントプログラムは、前記サーバ装置を、前記メッセージに含まれる前記編集内容が、前記編集受付部により受け付けた前記編集の内容と競合しているか否かを判定する判定部と、競合していないと判定された場合に、前記編集された文書を保存する編集保存部と、競合していると判定された場合に、前記エージェントプログラムの起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを、前記受信部に送信する送信部として機能させる。   In order to solve the above-described problems and achieve the object, the server device of the present invention receives a message including a storage unit that stores a document, an editing reception unit that receives the editing of the document, and an editing content of the document A server device, and an agent activation unit that activates an agent program that edits the document according to the edited content included in the received message, the agent program including the server device, The edited document when it is determined that the edited content included in the message conflicts with the edited content received by the edit receiving unit and the determination unit. The message that triggered the start of the agent program when it is determined that there is a conflict. The message containing the same edits and edits contained, to function as a transmission unit for transmitting to the receiving unit.

また、本発明の文書管理システムは、サーバ装置と、前記サーバ装置とネットワークを介して接続されたクライアント装置とを備える文書管理システムであって、前記サーバ装置は、文書を記憶する記憶部と、前記文書の編集を受け付ける編集受付部と、前記文書の編集内容を含むメッセージを受信する受信部と、受信された前記メッセージに含まれる前記編集内容により前記文書を編集するエージェントプログラムを起動するエージェント起動部とを備え、前記エージェントプログラムは、前記サーバ装置を、前記メッセージに含まれる前記編集内容が、前記編集受付部により受け付けた前記編集の内容と競合しているか否かを判定する判定部と、競合していないと判定された場合に、前記編集された文書を保存する編集保存部と、競合していると判定された場合に、前記エージェントプログラムの起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを、前記受信部に送信する送信部として機能させ、前記クライアント装置は、前記文書の編集内容を含むメールの送信、又は前記編集受付部を利用して、前記文書を編集する。   The document management system of the present invention is a document management system comprising a server device and a client device connected to the server device via a network, the server device having a storage unit for storing a document, An edit accepting unit that accepts editing of the document, a receiving unit that receives a message including the editing content of the document, and an agent activation that activates an agent program that edits the document according to the editing content included in the received message A determination unit that determines whether the editing content included in the message conflicts with the editing content received by the editing reception unit; When it is determined that there is no conflict, there is a conflict with the edit storage unit that stores the edited document. If it is determined that the message is included in the message that triggered the start of the agent program, the message including the same editing content as the transmission content, function as a transmission unit that transmits to the reception unit, the client device, The document is edited by sending an email including the edited contents of the document or by using the editing reception unit.

また、本発明のプログラムは、コンピュータを、文書を記憶する記憶部と、前記文書の編集を受け付ける編集受付部と、前記文書の編集内容を含むメッセージを受信する受信部と、前記メッセージを受信すると、前記メッセージに含まれる前記編集内容により前記文書を編集するエージェントプログラムを起動するエージェント起動部として機能させ、前記エージェントプログラムは、前記コンピュータを、前記編集内容により編集された前記文書を保存する時に、前記編集受付部の前記編集の内容と競合しているか否かを判定する判定部と、前記編集内容が競合していない時に、前記編集された文書を保存する編集保存部と、前記編集内容が競合している時に、前記エージェントプログラムの起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを、前記受信部に送信する送信部として機能させる。   The program of the present invention receives a computer, a storage unit that stores a document, an editing reception unit that receives editing of the document, a receiving unit that receives a message including the editing content of the document, and the message , Functioning as an agent activation unit that activates an agent program that edits the document according to the editing content included in the message, and the agent program stores the document edited according to the editing content when the computer stores the document edited according to the editing content. A determination unit that determines whether or not the content of the editing of the editing reception unit conflicts; an editing storage unit that stores the edited document when the editing content does not conflict; and When there is a conflict, the edits included in the message that triggered the start of the agent program The message containing the same edits and to function as a transmission unit for transmitting to the receiving unit.

本発明によれば、文書の整合性をより適切に保つことができるという効果を奏する。   According to the present invention, there is an effect that the consistency of a document can be maintained more appropriately.

図1は、第1の実施の形態の文書管理システムの構成の一例を示す図である。FIG. 1 is a diagram illustrating an example of a configuration of a document management system according to the first embodiment. 図2は、第1の実施の形態の文書管理システムのエージェントプログラムの構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of the configuration of an agent program of the document management system according to the first embodiment. 図3は、第1の実施の形態の文書管理システムにおいて、文書の編集内容が競合する場合の一例を説明するための図である。FIG. 3 is a diagram for explaining an example in which document editing contents conflict in the document management system according to the first embodiment. 図4は、第1の実施の形態の文書管理システムにおいて、文書の編集内容が競合した場合のエージェントプログラムの動作を説明するための図である。FIG. 4 is a diagram for explaining the operation of the agent program when there is a conflict in the editing contents of the document in the document management system according to the first embodiment. 図5は、第1の実施の形態の文書管理システムにおいて、編集受付部を介して文書を編集する場合を説明するためのフローチャートである。FIG. 5 is a flowchart for explaining a case where a document is edited via the edit reception unit in the document management system according to the first embodiment. 図6は、第1の実施の形態の文書管理システムにおいて、代理編集受付部を介して文書を編集する場合を説明するためのフローチャートである。FIG. 6 is a flowchart for explaining a case in which a document is edited via the proxy edit accepting unit in the document management system according to the first embodiment. 図7は、第2の実施の形態の文書管理システムのエージェントプログラムの構成の一例を示す図である。FIG. 7 is a diagram illustrating an example of the configuration of an agent program of the document management system according to the second embodiment. 図8は、第2の実施の形態の文書管理システムのエージェントプログラムの動作を説明するためのフローチャートである。FIG. 8 is a flowchart for explaining the operation of the agent program of the document management system according to the second embodiment. 図9は、第1、及び第2の実施の形態の文書管理システムのクライアント装置、及びサーバ装置のハードウェア構成の一例を説明するための図である。FIG. 9 is a diagram for explaining an example of the hardware configuration of the client device and the server device of the document management system according to the first and second embodiments.

以下に添付図面を参照して、サーバ装置、文書管理システム、及びプログラムの実施の形態を詳細に説明する。   Hereinafter, embodiments of a server device, a document management system, and a program will be described in detail with reference to the accompanying drawings.

(第1の実施の形態)
図1は、第1の実施の形態の文書管理システム10の構成の一例を示す図である。本実施の形態の文書管理システム10は、サーバ装置1、及びクライアント装置2a、2b〜2nを備える。なお、クライアント装置2a、2b〜2nは、任意の台数でよい。以下、クライアント装置2a、2b〜2nを区別しない場合には、単にクライアント装置2という。
(First embodiment)
FIG. 1 is a diagram illustrating an example of a configuration of a document management system 10 according to the first embodiment. A document management system 10 according to the present embodiment includes a server device 1 and client devices 2a, 2b to 2n. The client devices 2a, 2b to 2n may be an arbitrary number. Hereinafter, when the client devices 2a, 2b to 2n are not distinguished, they are simply referred to as the client device 2.

サーバ装置1、及びクライアント装置2は、ネットワーク3を介して接続されている。なお、サーバ装置1、及びクライアント装置2の通信方式は、有線方式であっても無線方式であってもよい。   The server device 1 and the client device 2 are connected via a network 3. Note that the communication method of the server device 1 and the client device 2 may be a wired method or a wireless method.

サーバ装置1は、編集受付部11、代理編集受付部12、及び記憶部15を備える。代理編集受付部12は、受信部13、及びエージェント起動部14を備える。記憶部15は、文書管理DB(Database)16を記憶する。   The server device 1 includes an edit reception unit 11, a proxy edit reception unit 12, and a storage unit 15. The proxy edit reception unit 12 includes a reception unit 13 and an agent activation unit 14. The storage unit 15 stores a document management DB (Database) 16.

文書管理DB16は、文書を記憶する。文書管理DB16が記憶する文書は、任意の文書でよい。例えば、文書は、システムのエラーや不具合等の事象、当該事象の内容についての解析結果、及び当該事象の対処方法等を管理する障害票である。   The document management DB 16 stores documents. The document stored in the document management DB 16 may be an arbitrary document. For example, the document is a failure slip that manages events such as system errors and malfunctions, analysis results of the contents of the events, and how to deal with the events.

編集受付部11は、クライアント装置2から、文書管理DB16に記憶されている文書の編集を受け付ける。なお、クライアント装置2は、サーバ装置1上で当該文書を編集してもよい。また、クライアント装置2は、当該文書をクライアント装置2にダウンロードして編集し、編集された当該文書をサーバ装置1にアップロードしてもよい。   The edit accepting unit 11 accepts editing of a document stored in the document management DB 16 from the client device 2. Note that the client device 2 may edit the document on the server device 1. The client device 2 may download the document to the client device 2 and edit the document, and upload the edited document to the server device 1.

受信部13は、クライアント装置2から、文書の編集内容を含むメッセージを受信する。当該メッセージは、任意の方法で受信してよい。例えば、当該メッセージは、メールでもよい。また、当該メッセージは、HTTP(HyperText Transfer Protocol)等を利用して、HTML(HyperText Markup Language)形式や、XML(Extensible Markup Language)形式等で受信するメッセージでもよい。   The receiving unit 13 receives a message including the edited content of the document from the client device 2. The message may be received by any method. For example, the message may be an email. The message may be a message received in an HTML (HyperText Markup Language) format, an XML (Extensible Markup Language) format, or the like using HTTP (HyperText Transfer Protocol) or the like.

エージェント起動部14は、受信部13が受信したメッセージに含まれる編集内容により文書を編集するエージェントプログラム4を起動する。図2は、第1の実施の形態の文書管理システム10のエージェントプログラム4の構成の一例を示す図である。エージェントプログラム4は、判定部41、編集保存部42、及び送信部43を備える。   The agent activation unit 14 activates the agent program 4 that edits a document according to the editing content included in the message received by the reception unit 13. FIG. 2 is a diagram illustrating an example of the configuration of the agent program 4 of the document management system 10 according to the first embodiment. The agent program 4 includes a determination unit 41, an edit storage unit 42, and a transmission unit 43.

判定部41は、メッセージに含まれる編集内容により編集された文書を保存する時に、編集受付部11の編集の内容と競合しているか否かを判定する。判定部41は、編集された文書を保存する時に、文書のタイムスタンプに基づいて、編集受付部11の編集の内容と競合しているか否かを判定してもよい。また、判定部41は、編集された文書を保存する時に、文書のデータサイズに基づいて、編集受付部11の編集の内容と競合しているか否かを判定してもよい。   The determination unit 41 determines whether or not there is a conflict with the editing content of the editing reception unit 11 when the document edited with the editing content included in the message is stored. When storing the edited document, the determination unit 41 may determine whether or not it is in conflict with the editing content of the editing reception unit 11 based on the time stamp of the document. In addition, when the edited document is stored, the determination unit 41 may determine whether or not there is a conflict with the editing content of the editing reception unit 11 based on the data size of the document.

編集保存部42は、編集された文書の編集内容が、編集受付部11による編集内容と競合していない時に、編集された文書を保存する。送信部43は、編集された文書の編集内容が、編集受付部11による編集内容と競合している時に、エージェントプログラム4の起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを、受信部に送信する。これにより、エージェントプログラム4は、新たなエージェントプログラム4の起動契機を作り、自身の処理は終了する。すなわち、エージェントプログラム4が再起動することにより、エージェントプログラム4による編集内容の保存するタイミングを遅らせることができる。   The edit storage unit 42 stores the edited document when the edited content of the edited document does not conflict with the edited content by the edit receiving unit 11. The transmission unit 43 includes the same editing content as the editing content included in the message that triggered the activation of the agent program 4 when the editing content of the edited document conflicts with the editing content by the editing reception unit 11. Send the message to the receiver. As a result, the agent program 4 creates a trigger for starting a new agent program 4 and terminates its own processing. That is, when the agent program 4 is restarted, it is possible to delay the timing of saving the edited content by the agent program 4.

なお、エージェントプログラム4の起動中に、受信部13は、他の編集内容を含む他のメッセージも受け付けている。エージェント起動部14は、エージェントプログラム4を起動するタスクを管理することにより、エージェントプログラム4の起動を制御してもよい。このタスクの管理は、FIFO(First In First Out)により行ってもよい。また、エージェント起動部14は、起動しているエージェントプログラム4の終了を確認してから、次のエージェントプログラム4を起動するように制御してもよい。また、エージェント起動部14は、複数のメッセージに含まれる編集内容を、1つのエージェントプログラム4の処理にまとめてもよい。   While the agent program 4 is running, the receiving unit 13 accepts other messages including other editing contents. The agent activation unit 14 may control the activation of the agent program 4 by managing a task that activates the agent program 4. Management of this task may be performed by FIFO (First In First Out). Further, the agent activation unit 14 may perform control so as to activate the next agent program 4 after confirming the end of the activated agent program 4. Further, the agent activation unit 14 may combine the editing contents included in the plurality of messages into the processing of one agent program 4.

ここで、エージェントプログラム4の再起動について、メッセージがメールである場合を例にして説明する。まず、判定部41が、編集受付部11と編集内容が競合していることを判定する。   Here, the restart of the agent program 4 will be described by taking as an example a case where the message is a mail. First, the determination unit 41 determines that the editing accepting unit 11 and the editing content are in conflict.

送信部43は、エージェントプログラム4の起動契機となったメール(以下、「第1メール」という。)の本文に含まれる編集内容と同一の編集内容を、新しく作成するメール(以下、「第2メール」という。)の本文に設定する。また、エージェントプログラム4の送信部43は、サーバ装置1のアドレスを第2メールの送信先アドレスに設定する。送信部43は、第2メールを送信する。   The transmission unit 43 newly creates an edited content (hereinafter referred to as “second mail”) that is the same as the edited content included in the text of the mail that triggers the activation of the agent program 4 (hereinafter referred to as “first mail”). Set to the text of "e-mail"). Further, the transmission unit 43 of the agent program 4 sets the address of the server device 1 as the transmission destination address of the second mail. The transmission unit 43 transmits the second mail.

なお、送信部43は、第2メールを新規に作成せずに、第1メールを流用して送信してもよい。また、受信部13が、負荷分散等の理由により別の装置にある等の場合には、当該別の装置のアドレスを第2メールの送信アドレスに設定してもよい。   In addition, the transmission part 43 may divert and transmit the 1st mail, without creating a 2nd mail newly. When the receiving unit 13 is in another device for reasons such as load distribution, the address of the other device may be set as the transmission address of the second mail.

受信部13が第2メールを受信すると、エージェント起動部14は、第2メールの本文に含まれる編集内容により文書を編集するエージェントプログラム4を起動する。   When the reception unit 13 receives the second mail, the agent activation unit 14 activates the agent program 4 that edits the document according to the editing content included in the text of the second mail.

図3は、第1の実施の形態の文書管理システム10において、文書の編集内容が競合する場合の一例を説明するための図である。まず、代理編集受付部12の受信部13が、クライアント装置2aから、文書管理DB16に管理されている文書の編集内容を含むメッセージを受信する(ステップS1)。受信部13が、エージェント起動部14に当該メッセージを受信したことを通知する(ステップS2)。エージェント起動部14は、エージェントプログラム4を起動する(ステップS3)。   FIG. 3 is a diagram for explaining an example in which document editing contents conflict in the document management system 10 according to the first embodiment. First, the receiving unit 13 of the proxy editing accepting unit 12 receives a message including the editing content of the document managed in the document management DB 16 from the client device 2a (step S1). The receiving unit 13 notifies the agent activation unit 14 that the message has been received (step S2). The agent activation unit 14 activates the agent program 4 (step S3).

一方、編集受付部11が、クライアント装置2bから、文書管理DB16に管理されている文書(ステップS1に含まれる編集内容を反映する文書と同じ文書)の編集を受け付ける(ステップS4)。編集受付部11は、クライアント装置2bのユーザの操作に応じて、編集された文書を保存する(ステップS5)。   On the other hand, the edit accepting unit 11 accepts editing of the document (same document as the document reflecting the editing content included in step S1) managed in the document management DB 16 from the client device 2b (step S4). The edit accepting unit 11 stores the edited document in accordance with the operation of the user of the client device 2b (Step S5).

ここで、エージェントプログラム4の判定部41は、編集内容を保存する前に、ステップS1のメッセージに含まれる編集内容が、編集受付部11の編集内容と競合していることを判定する(ステップS6)。エージェントプログラム4の送信部43は、エージェントプログラム4の起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを受信部13に送信する(ステップS7)。   Here, the determination unit 41 of the agent program 4 determines that the edited content included in the message of step S1 conflicts with the edited content of the edit receiving unit 11 before saving the edited content (step S6). ). The transmission unit 43 of the agent program 4 transmits to the reception unit 13 a message that includes the same editing content as the editing content included in the message that triggered the activation of the agent program 4 (step S7).

これにより、受信部13が、再度、エージェント起動部14にメッセージの受信を通知するため、エージェント起動部14が、エージェントプログラム4を起動(再起動)する。なお、再起動されたエージェントプログラム4が、編集内容を保存する時に、判定部41が編集受付部11の編集内容と競合していることを判定した場合は、再度、エージェントプログラム4を再起動する。   As a result, the reception unit 13 notifies the agent activation unit 14 of the reception of the message again, so that the agent activation unit 14 activates (reactivates) the agent program 4. When the restarted agent program 4 saves the edited content, if the determination unit 41 determines that there is a conflict with the edited content of the edit receiving unit 11, the agent program 4 is restarted again. .

図4は、第1の実施の形態の文書管理システム10において、文書の編集内容が競合した場合のエージェントプログラム4の動作を説明するための図である。クライアント装置2のユーザAが、サーバ装置1の編集受付部11を介して、記憶部15に記憶されている文書管理DB16の文書の編集を開始する(ステップS11)。エージェントプログラム4が、ステップS11によって編集されている文書の編集を開始する(ステップS12)。クライアント装置2のユーザAが、編集内容を反映した文書を保存する(ステップS13)。   FIG. 4 is a diagram for explaining the operation of the agent program 4 when document editing content conflicts in the document management system 10 according to the first embodiment. The user A of the client device 2 starts editing the document in the document management DB 16 stored in the storage unit 15 via the editing reception unit 11 of the server device 1 (step S11). The agent program 4 starts editing the document edited in step S11 (step S12). The user A of the client device 2 saves the document reflecting the edited content (step S13).

エージェントプログラム4の判定部41が、編集内容を反映した文書を保存する前に、自身の編集内容と、編集受付部11の編集内容が競合するか否かを判定する(ステップS14)。エージェントプログラム4の判定部41は、文書がユーザAにより更新されているため、編集内容が競合していると判定する。そのため、編集保存部42が、編集内容を反映した文書の保存をキャンセルする(ステップS15)。   The determination unit 41 of the agent program 4 determines whether or not the edited content of the agent program 4 conflicts with the edited content of the edit receiving unit 11 before saving the document reflecting the edited content (step S14). The determination unit 41 of the agent program 4 determines that the editing content is in conflict because the document is updated by the user A. Therefore, the edit storage unit 42 cancels the storage of the document reflecting the edited content (step S15).

判定部41は、エージェントプログラム4の起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを受信部13に送信する。これにより、受信部13が、再度、エージェント起動部14にメッセージの受信を通知するため、エージェント起動部14が、エージェントプログラム4を再起動する(ステップS16)。   The determination unit 41 transmits to the reception unit 13 a message that includes the same editing content as the editing content included in the message that triggered the activation of the agent program 4. As a result, the reception unit 13 notifies the agent activation unit 14 of the reception of the message again, so that the agent activation unit 14 restarts the agent program 4 (step S16).

再起動されたエージェントプログラム4が、編集内容を反映する文書を開き、編集を開始する(ステップS17)。再起動されたエージェントプログラム4の判定部41が、編集内容を反映した文書を保存する前に、自身の編集内容と、編集受付部11の編集内容が競合するか否かを判定する(ステップS18)。再起動されたエージェントプログラム4の判定部41は、編集内容を保存するタイミングを遅らせたため、編集内容が競合していないと判定する。編集保存部42が、編集内容を反映した文書を保存する(ステップS19)。   The restarted agent program 4 opens a document reflecting the edited content and starts editing (step S17). The determination unit 41 of the restarted agent program 4 determines whether or not the edited content of the agent program 4 conflicts with the edited content of the edit receiving unit 11 before saving the document reflecting the edited content (step S18). ). The determination unit 41 of the restarted agent program 4 determines that the edited content is not in conflict because the timing for saving the edited content is delayed. The edit storage unit 42 stores the document reflecting the edited content (step S19).

なお、図4の例では、クライアント装置2とエージェントプログラム4との編集内容が競合した場合について述べた。しかしながら、2つのエージェントプログラム4との間で、編集内容が競合した場合についても、上述のエージェントプログラム4の動作は同様である。また、3つ以上の編集主体(クライアント装置2、又はエージェントプログラム4)の間で、編集内容が競合した場合についても、上述のエージェントプログラム4の動作は同様である。   In the example of FIG. 4, the case where the editing contents of the client device 2 and the agent program 4 compete is described. However, the operation of the above-described agent program 4 is the same even when the content of editing conflicts between the two agent programs 4. Further, the operation of the agent program 4 described above is the same when the editing contents conflict among three or more editing subjects (client device 2 or agent program 4).

図5は、第1の実施の形態の文書管理システム10において、編集受付部11を介して文書を編集する場合を説明するためのフローチャートである。クライアント装置2は、編集受付部11を介して、記憶部15の文書管理DB16にアクセスする(ステップS21)。クライアント装置2は、文書管理DB16の文書を開く(ステップS22)。クライアント装置2は、当該文書を編集する(ステップS23)。クライアント装置2は、当該文書を保存する(ステップS24)。クライアント装置2は、当該文書を閉じる(ステップS25)。   FIG. 5 is a flowchart for explaining a case where a document is edited via the edit receiving unit 11 in the document management system 10 according to the first embodiment. The client device 2 accesses the document management DB 16 of the storage unit 15 via the edit reception unit 11 (step S21). The client device 2 opens the document in the document management DB 16 (step S22). The client device 2 edits the document (step S23). The client device 2 stores the document (step S24). The client device 2 closes the document (step S25).

図6は、第1の実施の形態の文書管理システム10において、代理編集受付部12を介して文書を編集する場合を説明するためのフローチャートである。クライアント装置2は、代理編集受付部12の受信部13に、編集内容を含むメッセージを送信する(ステップS31)。   FIG. 6 is a flowchart for explaining a case where a document is edited via the proxy editing accepting unit 12 in the document management system 10 according to the first embodiment. The client device 2 transmits a message including the edited content to the receiving unit 13 of the proxy editing accepting unit 12 (step S31).

代理編集受付部12は、当該メッセージの受信を契機にして、エージェントプログラム4を起動する(ステップS32)。エージェントプログラム4は、記憶部15の文書管理DB16にアクセスする(ステップS33)。エージェントプログラム4は、文書管理DB16の文書を開く(ステップS34)。エージェントプログラム4は、当該文書を編集する(ステップS35)。   The proxy edit accepting unit 12 starts the agent program 4 upon receipt of the message (step S32). The agent program 4 accesses the document management DB 16 in the storage unit 15 (step S33). The agent program 4 opens the document in the document management DB 16 (step S34). The agent program 4 edits the document (step S35).

エージェントプログラム4の判定部41は、編集保存部42が編集内容を保存する前に、編集内容が、編集受付部11による編集内容と競合しているか否かを判定する(ステップS36)。編集内容が競合している場合(ステップS36、Yes)は、エージェントプログラム4の送信部43が、エージェントプログラム4の起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを受信部13に送信する(ステップS37)。編集内容が競合していない場合(ステップS36、No)は、エージェントプログラム4の編集保存部42が、編集内容が反映された文書を保存する(ステップS38)。エージェントプログラム4の編集保存部42が、編集内容が反映された文書を閉じる(ステップS39)。   The determination unit 41 of the agent program 4 determines whether the edited content is in conflict with the edited content by the edit receiving unit 11 before the edited storage unit 42 stores the edited content (step S36). If the editing contents are in conflict (step S36, Yes), the transmission unit 43 of the agent program 4 receives a message including the same editing contents as the editing contents included in the message that triggered the activation of the agent program 4. It transmits to the part 13 (step S37). If there is no conflict in the editing contents (No in step S36), the editing storage unit 42 of the agent program 4 stores the document reflecting the editing contents (step S38). The edit storage unit 42 of the agent program 4 closes the document reflecting the edited content (step S39).

本実施の形態の文書管理システム10によれば、エージェントプログラム4が、文書を保存する時に編集内容が競合しても、エージェントプログラム4の編集内容をリアルタイムに保存することができる。   According to the document management system 10 of the present embodiment, even if the content of editing conflicts when the agent program 4 stores a document, the editing content of the agent program 4 can be stored in real time.

(第2の実施の形態)
次に、第2の実施の形態の文書管理システム10について説明する。第1の実施の形態の文書管理システム10では、エージェントプログラム4を1つ起動していた。しかしながら、文書管理システム10は、複数のエージェントプログラム4を起動してもよい。第2の実施の形態の文書管理システム10として、当該エージェントプログラム4が、複数起動される場合について説明する。
(Second Embodiment)
Next, the document management system 10 according to the second embodiment will be described. In the document management system 10 according to the first embodiment, one agent program 4 is activated. However, the document management system 10 may activate a plurality of agent programs 4. A case where a plurality of the agent programs 4 are activated as the document management system 10 according to the second embodiment will be described.

第2の実施の形態の文書管理システム10の構成は、第1の実施の形態の文書管理システム10と同じであるため、説明を省略する。第2の実施の形態の文書管理システム10のエージェントプログラム4について説明する。   Since the configuration of the document management system 10 of the second embodiment is the same as that of the document management system 10 of the first embodiment, the description thereof is omitted. The agent program 4 of the document management system 10 according to the second embodiment will be described.

図7は、第2の実施の形態の文書管理システム10のエージェントプログラム4の構成の一例を示す図である。本実施の形態のエージェントプログラム4は、起動判定部46、編集エージェント起動部47、管理者通知エージェント起動部48、及びユーザ通知エージェント起動部49を備える。なお、エージェントプログラム4は、上述の機能ブロックのみに限られず、その他の機能ブロックを備えていてもよい。   FIG. 7 is a diagram illustrating an example of the configuration of the agent program 4 of the document management system 10 according to the second embodiment. The agent program 4 of the present embodiment includes an activation determination unit 46, an editing agent activation unit 47, an administrator notification agent activation unit 48, and a user notification agent activation unit 49. Note that the agent program 4 is not limited to the above-described functional blocks, and may include other functional blocks.

起動判定部46は、所定の処理を行うために新しく起動するエージェントプログラム4を起動するか否かを判定する。起動判定部46は、当該判定の結果に応じて、新しく起動するエージェントプログラム4を決定する。なお、新しく起動するエージェントプログラム4の数は、1つに限られず、複数でもよい。   The activation determination unit 46 determines whether to activate a newly activated agent program 4 in order to perform a predetermined process. The activation determination unit 46 determines a newly activated agent program 4 according to the determination result. Note that the number of newly activated agent programs 4 is not limited to one and may be plural.

編集エージェント起動部47は、文書管理DB16の文書を編集するためのエージェントプログラム4(以下、「編集エージェントプログラム」という。)を起動する。例えば、当該編集エージェントプログラムは、第1の実施の形態の文書管理システム10のエージェントプログラム4である。   The editing agent activation unit 47 activates an agent program 4 (hereinafter referred to as “editing agent program”) for editing a document in the document management DB 16. For example, the editing agent program is the agent program 4 of the document management system 10 according to the first embodiment.

管理者通知エージェント起動部48は、文書管理DB16の管理者に、所定の通知を行うエージェントプログラム4(以下、「管理者通知エージェントプログラム」という。)を起動する。例えば、当該管理者通知エージェントプログラムは、編集された文書が文書管理DB16に保存された場合に、文書管理DB16の管理者の端末等に、編集された文書を示す情報を含むメッセージを送信する。   The administrator notification agent activation unit 48 activates an agent program 4 (hereinafter referred to as “administrator notification agent program”) that performs a predetermined notification to the administrator of the document management DB 16. For example, when the edited document is stored in the document management DB 16, the manager notification agent program transmits a message including information indicating the edited document to the administrator terminal of the document management DB 16.

ユーザ通知エージェント起動部49は、クライアント装置2に、所定の通知を行うエージェントプログラム4(以下、「ユーザ通知エージェントプログラム」という。)を起動する。例えば、当該ユーザ通知エージェントプログラムは、クライアント装置2から受信したメッセージに含まれる編集内容によって文書が編集され、編集された当該文書が文書管理DB16に保存されたことを確認する。そして、当該ユーザ通知エージェントプログラムは、クライアント装置2に、文書が正常に保存されたことを示す情報を含むメッセージを送信する。   The user notification agent activation unit 49 activates an agent program 4 (hereinafter referred to as “user notification agent program”) that performs predetermined notification on the client device 2. For example, the user notification agent program confirms that the document has been edited according to the editing content included in the message received from the client device 2 and the edited document has been saved in the document management DB 16. Then, the user notification agent program transmits a message including information indicating that the document has been normally saved to the client device 2.

また、当該ユーザ通知エージェントプログラムは、クライアント装置2から受信したメッセージに含まれる編集内容を反映した文書を、文書管理DB16に保存できなかった場合は、エラーメッセージをクライアント装置2に送信してもよい。   In addition, the user notification agent program may transmit an error message to the client apparatus 2 when the document reflecting the editing content included in the message received from the client apparatus 2 cannot be stored in the document management DB 16. .

上述の管理者通知エージェントプログラム、及びユーザ通知エージェントプログラムのように、エージェントプログラム4によるメッセージの通知処理は、特定の宛先に行ってよい。   Like the above-described administrator notification agent program and user notification agent program, message notification processing by the agent program 4 may be performed at a specific destination.

図8は、第2の実施の形態の文書管理システム10のエージェントプログラム4の動作を説明するためのフローチャートである。エージェント起動部14が、エージェントプログラム4を起動する(ステップS41)。エージェントプログラム4の起動判定部46が、新しく起動するエージェントプログラム4を決定するための判定を行う(ステップS42)。   FIG. 8 is a flowchart for explaining the operation of the agent program 4 of the document management system 10 according to the second embodiment. The agent activation unit 14 activates the agent program 4 (step S41). The activation determination unit 46 of the agent program 4 performs determination for determining a newly activated agent program 4 (step S42).

起動判定部46により所定の条件Aを満たすと判定された場合(ステップS42、条件A)、編集エージェント起動部47は、編集エージェントプログラムを起動する(ステップS43)。起動判定部46により所定の条件Bを満たすと判定された場合(ステップS42、条件B)、編集エージェント起動部47は、管理者通知エージェントプログラムを起動する(ステップS44)。起動判定部46により所定の条件Cを満たすと判定された場合(ステップS42、条件C)、ユーザ通知エージェント起動部49は、ユーザ通知エージェントプログラムを起動する(ステップS45)。   When the activation determination unit 46 determines that the predetermined condition A is satisfied (step S42, condition A), the editing agent activation unit 47 activates the editing agent program (step S43). When the activation determination unit 46 determines that the predetermined condition B is satisfied (step S42, condition B), the editing agent activation unit 47 activates the administrator notification agent program (step S44). When the activation determination unit 46 determines that the predetermined condition C is satisfied (step S42, condition C), the user notification agent activation unit 49 activates the user notification agent program (step S45).

なお、起動判定部46は、複数の条件を同時に満たす判定をしてもよい。すなわち、起動判定部46は、複数のエージェントプログラム4を同時に起動させてもよい。   The activation determination unit 46 may determine that a plurality of conditions are satisfied at the same time. That is, the activation determination unit 46 may activate a plurality of agent programs 4 simultaneously.

第2の実施の形態の文書管理システム10によれば、所定の処理毎に、当該所定の処理を実行するエージェントプログラム4を起動することにより、エージェントプログラム4を動作させるためのメモリ領域を削減することができる。   According to the document management system 10 of the second embodiment, the memory area for operating the agent program 4 is reduced by starting the agent program 4 that executes the predetermined process for each predetermined process. be able to.

次に、第1、及び第2の実施の形態の文書管理システム10のクライアント装置2、及びサーバ装置1のハードウェアの構成について説明する。図9は、第1、及び第2の実施の形態の文書管理システム10のクライアント装置2、及びサーバ装置1のハードウェア構成の一例を説明するための図である。サーバ装置1とクライアント装置2のハードウェア構成は同様であるため、以下では、サーバ装置1について説明する。   Next, the hardware configurations of the client device 2 and the server device 1 of the document management system 10 according to the first and second embodiments will be described. FIG. 9 is a diagram for explaining an example of the hardware configuration of the client device 2 and the server device 1 of the document management system 10 according to the first and second embodiments. Since the hardware configurations of the server apparatus 1 and the client apparatus 2 are the same, the server apparatus 1 will be described below.

本実施の形態のサーバ装置1は、制御部51、主記憶部52、補助記憶部53、表示部54、入力部55、及び通信I/F56を備える。制御部51、主記憶部52、補助記憶部53、表示部54、入力部55、及び通信I/F56は、バス57を介して互いに接続されている。   The server device 1 according to the present embodiment includes a control unit 51, a main storage unit 52, an auxiliary storage unit 53, a display unit 54, an input unit 55, and a communication I / F 56. The control unit 51, the main storage unit 52, the auxiliary storage unit 53, the display unit 54, the input unit 55, and the communication I / F 56 are connected to each other via a bus 57.

制御部51は、サーバ装置1の動作を制御する。制御部51は、例えば、CPU(Central Processing Unit)である。主記憶部52は、CPUがプログラムを実行する際に必要となるメモリ領域として使用される。主記憶部52は、例えば、RAM(Random Access Memory)である。補助記憶部53は、サーバ装置1を動作させるために必要なプログラムやファイル等を記憶する。補助記憶部53は、例えば、HDD(Hard Disk Drive)である。   The control unit 51 controls the operation of the server device 1. The control unit 51 is, for example, a CPU (Central Processing Unit). The main storage unit 52 is used as a memory area required when the CPU executes a program. The main storage unit 52 is, for example, a RAM (Random Access Memory). The auxiliary storage unit 53 stores programs, files, and the like necessary for operating the server device 1. The auxiliary storage unit 53 is, for example, an HDD (Hard Disk Drive).

表示部54は、サーバ装置1の状態や、処理結果等を表示する。表示部54は、例えば、液晶ディスプレイである。入力部55は、サーバ装置1を操作するための装置である。入力部55は、例えば、キーボードやマウス等である。通信I/F56は、サーバ装置1が他の装置と通信するためのインタフェースである。通信I/F56の通信方式は、有線方式であっても無線方式であってもよい。また、両方の通信方式であってもよい。   The display unit 54 displays the state of the server device 1, the processing result, and the like. The display unit 54 is, for example, a liquid crystal display. The input unit 55 is a device for operating the server device 1. The input unit 55 is, for example, a keyboard or a mouse. The communication I / F 56 is an interface for the server device 1 to communicate with other devices. The communication method of the communication I / F 56 may be a wired method or a wireless method. Further, both communication methods may be used.

第1、及び第2の実施の形態の文書管理システム10のサーバ装置1で実行されるプログラムは、補助記憶部53に記憶してもよい。しかしながら、当該プログラムを、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録したコンピュータ・プログラム・プロダクトとして提供してもよい。   The program executed by the server device 1 of the document management system 10 according to the first and second embodiments may be stored in the auxiliary storage unit 53. However, the program is recorded in a computer-readable recording medium such as a CD-ROM, a flexible disk (FD), a CD-R, and a DVD (Digital Versatile Disk) in an installable or executable format file. It may be provided as a computer program product.

また、当該プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、当該プログラムをインターネット等のネットワーク経由で提供又は配布するように構成してもよい。   Further, the program may be provided by being stored on a computer connected to a network such as the Internet and downloaded via the network. Further, the program may be provided or distributed via a network such as the Internet.

制御部51は、当該プログラムを、主記憶部52に読み出して実行する。これにより、編集受付部11、及び代理編集受付部12をプログラムにより実現する場合には、これらの機能ブロックが主記憶部52上に実現される。   The control unit 51 reads the program into the main storage unit 52 and executes it. Thereby, when the edit reception unit 11 and the proxy edit reception unit 12 are realized by a program, these functional blocks are realized on the main storage unit 52.

なお、編集受付部11、及び代理編集受付部12は、IC(Integrated Circuit)等のハードウェアにより実現してもよい。また、プログラム(ソフトウェア)、及びハードウェアを組み合わせて実現してもよい。   Note that the edit accepting unit 11 and the proxy edit accepting unit 12 may be realized by hardware such as an IC (Integrated Circuit). Moreover, you may implement | achieve combining a program (software) and hardware.

上述の実施の形態の文書管理システム10によれば、エージェントプログラム4が、文書を保存する時に編集内容が競合しても、エージェントプログラム4の編集内容をリアルタイムに保存できるサーバ装置1、文書管理システム10、及びプログラムを提供することができる。   According to the document management system 10 of the above-described embodiment, the server apparatus 1 and the document management system can store the edited contents of the agent program 4 in real time even if the edited contents conflict when the agent program 4 stores the document. 10 and programs can be provided.

1 サーバ装置
2,2a〜2n クライアント装置
3 ネットワーク
4 エージェントプログラム
10 文書管理システム
11 編集受付部
12 代理編集受付部
13 受信部
14 エージェント起動部
15 記憶部
16 文書管理DB
41 判定部
42 編集保存部
43 送信部
46 起動判定部
47 編集エージェント起動部
48 管理者通知エージェント起動部
49 ユーザ通知エージェント起動部
51 制御部
52 主記憶部
53 補助記憶部
54 表示部
55 入力部
56 通信I/F
57 バス
DESCRIPTION OF SYMBOLS 1 Server apparatus 2,2a-2n Client apparatus 3 Network 4 Agent program 10 Document management system 11 Edit reception part 12 Proxy edit reception part 13 Reception part 14 Agent starting part 15 Storage part 16 Document management DB
41 determination unit 42 edit storage unit 43 transmission unit 46 activation determination unit 47 editing agent activation unit 48 administrator notification agent activation unit 49 user notification agent activation unit 51 control unit 52 main storage unit 53 auxiliary storage unit 54 display unit 55 input unit 56 Communication I / F
57 Bus

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

Claims (9)

文書を記憶する記憶部と、
前記文書の編集を受け付ける編集受付部と、
前記文書の編集内容を含むメッセージを受信する受信部と、
受信された前記メッセージに含まれる前記編集内容により前記文書を編集するエージェントプログラムを起動するエージェント起動部とを備えるサーバ装置であって、
前記エージェントプログラムは、前記サーバ装置を、
前記メッセージに含まれる前記編集内容が、前記編集受付部により受け付けた前記編集の内容と競合しているか否かを判定する判定部と、
競合していないと判定された場合に、前記編集された文書を保存する編集保存部と、
競合していると判定された場合に、前記エージェントプログラムの起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを、前記受信部に送信する送信部として機能させる
サーバ装置。
A storage unit for storing documents;
An editing reception unit for receiving editing of the document;
A receiving unit for receiving a message including the edited content of the document;
A server device comprising: an agent activation unit that activates an agent program for editing the document according to the edited content included in the received message;
The agent program causes the server device to
A determination unit that determines whether the editing content included in the message is in conflict with the editing content received by the editing reception unit;
An edit storage unit for storing the edited document when it is determined that there is no conflict;
A server device that, when it is determined that there is a conflict, functions as a transmission unit that transmits a message that includes the same editing content as the editing content included in the message that triggered the agent program to the reception unit.
前記メッセージは、メールである
請求項1に記載のサーバ装置。
The server device according to claim 1, wherein the message is an email.
前記送信部は、
前記編集内容が競合している時に、前記エージェントプログラムの起動契機となった第1メールの本文に含まれる編集内容と同一の編集内容を、第2メールの本文に設定し、前記サーバ装置のアドレスを前記第2メールの送信先アドレスに設定して、前記第2メールを送信し、
前記エージェント起動部は、
前記第2メールを受信すると、前記第2メールの本文に含まれる前記編集内容により前記文書を編集するエージェントプログラムを起動する
請求項2に記載のサーバ装置。
The transmitter is
When the editing contents are in conflict, the editing contents identical to the editing contents included in the text of the first mail that triggered the start of the agent program are set in the text of the second mail, and the address of the server device Is set to the destination address of the second mail, the second mail is sent,
The agent activation unit
The server apparatus according to claim 2, wherein when the second mail is received, an agent program for editing the document according to the editing content included in the text of the second mail is started.
前記判定部は、前記編集された文書を保存する時に、前記文書のタイムスタンプに基づいて、前記編集受付部の前記編集内容と競合しているか否かを判定する
請求項1乃至3のいずれか1項に記載のサーバ装置。
The determination unit determines whether or not there is a conflict with the editing content of the editing reception unit based on a time stamp of the document when the edited document is stored. 2. The server device according to item 1.
前記判定部は、前記編集された文書を保存する時に、前記文書のデータサイズに基づいて、前記編集受付部の前記編集内容と競合しているか否かを判定する
請求項1乃至4のいずれか1項に記載のサーバ装置。
5. The determination unit according to claim 1, wherein when the edited document is stored, the determination unit determines whether or not there is a conflict with the editing content of the editing reception unit based on a data size of the document. 2. The server device according to item 1.
前記エージェントプログラムは、
所定の処理毎に、前記所定の処理を実行する新たなエージェントプログラムを少なくとも1つ起動する
請求項1乃至5のいずれか1項に記載のサーバ装置。
The agent program is
The server device according to any one of claims 1 to 5, wherein at least one new agent program that executes the predetermined process is activated for each predetermined process.
前記所定の処理は、特定の宛先に、前記編集された文書を示す情報を含むメールを送信する処理を含む
請求項6に記載のサーバ装置。
The server apparatus according to claim 6, wherein the predetermined process includes a process of transmitting an email including information indicating the edited document to a specific destination.
サーバ装置と、前記サーバ装置とネットワークを介して接続されたクライアント装置とを備える文書管理システムであって、
前記サーバ装置は、
文書を記憶する記憶部と、
前記文書の編集を受け付ける編集受付部と、
前記文書の編集内容を含むメッセージを受信する受信部と、
受信された前記メッセージに含まれる前記編集内容により前記文書を編集するエージェントプログラムを起動するエージェント起動部とを備え、
前記エージェントプログラムは、前記サーバ装置を、
前記メッセージに含まれる前記編集内容が、前記編集受付部により受け付けた前記編集の内容と競合しているか否かを判定する判定部と、
競合していないと判定された場合に、前記編集された文書を保存する編集保存部と、
競合していると判定された場合に、前記エージェントプログラムの起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを、前記受信部に送信する送信部として機能させ、
前記クライアント装置は、前記文書の編集内容を含むメールの送信、又は前記編集受付部を利用して、前記文書を編集する
文書管理システム。
A document management system comprising a server device and a client device connected to the server device via a network,
The server device
A storage unit for storing documents;
An editing reception unit for receiving editing of the document;
A receiving unit for receiving a message including the edited content of the document;
An agent activation unit that activates an agent program for editing the document according to the edited content included in the received message;
The agent program causes the server device to
A determination unit that determines whether the editing content included in the message is in conflict with the editing content received by the editing reception unit;
An edit storage unit for storing the edited document when it is determined that there is no conflict;
When it is determined that there is a conflict, the message including the edited content that is the same as the edited content included in the message that triggered the agent program is caused to function as a transmitting unit that transmits to the receiving unit,
The document management system, wherein the client device edits the document by using a transmission of an email including the editing content of the document or the editing reception unit.
コンピュータを、
文書を記憶する記憶部と、
前記文書の編集を受け付ける編集受付部と、
前記文書の編集内容を含むメッセージを受信する受信部と、
前記メッセージを受信すると、前記メッセージに含まれる前記編集内容により前記文書を編集するエージェントプログラムを起動するエージェント起動部として機能させ、
前記エージェントプログラムは、前記コンピュータを、
前記編集内容により編集された前記文書を保存する時に、前記編集受付部の前記編集の内容と競合しているか否かを判定する判定部と、
前記編集内容が競合していない時に、前記編集された文書を保存する編集保存部と、
前記編集内容が競合している時に、前記エージェントプログラムの起動契機となったメッセージに含まれる編集内容と同一の編集内容を含むメッセージを、前記受信部に送信する送信部として機能させる
プログラム。
Computer
A storage unit for storing documents;
An editing reception unit for receiving editing of the document;
A receiving unit for receiving a message including the edited content of the document;
When receiving the message, function as an agent activation unit that activates an agent program that edits the document according to the editing content included in the message,
The agent program causes the computer to
A determination unit that determines whether or not the content of the editing of the editing reception unit conflicts when the document edited by the editing content is stored;
An edit storage unit for storing the edited document when the edited content does not conflict;
A program that functions as a transmission unit that transmits a message including an editing content identical to the editing content included in a message that triggers the agent program when the editing content conflicts, to the reception unit.
JP2012262710A 2012-11-30 2012-11-30 Server apparatus, document management system, and program Active JP6015392B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012262710A JP6015392B2 (en) 2012-11-30 2012-11-30 Server apparatus, document management system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012262710A JP6015392B2 (en) 2012-11-30 2012-11-30 Server apparatus, document management system, and program

Publications (2)

Publication Number Publication Date
JP2014109815A JP2014109815A (en) 2014-06-12
JP6015392B2 true JP6015392B2 (en) 2016-10-26

Family

ID=51030438

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012262710A Active JP6015392B2 (en) 2012-11-30 2012-11-30 Server apparatus, document management system, and program

Country Status (1)

Country Link
JP (1) JP6015392B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6627021B2 (en) * 2015-09-15 2020-01-08 日野自動車株式会社 Lane change steering control system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0528138A (en) * 1991-07-19 1993-02-05 Hitachi Ltd Document editing system
JP3262325B2 (en) * 2000-05-15 2002-03-04 有限会社アトリ Agent system and method for supporting construction of electronic mail service system
JP2002351730A (en) * 2001-05-22 2002-12-06 Fuji Xerox Co Ltd Method and device for filing electronic document
JP5098424B2 (en) * 2007-05-02 2012-12-12 富士ゼロックス株式会社 Document management apparatus and document processing program
JP5344460B2 (en) * 2008-09-29 2013-11-20 インターナショナル・ビジネス・マシーンズ・コーポレーション EDITING DEVICE, EDITING PROGRAM, AND EDITING METHOD

Also Published As

Publication number Publication date
JP2014109815A (en) 2014-06-12

Similar Documents

Publication Publication Date Title
JP4698756B2 (en) Offline execution of web-based applications
JP5211160B2 (en) How to automatically manage computer network system downtime
JP4842690B2 (en) Application management program, application management method, and application management apparatus
US9712631B2 (en) Push notification via file sharing service synchronization
US20080275951A1 (en) Integrated logging for remote script execution
US8266301B2 (en) Deployment of asynchronous agentless agent functionality in clustered environments
US20120011408A1 (en) Graphical user interface system for background intelligent transfer service
US20150347612A1 (en) Information terminal and control method
WO2016202206A1 (en) Resending method and device for hypertext transfer request, and client
JP2007264901A (en) Software management device, software management system, software management method and software management program
US20160231997A1 (en) Communication apparatus, communication system, communication method, and recording medium
US8301807B2 (en) Device management apparatus, device management method, and recording medium
JP2007058506A (en) Document management server, document management system, and document management program and its recording medium
JP6015392B2 (en) Server apparatus, document management system, and program
JP2009064115A (en) File synchronization between mobile terminal device and server device
JP2010182176A (en) Server device, client device, server based computing system, and program
JP2019004386A (en) Information processing device, program, and information processing system
JP5982436B2 (en) Screen transfer server device and screen transfer method
US20160134681A1 (en) Network system and control method
US20150244700A1 (en) Distribution method, distribution apparatus, and terminal apparatus
JP4305364B2 (en) Web service request relay system, Web service request relay method, relay server, and program thereof
JP2013109411A (en) Information processing device, information processing method, and program
JP2010026626A (en) Method, system and program for recording data
JP2010009555A (en) Information processor and program
JP6015051B2 (en) Groupware system, cache method and cache program in groupware system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20151015

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160825

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160830

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160912

R151 Written notification of patent or utility model registration

Ref document number: 6015392

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151