在每次提交任务的时候需要描述一些批注信息,例如:请假流程提交的时候要描述信息为什么请假,如果领导驳回可以批注驳回原因等 1、添加批注 // 由于流程用户上下文对象是线程独立的,所以要在需要的位置设置,要保证设置和获取操作在同一个线程中 Authentication.se...
分类:
其他好文 时间:
2014-08-08 08:26:35
阅读次数:
515
1、测试用例查看图片 public void viewImage() throws Exception { // 创建仓库服务对对象 RepositoryService repositoryService = processEngine.getRepositoryService(); // 从...
分类:
其他好文 时间:
2014-08-05 09:29:18
阅读次数:
349
1:去除 GridView 头上的 "Drag a column header here to group by that column"--> 点击 Run Designer -> 找到:OptionView ->将 ShowGroupPanel : 设置为 false ;2:如何 显示出 Gri...
分类:
其他好文 时间:
2014-08-02 23:24:04
阅读次数:
350
为什么要使用工作流?传统的设计在流程发生变化时的弊端: 1. 流程相关的属性和业务对象的属性,都放到了业务对象中。 2. 流程相关的逻辑和业务逻辑,都放到的业务逻辑中常用类 ProcessEngineConfiguration 流程引擎配置对象(配置数据库连接信息和建表策略) Pro...
分类:
其他好文 时间:
2014-08-02 18:18:43
阅读次数:
202
sharepoint 2010用designer添加自定义的 display form默认是不会显示附件的。需要添加如下代码才会显示附件:Attachment
分类:
其他好文 时间:
2014-08-01 13:12:41
阅读次数:
156
atitit.web ui 结构建模工具总结
1. 王者.dreamweaver 1
2. Frontpage/SharePoint Designer(FrontPage) 2010... 1
3. Netbeans6.5 1
4. Ms vs 1
5. Xara Web Designer..雅十专业级的ide 1
6. Adobe GoLive(好像不更新了) 2
...
分类:
Web程序 时间:
2014-08-01 00:03:30
阅读次数:
235
Master-Mind Hints
MasterMind is a game for two players. One of them, Designer, selects a secret code. The other,Breaker, tries to break it. A code is no more than a row of colored dots. ...
分类:
其他好文 时间:
2014-07-30 14:44:53
阅读次数:
242
Elegant handbags are still many children and designer bags. These designer handbags are considered to be among the list of young mothers intelligent a...
分类:
其他好文 时间:
2014-07-30 11:52:43
阅读次数:
296
1、历史活动查看// 历史活动查看(某一次流程的执行经历的多少步) @Test public void queryHistoricActivityInstance() throws Exception { String processInstanceId = "1401"; List hais .....
分类:
其他好文 时间:
2014-07-30 11:32:53
阅读次数:
301
1、启动流程 /** * 1 启动流程 * 当流程到达一个节点时,会在act_ru_execution表中产生1条数据 * 如果当前节点是用户任务节点,这时会在act_ru_task表中产生1条数据(任务的办理人,任务的创建时间) */ @Test public void startProc...
分类:
其他好文 时间:
2014-07-30 11:28:03
阅读次数:
315