基于工作流技术业务审批系统的研究与实现

VIP免费
3.0 李琳琳 2024-10-14 15 4 5.39MB 72 页 15积分
侵权投诉
大连理工大学专业学位硕士学位论文
摘 要
着社和政革的个政门之工作
来越子政度日原有式己应日
事务处理、信息共享等方面的要求。为了提高政府的工作效率、增强政府决策能力,更好
为公必须现代技术府流高效
务系统。
作流作为管理术,某个成情
且还个流来看的义程,终的
目标作为流程管理的目标。工作流技术还可以将信任服务、授权服务和公文流转、信息共
享等业务流程有机、紧密地结合在一起,构成安全的工作流业务系统,为不同业务系统
集成提供实现的技术手段。实际上,将工作流技术引入电子政务系统,实现流程、业务
和管理职责、管理岗位的标准化,将非常有利于提高政务流程的重组和规范程度,明确
审批和办理流程中的责权利,真正达到实施电子政务系统工程中需要满足的一个目的:
理顺政府信息、规范政务流程。
文以区的政审统”背景审批
流引擎的设计和实现技术。在详细分析了系统的需求之后,提出基于三层 C/S 结构的审
批工作流引擎的控制模型,即客户端软件、审批工作流引擎服务器、应用数据库服务器。
通过对审批工作流的四大元素(即人员、资源、事件、状态)的分析研究,设计实现了一个
审批工作流引擎。本引擎已稳定地应用到土地行政审批综合系统中,目前系统运行良好
行结此工具有活性性,地适
务流程的变化需求。
关键词:行政审批;工作流;三层 C/S 结构
- I -
大连理工大学专业学位硕士学位论文
Study and Implementation of Business Examine and Approve System
based on Workflow Technology
Abstract
With the development of society and the deepening of the reform in government
departments, the more important the cooperation among different function departments
becomes and the more complex E-government becomes, thus the previous office affairs-
handling pattern can no longer meet the requirements of enlarging office affairs and
information-sharing. Therefore, modern science and technology must be utilized to optimize
the government workflow by construct highly efficient E-government system so as to enhance
the governments' policy-making capability and to better the service for the public.
Workflow management technology is one of the core technology for the process
management, which emphasizes not only the accomplishment status of every single step, but
also emphasizes that the final service management target should be taken as the flow
management target by treating the step-by-step management process in terms of the
perspective of the whole workflow process. Workflow technology makes for safe workflow
system by incorporating credit service, authorization service, circulation of office documents
and information-sharing into an organic and closely-related system, so that it provides critical
technology for the realization of integrated government business system. In fact, the
application of workflow technology into E-government system will realize the idea of
standardization of management responsibilities and its respective management posts, which is
extremely beneficial for the enhancement of the reshuffling of the government affairs-
handling flow and for the standardization degree of the handling.
This dissertation takes SHANGHAI BAO SHAN "Business Examine and Approve
system" as the example, emphasis on the technologies of design and implementation of a
workflow engine for the examination and approval process. After studying the system
requirement ,this paper puts forward the control model based on three-tier of Client/Server
structure of workflow engine, namely customer end software, workflow engine of
examination and approval server, application database server. Based on the analysis and
research four major elements of the examination and approval system (namely personnel,
resource, incident, state), we design the system architecture and the algorithms of the
workflow engine. The implementation technologies are discussed in detail. The engine has
been integrated into the Business Examine and Approve office automation system smoothly,
and put into practice in Business Examine and Approve system .And the system runs well at
- II -
大连理工大学专业学位硕士学位论文
present. The result of the first year run shows our workflow engine could provide enough
flexibility and adaptability, and meet the change of the business requirements.
Key WordsBusiness Examine and ApproveWorkflowThree Layer C/S Architecture
- III -
大连理工大学专业学位硕士学位论文
目 录
.........................................................................................................................................I
Abstract......................................................................................................................................II
1 .........................................................................................................................................1
1.1 课题研究背景..............................................................................................................1
1.2 国内外研究现状..........................................................................................................1
1.3 要研究内容..............................................................................................................4
2 工作流和工作流模型基本理论.............................................................................................5
2.1 工作流概述..................................................................................................................5
2.2 工作流参考模型..........................................................................................................6
2.2.1 工作流管理系统.......................................................................................6
2.2.2 工作流参考模型...............................................................................................7
2.2.3 工作流实现模型...............................................................................................8
2.3 工作流模型规范........................................................................................................10
2.4 工作流模型................................................................................................................11
2.4.1 基本概念.........................................................................................................11
2.4.2 工作流模型.....................................................................................................13
2.4.3 工作流过程定义语言.....................................................................................15
2.5 工作流建模................................................................................................................18
2.5.1 基于 Petri 的工作流描述...........................................................................18
2.5.2 工作流模式工作流映射.....................................................................19
2.5.3 工作流建模实.............................................................................................22
2.6 章小....................................................................................................................24
3 系统业务需求分析...............................................................................................................25
3.1 土电子政务系统现状............................................................................................25
3.2 上海宝山市国土资源电子政务系统建模方........................................................26
3.2.1 业务需求分析方.........................................................................................26
3.2.2 系统分析设计方.........................................................................................27
3.3 业务系统集成............................................................................................................28
3.3.1 数据集成.....................................................................................................28
3.3.2 集成.....................................................................................................28
3.3.3 业务集成.....................................................................................................29
3.4 土地审批作业流程分析............................................................................................29
3.5 章小....................................................................................................................36
- IV -
大连理工大学专业学位硕士学位论文
4 审批工作流引擎的分析和设计...........................................................................................37
4.1 引擎需求概述............................................................................................................37
4.2 引擎设计原............................................................................................................40
4.3 引擎结构组成........................................................................................................41
4.3.1 引擎的逻辑结构.............................................................................................41
4.3.2 引擎的软件系结构.....................................................................................43
4.3.3 审批工作流系统的框图.................................................................................45
4.4 审批工作流引擎模型的设计....................................................................................46
4.5 审批过程定义的系结构........................................................................................49
4.5.1 存储结构.........................................................................................................49
4.5.2 引擎的数据表.............................................................................................50
4.6 引擎的接口................................................................................................................53
4.6.1 引擎的逻辑结构.............................................................................................53
4.6.2 引擎的逻辑结构.............................................................................................54
4.7 章小....................................................................................................................57
5.1 工作流模型的软件............................................................................................58
5.2 系统实现....................................................................................................................59
5.2.1 层的具实现.........................................................................................60
5.2.2 业务层的具实现.........................................................................................61
5.3 系统性能测试............................................................................................................62
5.4 章小....................................................................................................................65
.......................................................................................................................................66
................................................................................................................................67
攻读硕士学位间发表学术论文情况...................................................................................70
.......................................................................................................................................71
大连理工大学学位论文使用授权...............................................................................72
- V -
大连理工大学专业学位硕士学位论文
1 绪论
1.1 课题研究背景
随着我国城市建设的迅猛发展,土地开发利用、土地用、土地出土地转让频繁
对土地权认与变更的管理工作越来越重要。形势要求土资源部门的部管理和对
服务更加高效、准确,统的手工制的工作模式已越来越以满足土管理工作需
要。当今社会已逐步跨入信息代,政府部门管理的信息化程度已成为部门形象和管理
水平的重要标信息化政府部门实现管理现代化的途径土资源管理部门很
早就意识到了信息化的重要性。土资源部“把土资源信息化在优发展的
,大力推进国土资源管理、查评价信息化和信息服务社会化,实现土资源事业
越式发展。”随着技术的进步,以电子政务系统为代表的系统建设在最近几年内迅
发展设方案及开发土资务系实现
机管理已经具件。
着社,电复杂加,职能
工作显得越来越重要。工作流技术的引入,可以将信任服务、授权服务和公文流转、
信息共享等业务流程有机、紧密地结合在一起,构成安全的工作流业务系统,为不同业
务系统集成提供实现的技术手段[1]随着电子政务浪潮的不发展,如何将工作流技术
应用到电子政务系统中越来越广泛关注实际上,将工作流技术引入电子政务
系统,实现流程、业务和管理职责、管理岗位的标准化,将有利于提高政务流程的重组
规范确审流程利,实施系统
要满足的一个目的理顺政府信息、规范政务流程[2]随着技术的发展,遵循 WfMC
作流代办用中崭露不仅流程发文
方式工作化方过可义和
控,方便地实现流程的优化和重组[3]
1.2 国内外研究现状
作流发展作流随着
在实际应用中得的良好效果而得到了充分的重迅速的发展。对于工作流产品
市场繁荣,工作流相关理论研究显得有些滞[4]在过很长一段,有
作流方面的研究是由商品化的工作流管理系统的开发商所领导本着把工作流产品
向市究的注意在了理系实施
方面[5-6]目前,在工作流设计方学、工作流概念模型等方面还成一套比较成
的理论和方工作流流技术研究的要方工作流技术的理论研究,
工作流系统的实现方
工作流技术理论研究的要方[7-8]
(1) 建模理论
摘要:

大连理工大学专业学位硕士学位论文摘要随着社会的发展和政府机构改革的深入,各个政府职能部门之间的协同工作显得越来越重要,电子政务的复杂度日益增加,原有的办公模式己经不能适应日益增长的事务处理、信息共享等方面的要求。为了提高政府的工作效率、增强政府决策能力,更好地为公众服务,必须充分利用现代化的信息技术,优化政府流程,构建高效的电子政务系统。工作流管理技术作为一种过程管理的核心技术,不仅强调某个环节的完成情况,而且还要求从整个流程的角度来看待该环节的义务管理过程,把完成最终的服务管理目标作为流程管理的目标。工作流技术还可以将信任服务、授权服务和公文流转、信息共享等业务流程有机、紧密地结合在一起,构...

展开>> 收起<<
基于工作流技术业务审批系统的研究与实现.doc

共72页,预览8页

还剩页未读, 继续阅读

作者:李琳琳 分类:高等教育资料 价格:15积分 属性:72 页 大小:5.39MB 格式:DOC 时间:2024-10-14

开通VIP享超值会员特权

  • 多端同步记录
  • 高速下载文档
  • 免费文档工具
  • 分享文档赚钱
  • 每日登录抽奖
  • 优质衍生服务
/ 72
客服
关注