CN116954651A - Metadata personalized upgrading method and system - Google Patents

Metadata personalized upgrading method and system Download PDF

Info

Publication number
CN116954651A
CN116954651A CN202310805327.5A CN202310805327A CN116954651A CN 116954651 A CN116954651 A CN 116954651A CN 202310805327 A CN202310805327 A CN 202310805327A CN 116954651 A CN116954651 A CN 116954651A
Authority
CN
China
Prior art keywords
metadata
personalized
standard
mode
operation modes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310805327.5A
Other languages
Chinese (zh)
Inventor
潘斌
魏传博
涂孟超
张永
李开维
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhixueyun Beijing Technology Co ltd
Original Assignee
Zhixueyun Beijing 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 Zhixueyun Beijing Technology Co ltd filed Critical Zhixueyun Beijing Technology Co ltd
Priority to CN202310805327.5A priority Critical patent/CN116954651A/en
Publication of CN116954651A publication Critical patent/CN116954651A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a metadata personalized upgrading method and system, and relates to the technical field of metadata management. The method comprises the following steps: configuring standard metadata under various operation modes, configuring personalized metadata based on the standard metadata configured under the corresponding operation modes, and isolating and storing the configured standard metadata and the personalized metadata; setting operation modes of standard metadata and personalized metadata under various operation modes; based on the configured data and the set operation mode, metadata personalized upgrading is obtained and carried out according to real-time operation requirements. The application can realize the modes of coverage, expansion, inheritance and the like for the standard capability of the standard enterprise, thereby achieving the aim of individuation.

Description

