CN103605806A - Implementation method for configurable structural data organization mode - Google Patents

Implementation method for configurable structural data organization mode Download PDF

Info

Publication number
CN103605806A
CN103605806A CN201310660021.1A CN201310660021A CN103605806A CN 103605806 A CN103605806 A CN 103605806A CN 201310660021 A CN201310660021 A CN 201310660021A CN 103605806 A CN103605806 A CN 103605806A
Authority
CN
China
Prior art keywords
objects
node
model
tree
instance
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310660021.1A
Other languages
Chinese (zh)
Other versions
CN103605806B (en
Inventor
陈永辉
温秋生
王林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Shenzhou Aerospace Software Technology Co.,Ltd.
Original Assignee
BEIJING SHENZHOU AEROSPACE SOFTWARE TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by BEIJING SHENZHOU AEROSPACE SOFTWARE TECHNOLOGY Co Ltd filed Critical BEIJING SHENZHOU AEROSPACE SOFTWARE TECHNOLOGY Co Ltd
Priority to CN201310660021.1A priority Critical patent/CN103605806B/en
Publication of CN103605806A publication Critical patent/CN103605806A/en
Application granted granted Critical
Publication of CN103605806B publication Critical patent/CN103605806B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees

Abstract

The invention discloses an implementation method for a configurable structural data organization mode. The implementation method is characterized by comprising the steps of defining a navigation model tree through a navigation tree resolving engine; defining an object operation button through an object operation button resolving engine; and defining an object feature page through an object feature resolving engine. The navigation tree resolving engine, the object operation button resolving engine and the object feature resolving engine are respectively used for resolving defined configuration information and generating a structural object organization interface. The implementation method is designed flexibly, high in configurability and suitable for most service scenes; according to the implementation method, the development work for software with similar functions can be greatly reduced, and unification of systematic interfaces and operation styles is facilitated.

Description

The implementation method of configurable structural data organizational form
Technical field
The present invention relates to Computer Applied Technology field, specifically, relate to a kind of implementation method of configurable structural data organizational form.
Background technology
When daily management infosystem is researched and developed, first by software operation personnel, investigate together with client, discuss, arrange out business demand and solution, and then formation software requirement, software developer carries out software realization according to software requirement, and implement software personnel carry out the enforcement of software according to business solution.Such software process is feasible conventionally in software project.Due to software product towards be not only certain client but customer group, therefore on the scope of business demand and business solution, be difficult to hold and unified, cause software product need to do many customized developments when implementing for client, to meet client's characterization demand.
Due to provisional customized development work, the time is more hurry, causes function interface tissue random large, operator scheme disunity, system easy to use poor.Meanwhile, a large amount of customized development work causes the personnel of project to drop into long, software quality of many, implementation cycle to be also difficult to guarantee.
Summary of the invention
For solving the problem in background technology, the invention provides a kind of configurability good, be applicable to most of business scenarios, and can reduce the software development work of a large amount of close functions, also contribute to the implementation method of the unified configurable structural data organizational form of system interface and operation style.
Technical scheme of the present invention is:
The implementation method of configurable structural data organizational form, is characterized in that:
By navigation tree analytics engine, defining navigation model sets; By Object Operations button analytics engine defining objects action button; ; By the characteristics of objects analytics engine defining objects feature page,
The step of definition navigation model tree is as follows:
(1) add root node: select a data model as root node;
(2) add the child node of root node: under the root node of step (1), add the data model being associated with root node data model, as the child node of this root node;
(3) add the child node of child node: the child node providing adds the data model being associated, as the child node of this child node in step (2).
The step of defining objects action button is as follows:
1), button display Name for each node of model tree defines exercisable button, each button mainly comprises following information:; 2), button display icon; 3), push-botton operation logic.
The step of the defining objects feature page is as follows:
For each node of model tree defines the relevant page, in the mode of TAB page, to show, 1), bookmark name each page mainly comprises following information:; 2), the URL of the page.
As a kind of technical scheme of optimization, described navigation tree analytics engine, Object Operations button analytics engine and characteristics of objects analytics engine, be used for respectively resolving defined configuration information, and the object tissue interface of generating structured; Realize principle as follows:
The principle of navigation tree analytics engine is as follows: (1), obtain the instance objects ID of the root node that view user transmits; (2) according to the navigation model tree of definition, find the model list of the child node of root node; (3) according to model list, obtain successively the database table name that model is corresponding, in database table, obtain with the related instance objects record of root node instance objects; (4) the object instance record obtaining is set according to object instance corresponding to model tree definition Information generation.
Object Operations button analytics engine principle is as follows: instance objects ID and model node ID corresponding to instance objects by selected node on left side object instance tree, obtain the list of buttons in view definition, and on interface, generate button.
Characteristics of objects analytics engine principle is as follows: by instance objects ID and the model node ID corresponding to instance objects of selected node on left side object instance tree, obtain the characteristics of objects of definition, on interface, generate the TAB page of corresponding characteristics of objects, and the instance objects information of current selection is passed to TAB subpage as parameter.
Owing to having adopted technique scheme, compared with prior art, the present invention is based on the Software tool of Web technology, after allowing business personnel and client fully link up, can according to business demand, configure corresponding software function at curstomer's site, to meet the user's request of continuous variation, also can effectively solve the demand difference problem between client.Simultaneously, utilize the software function that the present invention configures to adopt a kind of good object data method for organizing, especially can clearly show the object data that has labyrinth relation, contribute to the user of business software to understand and learning software function, by shirtsleeve operation, complete corresponding business.
Flexible design of the present invention, configurability is good, is applicable to most of business scenarios, utilizes it by reducing the software development work of a large amount of close functions, also contributes to the unification of system interface and operation style.
Accompanying drawing explanation
Fig. 1 is the theory diagram of an embodiment of the present invention.
Embodiment
Embodiment
As shown in Figure 1, the implementation method of configurable structural data organizational form, defines navigation model by navigation tree analytics engine and sets; By Object Operations button analytics engine defining objects action button; ; By the characteristics of objects analytics engine defining objects feature page.
The step of definition navigation model tree is as follows:
(1) add root node: select a data model as root node.
(2) add the child node of root node: under the root node of step (1), add the data model being associated with root node data model, as the child node of this root node.
(3) add the child node of child node: the child node providing adds the data model being associated, as the child node of this child node in step (2).
1), button display Name the step of defining objects action button is as follows: for each node of model tree defines exercisable button, each button mainly comprises following information:; 2), button display icon; 3), push-botton operation logic.
1), bookmark name the step of the defining objects feature page is as follows: for each node of model tree defines the relevant page, in the mode of TAB page, show, each page mainly comprises following information:; 2), the URL of the page.
Described navigation tree analytics engine, Object Operations button analytics engine and characteristics of objects analytics engine, be used for respectively resolving defined configuration information, and the object tissue interface of generating structured; Realize principle as follows:
The principle of navigation tree analytics engine is as follows: (1), obtain the instance objects ID of the root node that view user transmits; (2) according to the navigation model tree of definition, find the model list of the child node of root node; (3) according to model list, obtain successively the database table name that model is corresponding, in database table, obtain with the related instance objects record of root node instance objects; (4) the object instance record obtaining is set according to object instance corresponding to model tree definition Information generation.
Object Operations button analytics engine principle is as follows: instance objects ID and model node ID corresponding to instance objects by selected node on left side object instance tree, obtain the list of buttons in view definition, and on interface, generate button.
Characteristics of objects analytics engine principle is as follows: by instance objects ID and the model node ID corresponding to instance objects of selected node on left side object instance tree, obtain the characteristics of objects of definition, on interface, generate the TAB page of corresponding characteristics of objects, and the instance objects information of current selection is passed to TAB subpage as parameter.
Under application scenarios, caller can be expressed the view ID and the object ID that need to show root node example of business scenario to the transmission of the engine interface page, and system can generate a business function of showing by above-mentioned look & feel after engine is resolved.
The present invention is based on the Software tool of Web technology, after allowing business personnel and client fully link up, can according to business demand, configure corresponding software function at curstomer's site, to meet the user's request of continuous variation, also can effectively solve the demand difference problem between client.Simultaneously, utilize the software function that the present invention configures to adopt a kind of good object data method for organizing, especially can clearly show the object data that has labyrinth relation, contribute to the user of business software to understand and learning software function, by shirtsleeve operation, complete corresponding business.
Flexible design of the present invention, configurability is good, is applicable to most of business scenarios, utilizes it by reducing the software development work of a large amount of close functions, also contributes to the unification of system interface and operation style.
The present invention is not limited to above-mentioned preferred implementation, and anyone should learn the structural change of making under enlightenment of the present invention, and every have identical or akin technical scheme with the present invention, all belongs to protection scope of the present invention.

