CN111832061A - Sandbox file reading method and device and terminal - Google Patents

Sandbox file reading method and device and terminal Download PDF

Info

Publication number
CN111832061A
CN111832061A CN201910314071.1A CN201910314071A CN111832061A CN 111832061 A CN111832061 A CN 111832061A CN 201910314071 A CN201910314071 A CN 201910314071A CN 111832061 A CN111832061 A CN 111832061A
Authority
CN
China
Prior art keywords
file
sandbox
reading
request
directory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910314071.1A
Other languages
Chinese (zh)
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.)
Tianjin 58daojia Technology Co ltd
Original Assignee
Tianjin 58daojia Technology 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 Tianjin 58daojia Technology Co ltd filed Critical Tianjin 58daojia Technology Co ltd
Priority to CN201910314071.1A priority Critical patent/CN111832061A/en
Publication of CN111832061A publication Critical patent/CN111832061A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database

Abstract

The embodiment of the application provides a sandbox file reading method, a sandbox file reading device and a sandbox file reading terminal, and relates to the technical field of computer application. Detecting a sandbox file reading request under the condition that the application program to be tested runs; responding to the sandbox file reading request, and acquiring a file path of the sandbox file; reading file data in the sandbox file based on the file path; and displaying the file data. The technical scheme provided by the embodiment of the application realizes convenient and fast reading of the sandbox file.

Description

