`
JadeLuo
  • 浏览: 434568 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论
阅读更多
package com.huike.hidp.system.workflow.service.impl;

import static org.junit.Assert.assertTrue;

import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
import java.util.Map;

import org.jbpm.api.Execution;
import org.jbpm.api.task.Task;
import org.junit.BeforeClass;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;

import com.huike.hidp.system.workflow.service.WorkFlowService;
import com.huike.hidp.system.workflow.service.util.JbpmTemplate;

public class WorkFlowServiceImplTest {

private static File zipFile = new File("WebRoot/jbpm/MyLeave.zip");

private static WorkFlowService workFlowService = null;

private static JbpmTemplate t = null;
private File file = null;

@BeforeClass
public static void setUp() throws Exception {
// new WorkFlowServiceImplTest().getWorkFlowServicesImpl();
String classPath = ClassLoader.getSystemResource("").toString();
int leg = classPath.substring(0, classPath.length() - 1).lastIndexOf(
"/");
classPath = classPath.substring(0, leg);
ApplicationContext ctx = new ClassPathXmlApplicationContext(
new String[] {
classPath + "/xml/hidp/applicationContext-service.xml",
classPath + "/xml/hidp/applicationContext-dao.xml",
classPath + "/xml/hidp/applicationContext.xml" });
workFlowService = (WorkFlowService) ctx
.getBean("workFlowService");
}

public static void p(Object o) {
System.out.println(o);
}
//
// @Test
// public void getWorkFlowServiceImpl() throws IOException {
// workFlowService = WorkFlowServiceImpl.getWorkFlowServiceImpl(zipFile);
// p(workFlowService);
// workFlowService = WorkFlowServiceImpl.getWorkFlowServiceImpl(zipFile);
// p(workFlowService);
// assertTrue(WorkFlowServiceImpl.getWorkFlowServiceImpl(zipFile) == WorkFlowServiceImpl
// .getWorkFlowServiceImpl(zipFile));
// }

@Test
public void testDeploy() throws Exception {
workFlowService.deployProcess(zipFile);
}

public void assignTask(String taskId, String userId) throws Exception {
// TODO Auto-generated method stub

}

public void completeTask(String taskId) throws Exception {
// TODO Auto-generated method stub

}

public boolean deleteProcess() throws Exception {
List plist = workFlowService.getProcessList();
String[] pId = new String[plist.size()] ;
plist.get(0);
return workFlowService.deleteProcess(pId);
}

public boolean deployProcess(File file) throws Exception {
return t.deploy(file);
}

public Execution findExecutionById(String executionId) throws Exception {
// TODO Auto-generated method stub
return null;
}

public Map<String, Object> getExecutionServiceVariables(String executionId)
throws Exception {
// TODO Auto-generated method stub
return null;
}

public Object getProcessDefinition(String[] pId) throws Exception {
// TODO Auto-generated method stub
return null;
}

public List getProcessList() throws Exception {
return null;
}

public List<Task> getUnassigned() throws Exception {
// TODO Auto-generated method stub
return null;
}

public InputStream imageStrean(String piId) throws Exception {
// TODO Auto-generated method stub
return null;
}

public boolean isActive(String activeName, String executionId)
throws Exception {
// TODO Auto-generated method stub
return false;
}

public boolean saveOrUpdateProcessState(String pid) {
// TODO Auto-generated method stub
return false;
}

public boolean serverDeployProcess(String path) throws Exception {
// TODO Auto-generated method stub
return false;
}

public void setExecutionServiceVariables(String executionId,
Map<String, Object> variables) throws Exception {
// TODO Auto-generated method stub

}

public void startProcessInstanceByKey(String key) throws Exception {
// TODO Auto-generated method stub

}
}
分享到:
评论

相关推荐

    BURNINTEST--硬件检测工具

    PassMark BurnInTest V5.3 Copyright (C) 1999-2008 PassMark Software All Rights Reserved http://www.passmark.com Overview ======== Passmark's BurnInTest is a software tool that allows all the major sub...

    parasoft c++Test9.0破解

    最好用的单元测试工具,除了这里你是找不到9.0版本的破解的。 ... 独立的版本破解: ... 把lic_client.jar复制到 ... c:\Program Files (x86)\Parasoft\Test\9.0\plugins\...这个是:plugins-c++Test For Visual Studio.7z

    eNetTest 网管内网单机测速工具

    eNetTest 网管内网单机测速工具eNetTest 网管内网单机测速工具eNetTest 网管内网单机测速工具eNetTest 网管内网单机测速工具eNetTest 网管内网单机测速工具eNetTest 网管内网单机测速工具eNetTest 网管内网单机测速...

    Parasoft c++Test9.0破解文件

    c:\Program Files (x86)\Parasoft\C++test for Visual Studio\9.0\plugins\ 这个目录中 把plugins-Test for Virsual Studio.7z 中的文件覆盖到 c:\Program Files (x86)\Parasoft\Test for Visual Studio\9.0\...

    Modeltest 使用说明

    Modeltest 使用说明 Modeltest 是一个选择核苷酸替代模型的软件,通过和 PAUP 配合使用,可以选择出合适的 MODEL,并同时计算出相关参数。下面是 Modeltest 的使用说明和相关知识点: 一、Modeltest 概述 * Model...

    speedtest服务器搭建教程

    (speedtest服务器搭建教程) 本篇教程旨在指导读者搭建speedtest服务器,通过安装PHPStudy、配置WNMP和Nginx、下载并配置speedtest测速平台,实现本地测速功能。 一、 PHPStudy 安装和配置 PHPStudy 是一个集成...

Global site tag (gtag.js) - Google Analytics