Metadata personalized upgrading method and system
Technical Field
The application relates to the technical field of metadata management, in particular to a method and a system for personalized upgrading of metadata.
Background
Metadata (Metadata), also called intermediate data and relay data, is data (data about data) describing data, mainly describing data attribute (property) information, and is used to support functions such as indicating storage location, history data, resource searching, file recording, and the like.
At present, each service of the EAS (Enterprise Application Suite) system can design a set of standard scheme according to the industry universal standard, and most of use scenes can be met. However, in the multi-tenant mode architecture, the customization difference between tenants is large, and different tenants may need to have their own business logic, so as to meet such requirements, a concept of "extension scheme" is introduced, and personalized development is allowed in an extended form. However, as the needs of tenants increase, not only needs to be expanded, but also various personalized needs such as new addition and coverage exist, logic compatibility cannot be realized in the prior art, and the personalized needs cannot be effectively met; in addition, the existing expansion scheme has some problems, and when in operation, the standard scheme and the expansion scheme cannot realize synchronous upgrading, so that the problem of incompatibility of the system easily occurs, the operation of the system is influenced, and the personalized target cannot be well realized.
Disclosure of Invention
In order to overcome the above problems or at least partially solve the above problems, the present application provides a method and a system for personalized upgrading of metadata, which can implement ways of coverage, extension, inheritance, etc. for standard capabilities of standard enterprises, so as to achieve the purpose of personalization.
In order to solve the technical problems, the application adopts the following technical scheme:
in a first aspect, the present application provides a method for personalized upgrading of metadata, including the steps of:
configuring standard metadata under various operation modes, configuring personalized metadata based on the standard metadata configured under the corresponding operation modes, and isolating and storing the configured standard metadata and the personalized metadata;
setting operation modes of standard metadata and personalized metadata under various operation modes;
based on the configured data and the set operation mode, metadata personalized upgrading is obtained and carried out according to real-time operation requirements.
According to the application, the standard metadata under different operation modes are reasonably configured, the corresponding personalized metadata are configured based on the standard metadata, and the standard metadata and the personalized metadata are stored in an isolated manner, so that the independent calling can be carried out later, and the related standard metadata and the personalized metadata can be independently operated; in order to better meet personalized requirements, different operation modes are combined, and the operation modes of the standard metadata and the personalized metadata under the corresponding operation are set so as to better achieve the purpose of personalization.
Based on the first aspect, further, the operation modes include a new addition mode, an extension mode and an overlay mode.
Based on the first aspect, the method for configuring standard metadata under multiple operation modes further comprises the following steps:
configuring a standard page A in an overlay mode;
configuring standard service B in an expansion mode;
and configuring a standard interface C in a new mode.
Based on the first aspect, the method for configuring personalized metadata based on standard metadata configured in a corresponding operation mode further comprises the following steps:
under the coverage mode, generating a customized page A1 based on the standard page A;
generating a post interception B based on standard service B extension in an extension mode;
in the new mode, a self-defined interface D is generated according to the standard interface C.
Based on the first aspect, the method for setting the operation modes of the standard metadata and the personalized metadata under various operation modes further comprises the following steps:
setting the running modes of the standard metadata and the personalized metadata in the newly added mode to be independent running;
setting the operation modes of the standard metadata and the personalized metadata in the extension mode as combined operation;
and setting the operation modes of the standard metadata and the personalized metadata in the coverage mode as replacement operation.
In a second aspect, the present application provides a metadata personalized upgrading system, including a data configuration module, an operation mode setting module, and a personalized upgrading module, where:
the data configuration module is used for configuring the standard metadata under various operation modes, configuring the personalized metadata based on the standard metadata configured under the corresponding operation modes, and isolating and storing the configured standard metadata and the personalized metadata;
the operation mode setting module is used for setting the operation modes of the standard metadata and the personalized metadata under various operation modes;
and the personalized upgrading module is used for acquiring and carrying out metadata personalized upgrading according to real-time operation requirements based on the configured data and the set operation mode.
The system is characterized in that through the cooperation of a plurality of modules such as a data configuration module, an operation mode setting module, a personalized upgrading module and the like, standard metadata under different operation modes are reasonably configured, corresponding personalized metadata are configured based on the standard metadata, and the corresponding personalized metadata are isolated and stored so as to be convenient for subsequent independent calling, and can be independently operated while being associated; in order to better meet personalized requirements, different operation modes are combined, and the operation modes of the standard metadata and the personalized metadata under the corresponding operation are set so as to better achieve the purpose of personalization.
In a third aspect, the present application provides an electronic device comprising a memory for storing one or more programs; a processor; the method of any of the first aspects described above is implemented when one or more programs are executed by a processor.
In a fourth aspect, the present application provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a method as in any of the first aspects described above.
The application has at least the following advantages or beneficial effects:
the application provides a method and a system for personalized upgrading of metadata, which are characterized in that standard metadata under different operation modes are reasonably configured, corresponding personalized metadata are configured based on the standard metadata, and the corresponding personalized metadata are stored in an isolated mode so as to be independently called later, and can be independently operated while being associated; in order to better meet personalized requirements, different operation modes are combined, and the operation modes of the standard metadata and the personalized metadata under the corresponding operation are set so as to better achieve the purpose of personalization.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a diagram illustrating data isolation and operation modes in a metadata personalized upgrading method according to an embodiment of the present application;
FIG. 2 is a schematic diagram illustrating coverage capability of an interface according to an embodiment of the present application;
FIG. 3 is a schematic diagram illustrating the expansion capability by taking the front-to-back interception of an interface as an example in an embodiment of the present application;
FIG. 4 is a schematic overall application flow diagram of a metadata personalized upgrading method according to an embodiment of the present application;
fig. 5 is a block diagram of an electronic device according to an embodiment of the present application.
Reference numerals illustrate: 101. a memory; 102. a processor; 103. a communication interface.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. The components of the embodiments of the present application generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the application, as presented in the figures, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
It should be noted that: like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further definition or explanation thereof is necessary in the following figures.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
In the description of the embodiments of the present application, "plurality" means at least 2.
Examples:
as shown in fig. 1, in a first aspect, an embodiment of the present application provides a method for personalized upgrading of metadata, including the following steps:
configuring standard metadata under various operation modes, configuring personalized metadata based on the standard metadata configured under the corresponding operation modes, and isolating and storing the configured standard metadata and the personalized metadata; the operation modes comprise a new addition mode, an extension mode and an overlay mode.
Further, as shown in fig. 1, the method for configuring standard metadata under multiple operation modes includes the following steps: configuring a standard page A in an overlay mode; configuring standard service B in an expansion mode; and configuring a standard interface C in a new mode.
Further, as shown in fig. 1, the method for configuring personalized metadata based on standard metadata configured in a corresponding operation mode includes the following steps: under the coverage mode, generating a customized page A1 based on the standard page A; generating a post interception B based on standard service B extension in an extension mode; in the new mode, a self-defined interface D is generated according to the standard interface C.
In some embodiments of the present application, in order to better meet the requirement of subsequent personalized upgrade, in the configuration, data configuration in multiple different modes such as a new mode, an extension mode, and an overlay mode are performed respectively for standard metadata and personalized metadata, the personalized metadata is reasonably configured based on the standard data, and the configured standard metadata and personalized metadata are isolated and stored, so that the subsequent operation is performed singly or in combination in different modes. The standard metadata comprises a standard page A, a standard service B and a standard interface C; the personalized metadata comprises a customized page A1, a post interception b and a self-defined interface D.
Setting operation modes of standard metadata and personalized metadata under various operation modes;
further, as shown in fig. 1, the method for setting the operation modes of the standard metadata and the personalized metadata under the multiple operation modes includes the following steps:
setting the running modes of the standard metadata and the personalized metadata in the newly added mode to be independent running;
setting the operation modes of the standard metadata and the personalized metadata in the extension mode as combined operation;
and setting the operation modes of the standard metadata and the personalized metadata in the coverage mode as replacement operation.
In some embodiments of the present application, in order to better realize the personalized requirement, the ways of covering, expanding, newly adding, inheriting, etc. of enterprise standard capability are satisfied, and in combination with different operations, metadata operation ways under the multiple ways of newly adding, expanding, covering, etc. are set, so as to better realize data upgrading.
Based on the configured data and the set operation mode, metadata personalized upgrading is obtained and carried out according to real-time operation requirements.
According to the application, the standard metadata under different operation modes are reasonably configured, the corresponding personalized metadata are configured based on the standard metadata, and the standard metadata and the personalized metadata are stored in an isolated manner, so that the independent calling can be carried out later, and the related standard metadata and the personalized metadata can be independently operated; in order to better meet personalized requirements, different operation modes are combined, operation modes of standard metadata and personalized metadata under corresponding operation are set, and modes of coverage, expansion, new addition, inheritance and the like are realized on standard capabilities of standard enterprises, so that the aim of personalization is better achieved.
In some embodiments of the present application, as shown in fig. 2, the coverage capability is explained by taking an interface as an example:
in a simple sense, whether or not to start is used to limit the existence of only one "master" version, the runtime version.
The following explains the closing of custom capability by way of an interface:
the front end is provided with a button, the user triggers the customization ability to be closed, and the display hiding of the button is given by a field mark at the back end; 0 represents non-customized, 1 represents customized; when the user clicks to close the customization capability, the user-defined data is deleted, the standard data is started, and the custom data is naturally displayed on the list.
Expansion can be realized based on the application, and the expansion capability is explained by taking front-to-back interception of the interface as an example, as shown in fig. 3.
Based on the application, various data operation applications can be realized, personalized customization of enterprises is realized, the whole application flow is shown in fig. 4, and firstly, data operation and inquiry are carried out, specifically comprising: inquiring a list, deleting operation, updating operation and adding operation, then assembling corresponding parameters according to the operation inquiring operation, and performing corresponding data processing based on the MyBatis interceptor after the parameter assembly is completed, so that data individuation is realized. The corresponding data processing based on the MyBatis interceptor specifically comprises the following steps: 1. judging whether the enterprise is a personalized enterprise or not, wherein the personalized enterprise is started; 2. inquiring undeleted data by default adding conditions; 3. updating or deleting the intelligent dynamic personalized data of the limitation by default addition conditions; a default addition value f_delete_flag=1 & f_standard=0 is added.
In a second aspect, the present application provides a metadata personalized upgrading system, including a data configuration module, an operation mode setting module, and a personalized upgrading module, where:
the data configuration module is used for configuring the standard metadata under various operation modes, configuring the personalized metadata based on the standard metadata configured under the corresponding operation modes, and isolating and storing the configured standard metadata and the personalized metadata;
the operation mode setting module is used for setting the operation modes of the standard metadata and the personalized metadata under various operation modes;
and the personalized upgrading module is used for acquiring and carrying out metadata personalized upgrading according to real-time operation requirements based on the configured data and the set operation mode.
The system is characterized in that through the cooperation of a plurality of modules such as a data configuration module, an operation mode setting module, a personalized upgrading module and the like, standard metadata under different operation modes are reasonably configured, corresponding personalized metadata are configured based on the standard metadata, and the corresponding personalized metadata are isolated and stored so as to be convenient for subsequent independent calling, and can be independently operated while being associated; in order to better meet personalized requirements, different operation modes are combined, and the operation modes of the standard metadata and the personalized metadata under the corresponding operation are set so as to better achieve the purpose of personalization.
As shown in fig. 5, in a third aspect, an embodiment of the present application provides an electronic device, which includes a memory 101 for storing one or more programs; a processor 102. The method of any of the first aspects described above is implemented when one or more programs are executed by the processor 102.
And a communication interface 103, where the memory 101, the processor 102 and the communication interface 103 are electrically connected directly or indirectly to each other to realize data transmission or interaction. For example, the components may be electrically connected to each other via one or more communication buses or signal lines. The memory 101 may be used to store software programs and modules that are stored within the memory 101 for execution by the processor 102 to perform various functional applications and data processing. The communication interface 103 may be used for communication of signaling or data with other node devices.
The Memory 101 may be, but is not limited to, a random access Memory (Random Access Memory, RAM), a Read Only Memory (ROM), a programmable Read Only Memory (Programmable Read-Only Memory, PROM), an erasable Read Only Memory (Erasable Programmable Read-Only Memory, EPROM), an electrically erasable Read Only Memory (Electric Erasable Programmable Read-Only Memory, EEPROM), etc.
The processor 102 may be an integrated circuit chip with signal processing capabilities. The processor 102 may be a general purpose processor including a central processing unit (Central Processing Unit, CPU), a network processor (Network Processor, NP), etc.; but also digital signal processors (Digital Signal Processing, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), field programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
In the embodiments provided in the present application, it should be understood that the disclosed method and system may be implemented in other manners. The above-described method and system embodiments are merely illustrative, for example, flow charts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of methods and systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form a single part, or each module may exist alone, or two or more modules may be integrated to form a single part.
In a fourth aspect, embodiments of the present application provide a computer readable storage medium having stored thereon a computer program which, when executed by the processor 102, implements a method as in any of the first aspects described above. The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The above is only a preferred embodiment of the present application, and is not intended to limit the present application, but various modifications and variations can be made to the present application by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the protection scope of the present application.
It will be evident to those skilled in the art that the application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.

