CN113419719A - Interface case generation method and system based on business scene - Google Patents

Interface case generation method and system based on business scene Download PDF

Info

Publication number
CN113419719A
CN113419719A CN202110726727.8A CN202110726727A CN113419719A CN 113419719 A CN113419719 A CN 113419719A CN 202110726727 A CN202110726727 A CN 202110726727A CN 113419719 A CN113419719 A CN 113419719A
Authority
CN
China
Prior art keywords
interface
database
parameters
use case
field
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110726727.8A
Other languages
Chinese (zh)
Other versions
CN113419719B (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.)
Beijing Renke Interactive Network Technology Co Ltd
Original Assignee
Beijing Renke Interactive Network 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 Beijing Renke Interactive Network Technology Co Ltd filed Critical Beijing Renke Interactive Network Technology Co Ltd
Priority to CN202110726727.8A priority Critical patent/CN113419719B/en
Publication of CN113419719A publication Critical patent/CN113419719A/en
Application granted granted Critical
Publication of CN113419719B publication Critical patent/CN113419719B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides an interface case generation method and system based on a service scene, wherein the method comprises the following steps: acquiring interface parameters describing an interface and incoming parameters of a business operation interface; obtaining database metadata based on configuration of a service scene and a logical model of a database; establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords; and outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relation. The invention also discloses a generating system which forms the same inventive concept with the generating method, comprising an interface analyzing module, a model analyzing module, a keyword mapping module and a use case output module. The invention realizes the effective reduction of a large amount of manual service tests and the reduction of labor cost.

Description

