会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 31. 发明公开
    • A METHOD FOR PACKAGING THE UOML TO APPLICAIONS PROGRAMMING INTERFACE
    • VERFAHREN ZUM VERPACKEN DER UOML ZUR ANWENDUNGSPROGRAMMIERSCHNITTSTELLE
    • EP2124156A1
    • 2009-11-25
    • EP07721752.9
    • 2007-06-19
    • Sursen Corp.
    • WANG, DonglinZOU, Kaihong
    • G06F17/21
    • G06F8/31
    • Embodiments of the present invention disclose a method for encapsulating Unstructured Operation Markup Language (UOML) into an Application Programming Interface (API), including: mapping an UOML object to a composite data type of a programming language; mapping an UOML operation to an API function prototype in the programming language, wherein the object of the UOML operation is mapped to a parameter of the API function prototype; and converting, within the API function in the programming language according to the mapping relations created in Steps A and B, the operation corresponding to the API function into an UOML operation, and converting the return result of the operation into a return value of a type in the programming language. In this way, API functions in different programming languages, which correspond to the UOML, can be implemented, and the application developers of the programming languages may invoke suitable API functions directly to implement applications on the docbase management system, thus the development efficiency can be improved.
    • 本发明的实施例公开了一种用于将非结构化操作标记语言(UOML)封装到应用编程接口(API)中的方法,包括:将UOML对象映射到编程语言的复合数据类型; 将UOML操作映射到编程语言中的API函数原型,其中UOML操作的对象被映射到API函数原型的参数; 并根据在步骤A和B中创建的映射关系在编程语言的API函数内将对应于API函数的操作转换成UOML操作,并将该操作的返回结果转换为类型的返回值 在编程语言中。 以这种方式,可以实现与UOML对应的不同编程语言的API函数,编程语言的应用程序开发人员可以直接调用适当的API函数来实现docbase管理系统上的应用程序,从而开发效率可以 改进。
    • 32. 发明公开
    • DOCUMENT BASE SYSTEM AND REALIZING METHOD THEREOF
    • 现实世界中的DOKUMENTBASISSYSTEM UNDERIERUNGSVERFAHRENDAFÜR
    • EP2058742A1
    • 2009-05-13
    • EP07800952.9
    • 2007-08-14
    • Beijing Sursen International Technology Co., Ltd
    • GUO, XuWANG, Donglin
    • G06F17/30
    • G06F17/30424
    • The present invention discloses a docbase management system, including a parser, a planner, an optimizer, an executor and a storage manipulating module. the parser is adapted to parse an invocation from an application to build an intermediate form, the planner is adapted to convert the intermediate form into an execution plan, the optimizer is adapted to select an optimum execution plan from execution plans generated by the planner, the executor is adapted to schedule and execute the execution plan; and the storage manipulating module is adapted to execute operations on physical storage. Since the implementation of the docbase management system is divided into hierarchies, and the hierarchies are independent of each other, the docbase management system is well extendable, scalable and maintainable. Because the optimizer selects the optimum execution plan from the execution plans to further improve the performance of the docbase management system.
    • 本发明公开了一种文档库管理系统,包括解析器,计划器,优化器,执行器和存储操作模块。 解析器适于解析来自应用程序的调用以构建中间形式,计划器适于将中间形式转换为执行计划,优化器适于从计划者生成的执行计划中选择最佳执行计划, 执行人员调整和执行执行计划; 并且所述存储操作模块适于对物理存储执行操作。 由于docbase管理系统的实现被划分为层次结构,层次结构彼此独立,所以文档库管理系统是可扩展的,可扩展的和可维护的。 因为优化器从执行计划中选择最佳执行计划,以进一步提高文档库管理系统的性能。
    • 34. 发明申请
    • Method and apparatus for processing document conforming to docbase standard
    • 用于处理符合docbase标准的文件的方法和装置
    • US20130179774A1
    • 2013-07-11
    • US13733856
    • 2013-01-03
    • Donglin Wang
    • Donglin Wang
    • G06F17/21
    • G06F17/218G06F16/84G06F16/88G06F16/93G06F17/22
    • The present invention discloses a method and an apparatus for processing a document conforming to a docbase standard. The method includes: obtaining contents of a document conforming to a docbase standard via a docbase standard interface; generating an interim document which is in a format supported by a third-party software, and saving the contents of the document into the interim document as at least one embedded object and/or image; and providing the interim document for the third-party software for displaying. According to the method and the apparatus provided by the present invention, third-party software is able to process documents conforming to the docbase standard without any change.
    • 本发明公开了一种处理符合docbase标准的文件的方法和装置。 该方法包括:通过docbase标准接口获得符合docbase标准的文档的内容; 生成由第三方软件支持的格式的临时文档,并将文档的内容作为至少一个嵌入的对象和/或图像保存到临时文档中; 并为第三方软件提供临时文件进行显示。 根据本发明提供的方法和装置,第三方软件能够处理符合该文档库标准的文档而没有任何改变。
    • 36. 发明授权
    • Method for invoking UOML instructions
    • 调用UOML指令的方法
    • US08316379B2
    • 2012-11-20
    • US12415643
    • 2009-03-31
    • Donglin WangKaihong Zou
    • Donglin WangKaihong Zou
    • G06F3/00G06F9/54
    • G06F8/31
    • Embodiments of the present invention disclose a method for encapsulating Unstructured Operation Markup Language (UOML) into an Application Programming Interface (API), including: mapping an object of an UOML operation to a data type of a programming language, mapping the UOML operation to an API function prototype in the programming language, wherein an attribute or sub element of the UOML operation is mapped to a parameter of the API function prototype; wherein, when an API function is invoked, the API function issues a corresponding UOML operation instruction to a docbase management system according to the mapping relations; after an operation defined by the UOML operation instruction is executed by the docbase management system, the return result from the docbase management system is converted into a data type of the programming language by the API function. In this way, API functions in different programming languages, which correspond to the UOML, can be implemented, and the application developers of the programming languages may invoke suitable API functions directly to implement applications on the docbase management system, thus the development efficiency can be improved.
    • 本发明的实施例公开了一种用于将非结构化操作标记语言(UOML)封装到应用编程接口(API)中的方法,包括:将UOML操作的对象映射到编程语言的数据类型,将UOML操作映射到 API函数原型在编程语言中,其中UOML操作的属性或子元素被映射到API函数原型的参数; 其中当API函数被调用时,API函数根据映射关系向docbase管理系统发出相应的UOML操作指令; 在由文件管理系统执行由UOML操作指令定义的操作之后,通过API函数将来自docbase管理系统的返回结果转换为编程语言的数据类型。 以这种方式,可以实现与UOML对应的不同编程语言的API函数,编程语言的应用程序开发人员可以直接调用适当的API函数来在docbase管理系统上实现应用程序,从而开发效率可以 改进。