接口 DeployAble

所有已知实现类:
NkScriptManagerImpl, PlatformRegistryServiceImpl, UserAuthorizationServiceImpl, WebMenuServiceImpl

public interface DeployAble
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    exportConfig​(com.alibaba.fastjson.JSONObject config, com.alibaba.fastjson.JSONObject export)
     
    void
    importConfig​(com.alibaba.fastjson.JSONObject data)
     
    void
    loadExport​(com.alibaba.fastjson.JSONArray exports)
     
  • 方法详细资料

    • loadExport

      void loadExport(com.alibaba.fastjson.JSONArray exports)
    • exportConfig

      void exportConfig(com.alibaba.fastjson.JSONObject config, com.alibaba.fastjson.JSONObject export)
    • importConfig

      void importConfig(com.alibaba.fastjson.JSONObject data)