WO2022007855A1 - 一种引用文档的更新方法、装置、电子设备及存储介质 - Google Patents
一种引用文档的更新方法、装置、电子设备及存储介质 Download PDFInfo
- Publication number
- WO2022007855A1 WO2022007855A1 PCT/CN2021/105037 CN2021105037W WO2022007855A1 WO 2022007855 A1 WO2022007855 A1 WO 2022007855A1 CN 2021105037 W CN2021105037 W CN 2021105037W WO 2022007855 A1 WO2022007855 A1 WO 2022007855A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- document
- modification
- relationship
- identifier
- document identifier
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/907—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/93—Document management systems
- G06F16/94—Hypermedia
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/176—Support for shared access to files; File sharing support
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2358—Change logging, detection, and notification
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2365—Ensuring data consistency and integrity
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
Definitions
- the embodiments of the present disclosure relate to the technical field of data processing, and in particular, to a method, apparatus, electronic device, and storage medium for updating a referenced document
- the documents may be stored in the form of mutual reference.
- Embodiments of the present disclosure provide a method, apparatus, electronic device, and storage medium for updating a referenced document, so as to realize synchronous updating of documents with a reference relationship.
- an embodiment of the present disclosure provides a method for updating a referenced document, the method comprising:
- the document relationship diagram includes nodes and connecting lines, each node represents a document identifier, and each connecting line represents a document reference relationship;
- the document modification instruction includes the document identification and the document modification content
- an embodiment of the present disclosure also provides an apparatus for updating a referenced document, the apparatus comprising:
- the document relationship graph obtaining module is used to obtain the document relationship graph of the database, wherein the document relationship graph includes nodes and connecting lines, each node represents a document identifier, and each connecting line represents a document reference relationship;
- the document modification instruction acquisition module is used to acquire the document modification instruction, wherein the document modification instruction includes the document identification and the document modification content;
- the associated document identifier extraction module is used to extract the associated document identifier from the document relation graph according to the document identifier;
- the document modification content push module is used for pushing the document modification content to the associated document corresponding to the associated document identifier.
- an embodiment of the present disclosure further provides an electronic device, the electronic device comprising:
- processors one or more processors
- one or more programs When executed by one or more processors, one or more programs cause the one or more processors to implement a method according to any embodiment of the present disclosure.
- an embodiment of the present disclosure provides a computer-readable storage medium on which a computer program is stored, and when the program is executed by a processor, implements the method according to any embodiment of the present disclosure.
- an embodiment of the present disclosure provides a computer program product, where the computer program product includes: a computer program, which implements the steps of the method described in the first aspect of the present disclosure when the computer program is executed by a processing device.
- an embodiment of the present disclosure provides a computer program, which implements the steps of the method in the first aspect of the present disclosure when the computer program is executed by a processing device.
- the document relationship diagram and the document modification instruction of the database are obtained, the associated document identification is extracted from the document relationship diagram according to the document identification included in the document modification instruction, and the document modification content included in the document modification instruction is modified by Push to the associated document corresponding to the associated document identifier, so that when the content of the document is edited and updated, the reference document associated with the edited document can also be updated synchronously, thereby ensuring the consistency of the updated content of the document in the database.
- FIG. 1(a) is a flowchart of a method for updating a referenced document provided by Embodiment 1 of the present disclosure
- FIG. 1(b) is a schematic diagram of a document relationship diagram of a database provided by Embodiment 1 of the present disclosure
- Fig. 1(c) is a schematic diagram of a document relationship diagram of another database provided by Embodiment 1 of the present disclosure
- Figure 2(a) is a flowchart of a method for updating a referenced document provided by Embodiment 2 of the present disclosure
- FIG. 2(b) is a schematic diagram of a document relationship diagram of an updated database provided by Embodiment 2 of the present disclosure
- FIG. 3 is a schematic structural diagram of an apparatus for updating a reference document according to Embodiment 3 of the present disclosure
- FIG. 4 is a schematic structural diagram of an electronic device according to Embodiment 4 of the present disclosure.
- the term “including” and variations thereof are open-ended inclusions, ie, "including but not limited to”.
- the term “based on” is “based at least in part on.”
- the term “one embodiment” means “at least one embodiment”; the term “another embodiment” means “at least one additional embodiment”; the term “some embodiments” means “at least some embodiments”. Relevant definitions of other terms will be given in the description below.
- FIG. 1( a ) is a flowchart of a method for updating a referenced document provided by an embodiment of the present disclosure. This embodiment is applicable to the case of synchronously updating documents with a reference relationship, and the method can be searched by the data provided by the embodiment of the present disclosure.
- the apparatus may be implemented by means of software and/or hardware, and may generally be integrated in computer equipment.
- the method of the embodiment of the present disclosure specifically includes:
- the method in the embodiment of the present disclosure may include the following steps:
- Step 101 obtaining a document relationship diagram of the database.
- the document relationship graph includes nodes and connecting lines, each node represents a document identifier, and each connecting line represents a document reference relationship.
- FIG. 1(b) it is a schematic diagram of a document relationship graph of a database provided in Embodiment 1 of the present application, wherein the document relationship graph is a directed acyclic graph and includes three nodes, namely document A, document B and document C, and document A, document B, and document C are connected in sequence, so document A directly references document B, document B directly references document C, and thus document A indirectly references document C.
- the document relationship graph is a directed acyclic graph and includes three nodes, namely document A, document B and document C, and document A, document B, and document C are connected in sequence, so document A directly references document B, document B directly references document C, and thus document A indirectly references document C.
- the database in this embodiment may also include multiple sub-document relationship graphs, and the nodes in each sub-document relationship graph are not connected to each other, as shown in FIG. 1(c), which is the document relationship of another database
- FIG. 1(c) is the document relationship of another database
- FIG. 1(c) is the document relationship of another database
- FIG. 1(c) is the document relationship of another database
- FIG. 1(c) is the document relationship of another database
- FIG. 1(c) is the document relationship of another database
- FIG. 1(c) is the document relationship of another database
- FIG. 1(c) is the document relationship of another database
- FIG. 1(c) is the document relationship of another database
- Step 102 Obtain a document modification instruction, wherein the document modification instruction includes the document identification and the document modification content.
- the document modification content includes changes in variable values or changes in formulas.
- a user when a user needs to edit a document in the database, he or she may input a document modification instruction into the electronic device where the database is located, which may be through a touch screen or a button on the electronic device.
- the terminal device will obtain the document modification instruction in response to the user's trigger operation.
- the document modification instruction includes the document identifier and the document modification content, and the document modification content also includes the change of the variable value or the modification of the formula.
- this embodiment is only for illustration, and does not limit the specific form of the document modification instruction.
- Step 103 extract the associated document ID from the document relationship graph according to the document ID.
- extracting the associated document ID from the document relationship graph according to the document ID may include: extracting a reference list from the document relationship graph according to the document ID; and obtaining an associated document ID that has a reference relationship with the document ID from the reference list.
- extracting a reference list from the document relationship diagram according to the document identification includes: obtaining, from the document relationship diagram, a first type of document identification that directly references the document identification, and a second type of document identification that indirectly references the document identification; The first-class document ID and the second-class document ID build the referrer list.
- Table 1 shows an example of the reference list for document C:
- the associated document identifiers that have a reference relationship with document C can be obtained from the previously constructed referrer list, wherein, for Table 1, the associated document identifiers include documents A and document B.
- associated document identifiers that have a reference relationship with document C refer to all document identifiers of document C that directly or indirectly refer to document C as the referenced party.
- Step 104 Push the document modification content to the associated document corresponding to the associated document identifier.
- pushing the document modification content to the associated document corresponding to the associated document identification may include: pushing the document modification content to the associated document corresponding to the associated document identification by means of a message notification, so that the associated document is informed of the document. Modify the content, and perform the document reference operation according to the modified content of the document.
- the referrer is the associated document corresponding to the associated document ID.
- the referenced party is document C
- the associated document IDs that directly or indirectly refer to document C are document A and document B.
- the document relationship diagram and the document modification instruction of the database are obtained, the associated document identification is extracted from the document relationship diagram according to the document identification included in the document modification instruction, and the document modification content included in the document modification instruction is modified by Push to the associated document corresponding to the associated document identifier, so that when the content of the document is edited and updated, the reference document associated with the edited document can also be updated synchronously, thereby ensuring the consistency of the updated content of the document in the database.
- FIG. 2(a) is a flowchart of a method for updating a referenced document provided in Embodiment 2 of the present disclosure.
- This embodiment of the present disclosure may be combined with the optional solutions in the above-mentioned embodiments.
- the document relationship in the database is obtained when After the diagram, the method further includes: receiving multiple reference relationship modification instructions, and updating the document relationship diagram according to the multiple reference relationship modification instructions.
- the method of the embodiment of the present disclosure specifically includes:
- Step 201 obtaining a document relationship diagram of a database.
- the document relationship graph includes nodes and connecting lines, each node represents a document identifier, and each connecting line represents a document reference relationship.
- Figure 1(b) is a schematic diagram of a document relation graph of a database, wherein the document relation graph is a directed acyclic graph and includes three nodes, namely document A, document B and document C, and document A , Document B, and Document C are connected in sequence, so Document A directly references Document B, Document B directly references Document C, and Document A indirectly references Document C.
- the document relation graph is a directed acyclic graph and includes three nodes, namely document A, document B and document C, and document A , Document B, and Document C are connected in sequence, so Document A directly references Document B, Document B directly references Document C, and Document A indirectly references Document C.
- Step 202 receiving multiple reference relationship modification instructions.
- atomicity refers to Multiple database operations that make up a transaction are an indivisible atomic unit. Only when all operations are executed successfully, the entire transaction is committed. If any database operation in the transaction fails, any operations that have been performed must be undone, and the database returns to the initial state.
- multiple reference relationship modification instructions can be received, for example, "cancel the reference relationship between document B and document C", “add the reference relationship between document B and document F” reference relationship".
- this embodiment is only an example for description, and does not limit the specific number of reference relationship modification instructions and the specific content of the reference relationship modification instructions.
- Step 203 sort the relationship modification instructions according to the receiving time to obtain an instruction list.
- the relationship modification instructions are sorted according to the order of reception time to obtain the instruction list. For example, the reception time of the first relationship modification instruction "Cancel the reference relationship between document B and document C" is 08:33 : 24, the receiving time of the second relationship modification instruction "Add the reference relationship of document B to document F" is 13:26:45, then the acquisition time of the first relationship modification instruction is earlier than the acquisition time of the second relationship modification instruction , so the list of instructions obtained after sorting is shown in Table 2 below:
- Step 204 Update the document relationship diagram according to the instruction list.
- updating the document relationship diagram according to the instruction list may include: when it is determined that the modification instruction includes canceling the reference relationship between the specified document IDs, determining the specified document ID from the document relationship diagram, and comparing the specified document ID to the specified document ID.
- the modification instruction includes adding a new reference relationship
- the newly added document ID and historical document ID are obtained from the modification instruction, and the newly added document ID is added to the document relationship diagram.
- the document relationship diagram is updated according to the order of the instructions contained in the instruction list.
- the reference relationship between B and document C that is, delete the connection line between document B and document C in the document relationship diagram of the database shown in Figure 1(b), and then execute the instruction numbered 2 in the instruction list.
- Add the reference relationship between document B and document F obtain the newly added document ID "document F” and the historical document ID "document B” from the modification instruction, add document F in the document relationship diagram, and add document F and document
- the connection line between B is a schematic diagram of the document relationship diagram of the updated database.
- Step 205 Obtain a document modification instruction, wherein the document modification instruction includes a document identifier and document modification content.
- the document modification content includes changes in variable values or changes in formulas.
- Step 206 extract the associated document ID from the document relationship graph according to the document ID.
- extracting the associated document ID from the document relationship graph according to the document ID may include: extracting a reference list from the document relationship graph according to the document ID; and obtaining an associated document ID that has a reference relationship with the document ID from the reference list.
- extracting a reference list from the document relationship diagram according to the document identification includes: obtaining, from the document relationship diagram, a first type of document identification that directly references the document identification, and a second type of document identification that indirectly references the document identification; The first-class document ID and the second-class document ID build the referrer list.
- Step 207 Push the modified content of the document to the associated document corresponding to the associated document identifier.
- pushing the document modification content to the associated document corresponding to the associated document identification may include: pushing the document modification content to the associated document corresponding to the associated document identification by means of a message notification, so that the associated document is informed of the document. Modify the content, and perform the document reference operation according to the modified content of the document.
- the document relationship diagram and the document modification instruction of the database are obtained, the associated document identification is extracted from the document relationship diagram according to the document identification included in the document modification instruction, and the document modification content included in the document modification instruction is modified by Push to the associated document corresponding to the associated document identifier, so that when the content of the document is edited and updated, the reference document associated with the edited document can also be updated synchronously, thereby ensuring the consistency of the updated content of the document in the database.
- the document relation graph is updated according to the order of the time of receiving the reference relation modification instruction, thereby ensuring the accuracy of the document relation graph update.
- FIG. 3 is a schematic structural diagram of an apparatus for updating a reference document provided in Embodiment 3 of the present disclosure.
- the apparatus can be implemented in software and/or hardware, and can generally be integrated in an electronic device that performs the method.
- the apparatus may include: a document relationship diagram acquisition module 301, configured to acquire a document relationship diagram of a database, wherein the document relationship diagram includes nodes and connecting lines, each node represents a document identifier, and each connecting line Represents a document reference relationship;
- a document modification instruction acquisition module 302 configured to acquire a document modification instruction, wherein the document modification instruction includes a document identifier and a document modification content;
- An associated document identifier extraction module 303 configured to extract an associated document identifier from the document relationship graph according to the document identifier
- the document modification content push module 304 is configured to push the document modification content to the associated document corresponding to the associated document identifier.
- the document relationship diagram and the document modification instruction of the database are obtained, the associated document identification is extracted from the document relationship diagram according to the document identification included in the document modification instruction, and the document modification content included in the document modification instruction is modified by Push to the associated document corresponding to the associated document identifier, so that when the content of the document is edited and updated, the reference document associated with the edited document can also be updated synchronously, thereby ensuring the consistency of the updated content of the document in the database.
- the associated document identification extraction module includes:
- the referer list extraction module is used to extract the referrer list from the document relationship graph according to the document identifier
- the associated document ID obtaining module is used to obtain the associated document ID that has a reference relationship with the document ID from the referrer list.
- a reference list extraction module is specifically used for:
- a referrer list is constructed based on the first type of document identification and the second type of document identification.
- a document modification content push module is specifically used for:
- the document modification content is pushed to the associated document corresponding to the associated document identifier in the form of a message notification, so that the associated document is informed of the document modification content, and a document reference operation is performed according to the document modification content.
- the device further includes:
- the reference relationship modification instruction receiving module is used to receive multiple reference relationship modification instructions
- the instruction list acquisition module is used to sort the relationship modification instructions according to the receiving time to acquire the instruction list
- the document relation graph updating module is used to update the document relation graph according to the instruction list.
- the document relationship diagram update module is specifically used for:
- the modification instruction includes canceling the reference relationship between the specified document IDs
- the specified document ID is determined from the document relationship diagram, and the connecting line between the specified document IDs is deleted
- the modification instruction includes adding a new reference relationship
- the newly added document ID and historical document ID are obtained from the modification instruction, and the newly added document ID is added to the document relationship diagram, and the newly added document ID and historical document ID are added.
- the content of document modification includes the modification of variable values or the modification of formulas.
- the apparatus for updating referenced documents provided by the embodiments of the present disclosure belongs to the same inventive concept as the methods for updating referenced documents provided by the above-mentioned embodiments.
- the disclosed embodiment has the same beneficial effects as the above-described embodiments.
- FIG. 4 it shows a schematic structural diagram of an electronic device 400 suitable for implementing an embodiment of the present disclosure.
- the electronic device in the embodiment of the present disclosure may be a device corresponding to the back-end service platform of the application, or may be a mobile terminal device with an application client installed.
- the electronic device may include, but is not limited to, such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (Personal Digital Assistant), a PAD (tablet computer), a PMP (Personal Multimedia Player, a portable multimedia player) ), mobile terminals such as in-vehicle terminals (eg, in-vehicle navigation terminals), etc., and stationary terminals such as digital televisions (TVs), desktop computers, and the like.
- a mobile phone such as a notebook computer, a digital broadcast receiver, a PDA (Personal Digital Assistant), a PAD (tablet computer), a PMP (Personal Multimedia Player, a portable multimedia player)
- mobile terminals such as in-vehicle terminals (eg, in-vehicle navigation terminals), etc.
- stationary terminals such as digital televisions (TVs), desktop computers, and the like.
- TVs digital televisions
- the electronic device 400 may include a processing device (such as a central processing unit, a graphics processor, etc.) 401, which may be stored in a read-only memory (Read-Only Memory, ROM) 402 according to a program or from a storage device 408 is a program loaded into a random access memory (RAM) 403 to perform various appropriate actions and processes.
- ROM Read-Only Memory
- RAM random access memory
- various programs and data required for the operation of the electronic device 400 are also stored.
- the processing device 401, the ROM 402, and the RAM 403 are connected to each other through a bus 404.
- An Input/Output (I/O) interface 405 is also connected to the bus 404 .
- the following devices may be connected to the I/O interface 405: input devices 406 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; including, for example, a Liquid Crystal Display (LCD) output device 407 , a speaker, a vibrator, etc.; a storage device 408 including, for example, a magnetic tape, a hard disk, etc.; and a communication device 409 .
- Communication means 409 may allow electronic device 400 to communicate wirelessly or by wire with other devices to exchange data.
- FIG. 4 shows electronic device 400 having various means, it should be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
- embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated in the flowchart.
- the computer program may be downloaded and installed from the network via the communication device 409, or from the storage device 408, or from the ROM 402.
- the processing apparatus 401 When the computer program is executed by the processing apparatus 401, the above-mentioned functions defined in the methods of the embodiments of the present disclosure are executed.
- the computer-readable medium mentioned above in the present disclosure may be a computer-readable signal medium or a computer-readable storage medium, or any combination of the above two.
- the computer readable storage medium can be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or a combination of any of the above.
- Computer readable storage media may include, but are not limited to, electrical connections having one or more wires, portable computer disks, hard disks, random access memory (RAM), read only memory (ROM), erasable Programmable read-only memory (Electrical Programmable ROM, EPROM or flash memory), optical fiber, portable compact disk read-only memory (Compact Disc ROM, CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
- a computer-readable storage medium may be any tangible medium that contains or stores a program that can be used by or in conjunction with an instruction execution system, apparatus, or device.
- a computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave with computer-readable program code embodied thereon. Such propagated data signals may take a variety of forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
- a computer-readable signal medium can also be any computer-readable medium other than a computer-readable storage medium that can transmit, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device .
- the program code contained on the computer-readable medium can be transmitted by any suitable medium, including but not limited to: electric wire, optical cable, RF (Radio Frequency, radio frequency), etc., or any suitable combination of the above.
- the client and server can use any currently known or future developed network protocol such as HTTP (HyperText Transfer Protocol) to communicate, and can communicate with digital data in any form or medium Communication (eg, a communication network) interconnects.
- HTTP HyperText Transfer Protocol
- Examples of communication networks include a Local Area Network ("LAN”), a Wide Area Network (“WAN”), the Internet (eg, the Internet), and a peer-to-peer network (eg, an ad hoc peer-to-peer network), and any currently known or future developed networks.
- LAN Local Area Network
- WAN Wide Area Network
- the Internet eg, the Internet
- peer-to-peer network eg, an ad hoc peer-to-peer network
- the above-mentioned computer-readable medium may be included in the above-mentioned electronic device; or may exist alone without being assembled into the electronic device.
- the above-mentioned computer-readable medium carries one or more programs, and when the above-mentioned one or more programs are executed by the electronic device, the internal process of the electronic device is made to execute: obtain a document relationship diagram of the database, wherein the document relationship diagram contains nodes and connecting lines, each node represents a document identifier, and each connecting line represents a document reference relationship; obtain a document modification instruction, where the document modification instruction includes the document identifier and document modification content; extract the associated document from the document relationship graph according to the document identifier ID; pushes the document modification content to the associated document corresponding to the associated document ID.
- Computer program code for performing operations of the present disclosure may be written in one or more programming languages, including but not limited to object-oriented programming languages—such as Java, Smalltalk, C++, and This includes conventional procedural programming languages - such as the "C" language or similar programming languages.
- the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer, or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computer (eg, using an Internet service provider through Internet connection).
- LAN local area network
- WAN wide area network
- each block in the flowchart or block diagrams may represent a module, segment, or portion of code that contains one or more logical functions for implementing the specified functions executable instructions.
- the functions noted in the blocks may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
- each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations can be implemented in dedicated hardware-based systems that perform the specified functions or operations , or can be implemented in a combination of dedicated hardware and computer instructions.
- the units involved in the embodiments of the present disclosure may be implemented in a software manner, and may also be implemented in a hardware manner. Among them, the name of the unit does not constitute a limitation of the unit itself under certain circumstances.
- exemplary types of hardware logic components include: Field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (Application Specific Standard Products) Standard Product, ASSP), system on chip (System on Chip, SOC), complex programmable logic device (Complex Programmable Logic Device, CPLD) and so on.
- FPGAs Field Programmable Gate Arrays
- ASICs Application Specific Integrated Circuits
- ASSP Application Specific Standard Products
- ASSP Application Specific Standard Products
- SOC System on Chip
- complex programmable logic device Complex Programmable Logic Device, CPLD
- a machine-readable medium may be a tangible medium that may contain or store a program for use by or in connection with the instruction execution system, apparatus or device.
- the machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
- Machine-readable media may include, but are not limited to, electronic, magnetic, optical, electromagnetic, infrared, or semiconductor systems, devices, or devices, or any suitable combination of the foregoing.
- machine-readable storage media would include one or more wire-based electrical connections, portable computer disks, hard disks, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM or flash memory), fiber optics, compact disk read only memory (CD-ROM), optical storage, magnetic storage, or any suitable combination of the foregoing.
- RAM random access memory
- ROM read only memory
- EPROM or flash memory erasable programmable read only memory
- CD-ROM compact disk read only memory
- magnetic storage or any suitable combination of the foregoing.
- Example 1 provides a method for updating a reference document, including:
- the document relationship diagram includes nodes and connecting lines, each node represents a document identifier, and each connecting line represents a document reference relationship;
- the document modification instruction includes a document identification and a document modification content
- Example 2 provides the method of Example 1, wherein extracting the associated document identifier from the document relationship graph according to the document identifier includes:
- the associated document identifier that has a reference relationship with the document identifier is acquired from the referrer list.
- Example 3 provides the method of Example 2, wherein the extracting a referrer list from the document relationship graph according to the document identification includes:
- the referrer list is constructed based on the first type of document identification and the second type of document identification.
- Example 4 provides the method of Example 1, wherein the pushing the document modification content to the associated document corresponding to the associated document identifier includes:
- the document modification content is pushed to the associated document corresponding to the associated document identifier in the form of a message notification, so that the associated document knows the document modification content, and a document reference operation is performed according to the document modification content.
- Example 5 provides the method of Example 1. After acquiring the document relationship graph of the database, the method further includes:
- the document relationship graph is updated according to the instruction list.
- Example 6 provides the method of Example 5, wherein the updating the document relationship graph according to the instruction list includes:
- the designated document identifier is determined from the document relationship diagram, and the connecting line between the designated document identifiers is deleted;
- the modification instruction includes adding a new reference relationship
- the newly added document ID and the historical document ID are obtained from the modification instruction, and the newly added document ID is added to the document relationship diagram, and A connection line between the newly added document identifier and the historical document identifier is added, wherein the historical document identifier is a node included in the document relationship graph before the modification instruction is received.
- Example 7 provides the method described in any one of Examples 1 to 6, wherein the document modification content includes changes in variable values or changes in formulas.
- Example 8 provides an apparatus for updating a reference document, including:
- a document relationship graph obtaining module used for obtaining a document relationship graph of a database, wherein the document relationship graph includes nodes and connecting lines, each node represents a document identifier, and each connecting line represents a document reference relationship;
- a document modification instruction acquisition module used for acquiring a document modification instruction, wherein the document modification instruction includes a document identification and a document modification content;
- an associated document identifier extraction module configured to extract an associated document identifier from the document relationship graph according to the document identifier
- a document modification content push module is configured to push the document modification content to the associated document corresponding to the associated document identifier.
- Example 9 provides an electronic device including a memory, a processing device, and a computer program stored on the memory and executable on the processing device, characterized in that the processing A method as described in any of Examples 1-7 is implemented when the apparatus executes the program.
- Example 10 provides a storage medium containing computer-executable instructions that, when executed by a computer processor, are used to perform as in Examples 1-7 any of the methods described.
- Example 11 provides a computer program product, the computer program product includes: a computer program, when the computer program is executed by a processing apparatus, implements the method described in any embodiment of the present disclosure A step of.
- Example 12 provides a computer program that, when executed by a processing apparatus, implements the steps of the method described in any embodiment of the present disclosure.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Computer Security & Cryptography (AREA)
- Library & Information Science (AREA)
- Software Systems (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
| 被引用方 | 引用方 | 引用方式 |
| 文档C | 文档B | 直接引用 |
| 文档C | 文档A | 间接引用 |
| 序号 | 关系修改指令 | 时间 |
| 1 | 取消文档B和文档C之间的引用关系 | 08:33:24 |
| 2 | 增加文档B引用文档F的引用关系 | 13:26:45 |
Claims (20)
- 一种引用文档的更新方法,其特征在于,包括:获取文档关系图;获取文档修改指令,其中,所述文档修改指令中包含文档标识和文档修改内容;根据所述文档标识从所述文档关系图中提取关联文档标识;将所述文档修改内容发送给与所述关联文档标识所对应的关联文档。
- 根据权利要求1所述的方法,其特征在于,所述根据所述文档标识从所述文档关系图中提取关联文档标识,包括:根据所述文档标识从所述文档关系图中获取与所述文档标识具有引用关系的所述关联文档标识。
- 根据权利要求2所述的方法,其特征在于,所述根据所述文档标识从所述文档关系图中获取与所述文档标识具有引用关系的所述关联文档标识,包括:从所述文档关系图中获取直接引用所述文档标识的第一类文档标识,以及间接引用所述文档标识的第二类文档标识。
- 根据权利要求1-3中任一项所述的方法,其特征在于,所述将所述文档修改内容发送给与所述关联文档标识所对应的关联文档,包括:将所述文档修改内容采用消息通知的方式发送给与所述关联文档标识所对应的关联文档,以使所述关联文档获知所述文档修改内容,并根据所述文档修改内容进行文档引用运算。
- 根据权利要求1-4中任一项所述的方法,其特征在于,所述获取文档关系图之后,还包括:接收多个引用关系修改指令;按照接收时间对所述关系修改指令进行排序获取指令列表;根据所述指令列表对所述文档关系图进行更新。
- 根据权利要求5所述的方法,其特征在于,所述根据所述指令列表对所述文档关系图进行更新,包括:在确定所述修改指令包括取消指定文档标识之间的引用关系时,则从所述文档关系图中确定所述指定文档标识,并将所述指定文档标识之间的关联关系进行删除;在确定所述修改指令包括添加新的引用关系时,则从所述修改指令中获取新增的文档标识以及历史文档标识,并在所述文档关系图中增加所述新增的文档标识,并添加所述新 增的文档标识与所述历史文档标识之间的关联关系,其中,所述历史文档标识为未接收到所述修改指令之前所述文档关系图中所包含的节点。
- 根据权利要求1-6中任一项所述的方法,其特征在于,所述文档修改内容包括变量值的更改或公式的更改。
- 根据权利要求7所述的方法,其特征在于,所述变量值的更改包括修改所述引用文档中的变量值。
- 一种引用文档的更新装置,其特征在于,包括:文档关系图获取模块,用于获取文档关系图;文档修改指令获取模块,用于获取文档修改指令,其中,所述文档修改指令中包含文档标识和文档修改内容;关联文档标识提取模块,用于根据所述文档标识从所述文档关系图中提取关联文档标识;文档修改内容发送模块,用于将所述文档修改内容发送给与所述关联文档标识所对应的关联文档。
- 根据权利要求9所述的更新装置,其特征在于,所述关联文档标识提取模块还用于:根据所述文档标识从所述文档关系图中获取与所述文档标识具有引用关系的所述关联文档标识。
- 根据权利要求10所述的更新装置,其特征在于,所述关联文档标识提取模块,包括:引用方清单提取模块,用于从所述文档关系图中获取直接引用所述文档标识的第一类文档标识,以及间接引用所述文档标识的第二类文档标识。
- 根据权利要求9-11中任一项所述的更新装置,其特征在于,所述文档修改内容发送模块用于:将所述文档修改内容采用消息通知的方式发送给与所述关联文档标识所对应的关联文档,以使所述关联文档获知所述文档修改内容,并根据所述文档修改内容进行文档引用运算。
- 根据权利要求9-12中任一项所述的更新装置,其特征在于,还包括:引用关系修改指令接收模块,用于接收多个引用关系修改指令;指令列表获取模块,用于按照接收时间对所述关系修改指令进行排序获取指令列表;文档关系图更新模块,用于根据指令列表对所述文档关系图进行更新。
- 根据权利要求13所述的更新装置,其特征在于,所述文档关系图更新模块,还用于:在确定所述修改指令包括取消指定文档标识之间的引用关系时,则从所述文档关系图中确定所述指定文档标识,并将所述指定文档标识之间的关联关系进行删除;在确定所述修改指令包括添加新的引用关系时,则从所述修改指令中获取新增的文档标识以及历史文档标识,并在所述文档关系图中增加所述新增的文档标识,并添加所述新增的文档标识与所述历史文档标识之间的关联关系,其中,所述历史文档标识为未接收到所述修改指令之前所述文档关系图中所包含的节点。
- 根据权利要求9-14中任一项所述的更新装置,其特征在于,所述文档修改内容包括变量值的更改或公式的更改。
- 根据权利要求15所述的更新装置,其特征在于,所述变量值的更改包括修改所述引用文档中的变量值。
- 一种电子设备,其特征在于,所述电子设备包括:一个或多个处理器;存储装置,用于存储一个或多个程序,当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如权利要求1-8中任一项所述的方法。
- 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,该程序被处理器执行时实现如权利要求1-8中任一项所述的方法。
- 一种计算机程序产品,包括计算机程序,所述计算机程序在被处理装置执行时实现权利要求1-8中任一项所述方法的步骤。
- 一种计算机程序,所述计算机程序在被处理装置执行时实现权利要求1-8中任一项所述方法的步骤。
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/004,869 US12287834B2 (en) | 2020-07-09 | 2021-07-07 | Citation document updates based on associated document modification |
| EP21838816.3A EP4167102A4 (en) | 2020-07-09 | 2021-07-07 | METHOD AND DEVICE FOR UPDATING REFERENCE DOCUMENT, ELECTRONIC DEVICE AND STORAGE MEDIUM |
| JP2023501413A JP7532633B2 (ja) | 2020-07-09 | 2021-07-07 | 引用ドキュメントの更新方法、装置、電子機器及び記憶媒体 |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010655848.3 | 2020-07-09 | ||
| CN202010655848.3A CN111858518B (zh) | 2020-07-09 | 2020-07-09 | 一种引用文档的更新方法、装置、电子设备及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022007855A1 true WO2022007855A1 (zh) | 2022-01-13 |
Family
ID=73153576
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/105037 Ceased WO2022007855A1 (zh) | 2020-07-09 | 2021-07-07 | 一种引用文档的更新方法、装置、电子设备及存储介质 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US12287834B2 (zh) |
| EP (1) | EP4167102A4 (zh) |
| JP (1) | JP7532633B2 (zh) |
| CN (1) | CN111858518B (zh) |
| WO (1) | WO2022007855A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118394840A (zh) * | 2024-04-29 | 2024-07-26 | 首都机场集团有限公司 | 机场安全数据库的数据同步方法、装置及介质 |
Families Citing this family (19)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111858518B (zh) * | 2020-07-09 | 2022-10-25 | 北京字节跳动网络技术有限公司 | 一种引用文档的更新方法、装置、电子设备及存储介质 |
| CN112528595B (zh) * | 2020-12-15 | 2023-05-09 | 北京字跳网络技术有限公司 | 文档处理方法、装置和电子设备 |
| CN114997114B (zh) * | 2021-03-01 | 2024-07-19 | 北京字跳网络技术有限公司 | 文档更新方法、装置、设备和介质 |
| CN114997116B (zh) | 2021-03-01 | 2025-03-18 | 北京字跳网络技术有限公司 | 一种文档的编辑方法、装置、设备及存储介质 |
| CN114997120B (zh) * | 2021-03-01 | 2023-09-26 | 北京字跳网络技术有限公司 | 文档标签的生成方法、装置、终端和存储介质 |
| CN115079872B (zh) | 2021-03-01 | 2023-09-19 | 北京字跳网络技术有限公司 | 一种文档处理方法、装置、设备和介质 |
| CN113361231B (zh) * | 2021-07-06 | 2024-05-28 | 北京字跳网络技术有限公司 | 信息引用方法、系统、装置和电子设备 |
| CN113779193B (zh) * | 2021-08-25 | 2024-03-08 | 润申标准化技术服务(上海)有限公司 | 文本引用方法、装置及电子设备 |
| CN116070598B (zh) * | 2021-11-04 | 2025-11-25 | 北京字跳网络技术有限公司 | 内容更新方法、装置、电子设备、介质及程序产品 |
| CN114356368A (zh) * | 2021-12-24 | 2022-04-15 | 北京鸿合爱学教育科技有限公司 | 信息更新方法、装置、设备及存储介质 |
| CN114416968B (zh) * | 2021-12-31 | 2026-03-27 | 钉钉(中国)信息技术有限公司 | 文档回顾方法及装置 |
| CN114896242B (zh) * | 2022-04-01 | 2026-02-13 | 珠海金山办公软件有限公司 | 一种数据处理方法、装置、电子设备及存储介质 |
| CN117094289A (zh) * | 2022-05-11 | 2023-11-21 | 北京字跳网络技术有限公司 | 控制数据块的方法、装置、系统、电子设备和存储介质 |
| CN114924988B (zh) * | 2022-06-08 | 2026-04-14 | 同盾科技有限公司 | 测试用例更新方法、装置、存储介质及电子设备 |
| CN115658105A (zh) * | 2022-10-21 | 2023-01-31 | 平安科技(深圳)有限公司 | 数据关联更新的方法、装置、计算机设备和存储介质 |
| CN116883548B (zh) * | 2023-09-08 | 2023-12-19 | 福昕鲲鹏(北京)信息科技有限公司 | 电子文档中便捷添加修改电子图像的方法和装置 |
| CN117370294A (zh) * | 2023-10-11 | 2024-01-09 | 中国建设银行股份有限公司 | 文件更新方法、装置、计算机设备和存储介质 |
| CN118051490B (zh) * | 2024-02-03 | 2025-02-25 | 北京卓信智恒数据科技股份有限公司 | 一种标准文件管理方法、系统、终端及存储介质 |
| CN119415478B (zh) * | 2024-10-17 | 2025-11-25 | 广东网才档案技术有限公司 | 档案的智能化归档保管方法及档案保管系统 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109688176A (zh) * | 2017-10-18 | 2019-04-26 | 腾讯科技(深圳)有限公司 | 一种文件同步方法及终端、网络设备、存储介质 |
| CN110134800A (zh) * | 2019-04-17 | 2019-08-16 | 深圳壹账通智能科技有限公司 | 一种文档关系可视化处理方法及装置 |
| CN110347672A (zh) * | 2019-05-27 | 2019-10-18 | 深圳壹账通智能科技有限公司 | 数据表关联更新的验证方法及装置、电子设备及存储介质 |
| CN110909521A (zh) * | 2019-11-14 | 2020-03-24 | 北京字节跳动网络技术有限公司 | 在线文档信息的同步处理方法、装置及电子设备 |
| CN110941750A (zh) * | 2019-11-28 | 2020-03-31 | 金蝶软件(中国)有限公司 | 一种数据联动的方法以及相关装置 |
| CN111858518A (zh) * | 2020-07-09 | 2020-10-30 | 北京字节跳动网络技术有限公司 | 一种引用文档的更新方法、装置、电子设备及存储介质 |
Family Cites Families (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2007241459A (ja) * | 2006-03-06 | 2007-09-20 | Fuji Xerox Co Ltd | ドキュメントデータ分析装置 |
| JP2009223717A (ja) * | 2008-03-18 | 2009-10-01 | Nec Corp | 文書管理装置、文書管理方法、及びプログラム |
| US8527556B2 (en) * | 2010-09-27 | 2013-09-03 | Business Objects Software Limited | Systems and methods to update a content store associated with a search index |
| US9727538B2 (en) * | 2010-12-10 | 2017-08-08 | International Business Machines Corporation | Editing a fragmented document |
| CN102567359A (zh) * | 2010-12-22 | 2012-07-11 | 上海杉达学院 | 可跟踪文档修改的文档管理方法 |
| US8943071B2 (en) * | 2011-08-23 | 2015-01-27 | At&T Intellectual Property I, L.P. | Automatic sort and propagation associated with electronic documents |
| CN103578073A (zh) * | 2013-11-25 | 2014-02-12 | 方正国际软件有限公司 | 信息引用装置和信息引用方法 |
| US10282255B2 (en) * | 2015-07-15 | 2019-05-07 | Microsoft Technology Licensing, Llc | Coordinating file synchronization between a sync engine and another application that supports document collaboration |
| JP6601292B2 (ja) * | 2016-03-25 | 2019-11-06 | 日本電気株式会社 | 文書管理装置、文書管理方法及びプログラム |
| JP2017224173A (ja) * | 2016-06-15 | 2017-12-21 | 株式会社リコー | 情報処理装置、プログラム、及び情報処理方法 |
| US20180367597A1 (en) * | 2017-06-15 | 2018-12-20 | Ramakrishnan Kolli | Method and System of Sharing a File |
| WO2019070687A1 (en) * | 2017-10-03 | 2019-04-11 | Lyconos, Inc. | SYSTEMS AND METHODS FOR AUTOMATION OF DOCUMENTS |
| US10866963B2 (en) * | 2017-12-28 | 2020-12-15 | Dropbox, Inc. | File system authentication |
| CN110096590A (zh) * | 2019-03-19 | 2019-08-06 | 天津字节跳动科技有限公司 | 一种文档归类方法、装置、介质和电子设备 |
| CN110674360B (zh) * | 2019-09-27 | 2023-03-31 | 厦门美亚亿安信息科技有限公司 | 一种用于数据的溯源方法和系统 |
| CN111178016A (zh) * | 2019-12-18 | 2020-05-19 | 中电投电力工程有限公司 | 一种用于协同编辑及生成文档的方法 |
-
2020
- 2020-07-09 CN CN202010655848.3A patent/CN111858518B/zh active Active
-
2021
- 2021-07-07 US US18/004,869 patent/US12287834B2/en active Active
- 2021-07-07 JP JP2023501413A patent/JP7532633B2/ja active Active
- 2021-07-07 WO PCT/CN2021/105037 patent/WO2022007855A1/zh not_active Ceased
- 2021-07-07 EP EP21838816.3A patent/EP4167102A4/en not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109688176A (zh) * | 2017-10-18 | 2019-04-26 | 腾讯科技(深圳)有限公司 | 一种文件同步方法及终端、网络设备、存储介质 |
| CN110134800A (zh) * | 2019-04-17 | 2019-08-16 | 深圳壹账通智能科技有限公司 | 一种文档关系可视化处理方法及装置 |
| CN110347672A (zh) * | 2019-05-27 | 2019-10-18 | 深圳壹账通智能科技有限公司 | 数据表关联更新的验证方法及装置、电子设备及存储介质 |
| CN110909521A (zh) * | 2019-11-14 | 2020-03-24 | 北京字节跳动网络技术有限公司 | 在线文档信息的同步处理方法、装置及电子设备 |
| CN110941750A (zh) * | 2019-11-28 | 2020-03-31 | 金蝶软件(中国)有限公司 | 一种数据联动的方法以及相关装置 |
| CN111858518A (zh) * | 2020-07-09 | 2020-10-30 | 北京字节跳动网络技术有限公司 | 一种引用文档的更新方法、装置、电子设备及存储介质 |
Non-Patent Citations (1)
| Title |
|---|
| See also references of EP4167102A4 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118394840A (zh) * | 2024-04-29 | 2024-07-26 | 首都机场集团有限公司 | 机场安全数据库的数据同步方法、装置及介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111858518A (zh) | 2020-10-30 |
| EP4167102A4 (en) | 2023-11-08 |
| US20230350872A1 (en) | 2023-11-02 |
| EP4167102A1 (en) | 2023-04-19 |
| JP2023533555A (ja) | 2023-08-03 |
| CN111858518B (zh) | 2022-10-25 |
| US12287834B2 (en) | 2025-04-29 |
| JP7532633B2 (ja) | 2024-08-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2022007855A1 (zh) | 一种引用文档的更新方法、装置、电子设备及存储介质 | |
| CN110795446A (zh) | 榜单更新方法、装置、可读介质和电子设备 | |
| CN115757400B (zh) | 数据表处理方法、装置、电子设备和计算机可读介质 | |
| CN111241137B (zh) | 数据处理方法、装置、电子设备及存储介质 | |
| CN112035256A (zh) | 一种资源分配方法、装置、电子设备及介质 | |
| CN111262907A (zh) | 服务实例访问方法、装置和电子设备 | |
| CN110852720A (zh) | 文档的处理方法、装置、设备及存储介质 | |
| CN112800122B (zh) | 数据处理方法、装置和电子设备 | |
| CN112230986B (zh) | 项目文件生成方法、装置、电子设备和计算机可读介质 | |
| CN115391605A (zh) | 数据查询方法、装置、设备、计算机可读介质和程序产品 | |
| CN111355784B (zh) | 一种处理请求信息的方法、装置、介质和电子设备 | |
| CN116483808B (zh) | 数据迁移方法、装置、电子设备和计算机可读介质 | |
| CN112115154A (zh) | 数据处理和数据查询方法、装置、设备和计算机可读介质 | |
| CN113934896B (zh) | 一种数据处理方法、装置及设备 | |
| CN110633324A (zh) | 用于同步数据的方法、装置、电子设备和计算机可读介质 | |
| CN118276831A (zh) | 一种数据处理方法及系统 | |
| CN115080521B (zh) | 信息显示方法、装置、电子设备和存储介质 | |
| CN113139803B (zh) | 订单信息生成方法、装置、电子设备和计算机可读介质 | |
| CN111400322B (zh) | 用于存储数据的方法、装置、电子设备和介质 | |
| CN115292635A (zh) | 页面楼层数据显示方法、装置、设备和计算机可读介质 | |
| CN110941683B (zh) | 获取空间中对象属性信息的方法、装置、介质和电子设备 | |
| CN115550160A (zh) | 配置信息发送、配置信息更新方法、业务请求处理方法 | |
| CN112100205A (zh) | 数据处理方法、装置、设备和计算机可读介质 | |
| CN112131844A (zh) | 在线文档的编辑方法、装置及电子设备 | |
| CN114040014B (zh) | 内容推送方法、装置、电子设备及计算机可读存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21838816 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2023501413 Country of ref document: JP Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2021838816 Country of ref document: EP Effective date: 20230110 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWG | Wipo information: grant in national office |
Ref document number: 18004869 Country of ref document: US |
|
| WWW | Wipo information: withdrawn in national office |
Ref document number: 2021838816 Country of ref document: EP |