Claims (2)

1. the implementation method of configurable structural data organizational form, is characterized in that:
By navigation tree analytics engine, defining navigation model sets; By Object Operations button analytics engine defining objects action button; ; By the characteristics of objects analytics engine defining objects feature page,
The step of definition navigation model tree is as follows:
(1) add root node: select a data model as root node;
(2) add the child node of root node: under the root node of step (1), add the data model being associated with root node data model, as the child node of this root node;
(3) add the child node of child node: the child node providing adds the data model being associated, as the child node of this child node in step (2);
The step of defining objects action button is as follows:
1), button display Name for each node of model tree defines exercisable button, each button mainly comprises following information:; 2), button display icon; 3), push-botton operation logic;
The step of the defining objects feature page is as follows:
For each node of model tree defines the relevant page, in the mode of TAB page, to show, each page mainly comprises following information:
1), bookmark name; 2), the URL of the page.
2. according to the implementation method of the configurable structural data organizational form described in claim 1, it is characterized in that:
Described navigation tree analytics engine, Object Operations button analytics engine and characteristics of objects analytics engine, be used for respectively resolving defined configuration information, and the object tissue interface of generating structured; Realize principle as follows:
The principle of navigation tree analytics engine is as follows:
(1), obtain the instance objects ID of the root node of view user transmission; (2) according to the navigation model tree of definition, find the model list of the child node of root node; (3) according to model list, obtain successively the database table name that model is corresponding, in database table, obtain with the related instance objects record of root node instance objects; (4) the object instance record obtaining is set according to object instance corresponding to model tree definition Information generation;
Object Operations button analytics engine principle is as follows:
Instance objects ID and model node ID corresponding to instance objects by selected node on left side object instance tree, obtain the list of buttons in view definition, generates button on interface;
Characteristics of objects analytics engine principle is as follows:
By instance objects ID and the model node ID corresponding to instance objects of selected node on left side object instance tree, obtain the characteristics of objects of definition, on interface, generate the TAB page of corresponding characteristics of objects, and the instance objects information of current selection is passed to TAB subpage as parameter.
CN201310660021.1A 2013-12-09 2013-12-09 Implementation method for configurable structural data organization mode Active CN103605806B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310660021.1A CN103605806B (en) 2013-12-09 2013-12-09 Implementation method for configurable structural data organization mode

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310660021.1A CN103605806B (en) 2013-12-09 2013-12-09 Implementation method for configurable structural data organization mode

