《Oracle 10g应用服务器管理与网格计算》.doc

《Oracle 10g应用服务器管理与网格计算》.doc

ID:55534393

大小:127.50 KB

页数:34页

时间:2020-05-16

《Oracle 10g应用服务器管理与网格计算》.doc_第1页
《Oracle 10g应用服务器管理与网格计算》.doc_第2页
《Oracle 10g应用服务器管理与网格计算》.doc_第3页
《Oracle 10g应用服务器管理与网格计算》.doc_第4页
《Oracle 10g应用服务器管理与网格计算》.doc_第5页
资源描述:

《《Oracle 10g应用服务器管理与网格计算》.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、第5章OracleWorkflowforJava5.2创建Oracle工作流的定义和组件5.2.4创建、修改和删除Oracle工作流的组件在修改API之前,编写并执行一个自定义的升级脚本,来为任何引用API的激活的工作项创建和移植新项属性。下面实例显示一种结构化一个升级脚本的方法。forbeginwf_engine.AddItemAttr(itemtype,itemkey,’’);wf_engine.SetItemAttrText(itemtype

2、,itemkey,’’,’’);end;endloop;下面的实例显示一种结构化如下的一个意外处理器的方法。procedure(itemtypeinvarchar2,itemkeyinvarchar2,actidinnumber,funcmodeinvarchar2,resultinoutvarchar2)isbegin––––RUNmode–normalprocessexecution––if(funcmode=’R

3、UN’)then––yourruncodegoesherenull;wf_engine.SetItemAttrText(itemtype,itemkey,’’,’’);beginwf_engine.SetItemAttrText(itemtype,itemkey,’’,’’);exceptionwhenothersthenif(wf_core.error

4、_name=’WFENG_ITEM_ATTR’)thenwf_engine.AddItemAttr(itemtype,itemkey,’’);wf_engine.setitemattrtext(itemtype,itemkey,’’,’’);elseraise;endif;end;––examplecompletionresult:=’COMPLETE:’;return;endif;––––CANCELmode

5、–activity’compensation’––––Thisisintheeventthattheactivitymustbeundone,––forexamplewhenaprocessisresettoanearlierpoint––duetoaloopback.––if(funcmode=’CANCEL’)then––yourcancelcodegoesherenull;––noresultneededresult:=’COMPLETE’;return;endif;––––Otherexecutionmodesmayb

6、ecreatedinthefuture.Your––activitywillindicatethatitdoesnotimplementamode––byreturningnull––result:=’’;return;exceptionwhenothersthen––Thelinebelowrecordsthisfunctioncallintheerror––systeminthecaseofanexception.wf_core.context(’’,’’,ite

7、mtype,itemkey,to_char(actid),funcmode);raise;end;5.3创建Oracle工作流的图形化表示5.3.3Oracle工作流的角色与编码3.Oracle工作流的编码(8)循环结构下面给出API代码实例,解决如何应付各种可能的节点。If(funcmode=‘CANCEL’)then…docancelmodeprocessing…elseif(funcmode=‘RUN’)then…doregularruntimeprocessing…elseif(func

8、mode=‘TIMEOUT’)then…onlyvalidforvotefunctions…else--thereshouldn’tbeanyothermodesnull;endif;(10)雇主/零售商流下面给出独立创建和启动每个零售商行的实例。--setupandstar

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。