Interface case generation method and system based on business scene
Technical Field
The invention relates to the technical field of software interfaces, in particular to an interface case generation method and system based on a service scene.
Background
For a software interface, a use case cannot be automatically generated according to a business scene, and needs to be designed manually. At present, some automatic generation schemes for interface use cases exist, and the adopted mode is to input some data to perform simple field-level verification according to the type of interface definition. Still others are to enter some basic parameters to confirm the return status of the current interface. However, it is critical for an interface whether the service scenario can be satisfied, and whether the operation result on the data is correct, so there is a problem of high labor cost for human design.
Disclosure of Invention
The embodiment of the invention provides an interface case generation method and system based on a business scene, which are used for solving the problem of high labor cost in the manual design of the conventional software interface.
In a first aspect, an embodiment of the present invention provides an interface use case generation method based on a service scenario, including:
acquiring interface parameters describing an interface and incoming parameters of a business operation interface;
obtaining database metadata based on configuration of a service scene and a logical model of a database;
establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords;
and outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relation.
Preferably, the interface parameters describing the interface include an object, a field and a type;
the incoming parameters of the business operation interface comprise an object, a field and a type; the configuration of the service scenario includes tables, fields, types and relationships.
Preferably, the keyword is a unique Key value corresponding to each of an object, a field, and a type in an interface parameter of the description interface;
the establishing of the mapping relation between the interface parameters of the description interface and the database metadata based on the keywords comprises the following steps:
mapping the description interface to a plurality of tables in a logical model of the database;
and mapping interface parameters of the description interface including the object, the field and the type to different tables and fields of the database one by one based on unique Key values corresponding to the object, the field and the type respectively.
Preferably, the outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relationship includes:
mapping the business operation interface to a plurality of tables in a logic model of the database through a description interface;
obtaining a database field based on the description interface and the mapping relation; the mapping relation is one-to-one, one-to-many or many-to-many relation among different tables of the database;
and mapping the incoming parameters of the business operation interface including the object, the field and the type to multiple tables and multiple fields of the field of the database one by one, and outputting an interface use case corresponding to the logic model of the database.
In a second aspect, an embodiment of the present invention provides an interface use case generation system based on a service scenario, including
The interface analysis module is used for acquiring interface parameters describing the interface and incoming parameters of the business operation interface;
the model analysis module is used for obtaining database metadata based on the configuration of the service scene and the logic model of the database;
the keyword mapping module is used for establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords;
and the use case output module is used for outputting the interface use case based on the transmitted parameters of the business operation interface and the mapping relation.
Preferably, the interface parameters describing the interface include an object, a field and a type;
the incoming parameters of the business operation interface comprise an object, a field and a type; the configuration of the service scenario includes tables, fields, types and relationships.
Preferably, the keyword is a unique Key value corresponding to each of an object, a field, and a type in an interface parameter of the description interface;
the keyword mapping module is specifically configured to map the description interface to a plurality of tables in a logical model of the database; and mapping interface parameters of the description interface including the object, the field and the type to different tables and fields of the database one by one based on unique Key values corresponding to the object, the field and the type respectively.
Preferably, the use case output module is specifically configured to map the service operation interface to a plurality of tables in the logical model of the database through a description interface; obtaining a database field based on the description interface and the mapping relation; the mapping relation is one-to-one, one-to-many or many-to-many relation among different tables of the database; and mapping the incoming parameters of the business operation interface including the object, the field and the type to multiple tables and multiple fields of the field of the database one by one, and outputting an interface use case corresponding to the logic model of the database.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program that is stored in the memory and is executable on the processor, where the processor implements, when executing the program, the steps of the service scenario-based interface use case generation method according to any one of the above-mentioned first aspects.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the service scenario-based interface use case generation method according to any one of the above-mentioned first aspects.
According to the interface case generation method and system based on the service scene, provided by the embodiment of the invention, the influence range of each field is obtained according to the logical model of the database and the description document of the interface, and finally, the purpose of intelligently generating the interface case according to the data flow when each service scene is operated is achieved.
Drawings
In order to more clearly illustrate the technical solutions of the present invention or the prior art, the drawings needed for 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 invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a flow diagram of a method for generating an interface use case based on a service scenario according to the present invention;
FIG. 2 is a flow chart of a method for outputting an interface use case according to the present invention;
FIG. 3 is a schematic structural diagram of an interface use case generation system based on a service scenario according to the present invention;
fig. 4 is a schematic structural diagram of an electronic device provided in the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. 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 invention.
The technical idea of the invention is as follows: some automatic generation schemes for interface use cases exist at present, and the adopted mode is to input some data for simple field level verification according to the type of interface definition, and some input some basic parameters to confirm the return state of the current interface. However, it is critical for an interface whether the service scenario can be satisfied, and whether the operation result on the data is correct, but the existing technologies cannot do this. The technical scheme of the invention obtains the mechanism of the influence range according to the logical model and the interface document of the database, and generates the interface use case intelligently according to the mechanism.
The following describes a method and a system for generating an interface use case based on a service scenario, which are provided by the present invention, with reference to fig. 1 to 4.
The embodiment of the invention provides an interface use case generation method based on a service scene. Fig. 1 is a schematic flow diagram of a method for generating an interface use case based on a service scenario according to an embodiment of the present invention, and as shown in fig. 1, the method includes:
step 110, obtaining interface parameters describing an interface and incoming parameters of a business operation interface;
step 120, obtaining database metadata based on the configuration of the service scene and the logical model of the database;
step 130, establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords;
and 140, outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relation.
Compared with the prior art, the method provided by the embodiment of the invention can automatically generate the interface use case according to the service scene without artificial design, thereby reducing the labor cost.
Based on any of the above embodiments, the interface parameters of the description interface include an object, a field, and a type; the incoming parameters of the business operation interface comprise an object, a field and a type; the configuration of the service scenario includes tables, fields, types and relationships.
Specifically, the interface parameters describing the interface are defined as object, field and type definitions, the incoming parameters input by the service operation interface are defined as object, field and type definitions, and the output is the state, message code and incoming parameters input.
By way of example, in a configuration of a student-teacher-class-course business scenario, a student includes a student id, a student name, and a class id, a class includes a class name and a class id, and a teacher includes a teacher id, a teacher name, and a professor course id, from which a student and class affiliation, a teacher and course affiliation, a class and teacher relationship table, and a student and course relationship table are established.
Based on any of the above embodiments, the keyword is a unique Key value corresponding to each of an object, a field, and a type in an interface parameter of the description interface;
specifically, each parameter in the description interface has a unique key value, i.e. a key word, for distinguishing from other parameters, and the object has this value and the field also has. The final mapping is mapped to an object or field in the logical model of the database based on the object or field in the description corresponding to this Key value.
The establishing of the mapping relation between the interface parameters of the description interface and the database metadata based on the keywords comprises the following steps:
mapping the description interface to a plurality of tables in a logical model of the database;
and mapping interface parameters of the description interface including the object, the field and the type to different tables and fields of the database one by one based on unique Key values corresponding to the object, the field and the type respectively.
Specifically, the logical model of the database includes a plurality of different tables, each listing a corresponding field, and outputs relationships between the fields.
Based on any of the above embodiments, as shown in fig. 2, the outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relationship includes:
step 210, mapping the business operation interface to a plurality of tables in a logic model of the database through a description interface;
step 220, obtaining a database field based on the description interface and the mapping relation; the mapping relation is one-to-one, one-to-many or many-to-many relation among different tables of the database;
and step 230, mapping the incoming parameters of the business operation interface including the object, the field and the type to multiple tables and multiple fields of the field of the database one by one, and outputting an interface use case corresponding to the logic model of the database.
Specifically, firstly, a mapping relation is established between a description interface and a plurality of different tables of the logic model, a mapping relation is established between interface parameters of the description interface and fields under the plurality of different tables of the logic model, and the acquired incoming parameters of the business operation interface obtain an interface use case corresponding to the logic model of the database based on the mapping relation.
Take an interface created by a student as an example as follows:
1. the interface description document structure is as follows:
/api/student/description
the parameters were obtained as follows:
Figure BDA0003138963580000071
four keys are available through name, propertylame:
student,studentId,studentName,className。
2. operating an interface with a service
/api/student
The input parameters are as follows:
Figure BDA0003138963580000081
the return interface has no information on any data, and whether the real data is created successfully cannot be checked from the aspect of service.
3. Mapping relationships
student (from the parameters of the service interface)
- > student (object corresponding to description interface) - > student (table corresponding to database)
- > studentName (corresponding to a parameter describing an interface) - > stub (corresponding to a field of a database)
class (parameters from service interface)
Class (object for describing interface) > student (table for database)
- > className (corresponding to a parameter describing the interface) - > class (corresponding to a field of the database)
class (data from service interface)
- > student (object corresponding to description interface) - > class (table corresponding to database)
- > className (corresponding to a parameter describing the interface) - > class (corresponding to a field of the database).
The following describes an interface use case generation system based on a service scenario, and the following description and the above-described interface use case generation method based on a service scenario can be referred to correspondingly.
Fig. 3 is a schematic structural diagram of an interface use case generation system based on a service scenario according to an embodiment of the present invention, and as shown in fig. 3, the system includes an interface analysis module 310, a model analysis module 320, a keyword mapping module 330, and a use case output module 340;
the interface analysis module 310 is configured to obtain interface parameters describing an interface and incoming parameters of a service operation interface;
the model analysis module 320 is used for obtaining database metadata based on the configuration of the service scene and the logic model of the database;
a keyword mapping module 330, configured to establish a mapping relationship between the interface parameters of the description interface and the database metadata based on a keyword;
a use case output module 340, configured to output an interface use case based on the incoming parameters of the service operation interface and the mapping relationship.
Compared with the prior art, the system provided by the embodiment of the invention automatically generates the interface use case according to the service scene, does not need artificial design, and reduces the labor cost.
Based on any of the above embodiments, the interface parameters of the description interface include an object, a field, and a type; the incoming parameters of the business operation interface comprise an object, a field and a type; the configuration of the service scenario includes tables, fields, types and relationships.
Based on any of the above embodiments, the keyword is a unique Key value corresponding to each of an object, a field, and a type in an interface parameter of the description interface;
the keyword mapping module is specifically configured to map the description interface to a plurality of tables in a logical model of the database; and mapping interface parameters of the description interface including the object, the field and the type to different tables and fields of the database one by one based on unique Key values corresponding to the object, the field and the type respectively.
Based on any of the above embodiments, the use case output module is specifically configured to map the service operation interface to a plurality of tables in a logic model of the database through a description interface; obtaining a database field based on the description interface and the mapping relation; the mapping relation is one-to-one, one-to-many or many-to-many relation among different tables of the database; and mapping the incoming parameters of the business operation interface including the object, the field and the type to multiple tables and multiple fields of the field of the database one by one, and outputting an interface use case corresponding to the logic model of the database.
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 4, the electronic device may include: a processor (processor)410, a communication Interface 420, a memory (memory)430 and a communication bus 440, wherein the processor 410, the communication Interface 420 and the memory 430 are communicated with each other via the communication bus 440. The processor 410 may invoke logic instructions in the memory 430 to perform a business scenario based interface use case generation method comprising: acquiring interface parameters describing an interface and incoming parameters of a business operation interface; obtaining database metadata based on configuration of a service scene and a logical model of a database; establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords; and outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relation.
In addition, the logic instructions in the memory 430 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In another aspect, an embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program stored on a non-transitory computer-readable storage medium, where the computer program includes program instructions, and when the program instructions are executed by a computer, the computer is capable of executing the interface use case generation method based on the service scenario provided by the foregoing methods, where the method includes: acquiring interface parameters describing an interface and incoming parameters of a business operation interface; obtaining database metadata based on configuration of a service scene and a logical model of a database; establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords; and outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relation.
In another aspect, an embodiment of the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented by a processor to execute the above-mentioned methods for generating an interface use case based on a service scenario, where the method includes: acquiring interface parameters describing an interface and incoming parameters of a business operation interface; obtaining database metadata based on configuration of a service scene and a logical model of a database; establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords; and outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relation.
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 examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will 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 of the embodiments of the present invention.