Claims (8)

1. A method for personalized upgrading of metadata, comprising the steps of:
configuring standard metadata under various operation modes, configuring personalized metadata based on the standard metadata configured under the corresponding operation modes, and isolating and storing the configured standard metadata and the personalized metadata;
setting operation modes of standard metadata and personalized metadata under various operation modes;
based on the configured data and the set operation mode, metadata personalized upgrading is obtained and carried out according to real-time operation requirements.
2. The method for personalized upgrading of metadata according to claim 1, wherein the operation modes comprise a new addition mode, an extension mode and an overlay mode.
3. A method of metadata personalization upgrade according to claim 2, wherein said method of configuring standard metadata under multiple modes of operation comprises the steps of:
configuring a standard page A in an overlay mode;
configuring standard service B in an expansion mode;
and configuring a standard interface C in a new mode.
4. A method of personalizing upgrades to metadata according to claim 3, wherein the method of configuring personalized metadata based on standard metadata configured in a corresponding manner of operation comprises the steps of:
under the coverage mode, generating a customized page A1 based on the standard page A;
generating a post interception B based on standard service B extension in an extension mode;
in the new mode, a self-defined interface D is generated according to the standard interface C.
5. The method for personalized upgrading of metadata according to claim 2, wherein the method for setting the operation modes of the standard metadata and the personalized metadata under a plurality of operation modes comprises the following steps:
setting the running modes of the standard metadata and the personalized metadata in the newly added mode to be independent running;
setting the operation modes of the standard metadata and the personalized metadata in the extension mode as combined operation;
and setting the operation modes of the standard metadata and the personalized metadata in the coverage mode as replacement operation.
6. The system for personalized upgrading of the metadata is characterized by comprising a data configuration module, an operation mode setting module and a personalized upgrading module, wherein:
the data configuration module is used for configuring the standard metadata under various operation modes, configuring the personalized metadata based on the standard metadata configured under the corresponding operation modes, and isolating and storing the configured standard metadata and the personalized metadata;
the operation mode setting module is used for setting the operation modes of the standard metadata and the personalized metadata under various operation modes;
and the personalized upgrading module is used for acquiring and carrying out metadata personalized upgrading according to real-time operation requirements based on the configured data and the set operation mode.
7. An electronic device, comprising:
a memory for storing one or more programs;
a processor;
the method of any of claims 1-5 is implemented when the one or more programs are executed by the processor.
8. A computer readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, implements the method according to any of claims 1-5.
CN202310805327.5A 2023-07-03 2023-07-03 Metadata personalized upgrading method and system Pending CN116954651A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310805327.5A CN116954651A (en) 2023-07-03 2023-07-03 Metadata personalized upgrading method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310805327.5A CN116954651A (en) 2023-07-03 2023-07-03 Metadata personalized upgrading method and system

