类 SelfCompontentUtil

java.lang.Object
com.sh.wf.module.util.SelfCompontentUtil

public class SelfCompontentUtil extends Object

Description: 自定义组件工具类

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2017年2月23日
  • 构造器详细资料

    • SelfCompontentUtil

      public SelfCompontentUtil()
  • 方法详细资料

    • addSelfDataInfo

      public static void addSelfDataInfo(SelfDataInfo info)
    • getSelfDataInfo

      public static SelfDataInfo getSelfDataInfo(String id)
    • getAllSelfDataInfo

      public static Map<String,SelfDataInfo> getAllSelfDataInfo()
    • register

      public static boolean register(String id, String clazz)
      注册
      参数:
      id - String
      clazz - String
      返回:
      boolean
    • register

      public static boolean register(String id, Class<?> c)
      注册
      参数:
      id - String
      c - Class
      返回:
      boolean
    • getProcess

      public static SelfComponentProcess getProcess(String id)
      获取一个实例
      参数:
      id - String
      返回:
      SelfComponentProcess
    • clearAll

      public static void clearAll()
      清空所有