Sandbox file reading method and device and terminal
Technical Field
The embodiment of the application relates to the technical field of computer application, in particular to a sandbox file reading method, a sandbox file reading device and a sandbox file reading terminal.
Background
Sandboxing is a security mechanism that prevents access between different APPs (applications) through sandboxing. The sandbox is used to store the relevant files of the APP, called sandbox files. The sandbox file generally stores package files (executable files), pictures, audio, video, databases, and other files generated by the APP operation. Each sandbox file is independent of the other sandbox files.
The developer need debug the APP when developing the APP, knows whether software normally works, whether the data file of depositing and output is correct etc. consequently need read sandbox file.
In the prior art, the specific method for reading the sandbox file is that the designated device for installing the APP is connected with a computer, the sandbox path of the APP installed on the designated device is obtained, the sandbox file under the sandbox path is downloaded to the computer, the sandbox file is read from the computer, and the file reading method is complex and tedious.
Disclosure of Invention
The embodiment of the application provides a sandbox file reading method, a sandbox file reading device and a sandbox file reading terminal, and aims to solve the technical problem that a sandbox file reading mode in the prior art is complex and tedious.
In a first aspect, an embodiment of the present application provides a sandbox file reading method, including:
under the condition that the application program to be tested runs, detecting a sandbox file reading request;
responding to the sandbox file reading request, and acquiring a file path of the sandbox file;
reading file data in the sandbox file based on the file path;
and displaying the file data.
In a second aspect, an embodiment of the present application provides a sandbox file reading apparatus, including:
the detection module is used for detecting a sandbox file reading request under the condition that the application program to be tested runs;
the acquisition module is used for responding to the sandbox file reading request and acquiring a file path of the sandbox file;
the reading module is used for reading the file data in the sandbox file based on the file path;
and the display module is used for displaying the file data.
In a third aspect, an embodiment of the present application provides a terminal, including a processing component and a storage component;
the storage component stores one or more computer program instructions; the one or more computer program instructions for invocation and execution by the processing component;
the processing component is to:
running an application program to be tested;
detecting a sandbox file reading request;
responding to the sandbox file reading request, and acquiring a file path of the sandbox file;
reading file data in the sandbox file based on the file path;
and displaying the file data.
In the embodiment of the application, under the condition that the application program to be tested runs, a sandbox file reading request is detected; responding to the sandbox file reading request, and acquiring a file path of the sandbox file; reading file data in the sandbox file based on the file path; and displaying the file data. Under the condition that the application program to be tested runs, the file data of the sandbox file is directly read on the application program to be tested, the electronic equipment where the application program to be tested is located does not need to be connected with computer equipment such as a computer, the file data of the sandbox file is read on the computer, the reading flow of the file data of the sandbox file is simplified, and the file data of the sandbox file can be conveniently and quickly read.
These and other aspects of the present application will be more readily apparent from the following description of the embodiments.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow chart illustrating one embodiment of a sandboxed file reading method as set forth in the present application;
FIG. 2 is a schematic structural diagram of an embodiment of a sandbox document reading device provided by the present application;
fig. 3 is a schematic structural diagram of an embodiment of a terminal according to the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application.
In some of the flows described in the specification and claims of this application and in the above-described figures, a number of operations are included that occur in a particular order, but it should be clearly understood that these operations may be performed out of order or in parallel as they occur herein, the number of operations, e.g., 101, 102, etc., merely being used to distinguish between various operations, and the number itself does not represent any order of performance. Additionally, the flows may include more or fewer operations, and the operations may be performed sequentially or in parallel. It should be noted that, the descriptions of "first", "second", etc. in this document are used for distinguishing different messages, devices, modules, etc., and do not represent a sequential order, nor limit the types of "first" and "second" to be different.
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a flowchart of an embodiment of a method for reading a sandbox file according to the present application, where the method may include the following steps:
101: and under the condition that the application program to be tested runs, detecting a sandbox file reading request.
The application program to be tested is installed on the electronic equipment.
The electronic device can be an electronic device specified by a developer in the stage of developing the application program.
In practical applications, the application to be tested may refer to an IOS (apple mobile operating system) application. The operating system of the electronic device may be an IOS system.
102: and responding to the sandbox file reading request, and acquiring a file path of the sandbox file.
The file path of the sandbox file is a storage path of the sandbox file in the electronic device.
103: and reading the file data in the sandbox file based on the file path.
The file data in the sandbox file is stored under the file path, and the file data in the sandbox file can be read from the file path by acquiring the file path of the sandbox file.
104: and displaying the file data.
In the embodiment, under the condition that the application program to be tested runs, the file data of the sandbox file is directly read from the application program to be tested, so that the technical problem that the file data of the sandbox file is complex and tedious to read from a computer in the prior art is solved, the reading process of the file data of the sandbox file is simplified, and the file data of the sandbox file is conveniently and quickly read.
In some embodiments, in a case where an application to be tested is running, a method of detecting a sandbox file read request may include:
under the condition that the application program to be tested runs, detecting whether a preset operation occurs;
if the predetermined operation occurs, a sandbox file read request is generated.
The predetermined operation may be an operation specified by a developer in a development testing phase.
In some embodiments, in the case where the application to be tested is running, detecting whether the predetermined operation occurs may include:
and under the condition that the application program to be tested runs, detecting whether the electronic equipment is in a preset motion state by using a detection component.
The detection component can be a sensor, and whether the electronic equipment is in a preset motion state or not is judged through sensing the change of data. The predetermined motion state may be a preset specific motion state of the electronic device when a user performs a specific operation on the electronic device.
For example, a user may shake the electronic device by a certain amplitude and frequency, so that the electronic device generates a certain motion speed and acceleration in certain directions, and the sensor determines the motion state of the electronic device based on the change of the sensing data. And if the motion state is the same as the preset specific motion state, determining that the electronic equipment is in the preset motion state.
Alternatively, the predetermined operation may be a user touching the screen of the electronic device for a certain time, so that the screen of the electronic device is pressed for a certain time, and the pressure sensor determines whether the predetermined operation occurs based on the data information about the pressure and the time duration.
In some embodiments, the method of generating a sandboxed file read request may include, if a predetermined operation occurs:
if the preset operation occurs, displaying the file reading prompt information;
and generating a sandbox file reading request in response to the confirmation operation aiming at the file reading prompt information.
The file reading prompt message may include a caption message and a confirmation control. The descriptive information may be suggestive information for a user to clearly read the file.
In practical application, under the condition of scheduled operation, the operation interface of the application program to be tested is switched into a message prompt interface, and file reading prompt information containing the text description information and the confirmation control is output on the message prompt interface. And generating a sandbox file reading request when responding to the operation that the user clicks the confirmation button. And switching the message prompt interface back to the operation interface.
For example, in the case where the user shakes the electronic apparatus with a certain amplitude and frequency, the sensor determines that the electronic apparatus is in a predetermined motion state, that is, a predetermined operation has occurred. At this time, the operation interface of the application program to be tested is switched into a message prompt interface, and the file reading prompt information is output. And when the user clicks the confirmation button in response to the operation, generating a sandbox file reading request, and switching the message prompt interface into an operation interface.
In some embodiments, in response to the sandbox file read request, the method of invoking the file path of the sandbox file may include:
and responding to the sandbox file reading request, and calling a file reading code to acquire a file path of the sandbox file.
The file reading code may be a code configured by the inventor to the application program to be tested and used for reading the file data of the sandbox file. The code has the same function as a reading code configured on a computer, namely, the reading of a sandbox file can be realized, the difference is that the representation forms of the code and the reading code are different, and the file reading code can be operated on an electronic device.
In some embodiments, based on the file path, the method of reading the file data in the sandbox file may include:
and reading the file directory of the sandbox file and the file content indexed by the file directory based on the file path.
The file data comprises a file directory and file contents indexed by the file directory.
In some embodiments, the method of presenting the file data may include:
displaying the file directory;
in response to a directory read request for any of the file directories, exposing file contents of the any directory index.
In practical application, based on the file path, the operation interface of the application program to be tested is switched to a file directory display interface. And responding to a directory reading request which is triggered by a user and aims at any directory in the file directories, switching the file directory display interface into a file content display interface, and displaying the file content indexed by the directory.
In this embodiment, the file reading code configured in the application program to be tested can give the application program to be tested a function of directly reading the file data of the sandbox file. Based on the operation of the user on the electronic equipment, the sandbox file reading request is responded, the file path is called, and the file data of the sandbox file is read.
Compared with the computer reading method in the prior art, the computer reading method has the advantages that the electronic equipment provided with the application program to be tested is required to be connected with the computer, the sandbox file is downloaded to the computer to be read, and the operation is complex and tedious. By adopting the technical scheme of the embodiment of the application, the file data of the sandbox file can be directly read on the electronic equipment provided with the application program to be tested without connecting a computer or downloading the sandbox file to the computer, so that the reading process is simplified, and the file data of the sandbox file can be conveniently and quickly read.
Fig. 2 is a schematic structural diagram of an embodiment of a sandbox document reading apparatus provided in an embodiment of the present application, where the apparatus may include:
the detection module 201 is configured to detect a sandbox file reading request when the application to be tested runs;
an obtaining module 202, configured to respond to the sandbox file reading request and obtain a file path of the sandbox file;
a reading module 203, configured to read file data in the sandbox file based on the file path;
and the display module 204 is configured to display the file data.
In some embodiments, the detection module may include:
the detection unit is used for detecting whether a preset operation occurs or not under the condition that the application program to be tested runs;
and the generating unit is used for generating a sandbox file reading request if a preset operation occurs.
In some embodiments, the application to be tested is installed in an electronic device, and the detecting unit may include:
and the detection subunit is used for detecting whether the electronic equipment is in a preset motion state or not by using the detection component under the condition that the application program to be tested runs.
In some embodiments, the generating unit may include:
the display subunit is used for displaying the file reading prompt information if the preset operation occurs;
and the generating subunit is used for responding to the confirmation operation aiming at the file reading prompt information and generating a sandbox file reading request.
In some embodiments, the obtaining module may include:
and the calling unit is used for responding to the sandbox file reading request and calling a file reading code to acquire the file path of the sandbox file.
In some embodiments, the reading module may include:
the reading unit is used for reading the file directory of the sandbox file and the file content of the file directory index based on the file path;
the display module may include:
the first display unit is used for displaying the file directory;
and the second display unit is used for responding to a directory reading request aiming at any directory in the file directories and displaying the file content of any directory index.
The sandbox file reading apparatus shown in fig. 2 may execute the method shown in the embodiment shown in fig. 1, and the implementation principle and the technical effect are not described again. The specific manner in which each module and unit of the sandbox file reading apparatus in the above embodiments perform operations has been described in detail in the embodiments related to the method, and will not be described in detail here.
In one possible design, the sandboxed file reading apparatus of the embodiment shown in fig. 2 may be implemented as a terminal, which may include a storage component 301 and a processing component 302 as shown in fig. 3;
the storage component 301 stores one or more computer instructions for the processing component 302 to invoke for execution.
The processing component 302 is configured to:
running an application program to be tested;
detecting a sandbox file reading request;
responding to the sandbox file reading request, and acquiring a file path of the sandbox file;
reading file data in the sandbox file based on the file path;
and displaying the file data.
Among other things, the processing component 302 may include one or more processors to execute computer instructions to perform all or some of the steps of the methods described above. Of course, the processing elements may also be implemented as one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components configured to perform the above-described methods.
The storage component 301 is configured to store various types of data to support operations at the terminal. The memory components may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
Of course, the terminal may of course also comprise other components, such as input/output interfaces, communication components, etc.
The input/output interface provides an interface between the processing components and peripheral interface modules, which may be output devices, input devices, etc.
The communication component is configured to facilitate wired or wireless communication between the computing device and other devices, and the like.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (13)

