程序包 com.sh.wf.tool
类 FlowTool
java.lang.Object
com.sh.wf.tool.FlowTool
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- May 2, 2013
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidcheckTable(DataCenter dc) 检查表结构static StringconvertStr2Text(String str) 结点值static StringconvertStr2Value(String str) 转化字符串为有效的输入字符串,主要处理引号等特殊字符static StringrestoreStr(String str) 还原字符串保存到数据库中static String[]updateAttr(DataCenter dc, org.jdom2.Element el, WFObjProperty objPro, WFLogic logic) 更新属性static String[]updateAttrExt(DataCenter dc, org.jdom2.Element el, WFObjProperty objPro) 更新扩展属性
-
构造器详细资料
-
FlowTool
public FlowTool()
-
-
方法详细资料
-
checkTable
检查表结构- 参数:
dc- DataCenter
-
convertStr2Value
转化字符串为有效的输入字符串,主要处理引号等特殊字符- 参数:
str- String- 返回:
- String
-
convertStr2Text
结点值- 参数:
str- String- 返回:
- String
-
restoreStr
还原字符串保存到数据库中- 参数:
str- String- 返回:
- String
-
updateAttr
public static String[] updateAttr(DataCenter dc, org.jdom2.Element el, WFObjProperty objPro, WFLogic logic) throws Exception 更新属性- 参数:
dc- DataCenterel- ElementobjPro- WFObjPropertylogic- WFLogic- 返回:
- String[]
- 抛出:
Exception- Exception
-
updateAttrExt
public static String[] updateAttrExt(DataCenter dc, org.jdom2.Element el, WFObjProperty objPro) throws Exception 更新扩展属性- 参数:
dc- DataCenterel- ElementobjPro- WFObjProperty- 返回:
- String[]
- 抛出:
Exception- Exception
-
getLogicattrlist
-