程序包 com.sh.wf.ws
类 FlowWebServiceUtil
java.lang.Object
com.sh.wf.ws.FlowWebServiceUtil
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2013-6-21
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Stringcomplier(WFWSAccessTokenRet tokenRet, String content) 结点进入、离开事件编译static StringcomplierIfLogic(WFWSAccessTokenRet tokenRet, String content) IF条件逻辑编译static StringcomplierLineLogic(WFWSAccessTokenRet tokenRet, String content, String type) static voidloadFlowClassify(DataCenter dc, String pClassifyCode, StringBuilder flowXml) 加载流程分类static voidloadFlowNode(DataCenter dc, String classifyCode, StringBuilder flowXml) 加载流程结点static StringoperateDb(WFWSAccessTokenRet tokenRet, String type, String sql) 数据库类型 MAIN/REPORT/EXstatic StringprocessSysInfo(WFWSAccessTokenRet tokenRet, String type) 获取系统消息static StringrunFlow(WFWSAccessTokenRet tokenRet, String flowId, String param) 启动流程static StringrunTask(WFWSAccessTokenRet tokenRet, String taskId, String param) 执行流程实例static StringrunTask(WFWSAccessTokenRet tokenRet, String taskId, String param, String param1, String param2, String param3) 执行流程实例
-
字段详细资料
-
log4j
protected static org.apache.logging.log4j.Logger log4j
-
-
构造器详细资料
-
FlowWebServiceUtil
public FlowWebServiceUtil()
-
-
方法详细资料
-
complier
结点进入、离开事件编译- 参数:
tokenRet- 令牌content- 源代码- 返回:
- String
-
complierLineLogic
-
complierIfLogic
IF条件逻辑编译- 参数:
tokenRet- 令牌content- 源代码- 返回:
- String
-
loadFlowClassify
public static void loadFlowClassify(DataCenter dc, String pClassifyCode, StringBuilder flowXml) throws Exception 加载流程分类- 参数:
dc- DataCenterpClassifyCode- StringflowXml- 报文- 抛出:
Exception- Exception
-
loadFlowNode
public static void loadFlowNode(DataCenter dc, String classifyCode, StringBuilder flowXml) throws Exception 加载流程结点- 参数:
dc- DataCenterclassifyCode- 分类编号flowXml- 报文- 抛出:
Exception- Exception
-
runFlow
启动流程- 参数:
tokenRet- 令牌flowId- 流程编号param- 参数- 返回:
- String
-
runTask
执行流程实例- 参数:
tokenRet- 令牌taskId- 实例编号param- 参数- 返回:
- String
-
runTask
public static String runTask(WFWSAccessTokenRet tokenRet, String taskId, String param, String param1, String param2, String param3) 执行流程实例- 参数:
tokenRet- 令牌taskId- 实例编号param- 参数param1- true|false 是否执行回退操作param2- 参数2param3- 参数3- 返回:
- String
-
processSysInfo
获取系统消息- 参数:
tokenRet- 令牌type- 类型- 返回:
- String
-
operateDb
数据库类型 MAIN/REPORT/EX- 参数:
tokenRet- 令牌type- 类型sql- SQL- 返回:
- String
-