Publications (1)

Publication Number Publication Date
CN116954651A true CN116954651A (en) 2023-10-27

Family

ID=88445461

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310805327.5A Pending CN116954651A (en) 2023-07-03 2023-07-03 Metadata personalized upgrading method and system

Country Status (1)

Country Link
CN (1) CN116954651A (en)

Similar Documents

Publication Publication Date Title
CN104391725A (en) Page display method and page display device
KR20040040429A (en) System and method for transforming business process policy data
US10776083B2 (en) Application builder with connected components
CN109714188B (en) Configuration data management method, device and storage medium based on Zookeeper
WO2018045489A1 (en) Data collection method, apparatus and system
CN103577483A (en) Data storage method, data storage system, data access method and data access system
CN105138532A (en) Method, device and system for processing service data
CN108667660B (en) Method and device for route management and service routing and routing system
WO2019174190A1 (en) Method for importing data back, apparatus, computer device and storage medium
US10129330B2 (en) Attachment of cloud services to big data services
CN112182349A (en) Method, device and system for querying compliance file
CN105094811A (en) Method can device for processing events
CN101441656A (en) Method and apparatus for processing form setting scheme and enterprise resource planning system
WO2020001391A1 (en) Dynamic management method for menu, server and system
CN107220044B (en) Method and device for driving business object based on meta-model
US20130127863A1 (en) Determining an optimal sequence of status transitions for business objects
US9235437B2 (en) Method and integration component for integrating OSGi environments into a Service-oriented Architecture
CN116954651A (en) Metadata personalized upgrading method and system
CN108804403B (en) Method and device for realizing service chart
CN111737369A (en) Relationship map updating method and device and storage medium
CN107247594B (en) Logic system, implementation method thereof, computing device and computer-readable storage medium
CN114003220B (en) Workflow model implementation method, system, readable storage medium and computer equipment
CN116048609A (en) Configuration file updating method, device, computer equipment and storage medium
CN109542727A (en) A kind of information cuing method and device
CN114281461A (en) Management method, equipment and medium for configurable data source attributes

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