1. A sandbox file reading method is applied to an application program to be tested, and the method comprises the following steps:
under the condition that the application program to be tested runs, detecting a sandbox file reading request;
responding to the sandbox file reading request, and acquiring a file path of the sandbox file;
reading file data in the sandbox file based on the file path;
and displaying the file data.
2. The method of claim 1, wherein detecting a sandbox file read request in the event the application under test is running comprises:
under the condition that the application program to be tested runs, detecting whether a preset operation occurs;
if the predetermined operation occurs, a sandbox file read request is generated.
3. The method of claim 2, wherein the application under test is installed in an electronic device;
the detecting whether a predetermined operation occurs under the condition that the application program to be tested runs comprises the following steps:
and under the condition that the application program to be tested runs, detecting whether the electronic equipment is in a preset motion state by using a detection component.
4. The method of claim 2, wherein generating a sandbox file read request if a predetermined operation occurs comprises:
if the preset operation occurs, displaying the file reading prompt information;
and generating a sandbox file reading request in response to the confirmation operation aiming at the file reading prompt information.
5. The method of claim 1, wherein the obtaining a file path of the sandbox file in response to the sandbox file read request comprises:
and responding to the sandbox file reading request, and calling a file reading code to acquire a file path of the sandbox file.
6. The method of claim 1, wherein reading file data in the sandbox file based on the file path comprises:
reading a file directory of the sandbox file and file contents indexed by the file directory based on the file path;
the displaying the file data comprises:
displaying the file directory;
in response to a directory read request for any of the file directories, exposing file contents of the any directory index.
7. A sandboxed document reading apparatus comprising:
the detection module is used for detecting a sandbox file reading request under the condition that the application program to be tested runs;
the acquisition module is used for responding to the sandbox file reading request and acquiring a file path of the sandbox file;
the reading module is used for reading the file data in the sandbox file based on the file path;
and the display module is used for displaying the file data.
8. The apparatus of claim 7, wherein the detection module comprises:
the detection unit is used for detecting whether a preset operation occurs or not under the condition that the application program to be tested runs;
and the generating unit is used for generating a sandbox file reading request if a preset operation occurs.
9. The apparatus of claim 8, wherein the application to be tested is installed in an electronic device;
the detection unit includes:
and the detection subunit is used for detecting whether the electronic equipment is in a preset motion state or not by using the detection component under the condition that the application program to be tested runs.
10. The apparatus of claim 8, wherein the generating unit comprises:
the display subunit is used for displaying the file reading prompt information if the preset operation occurs;
and the generating subunit is used for responding to the confirmation operation aiming at the file reading prompt information and generating a sandbox file reading request.
11. The apparatus of claim 7, wherein the obtaining module comprises:
and the calling unit is used for responding to the sandbox file reading request and calling a file reading code to acquire the file path of the sandbox file.
12. The apparatus of claim 7, wherein the reading module comprises:
the reading unit is used for reading the file directory of the sandbox file and the file content of the file directory index based on the file path;
the display module comprises:
the first display unit is used for displaying the file directory;
and the second display unit is used for responding to a directory reading request aiming at any directory in the file directories and displaying the file content of any directory index.
13. A terminal, comprising a processing component and a storage component;
the storage component stores one or more computer program instructions; the one or more computer program instructions for invocation and execution by the processing component;
the processing component is to:
running an application program to be tested;
detecting a sandbox file reading request;
responding to the sandbox file reading request, and acquiring a file path of the sandbox file;
reading file data in the sandbox file based on the file path;
and displaying the file data.
CN201910314071.1A 2019-04-18 2019-04-18 Sandbox file reading method and device and terminal Pending CN111832061A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910314071.1A CN111832061A (en) 2019-04-18 2019-04-18 Sandbox file reading method and device and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910314071.1A CN111832061A (en) 2019-04-18 2019-04-18 Sandbox file reading method and device and terminal