Claims (10)

1. An interface use case generating method based on a service scene is characterized by comprising the following steps:
acquiring interface parameters describing an interface and incoming parameters of a business operation interface;
obtaining database metadata based on configuration of a service scene and a logical model of a database;
establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords;
and outputting an interface use case based on the incoming parameters of the business operation interface and the mapping relation.
2. The method for generating an interface use case based on a business scenario according to claim 1, wherein the interface parameters describing the interface include an object, a field and a type;
the incoming parameters of the business operation interface comprise an object, a field and a type; the configuration of the service scenario includes tables, fields, types and relationships.
3. The method for generating an interface use case based on a service scenario, according to claim 1, wherein the keyword is a unique Key value corresponding to each of an object, a field, and a type in an interface parameter describing an interface;
the establishing of the mapping relation between the interface parameters of the description interface and the database metadata based on the keywords comprises the following steps:
mapping the description interface to a plurality of tables in a logical model of the database;
and mapping interface parameters of the description interface including the object, the field and the type to different tables and fields of the database one by one based on unique Key values corresponding to the object, the field and the type respectively.
4. The method according to claim 1, wherein outputting the interface use case based on the incoming parameters of the business operation interface and the mapping relationship comprises:
mapping the business operation interface to a plurality of tables in a logic model of the database through a description interface;
obtaining a database field based on the description interface and the mapping relation; the mapping relation is one-to-one, one-to-many or many-to-many relation among different tables of the database;
and mapping the incoming parameters of the business operation interface including the object, the field and the type to multiple tables and multiple fields of the field of the database one by one, and outputting an interface use case corresponding to the logic model of the database.
5. An interface use case generation system based on a business scenario is characterized by comprising:
the interface analysis module is used for acquiring interface parameters describing the interface and incoming parameters of the business operation interface;
the model analysis module is used for obtaining database metadata based on the configuration of the service scene and the logic model of the database;
the keyword mapping module is used for establishing a mapping relation between the interface parameters of the description interface and the database metadata based on keywords;
and the use case output module is used for outputting the interface use case based on the transmitted parameters of the business operation interface and the mapping relation.
6. The system for generating interface use cases based on business scenarios as claimed in claim 5, wherein the interface parameters describing the interface include objects, fields and types;
the incoming parameters of the business operation interface comprise an object, a field and a type; the configuration of the service scenario includes tables, fields, types and relationships.
7. The interface use case generation system based on the service scenario as claimed in claim 5, wherein the keyword is a unique Key value corresponding to each of an object, a field, and a type in the interface parameter describing the interface;
the keyword mapping module is specifically configured to map the description interface to a plurality of tables in a logical model of the database; and mapping interface parameters of the description interface including the object, the field and the type to different tables and fields of the database one by one based on unique Key values corresponding to the object, the field and the type respectively.
8. The interface use case generation system based on the business scenario as claimed in claim 5, wherein the use case output module is specifically configured to map the business operation interface to a plurality of tables in the logical model of the database through a description interface; obtaining a database field based on the description interface and the mapping relation; the mapping relation is one-to-one, one-to-many or many-to-many relation among different tables of the database; and mapping the incoming parameters of the business operation interface including the object, the field and the type to multiple tables and multiple fields of the field of the database one by one, and outputting an interface use case corresponding to the logic model of the database.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the service scenario based interface use case generation method according to any one of claims 1 to 4 when executing the program.
10. A non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the service scenario-based interface use case generation method according to any one of claims 1 to 4.
CN202110726727.8A 2021-06-29 2021-06-29 Interface use case generation method and system based on business scene Active CN113419719B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110726727.8A CN113419719B (en) 2021-06-29 2021-06-29 Interface use case generation method and system based on business scene

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110726727.8A CN113419719B (en) 2021-06-29 2021-06-29 Interface use case generation method and system based on business scene

