CN108038665B - Business rule management method, device, equipment and computer readable storage medium - Google Patents

Business rule management method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN108038665B
CN108038665B CN201711294113.7A CN201711294113A CN108038665B CN 108038665 B CN108038665 B CN 108038665B CN 201711294113 A CN201711294113 A CN 201711294113A CN 108038665 B CN108038665 B CN 108038665B
Authority
CN
China
Prior art keywords
rule
file
rule file
parameters
identifier corresponding
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711294113.7A
Other languages
Chinese (zh)
Other versions
CN108038665A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201711294113.7A priority Critical patent/CN108038665B/en
Priority to PCT/CN2018/074964 priority patent/WO2019109519A1/en
Publication of CN108038665A publication Critical patent/CN108038665A/en
Application granted granted Critical
Publication of CN108038665B publication Critical patent/CN108038665B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/16Real estate

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Primary Health Care (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention provides a method, a device and equipment for managing a business rule and a computer readable storage medium. Generating an input interface for receiving rule parameters corresponding to the business rules; receiving the rule parameters through the input interface; establishing a rule mapping relation corresponding to the rule parameters; converting the rule mapping relation into a corresponding rule file; and storing the rule file in a preset rule database. By implementing the embodiment of the invention, the management efficiency of the business rules can be effectively improved.

Description

Business rule management method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of computer data processing, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for managing business rules.
Background
With the increasing complexity of services in each industry, more and more service rules are involved in processing various services, so people often manage related service rules through a service rule management system to improve the efficiency of service processing. When the business management system is used, business personnel need to continuously update business rules in the business management system so as to deal with the ever-changing market quotation. However, the rule files used in the existing service management system contain a large amount of programming languages, and common service personnel need to spend a large amount of time on understanding the rule files in order to update the rules, so that the problems of lagged update of the service rules, low working efficiency and the like are caused.
Disclosure of Invention
The invention provides a high-efficiency business rule management method, a device, equipment and a computer readable storage medium.
In a first aspect, the present invention provides a method for managing business rules, which includes:
generating an input interface for receiving rule parameters corresponding to the business rules;
receiving the rule parameters through the input interface;
establishing a rule mapping relation corresponding to the rule parameters;
converting the rule mapping relation into a corresponding rule file;
and storing the rule file in a preset rule database.
In a second aspect, the present invention provides a business rule management apparatus, which includes:
the interface generating unit is used for generating an input interface for receiving rule parameters corresponding to the business rules;
the parameter receiving unit is used for receiving the rule parameters through the input interface;
the mapping establishing unit is used for establishing a rule mapping relation corresponding to the rule parameter;
the file generating unit is used for converting the rule mapping relation into a corresponding rule file;
and the file storage unit is used for storing the rule file in a preset rule database.
In a third aspect, the present invention provides a computer device, including a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor executes the program to implement any of the business rule management methods provided in the invention.
In a fourth aspect, the present invention also provides a computer-readable storage medium, wherein the computer-readable storage medium stores a computer program, the computer program comprising program instructions that, when executed by a processor, cause the processor to perform any of the business rule management methods provided by the invention.
The invention provides a business rule management method, a business rule management device, computer equipment and a computer readable storage medium. The business rule management method comprises the steps of generating an input interface for receiving rule parameters corresponding to business rules; receiving the rule parameters through the input interface; establishing a rule mapping relation corresponding to the rule parameters; converting the rule mapping relation into a corresponding rule file; and storing the rule file in a preset rule database. By implementing the embodiment of the invention, the operation difficulty of updating the business rules is reduced, and the management efficiency of the business rules is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flow chart of a business rule management method according to an embodiment of the present invention;
fig. 2 is a sub-flow diagram of a business rule management method according to an embodiment of the present invention;
fig. 3 is a sub-flow diagram of a business rule management method according to an embodiment of the present invention;
fig. 4 is a sub-flow diagram of a business rule management method according to an embodiment of the present invention;
fig. 5 is a sub-flow diagram of a business rule management method according to an embodiment of the present invention;
fig. 6 is a flowchart illustrating a method for managing business rules according to an embodiment of the present invention;
FIG. 7 is a schematic block diagram of a business rule management apparatus according to an embodiment of the present invention;
fig. 8 is a schematic block diagram of an interface generating unit in a business rule management apparatus according to an embodiment of the present invention;
fig. 9 is a schematic block diagram of a mapping establishing unit in a business rule management apparatus according to an embodiment of the present invention;
FIG. 10 is a schematic block diagram of a file storage unit in a business rule management apparatus according to an embodiment of the present invention;
FIG. 11 is a schematic block diagram of a file storage unit in a business rule management apparatus according to an embodiment of the present invention;
FIG. 12 is a schematic block diagram of a business rule management apparatus according to an embodiment of the present invention;
fig. 13 is a schematic block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, 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.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
Fig. 1 is a flowchart illustrating a method for managing business rules according to an embodiment of the present invention. The business rule management method can be applied to terminals such as servers, desktop computers, laptop computers, tablet computers, Personal Digital Assistants (PDAs), smart phones (such as Android phones and IOS phones). Specifically, the method includes steps S11-S15.
And S11, generating an input interface for receiving the rule parameters corresponding to the business rules.
The types of input interfaces include, but are not limited to, drop-down boxes, text boxes, and the like. The input interface can be generated by running a JavaScript file. For example, in HTML, an input interface that generates a text box function can be provided by using an input element. By calling the select () method, an input interface with drop-down box functionality can be generated.
Specifically, refer to fig. 2, which is a sub-flow diagram of a business rule management method according to an embodiment of the present invention. The rule parameters include condition parameters and operating parameters. The step S11 of generating an input interface for receiving rule parameters corresponding to the business rule may include steps S111-S112.
And S111, generating a condition input interface for receiving the condition parameters.
And S112, generating an operation input interface for receiving the operation parameters.
The condition input interface and the operation input interface respectively comprise a drop-down box and a text box; the drop-down box is used for receiving rule parameters selected by a user, and the text box is used for receiving the rule parameters input by the user.
In a specific implementation, each rule parameter includes one or more condition parameters, and the condition parameters include condition items and condition values. Each rule parameter comprises one or more operation parameters, and the rule parameters comprise operation items and operation numerical values. The condition input interface is used for receiving condition parameters, and the operation input interface is used for receiving operation parameters.
Specifically, it is assumed that the rule parameters of the business rule are applied to the real estate mortgage preliminary examination of the real estate exchange, the business rule of the real estate mortgage preliminary examination is correspondingly provided with a rule parameter, and the rule parameter comprises two condition parameters and an operation parameter.
Wherein, the condition parameter includes a first condition parameter and a second condition parameter, and the two condition parameters are respectively: (1) the condition item of the first condition parameter is "local property quantity", and the condition value of the first condition parameter is an integer greater than or equal to 0. If the condition value is 0, the number of the local properties is 0; if the condition value is 1, the number of the local properties is 1, and so on. (2) The condition item of the second condition parameter is "ratio of housing loan to housing price", and the condition value of the second condition parameter is an arbitrary value between 0 and 1. If the condition value is 0.3, the ratio of the house loan to the house price is 0.3; if the condition value is 0.4, it indicates that the ratio of the house credit to the house price is 0.4, and so on.
The operation items of the operation parameters are ' whether the press-uncovering initial examination of the property passes ' or not ', and the operation numerical values of the operation parameters are ' 0 or 1 '; if the operand value is 0, the property is indicated to pass the initial examination of the press uncovering; if the operand value is 1, the property is indicated to pass the initial examination of the mortgage.
By implementing the embodiment of the invention, the user can quickly input the rule parameters of the business rules through the condition input interface and the operation input interface.
S12, receiving the rule parameters through the input interface.
In a specific implementation, the input interface may further include a selection button for switching the usage of the rule parameter, the types of the selection button include a new button, a modification button, and the like, and the states of the selection button include an active state and a passive state. The selection button with the current state being the effect state can be obtained by detecting whether the selection button is triggered or not. For example, if the selected button is a new button and the new button is detected to be triggered, the selected button in the current state of the new button can be found to be a new button. In particular, the number of types of the selection buttons in the enabled state is one, for example, if a new button is changed from the disabled state to the enabled state, the modification button originally in the enabled state is automatically changed to the disabled state.
The use of the currently received rule parameter can be determined by a selection button whose current state is a valid state. For example, if the new button is in an active state, the rule parameters received through the input interface are used for creating a rule file corresponding to the business rule. And if the modification button is in an effective state, the rule parameters received through the input interface are used for modification and generating a rule file corresponding to the business rule.
Specifically, the condition input interface and the operation input interface respectively include a drop-down box and a text box; the drop-down box is used for receiving rule parameters selected by a user, and the text box is used for receiving the rule parameters input by the user. Specifically, the drop-down box includes preset rule parameter options, which may include, for example, one or more condition item options, condition value options, operation item options, or operation value options, etc. In addition, the option content of the drop-down box can be limited according to the actual work requirement, for example, the operation item of the operation parameter is "whether the press-uncovering initial examination of the property passes" and the operation numerical value of the operation parameter is "0 or 1"; it can be seen that a specific operation item corresponds to a specific operand value, and the limitation of the drop-down box can limit the operand value, for example, the operand value includes two options, i.e., "0" and "1", respectively. The drop-down frame is arranged on the input interface, so that the efficiency of inputting rule parameters by a user is improved, and meanwhile, the user can be prevented from inputting illegal rule parameters.
And S13, establishing a rule mapping relation corresponding to the rule parameters.
Specifically, refer to fig. 3, which is a sub-flow diagram of a business rule management method according to an embodiment of the present invention. The step S13 of establishing the rule mapping relationship corresponding to the rule parameter may include steps S131 to S133.
S131, receiving a dynamic mapping chain for linking the condition parameters and the operation parameters through the input interface.
Specifically, the input interface includes a condition input interface and an operation input interface, and the dynamic mapping chain is linked between the condition input interface and the operation input interface and used for linking a condition parameter received by the condition input interface and an operation parameter received by the operation input interface. The input interface further comprises a preset button for receiving the dynamic mapping chain, which may be a modify button or a create button, for example. The specific implementation manner of receiving the dynamic mapping chain for linking the condition parameter and the operation parameter through the input interface may specifically be: judging whether the preset button is triggered or not; if the preset button is triggered, determining a condition input interface and an operation input interface corresponding to the preset button; and generating a dynamic mapping chain which is linked between the condition input interface and the operation input interface. And the condition input interface and the operation input interface corresponding to the preset button can be determined by presetting.
S132, determining a condition parameter corresponding to the dynamic mapping chain according to the dynamic mapping chain, and determining an operation parameter corresponding to the dynamic mapping chain.
Specifically, according to a condition input interface and an operation input interface corresponding to the dynamic mapping chain, a condition parameter and an operation parameter corresponding to the dynamic mapping chain are determined. One dynamic mapping chain corresponds to at least one condition parameter and to at least one operating parameter.
S133, establishing the rule mapping relation according to the condition parameters corresponding to the dynamic mapping chain, the operation parameters corresponding to the dynamic mapping chain and the dynamic mapping chain.
Specifically, it is assumed that the number of condition parameters corresponding to the dynamic mapping chain is two, and the number of operation parameters corresponding to the dynamic mapping chain is one. The condition parameters corresponding to the two dynamic mapping chains are respectively a first condition parameter and a second condition parameter. The condition item of the first condition parameter is 'local real estate quantity', and the condition value of the first condition parameter is '0'; and the condition item of the second condition parameter is "ratio of housing loan to housing price", and the condition value of the second condition parameter is "0.3". The operation item of the operation parameter corresponding to the dynamic mapping chain is "whether the property mortgage initial review passes" and the operation value of the operation parameter corresponding to the unique dynamic mapping chain is 1. The dynamic mapping chain is used for linking the two condition parameters and the operation parameter. The rule mapping relation can be established through the dynamic mapping chain and the condition parameters and the operation parameters linked by the dynamic mapping chain.
And S14, converting the rule mapping relation into a corresponding rule file.
In a specific implementation, the rule mapping relationships are converted into rule files that can be read and analyzed by a rule engine, such as drl files or xls files. One rule file may be generated based on each rule mapping relationship, or one rule file may be generated based on a plurality of rule mapping relationships. The rule file contains the rule parameters. And the dynamic mapping chain. The rules engine may be a drool rules engine or the like.
And S15, storing the rule file in a preset rule database.
Specifically, refer to fig. 4, which is a sub-flow diagram of a business rule management method according to an embodiment of the present invention. The step S15 of storing the rule file in a preset rule database may include steps S1511 to S1515.
S1511, the category identifier corresponding to the current rule file is obtained.
Specifically, each rule parameter has a unique category identifier corresponding thereto, and the category identifier is used for identifying the category to which each rule parameter belongs. Assuming that the current rule file contains a rule parameter, the category identifier corresponding to the current rule file is the category identifier corresponding to the rule parameter. For example, assuming that the category identifier corresponding to the rule parameter applied to the real estate mortgage initial review of the real estate exchange is "AJCS", if the current rule file only contains one rule parameter, the category identifier corresponding to the current rule file is "AJCS"; if the current rule file also contains other rule parameters, the current rule file can be divided according to the category identifiers so as to obtain sub-rule files with the same category identifiers of all the rule parameters.
S1512, obtaining the category identifier corresponding to the history rule file in the preset rule database.
Specifically, the historical rule file is a rule file already stored in the preset rule database. The historical rule file may contain one or more rule parameters, and the category identifiers corresponding to different rule parameters contained in the historical rule file are the same, that is, one historical rule file corresponds to only one category identifier.
S1513, judge the said correspondent classification identifier of regular file and said historical rule file correspondent classification identifier of file are the same or not at present.
Specifically, the category identifier may be a character string, for example, the category identifier of the rule parameter corresponding to the property mortgage initial review may be "AJCS". And if the category identifier corresponding to the current rule file is completely consistent with the category identifier corresponding to the historical rule file, judging that the category identifiers are the same.
S1514, if the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file, merging the current rule file and the historical rule file.
And S1515, storing the merged rule file in the preset rule database.
By implementing the embodiment of the invention, whether the category identifiers corresponding to the current rule file and the historical rule file are the same or not is obtained and judged, and if the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file, the current rule file and the historical rule file are merged, so that the rule files belonging to the same category can be uniformly stored, and the later-stage management is facilitated.
Specifically, referring to fig. 5, a sub-flow diagram of a business rule management method according to an embodiment of the present invention is shown. Storing the rule file in the preset rule database in the step S15 may include steps S1521 to S1525.
S1521, a name identifier corresponding to the current rule file is obtained.
Specifically, the number of rule parameters attributed to one category identifier may be one or more than two. Each rule parameter corresponds to the existence of a unique name identifier. For example, assume that the category identifier may be "AJCS"; the name identifiers of the rule parameters belonging to the same category may be "AJCS 001", "AJCS 002", and the like, respectively.
S1522, obtaining the name identifier corresponding to the history rule file in the preset rule database.
Specifically, the historical rule file is a rule file already stored in the preset rule database. The historical rule file can contain one or more than one rule parameter, each rule parameter corresponds to a unique name identifier, and one historical rule file can contain a plurality of name identifiers which are different from each other, namely all the rule parameters in the same historical rule file can be different from each other.
S1523, judging whether the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the history rule file.
Specifically, the name identifier may be a character string, for example, the category identifier of the rule parameter corresponding to the property mortgage initial review may be "AJCS"; the name identifier under the category may be "AJCS 001", "AJCS 002", or the like. And if the name identifier corresponding to the current rule file is completely consistent with the name identifier corresponding to the historical rule file, judging that the name identifiers are the same.
S1524, if the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file, replacing the historical rule file with the current rule file.
Specifically, the replacement of the history rule file with the current rule file may be a whole replacement or a partial replacement. If the historical rule file contains two or more rule parameters, and only the name identifiers corresponding to part of the rule parameters are the same as the name identifiers of the current rule file; the historical rule file is partially replaced with the current rule file, i.e. only the parts with the same name identifier are replaced. If the historical rule file only contains one rule parameter, and the name identifier corresponding to the rule parameter is the same as the name identifier of the current rule file; replacing the whole historical rule file with the current rule file.
S1525, storing the replaced rule file in the preset rule database.
By implementing the embodiment of the invention, whether the name identifiers corresponding to the current rule file and the historical rule file are the same or not is obtained and judged, and if the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file, the historical rule file is replaced by the current rule file, so that the rule file with repeated names in the rule database can be effectively prevented.
Specifically, refer to fig. 6, which is a flowchart illustrating a method for managing service rules according to an embodiment of the present invention. The business rule management method may further include step S16: and loading the rule file through the database and synchronizing the rule file to a preset cluster server.
In specific implementation, the preset cluster application server may include a plurality of mutually independent application servers, and the application servers are connected to each other through a bottom-layer communication platform. For example, the connection between the cluster servers can be established through an EJB (enterprise java bean, java ee server component model) to implement distributed hot deployment, so that each application server between the cluster servers can implement synchronous loading of the rule file in the database.
An EJB (Enterprise Java bean, JavaEE server-side component model) is a technical standard in Java for developing Enterprise-level applications, which defines a model for developing and publishing reusable server-side components. The deployment of an EJB refers to binding the EJB to an application server so that, upon receiving a client request, the EJB can be called to process the request and return the result. Distributed hot deployment of an EJB means that when an EJB is deployed on any one node in a cluster application server, the EJB is deployed to other application servers in the cluster at the same time.
By implementing the embodiment of the invention, the rule file is loaded in the database and is synchronized to the preset cluster server, so that the hot deployment of the rule file can be realized, and the rule file can be loaded into each application server without restarting the server.
Fig. 7 is a schematic block diagram of a business rule management apparatus according to an embodiment of the present invention. The apparatus 100 includes an interface generating unit 110, a parameter receiving unit 120, a mapping establishing unit 130, a file generating unit 140, and a file storing unit 150.
An interface generating unit 110, configured to generate an input interface for receiving the rule parameter corresponding to the business rule.
The types of input interfaces include, but are not limited to, drop-down boxes, text boxes, and the like. The input interface can be generated by running a JavaScript file. For example, in HTML, an input interface that generates a text box function can be provided by using an input element. By calling the select () method, an input interface with drop-down box functionality can be generated.
Referring to fig. 8, a schematic block diagram of an interface generating unit 110 in a business rule management apparatus 100 according to an embodiment of the present invention is shown. The interface generating unit 110 includes a first generating unit 111 and a second generating unit 112.
A first generating unit 111, configured to generate a condition input interface for receiving the condition parameter.
A second generating unit 112, configured to generate an operation input interface for receiving the operation parameter.
The condition input interface and the operation input interface respectively comprise a drop-down box and a text box; the drop-down box is used for receiving rule parameters selected by a user, and the text box is used for receiving the rule parameters input by the user.
In a specific implementation, each rule parameter includes one or more condition parameters, and the condition parameters include condition items and condition values. Each rule parameter comprises one or more operation parameters, and the rule parameters comprise operation items and operation numerical values. The condition input interface is used for receiving condition parameters, and the operation input interface is used for receiving operation parameters.
Specifically, it is assumed that the rule parameters of the business rule are applied to the real estate mortgage preliminary examination of the real estate exchange, the business rule of the real estate mortgage preliminary examination is correspondingly provided with a rule parameter, and the rule parameter comprises two condition parameters and an operation parameter.
Wherein, the condition parameter includes a first condition parameter and a second condition parameter, and the two condition parameters are respectively: (1) the condition item of the first condition parameter is "local property quantity", and the condition value of the first condition parameter is an integer greater than or equal to 0. If the condition value is 0, the number of the local properties is 0; if the condition value is 1, the number of the local properties is 1, and so on. (2) The condition item of the second condition parameter is "ratio of housing loan to housing price", and the condition value of the second condition parameter is an arbitrary value between 0 and 1. If the condition value is 0.3, the ratio of the house loan to the house price is 0.3; if the condition value is 0.4, it indicates that the ratio of the house credit to the house price is 0.4, and so on.
The operation items of the operation parameters are ' whether the press-uncovering initial examination of the property passes ' or not ', and the operation numerical values of the operation parameters are ' 0 or 1 '; if the operand value is 0, the property is indicated to pass the initial examination of the press uncovering; if the operand value is 1, the property is indicated to pass the initial examination of the mortgage.
By implementing the embodiment of the invention, the user can quickly input the rule parameters of the business rules through the condition input interface and the operation input interface.
A parameter receiving unit 120, configured to receive the rule parameter through the input interface.
In a specific implementation, the input interface may further include a selection button for switching the usage of the rule parameter, the types of the selection button include a new button, a modification button, and the like, and the states of the selection button include an active state and a passive state. The selection button with the current state being the effect state can be obtained by detecting whether the selection button is triggered or not. For example, if the selected button is a new button and the new button is detected to be triggered, the selected button in the current state of the new button can be found to be a new button. In particular, the number of types of the selection buttons in the enabled state is one, for example, if a new button is changed from the disabled state to the enabled state, the modification button originally in the enabled state is automatically changed to the disabled state.
The use of the currently received rule parameter can be determined by a selection button whose current state is a valid state. For example, if the new button is in an active state, the rule parameters received through the input interface are used for creating a rule file corresponding to the business rule. And if the modification button is in an effective state, the rule parameters received through the input interface are used for modification and generating a rule file corresponding to the business rule.
Specifically, the condition input interface and the operation input interface respectively include a drop-down box and a text box; the drop-down box is used for receiving rule parameters selected by a user, and the text box is used for receiving the rule parameters input by the user. Specifically, the drop-down box includes preset rule parameter options, which may include, for example, one or more condition item options, condition value options, operation item options, or operation value options, etc. In addition, the option content of the drop-down box can be limited according to the actual work requirement, for example, the operation item of the operation parameter is "whether the press-uncovering initial examination of the property passes" and the operation numerical value of the operation parameter is "0 or 1"; it can be seen that a specific operation item corresponds to a specific operand value, and the limitation of the drop-down box can limit the operand value, for example, the operand value includes two options, i.e., "0" and "1", respectively. The drop-down frame is arranged on the input interface, so that the efficiency of inputting rule parameters by a user is improved, and meanwhile, the user can be prevented from inputting illegal rule parameters.
A mapping establishing unit 130, configured to establish a rule mapping relationship corresponding to the rule parameter.
Referring to fig. 9, a schematic block diagram of a mapping establishing unit 130 in a business rule management apparatus 100 according to an embodiment of the present invention is shown. The mapping establishing unit includes a mapping receiving unit 131, a parameter determining unit 132, and a mapping processing unit 133.
A mapping receiving unit 131, configured to receive, through the input interface, a dynamic mapping chain for linking the condition parameter and the operation parameter.
Specifically, the input interface includes a condition input interface and an operation input interface, and the dynamic mapping chain is linked between the condition input interface and the operation input interface and used for linking a condition parameter received by the condition input interface and an operation parameter received by the operation input interface. The input interface further comprises a preset button for receiving the dynamic mapping chain, which may be a modify button or a create button, for example. The specific implementation manner of receiving the dynamic mapping chain for linking the condition parameter and the operation parameter through the input interface may specifically be: judging whether the preset button is triggered or not; if the preset button is triggered, determining a condition input interface and an operation input interface corresponding to the preset button; and generating a dynamic mapping chain which is linked between the condition input interface and the operation input interface. And the condition input interface and the operation input interface corresponding to the preset button can be determined by presetting.
The parameter determining unit 132 is configured to determine, according to the dynamic mapping chain, a condition parameter corresponding to the dynamic mapping chain, and determine an operation parameter corresponding to the dynamic mapping chain.
Specifically, according to a condition input interface and an operation input interface corresponding to the dynamic mapping chain, a condition parameter and an operation parameter corresponding to the dynamic mapping chain are determined. One dynamic mapping chain corresponds to at least one condition parameter and to at least one operating parameter.
The mapping processing unit 133 is configured to establish the rule mapping relationship according to the condition parameter corresponding to the dynamic mapping chain, the operation parameter corresponding to the dynamic mapping chain, and the dynamic mapping chain.
Specifically, it is assumed that the number of condition parameters corresponding to the dynamic mapping chain is two, and the number of operation parameters corresponding to the dynamic mapping chain is one. The condition parameters corresponding to the two dynamic mapping chains are respectively a first condition parameter and a second condition parameter. The condition item of the first condition parameter is 'local real estate quantity', and the condition value of the first condition parameter is '0'; and the condition item of the second condition parameter is "ratio of housing loan to housing price", and the condition value of the second condition parameter is "0.3". The operation item of the operation parameter corresponding to the dynamic mapping chain is "whether the property mortgage initial review passes" and the operation value of the operation parameter corresponding to the unique dynamic mapping chain is 1. The dynamic mapping chain is used for linking the two condition parameters and the operation parameter. The rule mapping relation can be established through the dynamic mapping chain and the condition parameters and the operation parameters linked by the dynamic mapping chain.
The file generating unit 140 is configured to convert the rule mapping relationship into a corresponding rule file.
In a specific implementation, the rule mapping relationships are converted into rule files that can be read and analyzed by a rule engine, such as drl files or xls files. One rule file may be generated based on each rule mapping relationship, or one rule file may be generated based on a plurality of rule mapping relationships. The rule file contains the rule parameters. And the dynamic mapping chain. The rules engine may be a drool rules engine or the like.
A file storage unit 150, configured to store the rule file in a preset rule database.
Referring to fig. 10, a schematic block diagram of a file storage unit 150 in the business rule management apparatus 100 according to an embodiment of the invention is shown.
The file storage unit 150 includes a first acquiring unit 1511, a second acquiring unit 1512, a first determining unit 1513, a file merging unit 1514, and a first processing unit 1515.
A first obtaining unit 1511, configured to obtain a category identifier corresponding to the current rule file.
Specifically, each rule parameter has a unique category identifier corresponding thereto, and the category identifier is used for identifying the category to which each rule parameter belongs. Assuming that the current rule file contains a rule parameter, the category identifier corresponding to the current rule file is the category identifier corresponding to the rule parameter. For example, assuming that the category identifier corresponding to the rule parameter applied to the real estate mortgage initial review of the real estate exchange is "AJCS", if the current rule file only contains one rule parameter, the category identifier corresponding to the current rule file is "AJCS"; if the current rule file also contains other rule parameters, the current rule file can be divided according to the category identifiers so as to obtain sub-rule files with the same category identifiers of all the rule parameters.
The second obtaining unit 1512 is configured to obtain a category identifier corresponding to a history rule file in the preset rule database.
Specifically, the historical rule file is a rule file already stored in the preset rule database. The historical rule file may contain one or more rule parameters, and the category identifiers corresponding to different rule parameters contained in the historical rule file are the same, that is, one historical rule file corresponds to only one category identifier.
A first judging unit 1513, configured to judge whether the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file.
Specifically, the category identifier may be a character string, for example, the category identifier of the rule parameter corresponding to the property mortgage initial review may be "AJCS". And if the category identifier corresponding to the current rule file is completely consistent with the category identifier corresponding to the historical rule file, judging that the category identifiers are the same.
A file merging unit 1514, configured to merge the current rule file with the historical rule file if the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file.
And the first processing unit 1515 is configured to store the merged rule file in the preset rule database.
By implementing the embodiment of the invention, whether the category identifiers corresponding to the current rule file and the historical rule file are the same or not is obtained and judged, and if the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file, the current rule file and the historical rule file are merged, so that the rule files belonging to the same category can be uniformly stored, and the later-stage management is facilitated.
Referring to fig. 11, a schematic block diagram of a file storage unit 150 in the business rule management apparatus 100 according to an embodiment of the present invention is shown. The file storage unit 150 includes a third acquisition unit 1521, a fourth acquisition unit 1522, a second determination unit 1523, a file replacement unit 1524, and a second processing unit 1525.
A third obtaining unit 1521, configured to obtain a name identifier corresponding to the current rule file.
Specifically, the number of rule parameters attributed to one category identifier may be one or more than two. Each rule parameter corresponds to the existence of a unique name identifier. For example, assume that the category identifier may be "AJCS"; the name identifiers of the rule parameters belonging to the same category may be "AJCS 001", "AJCS 002", and the like, respectively.
A fourth obtaining unit 1522, configured to obtain a name identifier corresponding to the history rule file in the preset rule database.
Specifically, the historical rule file is a rule file already stored in the preset rule database. The historical rule file can contain one or more than one rule parameter, each rule parameter corresponds to a unique name identifier, and one historical rule file can contain a plurality of name identifiers which are different from each other, namely all the rule parameters in the same historical rule file can be different from each other.
A second determining unit 1523, configured to determine whether the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the history rule file.
Specifically, the name identifier may be a character string, for example, the category identifier of the rule parameter corresponding to the property mortgage initial review may be "AJCS"; the name identifier under the category may be "AJCS 001", "AJCS 002", or the like. And if the name identifier corresponding to the current rule file is completely consistent with the name identifier corresponding to the historical rule file, judging that the name identifiers are the same.
A file replacing unit 1524, configured to replace the history rule file with the current rule file if the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the history rule file.
Specifically, the replacement of the history rule file with the current rule file may be a whole replacement or a partial replacement. If the historical rule file contains two or more rule parameters, and only the name identifiers corresponding to part of the rule parameters are the same as the name identifiers of the current rule file; the historical rule file is partially replaced with the current rule file, i.e. only the parts with the same name identifier are replaced. If the historical rule file only contains one rule parameter, and the name identifier corresponding to the rule parameter is the same as the name identifier of the current rule file; replacing the whole historical rule file with the current rule file.
A second processing unit 1525, configured to store the replaced rule file in the preset rule database.
By implementing the embodiment of the invention, whether the name identifiers corresponding to the current rule file and the historical rule file are the same or not is obtained and judged, and if the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file, the historical rule file is replaced by the current rule file, so that the rule file with repeated names in the rule database can be effectively prevented.
Fig. 12 is a schematic block diagram of a business rule management apparatus 100 according to an embodiment of the present invention. The apparatus 100 further includes a synchronization unit 160, where the synchronization unit 160 is configured to load the rule file through the database and synchronize to a preset cluster server.
In specific implementation, the preset cluster application server may include a plurality of mutually independent application servers, and the application servers are connected to each other through a bottom-layer communication platform. For example, the connection between the cluster servers can be established through an EJB (enterprise java bean, java ee server component model) to implement distributed hot deployment, so that each application server between the cluster servers can implement synchronous loading of the rule file in the database.
An EJB (Enterprise Java bean, JavaEE server-side component model) is a technical standard in Java for developing Enterprise-level applications, which defines a model for developing and publishing reusable server-side components. The deployment of an EJB refers to binding the EJB to an application server so that, upon receiving a client request, the EJB can be called to process the request and return the result. Distributed hot deployment of an EJB means that when an EJB is deployed on any one node in a cluster application server, the EJB is deployed to other application servers in the cluster at the same time.
By implementing the embodiment of the invention, the rule file is loaded in the database and is synchronized to the preset cluster server, so that the hot deployment of the rule file can be realized, and the rule file can be loaded into each application server without restarting the server.
The apparatus 100 described above may be implemented in the form of a computer program which may be run on a computer device as shown in fig. 13.
Referring to fig. 13, fig. 13 is a schematic block diagram of a computer device according to an embodiment of the present invention. The computer device 500 device may be a terminal. The terminal can be an electronic device with a communication function, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant and a wearable device.
The computer device 500 includes a processor 520, memory, and a network interface 550 coupled by a system bus 510, where the memory may include a non-volatile storage medium 530 and an internal memory 540.
The non-volatile storage medium 530 may store an operating system 531 and computer programs 532. The computer program 532, when executed, may cause the processor 520 to perform a business rule management method.
The processor 520 is used to provide computing and control capabilities that support the operation of the overall computer device 500.
The internal memory 540 provides an environment for the execution of a computer program on a non-volatile storage medium, which when executed by the processor 520, causes the processor 520 to perform a method of business rule management.
The network interface 550 is used for network communication such as sending assigned tasks and the like. It will be appreciated by those skilled in the art that the schematic block diagram of the computer device is only a partial block diagram of the structure associated with the inventive arrangements and does not constitute a limitation of the computer device 500 to which the inventive arrangements are applied, and that a particular computer device 500 may include more or less components than those shown, or combine certain components, or have a different arrangement of components.
Wherein the processor 520 is configured to run the program code stored in the memory to implement the following functions:
generating an input interface for receiving rule parameters corresponding to the business rules;
receiving the rule parameters through the input interface;
establishing a rule mapping relation corresponding to the rule parameters;
converting the rule mapping relation into a corresponding rule file;
and storing the rule file in a preset rule database.
In an embodiment, the rule parameters include condition parameters and operation parameters, and when the processor 520 performs the process of establishing the rule mapping relationship corresponding to the rule parameters, the following process is further performed:
receiving a dynamic mapping chain for linking the condition parameters and the operation parameters through the input interface;
determining a condition parameter corresponding to the dynamic mapping chain according to the dynamic mapping chain, and determining an operation parameter corresponding to the dynamic mapping chain;
and establishing the rule mapping relation according to the condition parameters corresponding to the dynamic mapping chain, the operation parameters corresponding to the dynamic mapping chain and the dynamic mapping chain.
In an embodiment, when the processor 520 stores the rule file in the preset rule database, the following procedures are specifically executed:
acquiring a category identifier corresponding to a current rule file;
acquiring a category identifier corresponding to a historical rule file in the preset rule database;
judging whether the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file;
if the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file, merging the current rule file and the historical rule file;
and storing the combined rule file in the preset rule database.
In an embodiment, when the processor 520 stores the rule file in the preset rule database, the following procedures are specifically executed:
acquiring a name identifier corresponding to a current rule file;
acquiring a name identifier corresponding to a historical rule file in the preset rule database;
judging whether the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file;
if the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file, replacing the historical rule file with the current rule file;
and storing the replaced rule file in the preset rule database.
In an embodiment, the processor 520, after executing the step of storing the rule file in the preset rule database, may further execute the following steps: and loading the rule file through the database and synchronizing the rule file to a preset cluster server.
It should be understood that, in the embodiment of the present invention, the Processor 520 may be a Central Processing Unit (CPU), and the Processor 520 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field-Programmable Gate arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Those skilled in the art will appreciate that the schematic block diagram of the computer device 500 does not constitute a limitation of the computer device 500 and may include more or less components than those shown, or some components in combination, or a different arrangement of components.
In another embodiment of the present invention, a computer-readable storage medium is provided that stores a computer program, wherein the computer program comprises program instructions. The program instructions, when executed by the processor, implement:
generating an input interface for receiving rule parameters corresponding to the business rules;
receiving the rule parameters through the input interface;
establishing a rule mapping relation corresponding to the rule parameters;
converting the rule mapping relation into a corresponding rule file;
and storing the rule file in a preset rule database.
In an embodiment, the rule parameters include condition parameters and operation parameters, and when the program instructions are executed by the processor to establish the rule mapping relationship corresponding to the rule parameters, the method further includes:
receiving a dynamic mapping chain for linking the condition parameters and the operation parameters through the input interface;
determining a condition parameter corresponding to the dynamic mapping chain according to the dynamic mapping chain, and determining an operation parameter corresponding to the dynamic mapping chain;
and establishing the rule mapping relation according to the condition parameters corresponding to the dynamic mapping chain, the operation parameters corresponding to the dynamic mapping chain and the dynamic mapping chain. In an embodiment, the program instructions are executed by the processor to store the rule file in a preset rule database, and the method specifically includes:
acquiring a category identifier corresponding to a current rule file;
acquiring a category identifier corresponding to a historical rule file in the preset rule database;
judging whether the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file;
if the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file, merging the current rule file and the historical rule file;
and storing the combined rule file in the preset rule database.
In an embodiment, the program instructions when executed by the processor to store the rule file in the preset rule database implement:
acquiring a name identifier corresponding to a current rule file;
acquiring a name identifier corresponding to a historical rule file in the preset rule database;
judging whether the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file;
if the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file, replacing the historical rule file with the current rule file;
and storing the replaced rule file in the preset rule database.
In one embodiment, after storing the rule file in the predetermined rule database, the program instructions are executed by the processor to implement: and loading the rule file through the database and synchronizing the rule file to a preset cluster server.
The computer readable storage medium may be various media that can store program codes, such as a usb disk, a removable hard disk, a Read-only memory (ROM), a magnetic disk, or an optical disk.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative. For example, the division of each unit is only one logic function division, and there may be another division manner in actual implementation. For example, more than one unit or component may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
The steps in the method of the embodiment of the invention can be sequentially adjusted, combined and deleted according to actual needs. The units in the device of the embodiment of the invention can be merged, divided and deleted according to actual needs.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can 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 terminal, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A business rule management method, comprising:
generating an input interface for receiving rule parameters corresponding to the business rules;
receiving the rule parameters through the input interface;
establishing a rule mapping relation corresponding to the rule parameters;
converting the rule mapping relation into a corresponding rule file;
storing the rule file in a preset rule database;
the establishing of the rule mapping relationship corresponding to the rule parameters includes: receiving a dynamic mapping chain for linking the condition parameters and the operation parameters through the input interface; determining a condition parameter corresponding to the dynamic mapping chain according to the dynamic mapping chain, and determining an operation parameter corresponding to the dynamic mapping chain; and establishing the rule mapping relation according to the condition parameters corresponding to the dynamic mapping chain, the operation parameters corresponding to the dynamic mapping chain and the dynamic mapping chain.
2. The method of claim 1, wherein storing the rule file in a predetermined rule database comprises:
acquiring a category identifier corresponding to a current rule file;
acquiring a category identifier corresponding to a historical rule file in the preset rule database;
judging whether the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file;
if the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file, merging the current rule file and the historical rule file;
and storing the combined rule file in the preset rule database.
3. The method of claim 1, wherein storing the rule file in a predetermined rule database comprises:
acquiring a name identifier corresponding to a current rule file;
acquiring a name identifier corresponding to a historical rule file in the preset rule database;
judging whether the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file;
if the name identifier corresponding to the current rule file is the same as the name identifier corresponding to the historical rule file, replacing the historical rule file with the current rule file;
and storing the replaced rule file in the preset rule database.
4. The method of claim 1, wherein after storing the rule file in a predetermined rule database, further comprising:
and loading the rule file through the database and synchronizing the rule file to a preset cluster server.
5. A business rule management apparatus, comprising:
the interface generating unit is used for generating an input interface for receiving rule parameters corresponding to the business rules;
the parameter receiving unit is used for receiving the rule parameters through the input interface;
the mapping establishing unit is used for establishing a rule mapping relation corresponding to the rule parameter;
the file generating unit is used for converting the rule mapping relation into a corresponding rule file;
the file storage unit is used for storing the rule file in a preset rule database;
wherein the rule parameters include condition parameters and operation parameters, and the mapping establishing unit includes:
the mapping receiving unit is used for receiving a dynamic mapping chain for linking the condition parameters and the operation parameters through the input interface;
the parameter determining unit is used for determining a condition parameter corresponding to the dynamic mapping chain according to the dynamic mapping chain and determining an operation parameter corresponding to the dynamic mapping chain;
and the mapping processing unit is used for establishing the rule mapping relation according to the condition parameters corresponding to the dynamic mapping chain, the operation parameters corresponding to the dynamic mapping chain and the dynamic mapping chain.
6. The apparatus of claim 5, wherein the file storage unit comprises:
the first acquisition unit is used for acquiring a category identifier corresponding to the current rule file;
the second acquisition unit is used for acquiring the category identifier corresponding to the historical rule file in the preset rule database;
a first judging unit, configured to judge whether a category identifier corresponding to the current rule file is the same as a category identifier corresponding to the history rule file;
a file merging unit, configured to merge the current rule file and the historical rule file if the category identifier corresponding to the current rule file is the same as the category identifier corresponding to the historical rule file;
and the first processing unit is used for storing the combined rule file in the preset rule database.
7. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the business rule management method according to any one of claims 1 to 4 when executing the program.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to carry out the business rule management method according to any one of claims 1-4.
CN201711294113.7A 2017-12-08 2017-12-08 Business rule management method, device, equipment and computer readable storage medium Active CN108038665B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201711294113.7A CN108038665B (en) 2017-12-08 2017-12-08 Business rule management method, device, equipment and computer readable storage medium
PCT/CN2018/074964 WO2019109519A1 (en) 2017-12-08 2018-02-01 Service rule management method, apparatus and device, and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711294113.7A CN108038665B (en) 2017-12-08 2017-12-08 Business rule management method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN108038665A CN108038665A (en) 2018-05-15
CN108038665B true CN108038665B (en) 2020-01-24

Family

ID=62101652

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711294113.7A Active CN108038665B (en) 2017-12-08 2017-12-08 Business rule management method, device, equipment and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN108038665B (en)
WO (1) WO2019109519A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109445842B (en) * 2018-09-26 2024-08-23 中国平安人寿保险股份有限公司 Rule generation method, device, computer equipment and storage medium
CN109741066A (en) * 2018-11-30 2019-05-10 广东康美通信息服务有限公司 Method, electronic equipment, storage medium and the system of automatic stay customer account
CN110045961B (en) * 2018-12-25 2022-07-15 创新先进技术有限公司 Management method and management platform of business rules
CN109947401A (en) * 2019-03-15 2019-06-28 第四范式(北京)技术有限公司 The method and device handled by computer executing rule
CN110874361A (en) * 2019-09-30 2020-03-10 口口相传(北京)网络技术有限公司 Data processing method, data processing device, storage medium and computer equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105426748A (en) * 2014-09-18 2016-03-23 腾讯科技(深圳)有限公司 Rule file updating method and device
CN106372778A (en) * 2016-08-23 2017-02-01 江苏亿科达科技发展有限公司 Vehicle scheduling system and method based on dynamic rule engine
CN106446116A (en) * 2016-09-18 2017-02-22 深圳麦亚信科技股份有限公司 Business rule parameter interaction method and business rule parameter interaction device applied to rule engine
CN107133052A (en) * 2017-05-27 2017-09-05 杭州迪脉信息科技有限公司 The method and device that flow is created

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7680767B2 (en) * 2006-03-23 2010-03-16 Microsoft Corporation Mapping architecture with incremental view maintenance
JP2013257738A (en) * 2012-06-13 2013-12-26 Casio Comput Co Ltd Computing system, execution control method for computing system and execution control program
CN106933552B (en) * 2015-12-30 2020-11-03 中国移动通信集团公司 Data processing method and front-end code generating device
CN107025102B (en) * 2016-02-01 2020-10-16 腾讯科技(深圳)有限公司 Decision method and system based on rule file
CN106155686B (en) * 2016-06-30 2020-11-17 华为技术有限公司 Interface generation method, device and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105426748A (en) * 2014-09-18 2016-03-23 腾讯科技(深圳)有限公司 Rule file updating method and device
CN106372778A (en) * 2016-08-23 2017-02-01 江苏亿科达科技发展有限公司 Vehicle scheduling system and method based on dynamic rule engine
CN106446116A (en) * 2016-09-18 2017-02-22 深圳麦亚信科技股份有限公司 Business rule parameter interaction method and business rule parameter interaction device applied to rule engine
CN107133052A (en) * 2017-05-27 2017-09-05 杭州迪脉信息科技有限公司 The method and device that flow is created

Also Published As

Publication number Publication date
CN108038665A (en) 2018-05-15
WO2019109519A1 (en) 2019-06-13

Similar Documents

Publication Publication Date Title
CN108038665B (en) Business rule management method, device, equipment and computer readable storage medium
CN110310034B (en) Service arrangement and business flow processing method and device applied to SaaS
US20210240721A1 (en) Application Recommending Method and System, and Server
CN107729452B (en) Webpage loading method and device, electronic equipment and computer readable storage medium
CN112905323B (en) Data processing method, device, electronic equipment and storage medium
CN111694572A (en) Code format conversion method, device, computer equipment and storage medium
CN111125518A (en) System and method for recommending household appliance information
CN115039092A (en) Providing customized integrated flow templates
CN113434063B (en) Information display method, device and equipment
CN115437933A (en) Automatic testing method and device, computer equipment and storage medium
AU2014412020B2 (en) Techniques to transform network resource requests to zero rated network requests
CN115617780A (en) Data import method, device, equipment and storage medium
CN115328759A (en) Form verification method and device
CN112947919A (en) Method and device for constructing service model and processing service request
CN111190905A (en) Database table processing method and device and electronic equipment
CN107633080B (en) User task processing method and device
CN112036974B (en) Service commodity online method, device, equipment and storage medium
US10536536B1 (en) Resource discovery agent computing device, software application, and method
CN113569257A (en) User authority management method and device in gray scale release
CN111881148A (en) Object combination attribute determination method and device and electronic equipment
CN110852050A (en) Method and device for configuring report generation system and electronic equipment
EP4030280A1 (en) Seamless lifecycle stability for extensible software features
CN114816389A (en) Management system building method, device, equipment and medium based on meta-model
CN114066295A (en) Workflow business arrangement method and device, electronic equipment and readable storage medium
CN113297087A (en) Test method and device

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