Activiti工作流
文章平均质量分 58
对信仰的忠诚
面向对象程序设计,设计模式,测试单元,SOLID原则
展开
-
Activiti工作流与Google Chrome框架集成支持IE浏览器
Google Chrome Frame,谷歌浏览器内嵌框架,在IE浏览器上使用webkit内核的引擎。首先,我们需要下载并且安装这个免费的插件,地址:http://www.google.com/chromeframe/?prefersystemlevel=true然后我们只需要按照步骤点击下一步就OK了。但是,并非我们一安装就可以使用谷歌内核,我们可以先使用gcf:about:原创 2013-12-11 17:19:23 · 1882 阅读 · 0 评论 -
Activiti工作流操作类
public class WFOperator { //用来记录错误日志 protected static NLog.Logger Log { get { return NLog.LogManager.GetCurrentClassLogger(); } } pri原创 2014-01-20 17:25:29 · 1083 阅读 · 0 评论 -
Activiti获取工作流 流程图
该方法可以查看工作流模型的设计图public void QueryPNG(string method, SyncContext context) { //method = "/process-definition/FileAuthUser:14:6962/diagram";// 测试获取流程图的图片 var api = ne原创 2014-01-20 17:29:47 · 1695 阅读 · 0 评论 -
Acticiti工作流下载部署包资源
public void QueryDeploymentXML(int deploymentId,string deploymentName,SyncContext syncContext) { var method = "repository/deployments/{deploymentId}/resourcedata/{resourceId}";//原创 2014-01-20 17:33:25 · 953 阅读 · 0 评论 -
Activiti模型详情获取,模型XML获取
//上传XML文件到部署中 [Ajax(Login = true)] public JObject UpLoadDeploymentXMLFile(SyncContext syncContext) { syncContext.Response.ContentType = "text/html;charset=UTF-8原创 2014-01-20 17:40:08 · 2971 阅读 · 0 评论