Publications (2)

Publication Number Publication Date
CN103605806A true CN103605806A (en) 2014-02-26
CN103605806B CN103605806B (en) 2017-02-15

Family

ID=50124028

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310660021.1A Active CN103605806B (en) 2013-12-09 2013-12-09 Implementation method for configurable structural data organization mode

Country Status (1)

Country Link
CN (1) CN103605806B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104484358A (en) * 2014-12-02 2015-04-01 山东中创软件工程股份有限公司 Process template displaying method and system
CN106776995A (en) * 2016-12-06 2017-05-31 北京神舟航天软件技术有限公司 A kind of tree-like acquisition technique of structural data based on MDA
CN107480223A (en) * 2017-08-02 2017-12-15 北京五八信息技术有限公司 A kind of searching method, device and storage medium
WO2021217660A1 (en) * 2020-04-30 2021-11-04 深圳中砼物联网科技有限公司 Method for realizing graphical code-free development of user interface, and computer device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567789A (en) * 2010-12-09 2012-07-11 金蝶软件(中国)有限公司 Data distribution method and system
US20130238664A1 (en) * 2012-03-08 2013-09-12 eBizprise Inc. Large-scale data processing system, method, and non-transitory tangible machine-readable medium thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567789A (en) * 2010-12-09 2012-07-11 金蝶软件(中国)有限公司 Data distribution method and system
US20130238664A1 (en) * 2012-03-08 2013-09-12 eBizprise Inc. Large-scale data processing system, method, and non-transitory tangible machine-readable medium thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
陈刚: "《ECLIPSE从入门到精通》", 31 December 2005, 清华大学出版社 *
黄飞龙等: "基于图形编辑框架的SCA组件编辑器设计与实现", 《科协论坛(下半月)》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104484358A (en) * 2014-12-02 2015-04-01 山东中创软件工程股份有限公司 Process template displaying method and system
CN106776995A (en) * 2016-12-06 2017-05-31 北京神舟航天软件技术有限公司 A kind of tree-like acquisition technique of structural data based on MDA
CN106776995B (en) * 2016-12-06 2020-08-28 北京神舟航天软件技术有限公司 Structured data tree-form acquisition method based on model-driven architecture
CN107480223A (en) * 2017-08-02 2017-12-15 北京五八信息技术有限公司 A kind of searching method, device and storage medium
CN107480223B (en) * 2017-08-02 2020-12-01 北京五八信息技术有限公司 Searching method, searching device and storage medium
WO2021217660A1 (en) * 2020-04-30 2021-11-04 深圳中砼物联网科技有限公司 Method for realizing graphical code-free development of user interface, and computer device and storage medium