Publications (1)

Publication Number Publication Date
CN111832061A true CN111832061A (en) 2020-10-27

Family

ID=72914900

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910314071.1A Pending CN111832061A (en) 2019-04-18 2019-04-18 Sandbox file reading method and device and terminal

Country Status (1)

Country Link
CN (1) CN111832061A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114141079A (en) * 2021-11-15 2022-03-04 中船舰客教育科技(北京)有限公司 Intelligent production line MR virtual training system and method, electronic device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105279164A (en) * 2014-06-17 2016-01-27 腾讯科技(深圳)有限公司 File processing method and device based on IOS system
CN105550252A (en) * 2015-12-09 2016-05-04 北京金山安全软件有限公司 File positioning method and device and electronic equipment
US20170286141A1 (en) * 2016-03-31 2017-10-05 Vmware, Inc. Capturing components of an application using a sandboxed environment
CN109558375A (en) * 2018-12-05 2019-04-02 武汉斗鱼网络科技有限公司 A kind of file memory method of optimization, storage medium, equipment and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105279164A (en) * 2014-06-17 2016-01-27 腾讯科技(深圳)有限公司 File processing method and device based on IOS system
CN105550252A (en) * 2015-12-09 2016-05-04 北京金山安全软件有限公司 File positioning method and device and electronic equipment
US20170286141A1 (en) * 2016-03-31 2017-10-05 Vmware, Inc. Capturing components of an application using a sandboxed environment
CN109558375A (en) * 2018-12-05 2019-04-02 武汉斗鱼网络科技有限公司 A kind of file memory method of optimization, storage medium, equipment and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114141079A (en) * 2021-11-15 2022-03-04 中船舰客教育科技(北京)有限公司 Intelligent production line MR virtual training system and method, electronic device and storage medium
CN114141079B (en) * 2021-11-15 2023-12-15 中船舰客教育科技(北京)有限公司 Intelligent production line MR virtual training system, method, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US10509644B2 (en) Method and system for controlling integrated software components
CN107391379B (en) Automatic interface testing method and device
CN107122301B (en) Interface testing method and device
CN109597755B (en) Text display detection method and device, storage medium and electronic equipment
US9671926B2 (en) Method and terminal device for displaying dynamic icon
KR101900047B1 (en) Method and Apparatus to Evaluate Required Permissions for Application
CN111190825A (en) Automatic test method, system and robot
KR102105753B1 (en) Method and system for automatic configuration test case generation of mobile application
CN111459818B (en) Visual test method and device
CN110889691B (en) Information display method, device and equipment
CN110704311B (en) Application program testing method and device, electronic equipment and readable storage medium
CN111832061A (en) Sandbox file reading method and device and terminal
CN113656107A (en) Mobile application loading method and device and electronic equipment
CN108037914B (en) Method and device for developing android native system by combining js
CN110889116A (en) Advertisement blocking method and device and electronic equipment
CN109981873B (en) Address book permission opening method and device and electronic equipment
CN112631949B (en) Debugging method and device, computer equipment and storage medium
CN112068895B (en) Code configuration method, device, video playing equipment and storage medium
CN110502251B (en) Application installation method and device
CN114816637A (en) Application display method, device and system embedded into applet
CN108197930B (en) DOI display and transaction information verification method, device and equipment
CN109086346B (en) Image display method and device
CN109684191B (en) Application package construction method, device and equipment and readable storage medium
CN112379943A (en) Plug-in application method and device of Electron application program and storage medium
CN113407879A (en) Data reporting method, device and readable medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination