CN111596977B - PLM system business object execution system and execution method - Google Patents

PLM system business object execution system and execution method Download PDF

Info

Publication number
CN111596977B
CN111596977B CN202010436780.XA CN202010436780A CN111596977B CN 111596977 B CN111596977 B CN 111596977B CN 202010436780 A CN202010436780 A CN 202010436780A CN 111596977 B CN111596977 B CN 111596977B
Authority
CN
China
Prior art keywords
plm system
plm
execution
business object
system service
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
CN202010436780.XA
Other languages
Chinese (zh)
Other versions
CN111596977A (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 application discloses a PLM system business object execution system, which relates to the technical field of computers, and sequentially transmits parameters of a PLM system business object public interface to the PLM system business object public interface and executes the PLM system business object according to the execution sequence of the PLM system business object by predefining the type of the PLM system business object, the public interface of the PLM system business object, parameters of the PLM system business object public interface and the execution sequence of the PLM system business object, thereby realizing that different business objects are called and executed one by one according to steps, and executing different business objects by simple configuration, reducing development quantity, lowering development cost and improving efficiency. In addition, the application also discloses a method for executing the PLM system business object by the PLM system business object executing system.

Description

PLM system business object execution system and execution method
Technical Field
The application relates to the technical field of computers, in particular to a PLM system business object execution system and an execution method.
Background
In PLM systems, there are many operations for business objects, such as menu or toolbar buttons. For different operations, there are different business object logic, resulting in different business object steps. The same business object logic has differences in calling steps under different business object scenes. For example, for the operation of creating a new material, it is only necessary to call the step of creating a new material to create in the library. And the new material is created in the material classification, and not only the step of creating the new material, but also the step of adding to the classification node is required to be called. In addition, the same operation may also have differences in business object steps in different customer environments.
The existing scheme is basically to solidify the operation aiming at the business object, and when the personalized requirement or the expansion requirement of a customer is met, custom development is needed, the development cost is high, and the efficiency is low.
Disclosure of Invention
In order to solve the defects in the prior art, the embodiment of the application provides a PLM system business object execution system and an execution method.
In a first aspect, an embodiment of the present application 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 the PLM system business objects;
the interface module is used for calling a dynamic link library of the PLM system service object public interface;
the PLM service object execution module is used for executing the PLM system service objects according to the sequence of executing the PLM system service objects defined by the configuration module and by utilizing the interface module.
Preferably, the configuration module is further configured to define a PLM system service object type, a PLM system service object public interface, and parameters used by the PLM system service object public interface.
Preferably, the interface module is an application module composed of a dynamic link library based on a Net Framework.
Preferably, the configuration module is a file module in XML format.
Preferably, the PLM service object execution module is an application module based on a Net Framework.
In a second aspect, an embodiment of the present application provides a method for executing a PLM system service object by using the PLM system service object execution system of the first aspect, where the method includes the following steps:
acquiring a predefined PLM system service object type, a PLM system service object public interface, parameters of the PLM system service object public interface and an execution sequence of the PLM system service object;
and sequentially transmitting parameters of the PLM system service object public interfaces to the PLM system service object public interfaces according to the execution sequence of the PLM system service objects and executing the PLM system service objects.
The PLM system business object execution system and the PLM system business object execution method provided by the embodiment of the application have the following beneficial effects:
by predefining the steps of calling and executing the PLM system business objects, different business objects can be called and executed one by one according to the steps, and different business 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 application will be specifically described with reference to the following specific examples.
The embodiment of the application provides a PLM system business object execution system, which comprises a configuration module, a PLM system business object execution module and an interface module, wherein:
the configuration module is used for defining the sequence of executing the PLM system business objects;
the interface module is used for calling a dynamic link library of the PLM system service object public interface;
the PLM service object execution module is used for executing the PLM system service objects according to the sequence of executing the PLM system service objects defined by the configuration module and by utilizing 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 parameters used by the PLM system service object common interface.
Optionally, the interface module is an application module composed of a dynamic link library based on a Net Framework.
Optionally, the configuration module is an XML format file module.
Optionally, the PLM business object execution module is an application module based on the Net Framework.
The method for executing the PLM system business object provided by the embodiment of the application comprises the following steps:
s101, acquiring a predefined PLM system service object type, a PLM system service object public interface, parameters of the PLM system service object public interface and an execution sequence of the PLM system service object.
S102, according to the execution sequence of the PLM system service objects, sequentially transmitting parameters of the PLM system service object public interfaces to the PLM system service object public interfaces and executing the PLM system service objects.
As a specific embodiment, the defining the order of executing the PLM system service objects provided by the embodiments of the present application includes the following steps:
setting the execution sequence of the business objects for creating the new task to 1;
assigning the created new task to the current task and setting the execution sequence of the new task as a business object of a subordinate task of the current task to 2;
the execution order of the business objects changing the new task state is set to 3.
Wherein the states of the new task state include "unassigned" and "assigned".
According to the PLM system business object execution system and the PLM system business object execution method provided by the embodiment of the application, through the predefined PLM system business object type, the PLM system business object public interface parameters and the PLM system business object execution sequence, the PLM system business object public interface parameters are sequentially transferred to the PLM system business object public interface and the PLM system business object is executed according to the PLM system business object execution sequence, different business objects are invoked and executed one by one according to the steps, and different business objects can be executed only through simple configuration, so that the development quantity is reduced, the development cost is high, and the efficiency is improved.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to related descriptions of other embodiments.
It will be appreciated that the relevant features of the methods and apparatus described above may be referenced to one another.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general-purpose systems may also be used with the teachings herein. The required structure for a construction of such a system is apparent from the description above. In addition, the present application is not directed to any particular programming language. It will be appreciated that the teachings of the present application described herein may be implemented in a variety of programming languages, and the above description of specific languages is provided for disclosure of enablement and best mode of the present application.
Furthermore, the memory may include volatile memory, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), in a computer readable medium, the memory including at least one memory chip.
It will be appreciated by those skilled in the art that 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 one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, etc., such as Read Only Memory (ROM) or flash RAM. 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 storage media for a computer 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, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
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 one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises an element.
It will be appreciated by those skilled in the art that 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 foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and variations of the present application will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. which come within the spirit and principles of the application are to be included in the scope of the claims of the present application.

Claims (4)

1. A PLM system business object execution system, comprising: configuration module, PLM system business object execution module and interface module, wherein:
the configuration module is used for defining the sequence of executing the PLM system business objects; the system is also used for defining the type of the PLM system service object, the PLM system service object public interface and the parameters used by the PLM system service object public interface;
the interface module is used for calling a dynamic link library of the PLM system service object public interface;
the PLM system service object execution module is configured to execute the PLM system service object according to the sequence defined by the configuration module and by using the interface module, where:
the interface module is an application program module composed of dynamic link libraries based on a Net Framework;
defining an order of executing PLM system business objects includes the steps of:
setting the execution sequence of the business objects for creating the new task to 1;
assigning the created new task to the current task and setting the execution sequence of the new task as a business object of a subordinate task of the current task to 2;
setting the execution sequence of the business objects changing the new task state to 3;
wherein the states of the new task state include "unassigned" and "assigned".
2. The PLM system business object execution system of claim 1, wherein the configuration module is an XML formatted file module.
3. The PLM system business object execution system of claim 1, wherein the PLM business object execution module is an application module based on a Net Framework.
4. A method of executing a PLM system business object using the PLM system business object execution system of any one of claims 1-3, comprising:
acquiring a predefined PLM system service object type, a PLM system service object public interface, parameters of the PLM system service object public interface and an execution sequence of the PLM system service object;
according to the execution sequence of the PLM system service objects, sequentially transmitting parameters of the PLM system service object public interfaces to the PLM system service object public interfaces and executing the PLM system service objects;
defining an order of executing PLM system business objects includes the steps of:
setting the execution sequence of the business objects for creating the new task to 1;
assigning the created new task to the current task and setting the execution sequence of the new task as a business object of a subordinate task of the current task to 2;
setting the execution sequence of the business objects changing the new task state to 3;
wherein the states of the new task state include "unassigned" and "assigned".
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 CN111596977A (en) 2020-08-28
CN111596977B true 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 (7)

* 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
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

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2001269886A1 (en) * 2000-06-15 2002-01-14 Xis Incorporated Method and system for product lifecycle management
US7562346B2 (en) * 2003-09-02 2009-07-14 Microsoft Corporation Software componentization for building a software product

Patent Citations (7)

* 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
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 (1)

* Cited by examiner, † Cited by third party
Title
PLM中工作流技术的研究与实现;陈兴;中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑;C028-29 *

Also Published As

Publication number Publication date
CN111596977A (en) 2020-08-28

Similar Documents

Publication Publication Date Title
CN108134812B (en) Data processing method and device
CN109857516B (en) Cluster migration method and device based on container
CN115544304A (en) File analysis method and device, readable storage medium and file analysis equipment
CN111596977B (en) PLM system business object execution system and execution method
CN109597695B (en) Data processing method, device and equipment
CN112579066A (en) Chart display method and device, storage medium and equipment
CN112527424A (en) Control method and device for popup window
CN113485746B (en) Method and device for generating application program interface document
CN111651160B (en) Plug-in construction and webpage design method and device
CN111158940B (en) Method and device for docking and dynamically loading different devices in field of Internet of things
CN111708519B (en) Service component processing method, device, equipment and storage medium
CN114254229A (en) Webpage rendering method and device
CN112860542A (en) UI automation test method
CN114037503A (en) Order processing method and device
CN110969461B (en) Method and device for processing public number information, storage medium and processor
CN111090825A (en) Dynamic customization method for webpage content
CN112579117A (en) Data upgrading method and device
CN110286909B (en) Statistical method and device for resource use data of Simulink model
CN116993519A (en) Bill generation method and device
CN116757169B (en) Method, equipment and medium for generating highway maintenance metering payment report
CN110956672A (en) Marketing strategy construction method and device
CN117270898B (en) Large software construction method, device and medium based on assembly
CN114416219B (en) System function calling method, device, electronic equipment and readable 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

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