程序包 com.sh.wf.tool

类 FlowTool

java.lang.Object
com.sh.wf.tool.FlowTool

public class FlowTool extends Object

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
May 2, 2013
  • 构造器详细资料

    • FlowTool

      public FlowTool()
  • 方法详细资料

    • checkTable

      public static void checkTable(DataCenter dc)
      检查表结构
      参数:
      dc - DataCenter
    • convertStr2Value

      public static String convertStr2Value(String str)
      转化字符串为有效的输入字符串,主要处理引号等特殊字符
      参数:
      str - String
      返回:
      String
    • convertStr2Text

      public static String convertStr2Text(String str)
      结点值
      参数:
      str - String
      返回:
      String
    • restoreStr

      public static String restoreStr(String str)
      还原字符串保存到数据库中
      参数:
      str - String
      返回:
      String
    • updateAttr

      public static String[] updateAttr(DataCenter dc, org.jdom2.Element el, WFObjProperty objPro, WFLogic logic) throws Exception
      更新属性
      参数:
      dc - DataCenter
      el - Element
      objPro - WFObjProperty
      logic - WFLogic
      返回:
      String[]
      抛出:
      Exception - Exception
    • updateAttrExt

      public static String[] updateAttrExt(DataCenter dc, org.jdom2.Element el, WFObjProperty objPro) throws Exception
      更新扩展属性
      参数:
      dc - DataCenter
      el - Element
      objPro - WFObjProperty
      返回:
      String[]
      抛出:
      Exception - Exception
    • getLogicattrlist

      public static List<String> getLogicattrlist()