Also Published As

Publication number Publication date
CN103605806B (en) 2017-02-15

Similar Documents

Publication Publication Date Title
CN108536761B (en) Report data query method and server
EP2738708B1 (en) Methods and Systems for Architecture-Centric Threat Modeling, Analysis and Visualization
US20140067836A1 (en) Visualizing reporting data using system models
CN106649225A (en) JSON self-definition-based report generation system and method
CN103645908B (en) Full life circle development achievement system of intemetware
CN103413002A (en) Topological graph editing method and topological graph editor
CN110413690A (en) Method of data synchronization, server, electronic equipment, the storage medium of database
CN108733713A (en) Data query method and device in data warehouse
CN103218706B (en) Workflow document generating method and equipment, generation manner of execution and system
CN102012945B (en) User-oriented database management system
Laflaquiere et al. Trace-based framework for experience management and engineering
CN104036040A (en) Method and device for generating report
CN105404507A (en) Process template construction method and system
CN108228726B (en) Incremental transaction content acquisition method and storage medium for distribution network red and black images
CN103605806A (en) Implementation method for configurable structural data organization mode
CN103116500A (en) Method and device for structural body definition and structure output
CN105808244A (en) Dynamic data visualized analysis tool based on workflows
JP2015028736A (en) Tabular format multi-dimensional data conversion method and apparatus
CN104536768A (en) Method for improving user-friendly operation of software user interface
CN103927185A (en) Network topology modeling device based on energy management and guiding method thereof
CN108829653A (en) A kind of generation method of report, device, equipment and medium
CN114218218A (en) Data processing method, device and equipment based on data warehouse and storage medium
CN104809126A (en) Business process engine system
US9244707B2 (en) Transforming user interface actions to script commands
CN109408601B (en) Data model conversion method based on graph data and graph data structure converter

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 100094 No. 28, Yongfeng Road, Beijing, Haidian District

Patentee after: Beijing Shenzhou Aerospace Software Technology Co.,Ltd.

Address before: 100094 No. 28, Yongfeng Road, Beijing, Haidian District

Patentee before: BEIJING SHENZHOU AEROSPACE SOFTWARE TECHNOLOGY Co.,Ltd.

CP01 Change in the name or title of a patent holder