Uses of Class
net.risesoft.api.persistence.model.config.Config
-
Packages that use Config Package Description net.risesoft.api.api net.risesoft.api.persistence.config net.risesoft.api.persistence.config.impl net.risesoft.api.persistence.dao net.risesoft.api.utils -
-
Uses of Config in net.risesoft.api.api
Methods in net.risesoft.api.api that return Config Modifier and Type Method Description ConfigConfigApi. getConfig(String jobId)根据jobId 返回配置ConfigConfigApi. getSingleConfig(String id)获取单任务的配置 -
Uses of Config in net.risesoft.api.persistence.config
Methods in net.risesoft.api.persistence.config that return Config Modifier and Type Method Description ConfigConfigService. findOneNoSecurity(String id)查询配置文件ConfigConfigService. findOneNoSecurity(String name, String environment)获取一个配置文件绕过权限Methods in net.risesoft.api.persistence.config that return types with arguments of type Config Modifier and Type Method Description List<Config>ConfigService. findByIds(String[] ids)根据id集合查询Methods in net.risesoft.api.persistence.config with parameters of type Config Modifier and Type Method Description voidConfigHisService. saveConfig(Config config, String operation)保存 历史配置文件记录voidConfigService. saveConfig(Config config)修改/保存 配置文件 如果是net.risedata.jdbc.commons.LPage<Map<String,Object>>ConfigService. search(Config config, LPageable pageable)根据环境 查找并分页 -
Uses of Config in net.risesoft.api.persistence.config.impl
Methods in net.risesoft.api.persistence.config.impl that return Config Modifier and Type Method Description ConfigConfigServiceImpl. findOneNoSecurity(String id)ConfigConfigServiceImpl. findOneNoSecurity(String name, String environment)Methods in net.risesoft.api.persistence.config.impl that return types with arguments of type Config Modifier and Type Method Description List<Config>ConfigServiceImpl. findByIds(String[] ids)Methods in net.risesoft.api.persistence.config.impl with parameters of type Config Modifier and Type Method Description voidConfigHisServiceImpl. saveConfig(Config config, String operation)voidConfigServiceImpl. saveConfig(Config config)net.risedata.jdbc.commons.LPage<Map<String,Object>>ConfigServiceImpl. search(Config config, LPageable pageable) -
Uses of Config in net.risesoft.api.persistence.dao
Methods in net.risesoft.api.persistence.dao that return Config Modifier and Type Method Description ConfigConfigDao. find(String name, String environment)Methods in net.risesoft.api.persistence.dao that return types with arguments of type Config Modifier and Type Method Description List<Config>ConfigDao. findAll(String[] groups, String[] configs, String environment) -
Uses of Config in net.risesoft.api.utils
Methods in net.risesoft.api.utils with parameters of type Config Modifier and Type Method Description static Map<String,Object>PropertiesUtil. getMap(Config config)
-