CN111596977A - PLM system service object execution system and execution method - Google Patents

PLM system service object execution system and execution method Download PDF

Info

Publication number
CN111596977A
CN111596977A CN202010436780.XA CN202010436780A CN111596977A CN 111596977 A CN111596977 A CN 111596977A CN 202010436780 A CN202010436780 A CN 202010436780A CN 111596977 A CN111596977 A CN 111596977A
Authority
CN
China
Prior art keywords
service object
system service
plm system
plm
execution
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
CN202010436780.XA
Other languages
Chinese (zh)
Other versions
CN111596977B (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 Exeter Technology Co ltd
Original Assignee
Beijing Exeter 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 Exeter Technology Co ltd filed Critical Beijing Exeter Technology Co ltd
Priority to CN202010436780.XA priority Critical patent/CN111596977B/en
Publication of CN111596977A publication Critical patent/CN111596977A/en
Application granted granted Critical
Publication of CN111596977B publication Critical patent/CN111596977B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a PLM system service object execution system, which relates to the technical field of computers, and sequentially transmits the parameters of a PLM system service object common interface to a PLM system service object common interface and executes the PLM system service object according to the execution sequence of the PLM system service object through the predefined PLM system service object type, the PLM system service object common interface, the parameters of the PLM system service object common interface and the execution sequence of the PLM system service object, thereby realizing that different service objects are called and executed one by one according to steps, executing different service objects only through simple configuration, reducing the development amount, reducing the development cost and improving the efficiency. In addition, the invention also discloses a method for executing the PLM system service object by the PLM system service object execution system.

Description

PLM system service object execution system and execution method
Technical Field
The invention relates to the technical field of computers, in particular to a PLM system service object execution system and an execution method.
Background
In PLM systems, there are many operations for business objects, such as menu or toolbar buttons. Different business object logic exists for different operations, resulting in different business object steps. The same business object logic has different calling steps under different business object scenes. For example, for the operation of creating a new material, the new material is created in the material library, and only the step of creating the new material needs to be invoked. And the creation in the material classification requires not only the step of creating a new material but also the step of adding to a classification node. In addition, the same operation may have differences in business object steps in different customer environments.
The existing scheme basically solidifies the operation aiming at the business object, and when meeting the personalized requirements or the expansion requirements of customers, the customized development is needed, so that the development cost is high, and the efficiency is low.
Disclosure of Invention
In order to overcome the defects in the prior art, embodiments of the present invention provide a service object execution system and an execution method for a PLM system.
In a first aspect, an embodiment of the present invention provides a PLM system service object execution system, including a configuration module, a PLM system service object execution module, and an interface module, where:
the configuration module is used for defining the sequence of executing PLM system service objects;
the interface module is used for calling a dynamic link library of a public interface of a PLM system service object;
the PLM service object execution module is used for executing the PLM system service object according to the sequence of executing the PLM system service object defined by the configuration module and by using the interface module.
Preferably, the configuration module is further configured to define a PLM system service object type, a PLM system service object common interface, and a parameter used by the PLM system service object common interface.
Preferably, the interface module is an application program module based on a network Framework and composed of dynamic link libraries.
Preferably, the configuration module is a file module in an XML format.
Preferably, the PLM service object execution module is an application program module based on a.Net Framework.
In a second aspect, an embodiment of the present invention provides a method for executing a PLM system service object by using the PLM system service object execution system in the first aspect, where the method includes the following steps:
acquiring a predefined PLM system service object type, a public interface of a PLM system service object, parameters of the public interface of the PLM system service object and an execution sequence of the PLM system service object;
and according to the execution sequence of the PLM system service objects, sequentially transmitting the parameters of the PLM system service object common interface to the PLM system service object common interface and executing the PLM system service objects.
The PLM system service object execution system and the execution method provided by the embodiment of the invention have the following beneficial effects:
different service objects are called and executed one by one according to the steps by predefining the steps of calling and executing the service objects of the PLM system, and the different service objects can be executed only by simple configuration, so that the development amount is reduced, the development cost is reduced, and the efficiency is improved.
Detailed Description
The present invention will be described in detail with reference to the following embodiments.
The embodiment of the invention provides a PLM system service object execution system, which comprises a configuration module, a PLM system service object execution module and an interface module, wherein:
the configuration module is used for defining the sequence of executing PLM system service objects;
the interface module is used for calling a dynamic link library of a public interface of a PLM system service object;
the PLM service object execution module is used for executing the PLM system service object according to the sequence of executing the PLM system service object defined by the configuration module and by using the interface module.
Optionally, the configuration module is further configured to define a PLM system service object type, a PLM system service object common interface, and a parameter used by the PLM system service object common interface.
Optionally, the interface module is an application module based on a.NetFramework framework, consisting of dynamically linked libraries.
Optionally, the configuration module is a file module in XML format.
Optionally, the PLM service object execution module is an application module based on a.net Framework.
The method for executing the PLM system service object provided by the embodiment of the invention comprises the following steps:
s101, obtaining a predefined PLM system service object type, a public interface of the PLM system service object, parameters of the public interface of the PLM system service object and an execution sequence of the PLM system service object.
And S102, sequentially transmitting the parameters of the PLM system service object common interface to the PLM system service object common interface and executing the PLM system service object according to the execution sequence of the PLM system service object.
As a specific embodiment, the step of defining the sequence of executing the service objects of the PLM system provided by the embodiment of the present invention includes the following steps:
setting the execution sequence of the business objects for creating the new task as 1;
distributing the created new task to the current task and setting the execution sequence of the new task as a service object of a subordinate task of the current task as 2;
and setting the execution sequence of the business objects for changing the new task state to be 3.
Wherein the states of the new task state include "unassigned" and "assigned".
The PLM system service object execution system and the execution method provided by the embodiment of the invention sequentially transmit the parameters of the PLM system service object common interface to the PLM system service object common interface and execute the PLM system service object according to the execution sequence of the PLM system service object through the predefined PLM system service object type, the PLM system service object common interface, the parameters of the PLM system service object common interface and the execution sequence of the PLM system service object, thereby realizing that different service objects are called and executed one by one according to steps, executing different service objects only through simple configuration, reducing the development amount, lowering the development cost and improving the efficiency.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
It will be appreciated that the relevant features of the method and apparatus described above are referred to one another.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual machine, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing such a system will be apparent from the description above. Moreover, the present invention is not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any descriptions of specific languages are provided above to disclose the best mode of the invention.
In addition, the memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that 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 an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to 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 scope of the claims of the present application.

Claims (6)

1. A service object execution system for a PLM system, comprising: the system comprises a configuration module, a PLM system service object execution module and an interface module, wherein:
the configuration module is used for defining the sequence of executing PLM system service objects;
the interface module is used for calling a dynamic link library of a public interface of a PLM system service object;
the PLM service object execution module is used for executing the PLM system service object according to the sequence of executing the PLM system service object defined by the configuration module and by using the interface module.
2. The PLM system service object execution system of claim 1, wherein the configuration module is further configured to define parameters of a PLM system service object type, a PLM system service object common interface, and a PLM system service object common interface usage.
3. The PLM system business object execution system of claim 1, wherein the interface module is a network Framework based application module comprised of dynamically linked libraries.
4. The PLM system business object execution system of claim 1, wherein the configuration module is a file module in XML format.
5. The PLM system service object execution system of claim 1, wherein the PLM service object execution module is a.Net Framework based application module.
6. A method for executing a PLM system service object using the PLM system service object execution system of claims 1-5, comprising:
acquiring a predefined PLM system service object type, a public interface of a PLM system service object, parameters of the public interface of the PLM system service object and an execution sequence of the PLM system service object;
and according to the execution sequence of the PLM system service objects, sequentially transmitting the parameters of the PLM system service object common interface to the PLM system service object common interface and executing the PLM system service objects.
CN202010436780.XA 2020-05-21 2020-05-21 PLM system business object execution system and execution method Active CN111596977B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010436780.XA CN111596977B (en) 2020-05-21 2020-05-21 PLM system business object execution system and execution method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010436780.XA CN111596977B (en) 2020-05-21 2020-05-21 PLM system business object execution system and execution method

Publications (2)

Publication Number Publication Date
CN111596977A true CN111596977A (en) 2020-08-28
CN111596977B CN111596977B (en) 2023-09-12

Family

ID=72187434

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010436780.XA Active CN111596977B (en) 2020-05-21 2020-05-21 PLM system business object execution system and execution method

Country Status (1)

Country Link
CN (1) CN111596977B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001249803A (en) * 2000-03-06 2001-09-14 Nec Corp Business object
US20030033191A1 (en) * 2000-06-15 2003-02-13 Xis Incorporated Method and apparatus for a product lifecycle management process
US20040093593A1 (en) * 2002-08-08 2004-05-13 Microsoft Corporation Software componentization
CN101004680A (en) * 2006-11-23 2007-07-25 福建顶点软件股份有限公司 Flexible, fast software development method and support system by using kernels of direct operation object model definition
CN101295382A (en) * 2008-06-30 2008-10-29 金蝶软件(中国)有限公司 Method and device for implementing service logical relation between business object properties
US8015541B1 (en) * 2002-10-24 2011-09-06 Rage Frameworks, Inc. Business process technology for the enterprise
CN102567027A (en) * 2011-12-28 2012-07-11 用友软件股份有限公司 Interface framework construction system and interface framework construction method
CN107506181A (en) * 2017-07-17 2017-12-22 阿里巴巴集团控股有限公司 Business processing, data processing method, device and electronic equipment
CN110944048A (en) * 2019-11-29 2020-03-31 腾讯科技(深圳)有限公司 Service logic configuration method and device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001249803A (en) * 2000-03-06 2001-09-14 Nec Corp Business object
US20030033191A1 (en) * 2000-06-15 2003-02-13 Xis Incorporated Method and apparatus for a product lifecycle management process
US20040093593A1 (en) * 2002-08-08 2004-05-13 Microsoft Corporation Software componentization
US8015541B1 (en) * 2002-10-24 2011-09-06 Rage Frameworks, Inc. Business process technology for the enterprise
CN101004680A (en) * 2006-11-23 2007-07-25 福建顶点软件股份有限公司 Flexible, fast software development method and support system by using kernels of direct operation object model definition
CN101295382A (en) * 2008-06-30 2008-10-29 金蝶软件(中国)有限公司 Method and device for implementing service logical relation between business object properties
CN102567027A (en) * 2011-12-28 2012-07-11 用友软件股份有限公司 Interface framework construction system and interface framework construction method
CN107506181A (en) * 2017-07-17 2017-12-22 阿里巴巴集团控股有限公司 Business processing, data processing method, device and electronic equipment
CN110944048A (en) * 2019-11-29 2020-03-31 腾讯科技(深圳)有限公司 Service logic configuration method and device

Non-Patent Citations (8)

* Cited by examiner, † Cited by third party
Title
LIANGZHAO ZENG等: "PLM flow—Dynamic Business Process Composition and Execution by Rule Inference", TECHNOLOGIES FOR E-SERVICES: THIRD INTERNATIONAL WORKSHOP, pages 141 - 150 *
丁浩: "动态属性配置技术的研究及其在PLM系统中的应用", 中国优秀硕士学位论文全文数据库 信息科技辑, pages 138 - 57 *
万立等: "产品全生命周期管理平台的集成产品开发流程实现研究", 《计算机辅助工程》 *
万立等: "产品全生命周期管理平台的集成产品开发流程实现研究", 《计算机辅助工程》, no. 02, 15 June 2005 (2005-06-15), pages 68 - 74 *
孙万里等: "基于XML的"零编码"组件框架的设计与实现", 《航空计算技术》 *
孙万里等: "基于XML的"零编码"组件框架的设计与实现", 《航空计算技术》, no. 02, 15 March 2009 (2009-03-15), pages 55 - 60 *
蔡昭权: "基于PLM的工作流管理系统设计与实现", 计算机工程与科学, pages 147 - 149 *
陈兴: "PLM中工作流技术的研究与实现", 中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑, pages 028 - 29 *

Also Published As

Publication number Publication date
CN111596977B (en) 2023-09-12

Similar Documents

Publication Publication Date Title
CN111078313A (en) Service parameter configuration method
CN113298343B (en) Task generation method, task execution method and device
CN115841236A (en) Business modeling method, device and medium for realizing quick response
CN112003769A (en) Message processing method, device and equipment
CN111596977B (en) PLM system business object execution system and execution method
CN112464122A (en) Grid-based mobile terminal H5 page grid layout method
CN109597695B (en) Data processing method, device and equipment
CN106293890B (en) A kind of method and device for business processing based on complexity
CN112579066A (en) Chart display method and device, storage medium and equipment
CN110989933A (en) Message queue RockMq smooth migration method
CN109885425A (en) Backup method, back-up device, storage medium and the processor of data
CN115712794A (en) Page management method and device, processor and electronic equipment
CN113485746B (en) Method and device for generating application program interface document
CN111651160B (en) Plug-in construction and webpage design method and device
CN111090825A (en) Dynamic customization method for webpage content
CN110969461B (en) Method and device for processing public number information, storage medium and processor
CN112068828A (en) Title control generation method, device, system, equipment and medium
CN112579117A (en) Data upgrading method and device
CN117270898B (en) Large software construction method, device and medium based on assembly
CN114924674B (en) Multi-region column navigation interaction method, device and medium
CN111176719A (en) Software system configuration method and system based on event driving
CN112541327A (en) Data reading method and device, electronic equipment and storage medium
CN117650982A (en) Method, equipment and medium for implementing complex gateway based on BPMN
CN114647393A (en) Screen adaptation method, device, server and storage medium
CN113744048A (en) Loan transaction processing 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