Publications (2)

Publication Number Publication Date
CN113419719A true CN113419719A (en) 2021-09-21
CN113419719B CN113419719B (en) 2023-10-13

Family

ID=77717147

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110726727.8A Active CN113419719B (en) 2021-06-29 2021-06-29 Interface use case generation method and system based on business scene

Country Status (1)

Country Link
CN (1) CN113419719B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114286356A (en) * 2021-12-29 2022-04-05 河北电信设计咨询有限公司 System and method for constructing 5G business model based on database
CN115514806A (en) * 2022-11-16 2022-12-23 江苏曼荼罗软件股份有限公司 Perception discovery method and system for discrete service cluster

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7296028B1 (en) * 2004-04-30 2007-11-13 Sap Ag System and method for mapping object-oriented program code to a database layer
US20130014080A1 (en) * 2011-07-05 2013-01-10 Frank Brunswig Bulk access to metadata in a service-oriented business framework
US20150347501A1 (en) * 2014-05-30 2015-12-03 Intergraph Corporation Database Interface Method and System
US20150371159A1 (en) * 2014-06-18 2015-12-24 International Business Machines Corporation Generating Business Rule Model
CN106933892A (en) * 2015-12-31 2017-07-07 北京国双科技有限公司 The storage method and device of description information
CN107122171A (en) * 2017-03-23 2017-09-01 北京邮电大学 Automatically generate the method and system of data manipulation in operation flow
CN110083650A (en) * 2019-04-25 2019-08-02 中电科嘉兴新型智慧城市科技发展有限公司 A kind of data-query interfaces automatic generation method and system based on metadata self-discovery
CN110866123A (en) * 2019-11-06 2020-03-06 浪潮软件集团有限公司 Method for constructing data map based on data model and system for constructing data map
CN111078313A (en) * 2019-12-09 2020-04-28 神州数码融信软件有限公司 Service parameter configuration method
CN111209284A (en) * 2020-01-10 2020-05-29 北京仁科互动网络技术有限公司 Metadata-based table dividing method and device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7296028B1 (en) * 2004-04-30 2007-11-13 Sap Ag System and method for mapping object-oriented program code to a database layer
US20130014080A1 (en) * 2011-07-05 2013-01-10 Frank Brunswig Bulk access to metadata in a service-oriented business framework
US20150347501A1 (en) * 2014-05-30 2015-12-03 Intergraph Corporation Database Interface Method and System
US20150371159A1 (en) * 2014-06-18 2015-12-24 International Business Machines Corporation Generating Business Rule Model
CN106933892A (en) * 2015-12-31 2017-07-07 北京国双科技有限公司 The storage method and device of description information
CN107122171A (en) * 2017-03-23 2017-09-01 北京邮电大学 Automatically generate the method and system of data manipulation in operation flow
CN110083650A (en) * 2019-04-25 2019-08-02 中电科嘉兴新型智慧城市科技发展有限公司 A kind of data-query interfaces automatic generation method and system based on metadata self-discovery
CN110866123A (en) * 2019-11-06 2020-03-06 浪潮软件集团有限公司 Method for constructing data map based on data model and system for constructing data map
CN111078313A (en) * 2019-12-09 2020-04-28 神州数码融信软件有限公司 Service parameter configuration method
CN111209284A (en) * 2020-01-10 2020-05-29 北京仁科互动网络技术有限公司 Metadata-based table dividing method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
NIDA FATIMA: "\"Understanding Data Mapping Tools,Process,and Techniques\"", Retrieved from the Internet <URL:https://www.astera.com/type/blog/understanding-data-mapping-and-its-techniques/> *
李瑞轩,卢正鼎,肖卫军,李兵: "多数据库系统中基于XIDM的模式映射方法研究", 计算机研究与发展, vol. 41, no. 03, pages 485 - 490 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114286356A (en) * 2021-12-29 2022-04-05 河北电信设计咨询有限公司 System and method for constructing 5G business model based on database
CN115514806A (en) * 2022-11-16 2022-12-23 江苏曼荼罗软件股份有限公司 Perception discovery method and system for discrete service cluster
CN115514806B (en) * 2022-11-16 2023-03-03 江苏曼荼罗软件股份有限公司 Perception discovery method and system for discrete service cluster

