Uses of Interface
com.bytedesk.core.plugin.BytedeskPlugin
Packages that use BytedeskPlugin
Package
Description
工单系统配置模块
包含系统配置、常量定义等
-
Uses of BytedeskPlugin in com.bytedesk.ai.config
Classes in com.bytedesk.ai.config that implement BytedeskPlugin -
Uses of BytedeskPlugin in com.bytedesk.call.config
Classes in com.bytedesk.call.config that implement BytedeskPlugin -
Uses of BytedeskPlugin in com.bytedesk.core.plugin
Classes in com.bytedesk.core.plugin that implement BytedeskPluginModifier and TypeClassDescriptionclassBytedesk插件抽象基类 提供插件的通用实现class核心模块插件 提供基础功能:用户管理、权限控制、消息系统等Fields in com.bytedesk.core.plugin with type parameters of type BytedeskPluginModifier and TypeFieldDescriptionprivate final List<BytedeskPlugin>PluginRegistry.pluginListprivate final Map<String,BytedeskPlugin> PluginRegistry.pluginsMethods in com.bytedesk.core.plugin that return types with arguments of type BytedeskPluginModifier and TypeMethodDescriptionPluginRegistry.getAllPlugins()获取所有插件PluginRegistry.getEnabledPlugins()获取所有已启用的插件获取插件Methods in com.bytedesk.core.plugin with parameters of type BytedeskPluginModifier and TypeMethodDescriptionprivate booleanPluginRegistry.checkDependencies(BytedeskPlugin plugin) 检查插件依赖是否满足PluginController.convertPluginToDetailMap(BytedeskPlugin plugin) 转换插件为Map(详细版)PluginController.convertPluginToMap(BytedeskPlugin plugin) 转换插件为Map(简化版)voidPluginRegistry.registerPlugin(BytedeskPlugin plugin) 注册插件Constructor parameters in com.bytedesk.core.plugin with type arguments of type BytedeskPlugin -
Uses of BytedeskPlugin in com.bytedesk.kbase.config
Classes in com.bytedesk.kbase.config that implement BytedeskPlugin -
Uses of BytedeskPlugin in com.bytedesk.service.config
Classes in com.bytedesk.service.config that implement BytedeskPlugin -
Uses of BytedeskPlugin in com.bytedesk.ticket.config
Classes in com.bytedesk.ticket.config that implement BytedeskPlugin -
Uses of BytedeskPlugin in com.bytedesk.voc.config
Classes in com.bytedesk.voc.config that implement BytedeskPlugin