Also Published As

Publication number Publication date
CN113419719B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
US9418241B2 (en) Unified platform for big data processing
CN113419719B (en) Interface use case generation method and system based on business scene
CN110728328B (en) Training method and device for classification model
CN113268336B (en) Service acquisition method, device, equipment and readable medium
CN111782825A (en) Knowledge base construction method and device
CN113326948A (en) Data processing method, device, equipment and storage medium of federal learning model
CN113672204A (en) Interface document generation method, system, electronic equipment and storage medium
CN110727782A (en) Question and answer corpus generation method and system
CN114416877A (en) Data processing method, device and equipment and readable storage medium
US10984184B2 (en) Maintenance of a metafile using spreadsheet software
Pullen et al. Multi-Schema and Multi-Server Advances for C2-Simulation Interoperation in MSG-085
CN112052157B (en) Method, device and system for constructing test message
CN111124883A (en) Test case library introduction method, system and equipment based on tree form
CN114996246A (en) Data cleaning method for checking multiple fields of table based on NiFi assembly
CN114298699A (en) Non-homogeneous token generation method, non-homogeneous token acquisition method and non-homogeneous token acquisition device
CN107784047B (en) Method and device for realizing storage process
US20190332402A1 (en) Annotated responses to learn and generate api simulators
CN109376346A (en) Multiple terminals electronic document editorial management method and system based on label and view
CN109344166B (en) Database monitoring method, computer readable storage medium and terminal device
CN110096504B (en) Streaming event feature matching method and device
CN113742749B (en) Platform user authority management method, device, equipment and storage medium
CN116861463B (en) Processing method for SaaS transformation of general information system
CN111882419B (en) Method and device for quality inspection of files and server
US20230367748A1 (en) Systems and methods for extracting a subtree structure from a yang schema with complete integrity
CN113760297A (en) Strategic shift method, system, computer equipment and 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
GR01 Patent grant
GR01 Patent grant