- abnormal(FlwTask, PerformType, List<FlwTaskActor>, Execution, NodeModel) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskActorProvider
-
非正常创建任务处理逻辑,默认抛出异常
- accessDeniedException(AccessDeniedException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理访问拒绝异常(AccessDeniedException)
- AccessPermissionException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
访问权限Exception 定义
- AccessPermissionException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.AccessPermissionException
-
构造一个带有指定错误信息的访问权限异常对象。
- AccessPermissionException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.AccessPermissionException
-
构造访问权限异常对象,包含自定义错误消息和原因异常。
- AccessPermissionException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.AccessPermissionException
-
构造一个带有原因的访问权限异常对象。
- actionUrl - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
任务关联的表单url
- actorId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
关联的参与者ID(参与者可以为用户、部门、角色)
- actorName - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
关联的参与者名称
- ActorType - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
参与者类型
- actorType - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
参与者类型 0,用户 1,角色 2,部门
- add(String, String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
添加配置资源
- add(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
创建配置资源
- add(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
创建新的资源文件
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
添加一个新的字典分类记录。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
添加一个新的字典项。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
添加新菜单项
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
添加新的机构信息
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
添加新的岗位信息
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
添加新的租户信息。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
添加新用户。
- add(ApplicationVO) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
添加应用接口
该接口用于添加一个新的应用,包括应用名称等基本信息,并进行一系列校验,最后将应用信息保存到资源服务中。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.busi.BusiController
-
添加新业务接口
该接口用于添加新的业务信息,包括应用名称、模块名称、业务类型和业务名称等,
并将这些信息保存到指定的JSON文件中。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.mobile.AppMenuController
-
添加菜单接口
用于向系统中添加新的菜单项,包括菜单标题、租户ID、菜单ID等必要信息。
- add(DownloadRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.DownloadController
-
添加下载配置接口
该接口用于添加下载配置,包括应用名称、模块名称和国际化Key等,并将配置信息保存到指定路径。
- add(ExportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ExportController
-
添加导出配置接口
该接口用于添加一个新的导出配置,包括应用名称、模块名称和导出Key等关键信息。
- add(I18nRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.I18nController
-
添加国际化配置
该接口用于添加一个新的国际化配置项到指定的应用和模块中
- add(ImportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ImportController
-
添加上传配置接口
该接口用于添加一个新的上传配置,包括应用名称、模块名称和国际化Key等必要信息。
- add(LayoutRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
添加布局文件接口
该接口用于添加一个新的布局文件,需要进行多项校验并最终添加文件
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
添加模块接口
该接口用于添加一个新的模块,需要传入模块的名称、所属应用以及相关参数。
- add(PermissionVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.PermissionController
-
添加权限接口
用于向系统中添加新的权限信息
- add(ReportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ReportController
-
添加报表接口
该接口用于添加新的报表,需要传入报表相关信息,并进行非空校验后添加
- add(ServiceVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ServiceController
-
添加服务器脚本定义接口
该接口用于添加服务器脚本定义,包括模块名、应用名和服务名称等信息的提交。
- add(UploadRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.UploadController
-
添加上传配置接口
该接口用于添加一个新的上传配置,包括应用名称、模块名称和国际化Key,并将配置信息保存到指定路径。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.report.ReportController
-
添加报表接口
该接口用于添加一个新的报表,需要传入包含应用名称、模块名称、报表类型和报表名称等信息的Map对象。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.task.TaskController
-
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
添加新的字典分类记录。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
添加新的字典项记录。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nCategoryController
-
添加一个新的国际化分类记录。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
添加新菜单项
验证必要字段后,将菜单信息插入数据库中。
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
添加新的机构记录
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
添加一个新的岗位
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
添加一个新的租户记录
- add(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
新增用户并初始化其角色和组织关系。
- addByMenu(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
通过菜单添加应用
该接口用于通过菜单来添加一个新的应用,如果应用已存在则进行更新操作
- addCorsMappings(CorsRegistry) - 类 中的方法net.sohelp.boot.demo.config.WebConfiguration
-
支持跨域访问
配置CORS跨域资源共享策略
- addCrossHeaders(HttpServletResponse) - 类 中的静态方法net.sohelp.boot.admin.core.utils.CommonUtil
-
添加跨域请求头信息
- addInterceptors(InterceptorRegistry) - 类 中的方法net.sohelp.boot.dev.config.DevCoreConfiguration
-
添加拦截器到 Spring MVC 配置中。
- addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法net.sohelp.boot.demo.config.WebConfiguration
-
添加资源处理器
配置静态资源的访问路径和位置
- addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法net.sohelp.boot.dev.web.config.DevWebConfiguration
-
重写addResourceHandlers方法,用于配置静态资源的映射路径。
- addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法net.sohelp.boot.engine.web.config.WebConfiguration
-
添加静态资源处理器,用于处理前端资源文件的访问映射
- addSign(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
加签接口
该接口用于为指定任务添加加签用户,即将任务分配给其他用户进行处理。
- addTask(FlwTask) - 类 中的方法net.sohelp.boot.engine.workflow.core.Execution
-
添加任务
- addTaskActor(Long, PerformType, List<FlwTaskActor>, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
向指定的任务ID添加参与者
- addTaskActor(Long, PerformType, List<FlwTaskActor>, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
向指定的任务ID添加参与者【加签】
- addTaskActor(Long, PerformType, FlwTaskActor, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
- addTasks(List<FlwTask>) - 类 中的方法net.sohelp.boot.engine.workflow.core.Execution
-
添加任务集合
- addVariable(Long, Map<String, Object>, Function<FlwInstance, FlwInstance>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- addVariable(Long, Map<String, Object>, Function<FlwInstance, FlwInstance>) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
根据 流程实例ID 更新流程实例全局变量
- addVariable(Long, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
根据 流程实例ID 更新流程实例全局变量
- addViewControllers(ViewControllerRegistry) - 类 中的方法net.sohelp.boot.dev.web.config.DevWebConfiguration
-
重写addViewControllers方法,用于向ViewControllerRegistry注册视图控制器
- ADMIN - 类 中的静态变量net.sohelp.boot.engine.workflow.core.FlowCreator
-
初始化管理员,用于操作权限忽略等场景
- AdminConfiguration - net.sohelp.boot.admin.config中的类
-
Admin模块主配置类,用于初始化和配置Admin模块所需的各类服务与数据源。
- AdminConfiguration() - 类 的构造器net.sohelp.boot.admin.config.AdminConfiguration
-
- after(Date, Date) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.DateUtils
-
日期判断
- after(FlowContext, Execution) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskCreateInterceptor
-
拦截后置处理方法
- agentActor() - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
是否为代理人
- agentId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
代理人ID
- agentTask(Long, FlowCreator, List<FlowCreator>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据 任务ID 指定代理人
- AgentType - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
代理人类型
- agentType - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
代理人类型 0,代理 1,被代理 2,认领角色 3,认领部门
- agree(MultipartFile[], Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
同意通过工作流任务
该接口用于处理工作流中的同意通过操作,需要传入相关数据和文件。
- agree(String, String, long, long, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.helper.WorkflowHelper
-
执行工作流审批同意操作
- AJsonUtil - net.sohelp.boot.common.utils中的类
-
JSON转化工具类,提供对象与JSON字符串之间的相互转换功能。
- allowedCheck(TaskState) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskState
-
- alterField(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
生成修改字段的SQL语句
- alterField(PropertyVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
修改字段属性
- alterField(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
修改字段类型或长度的SQL语句
- alterField(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
修改字段的SQL脚本
- and(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
添加AND逻辑操作符
- and() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
添加AND逻辑操作符
- annotationDrivenTransactionManager() - 类 中的方法net.sohelp.boot.engine.db.config.DBConfiguration
-
配合注解完成事物管理
- ApiResult<T> - net.sohelp.boot.admin.core.base中的类
-
统一API返回结果封装类,用于封装接口响应的数据结构。
- ApiResult() - 类 的构造器net.sohelp.boot.admin.core.base.ApiResult
-
默认构造函数
- ApiResult(Integer, String) - 类 的构造器net.sohelp.boot.admin.core.base.ApiResult
-
构造函数:根据指定的状态码和消息初始化meta对象
- ApiResult.MetaVO - net.sohelp.boot.admin.core.base中的类
-
封装API返回的元数据信息,包括状态码、消息、错误详情及成功标识。
- appendNodeModel(Long, NodeModel, boolean) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- appendNodeModel(Long, NodeModel, boolean) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
- ApplicationBuilder - net.sohelp.boot.dev.web.dev.application中的类
-
应用构建
- ApplicationBuilder() - 类 的构造器net.sohelp.boot.dev.web.dev.application.ApplicationBuilder
-
- ApplicationController - net.sohelp.boot.demo.web.system中的类
-
应用管理控制器
提供系统中应用信息的管理接口
- ApplicationController() - 类 的构造器net.sohelp.boot.demo.web.system.ApplicationController
-
- ApplicationController - net.sohelp.boot.dev.web.dev.application中的类
-
应用管理
- ApplicationController() - 类 的构造器net.sohelp.boot.dev.web.dev.application.ApplicationController
-
- ApplicationController - net.sohelp.boot.engine.web.controller中的类
-
应用管理
- ApplicationController() - 类 的构造器net.sohelp.boot.engine.web.controller.ApplicationController
-
- ApplicationDTO - net.sohelp.boot.dev.web.dev.application中的类
-
应用数据对象
- ApplicationDTO() - 类 的构造器net.sohelp.boot.dev.web.dev.application.ApplicationDTO
-
- ApplicationRunner - net.sohelp.boot.demo.core.runner中的类
-
应用启动运行器
在Spring Boot应用启动完成后执行初始化操作
- ApplicationRunner() - 类 的构造器net.sohelp.boot.demo.core.runner.ApplicationRunner
-
- ApplicationService - net.sohelp.boot.admin.core.service.application中的类
-
应用服务
- ApplicationService() - 类 的构造器net.sohelp.boot.admin.core.service.application.ApplicationService
-
- ApplicationVO - net.sohelp.boot.admin.core.service.application中的类
-
应用管理数据传输对象
用于封装应用管理相关的信息,包括应用的基本信息、状态、排序等属性
- ApplicationVO() - 类 的构造器net.sohelp.boot.admin.core.service.application.ApplicationVO
-
- AppMenuController - net.sohelp.boot.dev.web.dev.mobile中的类
-
菜单管理-app
- AppMenuController() - 类 的构造器net.sohelp.boot.dev.web.dev.mobile.AppMenuController
-
- AppNoticeController - net.sohelp.boot.demo.web.notice中的类
-
消息通知控制器
提供各类消息(如系统消息、待办事项等)的查询、发送及状态管理功能。
- AppNoticeController() - 类 的构造器net.sohelp.boot.demo.web.notice.AppNoticeController
-
- AppNoticeController - net.sohelp.boot.dev.web.system.notice中的类
-
消息通知控制器,用于处理系统内各种类型的消息发送、查询与管理操作。
- AppNoticeController() - 类 的构造器net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
- AppNoticeTypeEnum - net.sohelp.boot.dev.web.system.notice中的枚举
-
应用通知类型枚举类
定义了系统中各种通知类型及其对应的数值标识
- approvalOrMajor() - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
判断是否为审批或主办节点
- Assert - net.sohelp.boot.engine.workflow.assist中的类
-
断言帮助类
- Assert() - 类 的构造器net.sohelp.boot.engine.workflow.assist.Assert
-
- assignActorType(int, Integer) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
优先使用数据库参与者类型
- assigneeDeptList(List<NodeAssignee>) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.DynamicAssignee
-
- assigneeList(List<NodeAssignee>) - 类 中的方法net.sohelp.boot.engine.workflow.model.DynamicAssignee
-
- assigneeRoleList(List<NodeAssignee>) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.DynamicAssignee
-
- assigneeTask(Long, TaskType, FlowCreator, List<FlowCreator>, Function<FlwTask, Boolean>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
根据 任务ID 分配任务给指定办理人、重置任务类型
- assigneeTask(Long, TaskType, FlowCreator, List<FlowCreator>, Function<FlwTask, Boolean>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据 任务ID 分配任务给指定办理人、重置任务类型
- assigneeTask(Long, TaskType, FlowCreator, List<FlowCreator>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
- assigneeUserList(List<NodeAssignee>) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.DynamicAssignee
-
- assignor - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
委托人
- assignorId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
委托人ID
- assignTask(Long, Long, int, FlwTaskActor) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
对指定的任务分配参与者。
- assignTenant(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
将多个租户分配给一个用户。
- assignUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
将用户分配给指定组织或从组织中移除
- assignUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
将一组用户分配给特定岗位
- assignUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
分配用户到指定租户
- authorize(Map<String, String>) - 类 中的方法net.sohelp.boot.demo.web.login.OAuthController
-
OAuth2授权验证接口
处理POST请求的授权验证逻辑,支持 client_credentials 模式
- autocode(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
根据实体名、属性名和数据映射自动生成代码
- autocode(String, String, Map<String, Object>, boolean) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
自动生成实体属性代码
- autocode(String, Map<String, Object>, boolean) - 类 中的方法net.sohelp.boot.engine.db.service.EntityDataService
-
根据实体定义的自动编号规则,为指定实体的属性生成唯一编号,并填充到数据映射中。
- autocode(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.service.EntityDataService
-
自动生成代码(默认提交事务)。
- autocode(String, String, Map<String, Object>, boolean) - 类 中的方法net.sohelp.boot.engine.db.service.EntityDataService
-
为指定实体的特定属性生成自动编号。
- autocode(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
自动生成代码功能
- AutocodeController - net.sohelp.boot.dev.web.system.autocode中的类
-
自动编码控制器类,提供对自动编码规则的增删改查操作。
- AutocodeController() - 类 的构造器net.sohelp.boot.dev.web.system.autocode.AutocodeController
-
- AutoCodeHelper - net.sohelp.boot.admin.core.helper中的类
-
生成下一个唯一自动编码
- AutoCodeHelper() - 类 的构造器net.sohelp.boot.admin.core.helper.AutoCodeHelper
-
- AutoCodeHelperTest - net.sohelp.boot.test中的类
-
自动编码测试案例
- AutoCodeHelperTest() - 类 的构造器net.sohelp.boot.test.AutoCodeHelperTest
-
- AutoCodeTypeConfig - net.sohelp.boot.engine.db.vo.type中的类
-
- AutoCodeTypeConfig() - 类 的构造器net.sohelp.boot.engine.db.vo.type.AutoCodeTypeConfig
-
- autoCompleteTask(Long, Map<String, Object>, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
自动完成任务
- autoCompleteTask(Long, Map<String, Object>, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
自动完成任务
- autoCompleteTask(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- autoCompleteTask(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- autoGenerateCrud(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicService
-
自动生成CRUD接口
- autoJumpTask(Long, Map<String, Object>, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
自动跳转任务
- autoJumpTask(Long, Map<String, Object>, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
自动跳转任务
- autoJumpTask(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- autoRejectTask(FlwTask, Map<String, Object>, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
自动拒绝任务
- autoRejectTask(FlwTask, Map<String, Object>, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
自动拒绝任务
- autoRejectTask(FlwTask, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- autoRejectTask(FlwTask) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- avatar(String) - 类 中的方法net.sohelp.boot.engine.web.controller.UserController
-
获取用户头像
根据用户ID获取用户的头像图片,并将图片数据写入响应流中
- backup(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
- backup(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
- backup(String) - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
触发备份任务
启动一个新的线程执行数据库和资源的备份操作。
- BackupConfig - net.sohelp.boot.admin.core.web.yml中的类
-
备份配置
用于配置系统数据备份的相关参数,包括备份路径、保留策略等
- BackupConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.BackupConfig
-
- BackupController - net.sohelp.boot.dev.web.ops.backup中的类
-
备份控制器
提供数据库备份与恢复接口,用于管理系统中数据库备份与恢复功能。
- BackupController() - 类 的构造器net.sohelp.boot.dev.web.ops.backup.BackupController
-
- BAD_CREDENTIALS_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
非法token错误码,表示提供的认证凭据无效。
- BAD_CREDENTIALS_MSG - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
非法token提示信息,建议用户退出并重新登录。
- BaseController - net.sohelp.boot.admin.core.base中的类
-
Controller基类,提供基础功能封装,如用户认证、分页处理、国际化支持等。
- BaseController() - 类 的构造器net.sohelp.boot.admin.core.base.BaseController
-
- BaseParam - net.sohelp.boot.demo.core.base中的类
-
查询参数基本字段
该类用于封装通用的查询参数,包括分页、排序以及时间范围等条件。
- BaseParam() - 类 的构造器net.sohelp.boot.demo.core.base.BaseParam
-
- BaseTableScriptCreator - net.sohelp.boot.engine.db.table.script中的类
-
表Script产生器基类
- BaseTableScriptCreator() - 类 的构造器net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
- batchAgree(MultipartFile[], Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
批量同意通过任务
该接口用于批量同意通过指定的任务,需要传入任务ID和其他相关参数。
- batchDelete(String, List<Object[]>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
批量删除多条记录,针对JdbcTemplate
- batchDelete(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
- batchDelete(List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
根据主健批量删除数据
- batchDelete(Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
根据主键批量删除数据
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
批量删除多个字典项。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
批量删除多个表的表单配置。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
批量删除多个表的网格配置文件
根据提供的数据源名称和一组表名,逐个删除其对应的配置文件。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
批量删除指定数据源下的多个表对应的配置信息。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
批量删除数据源中的表单数据
该接口用于批量删除指定数据源中的一个或多个表单数据,通过传入数据源名称和表单名称列表进行删除操作。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
批量删除数据
该接口用于批量删除指定数据源下的多个表数据,通过接收一个包含数据源名称和表名列表的参数对象来实现。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
批量删除实体引用接口
该接口用于批量删除指定的实体引用,并保存模块信息。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
删除网格列表接口
根据传入的refid列表删除对应的网格文件
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
通过refid列表删除文件
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.PermissionController
-
根据引用ID列表批量删除权限
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ReportController
-
批量删除报表文件
该接口用于批量删除指定应用下的模块中的报表文件,通过传入包含应用名称、模块名称和报表文件列表的数据来执行删除操作。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ServiceController
-
批量删除业务文件
该接口用于根据传入的应用名称、模块名称和服务名称列表,批量删除对应的业务文件。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
批量删除一组字典项。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
批量删除通知接口
该接口用于根据传入的ID列表和类型,批量删除指定用户的通知
- batchDeleteByMap(String, List<Map>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
批量删除多条记录,针对sqlSessionTemplate执行批量删除操作
- batchExport(List<String>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
批量导出选中的模板为ZIP压缩包并提供下载
- batchImport(MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
导入上传的ZIP格式模板压缩包,并解析其中的JSON模板文件存入系统中
- batchInsert(String, List<Object[]>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
批量插入多条记录,针对JdbcTemplate
- batchInsert(List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
单表批量插入
- batchInsert(Map<String, Object>[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
批量添加数据到数据库
- BatchParam<T> - net.sohelp.boot.demo.core.base中的类
-
批量修改通用参数
- BatchParam() - 类 的构造器net.sohelp.boot.demo.core.base.BatchParam
-
- batchRead(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
批量读取通知接口
该接口用于批量更新通知的读取状态,根据传入的通知ID列表和状态进行更新。
- batchReject(MultipartFile[], Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
批量拒绝(不同意)审批请求
该接口允许用户一次性对多个任务进行拒绝操作,通过传入任务ID列表和拒绝理由来执行。
- batchUpdate(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
批量更新数据
- batchUpdate(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
批量更新数据
- batchUpdate(List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
单表批量更新
- batchUpdate(Map<String, Object>[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
单表批量更新
- batchUpdateByMap(String, List<Map>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
批量执行JDBC更新操作,针对jdbcTemplate实现
- BeetlConfig - net.sohelp.boot.admin.core.web.yml中的类
-
Beetl模板配置
用于配置Beetl模板引擎的相关参数
- BeetlConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.BeetlConfig
-
- BeetlService - net.sohelp.boot.admin.core.service.beetl中的类
-
Beetl模板管理
- BeetlService() - 类 的构造器net.sohelp.boot.admin.core.service.beetl.BeetlService
-
- BeetlServiceTest - net.sohelp.boot.test中的类
-
模板编译输出
- BeetlServiceTest() - 类 的构造器net.sohelp.boot.test.BeetlServiceTest
-
- before(FlowContext, Execution) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskCreateInterceptor
-
拦截前置处理方法
- beforeBodyWrite(Object, MethodParameter, MediaType, Class, ServerHttpRequest, ServerHttpResponse) - 类 中的方法net.sohelp.boot.admin.core.advice.GlobalControllerAdvice
-
在响应体写入之前进行处理,主要功能是根据操作日志配置决定是否清除错误信息
- bind(EntityRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
绑定实体定义接口
该接口用于将实体定义绑定到指定的模块中,需要进行参数校验并保存绑定关系。
- build(List<ConditionVO>) - 类 中的静态方法net.sohelp.boot.admin.core.web.filter.ConditionBuilder
-
根据多个条件对象构建完整的SQL WHERE子句字符串。
- build(ConditionVO) - 类 中的静态方法net.sohelp.boot.admin.core.web.filter.ConditionBuilder
-
根据单个条件对象构建对应的SQL比较表达式。
- build(JSONObject) - 类 中的静态方法net.sohelp.boot.admin.core.web.filter.SchemeBuilder
-
根据方案配置生成SQL条件语句
解析传入的JSON格式方案配置,支持 and/or 类型的组合条件,并递归处理子节点。
- build() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
构建完整的SQL语句
- build(String[]) - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
根据给定的表名生成相关代码。
- build(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
实际执行代码生成功能,将生成好的代码写入本地磁盘路径。
- build(String, String, List<String>) - 类 中的方法net.sohelp.boot.dev.web.code.util.CodeBuilder
-
主构建方法,基于指定方案、数据源和表列表生成所有相关代码的内容映射。
- build(String, boolean) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationBuilder
-
构建应用配置并打包为ZIP文件
该函数首先获取指定应用的基本信息,然后创建临时目录结构,将应用配置、模块配置以及可选的实体配置写入文件,
最后将整个目录打包为ZIP文件并返回ZIP文件路径。
- build(String[]) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
生成操作接口
该接口用于根据提供的表名数组执行生成操作,并返回操作结果
- build(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.service.ModuleBuilder
-
构建指定应用模块的压缩包
该函数会先创建指定应用和模块的临时目录,将相关配置文件写入该目录,
最后将整个目录压缩为ZIP文件并返回ZIP文件路径。
- build() - 类 中的方法net.sohelp.boot.dev.web.ops.updater.UpdaterController
-
构建SohelpBoot平台升级包
该接口用于在开发环境中构建SohelpBoot平台的升级包,并将构建结果复制到指定目录,最后删除源文件。
- build() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
构建SQL查询语句
该函数根据当前对象的配置参数(包括方案、权限、查询条件、关键字和排序规则)动态构建完整的SQL查询语句。
- build(FlowEngine, boolean) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowContext
-
默认初始化流程引擎上下文
- buildAll() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
构建完整的查询方案
该方法依次执行以下操作:
1.
- buildByJdbc() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
使用默认参数名和空字段别名字典构建适用于 JDBC 的 SQL 条件字符串。
- buildByJdbc(String, Map<String, String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
构建适用于 JDBC 的 SQL 条件字符串。
- buildByMagicApi() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
使用默认参数名和空字段别名字典构建适用于 MagicAPI 的 SQL 条件字符串。
- buildByMagicApi(String, Map<String, String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
构建适用于 MagicAPI 的 SQL 条件字符串。
- buildByMybatis() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
使用默认参数名和空字段别名字典构建适用于 MyBatis 的 SQL 条件字符串。
- buildByMybatis(String, Map<String, String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
构建适用于 MyBatis 的 SQL 条件字符串。
- buildData() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
使用默认参数名构建查询参数的数据映射表。
- buildData(String) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
构建查询参数的数据映射表。
- buildDirectoryTree(List<Map<String, Object>>) - 类 中的静态方法net.sohelp.boot.dev.web.code.util.DirectoryTreeBuilder
-
构建目录树结构。
- builder() - 类 中的静态方法net.sohelp.boot.engine.workflow.model.DynamicAssignee
-
- buildException(RequestEntity, Throwable) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.CustomJsonValueProvider
-
构建异常响应对象。
- buildFile(String, String, String, List<String>) - 类 中的方法net.sohelp.boot.dev.web.code.util.CodeBuilder
-
构建多个文件到指定路径下,根据提供的方案、数据源及表列表批量生成代码文件。
- buildFormByEntity(String, EntityVO) - 类 中的方法net.sohelp.boot.engine.web.service.FormService
-
根据实体创建表单视图对象
- buildGridByEntity(String, String, String, EntityVO) - 类 中的方法net.sohelp.boot.engine.web.service.EntityGridService
-
根据实体对象创建网格视图对象(GridVO)
- buildGroupBy() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
构建GROUP BY部分的SQL语句
- buildI18n(String, boolean) - 类 中的方法net.sohelp.boot.engine.web.service.I18nEntityService
-
根据所有实体生成i18n中文国际化
- buildI18n(String, List<String>, boolean) - 类 中的方法net.sohelp.boot.engine.web.service.I18nEntityService
-
根据所有实体生成i18n中文国际化
- buildI18nByEntity(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
根据实体生成I18N数据
该接口接收包含实体信息的Map对象,根据实体信息生成对应的I18N数据并返回
- buildI18nByTable(String, boolean) - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nTableService
-
根据所有表结构信息生成i18n中文国际化配置内容。
- buildI18nByTable(String, List<String>, boolean) - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nTableService
-
根据指定的一组表结构信息生成i18n中文国际化配置内容。
- buildI18nByTable(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
生成I18N数据
根据传入的表名、数据源以及是否生成JSON格式数据,生成对应的I18N数据
- buildOrderBy() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
构建ORDER BY部分的SQL语句
- buildPageResult(RequestEntity, Page, long, List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.CustomJsonValueProvider
-
构建分页查询结果。
- buildParentNode(NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.model.ProcessModel
-
构建父节点
- buildResult(RequestEntity, int, String, Object) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.CustomJsonValueProvider
-
构建标准API响应结果。
- buildSqlCacheKey(String, Object[]) - 接口 中的方法net.sohelp.boot.admin.core.db.cache.SqlCache
-
计算SQL缓存的key值
通过将SQL语句和参数组合后进行MD5加密生成唯一的缓存key
- buildSqlCacheKey(String, Object[]) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomSqlCache
-
构建SQL缓存键
- buildToken(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
使用用户信息构建并返回一个新的 Token。
- buildToken(long) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
使用用户 ID 构建并返回一个新的 Token。
- buildWhere() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
构建WHERE部分的SQL语句
- BusiController - net.sohelp.boot.dev.web.dev.busi中的类
-
业务管理
- BusiController() - 类 的构造器net.sohelp.boot.dev.web.dev.busi.BusiController
-
- BusiException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
业务异常类,用于封装业务逻辑中出现的异常情况
该类继承自Exception,支持嵌套异常处理,可以包装SQLException等其他异常
- BusiException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.BusiException
-
构造函数,根据指定的详细消息创建业务异常
- BusiException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.BusiException
-
构造函数,根据指定的详细消息和原因创建业务异常
- BusiException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.BusiException
-
构造函数,根据指定的原因创建业务异常
- BusiException(BusiException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理业务逻辑异常(BusiException)
- businessKey - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
业务KEY(用于关联业务逻辑实现预留)
子流程情况,该字段用于存放父流程所在节点KEY
- ButtonVO - net.sohelp.boot.engine.web.vo.grid中的类
-
按钮
- ButtonVO() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.ButtonVO
-
- cache(String, long) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
使用缓存配置JDBC操作
当缓存名为null时直接返回当前对象,否则设置缓存名称和过期时间。
- CacheConfig - net.sohelp.boot.admin.core.web.yml中的类
-
缓存配置
用于定义系统缓存的相关配置信息,包括缓存类型和缓存时长
- CacheConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.CacheConfig
-
- CacheController - net.sohelp.boot.dev.web.ops.cache中的类
-
缓存管理控制器
提供缓存刷新与查询相关接口,用于管理系统中各类业务缓存数据。
- CacheController() - 类 的构造器net.sohelp.boot.dev.web.ops.cache.CacheController
-
- cacheProcessModelById(Long, Supplier<ProcessModel>) - 类 中的静态方法net.sohelp.boot.engine.workflow.entity.FlwExtInstance
-
- calculateDateDifference(Date, Date) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.DateUtils
-
计算时间差
- calculateDuration() - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisInstance
-
计算流程实例处理耗时
- calculateDuration() - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisTask
-
计算流程实例处理耗时
- callInstanceId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwHisTask
-
调用外部流程实例ID
- callProcessId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwHisTask
-
调用外部流程定义ID
- camelToUnderscoreLowercase(String) - 类 中的静态方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
将驼峰命名转换为下划线格式并转成小写
- cancelBind(EntityRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
取消绑定实体接口
该接口用于取消指定应用下模块与实体的绑定关系
- captcha() - 类 中的方法net.sohelp.boot.demo.web.login.LoginController
-
获取图形验证码图片及UUID标识符
- captcha() - 类 中的方法net.sohelp.boot.dev.web.login.LoginController
-
获取验证码接口
该接口用于生成并返回验证码相关信息
- cascadeRemove(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.ProcessServiceImpl
-
级联删除指定流程定义的所有数据
- cascadeRemove(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
谨慎使用!!!
- cascadeRemoveByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- cascadeRemoveByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
级联删除表 flw_his_task_actor, flw_his_task, flw_task_actor, flw_task, flw_instance, flw_his_instance
- cascadeRemoveByInstanceIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
级联删除表 flw_his_task_actor, flw_his_task, flw_task_actor, flw_task
- cascadeRemoveByInstanceIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
级联删除 flw_his_task, flw_his_task_actor, flw_task, flw_task_actor
- cascadeRemoveByProcessId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
级联删除指定流程实例的所有数据
删除表 flw_his_task_actor, flw_his_task, flw_task_actor, flw_task, flw_his_instance, flw_ext_instance, flw_instance
- cascadeRemoveByProcessId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
级联删除指定流程实例的所有数据
- ccNode() - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
判断是否为抄送节点
- changeDefaultTenant(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserTenantController
-
切换当前用户的默认租户。
- changeDefaultTenant(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserTenantController
-
切换当前用户的默认租户。
- changeFileName(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
修改文件名
将指定路径下的旧文件名修改为新文件名
- changeLanguage(String) - 类 中的方法net.sohelp.boot.demo.web.login.LoginController
-
更改当前用户的语言环境设置
- changeLanguage(String) - 类 中的方法net.sohelp.boot.demo.web.user.UserLangController
-
修改用户语言设置
根据传入的语言参数设置系统当前语言环境
- changeLanguage(String) - 类 中的方法net.sohelp.boot.dev.web.login.LoginController
-
修改系统语言
根据传入的language参数修改系统的语言环境,支持英文、繁体中文和简体中文。
- changePassword(String, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.login.LoginService
-
修改用户密码
先校验旧密码是否正确,如果正确则更新为新密码。
- changePassword(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserController
-
修改当前登录用户的登录密码
- changePassword(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
修改当前用户的登录密码。
- checkAndRunBackupTask() - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
定时检查并执行自动备份任务
每分钟触发一次,检查是否满足自动备份条件(频率、时间)。
- checkConditionNode(NodeModel) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
检查条件节点
- checkDuplicateNodeKeys(NodeModel) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
检查是否存在重复节点名称
- checkExistApprovalNode(NodeModel) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
检查是否存在审批节点
- checkExpression() - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowContext
-
检查并返回条件表达式
- checkRepeat(List<T>, Function<? super T, ? extends R>) - 类 中的静态方法net.sohelp.boot.admin.core.utils.CommonUtil
-
检查List是否有重复元素
- checkSignature(String, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
验证来自微信服务器的签名合法性
- checkState() - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwProcess
-
流程状态验证
- claim(Long, AgentType, TaskEventType, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
根据 任务ID 认领任务,删除其它任务参与者
- claimDepartment(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- claimDepartment(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
部门根据 任务ID 认领任务,删除其它任务参与者
- claimRole(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- claimRole(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
角色根据 任务ID 认领任务,删除其它任务参与者
- cleanConditionParentNode(List<ConditionNode>) - 类 中的方法net.sohelp.boot.engine.workflow.model.ProcessModel
-
清理条件节点的父节点
- cleanParentNode() - 类 中的方法net.sohelp.boot.engine.workflow.model.ProcessModel
-
清理父节点关系
- cleanParentNode(NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.model.ProcessModel
-
清理父节点关系
- clear() - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
清除所有组织相关的缓存数据。
- clear() - 类 中的方法net.sohelp.boot.admin.core.cache.RoleCache
-
清除整个岗位缓存的内容。
- clear() - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
清除全部用户缓存数据
- clear() - 类 中的方法net.sohelp.boot.admin.core.cache.UserMenuCache
-
清空所有用户的权限缓存
- clear() - 类 中的方法net.sohelp.boot.admin.core.cache.UserRoleCache
-
清空所有用户的岗位缓存数据。
- clear() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
清空查询条件、排序和分组信息
- clear() - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
清空所有用户常量表中的数据
- clear() - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
清空实体缓存
- clear(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
清空缓存
- clear(String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
清除指定数据源的缓存
- clear() - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
清除所有缓存
- clear() - 类 中的方法net.sohelp.boot.engine.web.cache.ModuleCache
-
清空所有缓存数据
- clear() - 类 中的方法net.sohelp.boot.engine.web.cache.ModulePowerCache
-
清空用户模块缓存映射表
该方法用于清除USER_MODULE_CACHE_MAP中的所有缓存数据,
通常在需要重置缓存状态或释放缓存资源时调用。
- clear() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
清空查询条件
该方法会清空以下内容:
排序条件(orderMap)
过滤条件(conditionMap)
方案内容(schemeBuilder)
关键字列表(keywordsNameList)
权限语句(powerBuilder)
- clearAll() - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
清除所有已存在的表单配置。
- clearAll() - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
清除所有的网格配置文件
删除 GRID_PATH 路径下所有以 /grid/*.json 结尾的配置文件。
- clearAll() - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
清空所有已保存的代码生成配置。
- clearAll() - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
清空所有配置
该接口用于清空所有配置,通过删除指定路径下的所有配置文件实现
- clearAll() - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
清空所有配置
该接口用于清空所有配置,通过遍历指定路径下的所有配置资源,
并删除符合特定命名规则的配置文件来实现清空操作。
- clearCondition() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
清空筛选条件
- clearKeywords() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
清空关键字列表
- clearOrderBy() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
清空排序条件。
- clearPower() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
清空查询范围。
- clearScheme() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
清空方案
- clearTableCache() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
清空数据库表字段缓存
- cloneBaseInfo() - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
克隆基本信息
不包含节点信息内容,避免循环递归序列化异常
- cloneTask(FlwHisTaskActor) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- cloneTask(String, String) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- CloudAppCategoryController - net.sohelp.boot.dev.web.cloud.application中的类
-
生态应用分类控制器
提供生态应用分类相关接口的访问控制
- CloudAppCategoryController() - 类 的构造器net.sohelp.boot.dev.web.cloud.application.CloudAppCategoryController
-
- CloudAppController - net.sohelp.boot.dev.web.cloud.application中的类
-
生态应用管理控制器
提供生态应用的分页查询、列表展示、上传、下载、安装、卸载等功能接口
- CloudAppController() - 类 的构造器net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
- CloudConfig - net.sohelp.boot.admin.core.web.yml中的类
-
商邦云配置
该类用于存储商邦云相关的配置信息,包括云端服务地址等配置项。
- CloudConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.CloudConfig
-
- CloudModuleCategoryController - net.sohelp.boot.dev.web.cloud.module中的类
-
生态功能模块分类控制器
提供云端模块分类信息的查询接口
- CloudModuleCategoryController() - 类 的构造器net.sohelp.boot.dev.web.cloud.module.CloudModuleCategoryController
-
- CloudModuleController - net.sohelp.boot.dev.web.cloud.module中的类
-
生态功能模块管理控制器
提供云端模块的浏览、下载、安装、卸载等功能接口
- CloudModuleController() - 类 的构造器net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
- CloudPluginsCategoryController - net.sohelp.boot.dev.web.cloud.plugins中的类
-
生态插件功能分类控制器
提供云端插件分类列表的查询功能
- CloudPluginsCategoryController() - 类 的构造器net.sohelp.boot.dev.web.cloud.plugins.CloudPluginsCategoryController
-
- CloudPluginsController - net.sohelp.boot.dev.web.cloud.plugins中的类
-
生态插件管理控制器
提供云端插件的分页查询功能
- CloudPluginsController() - 类 的构造器net.sohelp.boot.dev.web.cloud.plugins.CloudPluginsController
-
- CloudServiceCategoryController - net.sohelp.boot.dev.web.cloud.service中的类
-
生态增值服务分类控制器
提供云服务分类相关的API接口
- CloudServiceCategoryController() - 类 的构造器net.sohelp.boot.dev.web.cloud.service.CloudServiceCategoryController
-
- CloudServiceController - net.sohelp.boot.dev.web.cloud.service中的类
-
生态增值服务管理控制器
提供云服务相关的页面查询接口
- CloudServiceController() - 类 的构造器net.sohelp.boot.dev.web.cloud.service.CloudServiceController
-
- code - 枚举 中的变量net.sohelp.boot.admin.core.service.notice.NoticeTypeEnum
-
代码
- code - 枚举 中的变量net.sohelp.boot.engine.web.consts.DataExportRangeEnum
-
枚举项的数值编码,用于标识不同的数据导出范围类型
- CodeBuilder - net.sohelp.boot.dev.web.code.util中的类
-
- CodeBuilder() - 类 的构造器net.sohelp.boot.dev.web.code.util.CodeBuilder
-
- CodeConfigController - net.sohelp.boot.dev.web.code中的类
-
基本开发配置控制器
提供代码开发相关的基础配置管理功能,包括资源导出、导入、保存及初始化等操作。
- CodeConfigController() - 类 的构造器net.sohelp.boot.dev.web.code.CodeConfigController
-
- CodeConvert - net.sohelp.boot.engine.web.utils中的类
-
代码转换工具类
提供字符串格式转换功能,如下划线命名转驼峰命名等
- CodeConvert() - 类 的构造器net.sohelp.boot.engine.web.utils.CodeConvert
-
- CodeSchemeController - net.sohelp.boot.dev.web.code中的类
-
方案管理控制器,提供代码方案的增删改查功能。
- CodeSchemeController() - 类 的构造器net.sohelp.boot.dev.web.code.CodeSchemeController
-
- CodeService - net.sohelp.boot.dev.web.code.service中的类
-
代码Java配置服务类,用于处理与代码生成相关的实体信息获取和保存操作。
- CodeService() - 类 的构造器net.sohelp.boot.dev.web.code.service.CodeService
-
- CodeTemplateController - net.sohelp.boot.dev.web.code中的类
-
代码模板管理控制器
提供对代码模板的增删改查、导入导出等操作接口。
- CodeTemplateController() - 类 的构造器net.sohelp.boot.dev.web.code.CodeTemplateController
-
- CodeVO - net.sohelp.boot.dev.web.code.service中的类
-
- CodeVO() - 类 的构造器net.sohelp.boot.dev.web.code.service.CodeVO
-
- CodingGeneratorException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
编码生成异常类。
- CodingGeneratorException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.CodingGeneratorException
-
构造一个带有指定错误信息的编码生成器异常对象。
- CodingGeneratorException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.CodingGeneratorException
-
构造一个包含错误信息和原因的CodingGeneratorException异常对象。
- CodingGeneratorException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.CodingGeneratorException
-
构造一个带有原因的CodingGeneratorException异常对象。
- ColorVO - net.sohelp.boot.engine.web.vo.grid中的类
-
颜色控制
- ColorVO() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.ColorVO
-
- commit() - 类 中的方法net.sohelp.boot.admin.core.db.Transaction
-
提交事务
提交当前事务,将所有数据库变更持久化到数据库中
- CommonUtil - net.sohelp.boot.admin.core.utils中的类
-
常用工具方法
- CommonUtil() - 类 的构造器net.sohelp.boot.admin.core.utils.CommonUtil
-
- ComparisonEnum - net.sohelp.boot.admin.core.web.filter中的枚举
-
条件常量枚举类,用于定义常用的比较操作符。
- complete(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
结束终止流程
该接口用于结束或终止指定的流程任务,需要传入任务ID
- complete(Long, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据任务ID,创建人ID完成任务
该方法仅仅结束活动任务,并不能驱动流程继续执行
- complete(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
- completeActiveTasksByInstanceId(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
完成指定实例ID活动任务
- completeActiveTasksByInstanceId(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
完成指定实例ID活动任务
- ComponentController - net.sohelp.boot.dev.web.cloud.designer中的类
-
组件控制器
处理设计器中组件相关的REST API请求
- ComponentController() - 类 的构造器net.sohelp.boot.dev.web.cloud.designer.ComponentController
-
- condition(ConditionVO...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
条件查询功能实现
- Condition - net.sohelp.boot.test.filter中的类
-
- Condition() - 类 的构造器net.sohelp.boot.test.filter.Condition
-
- ConditionBuilder - net.sohelp.boot.admin.core.web.filter中的类
-
条件构建器
提供一系列静态方法用于根据条件对象或字段信息动态生成SQL查询语句片段。
- ConditionNode - net.sohelp.boot.engine.workflow.model中的类
-
JSON BPM 条件节点
- ConditionNode() - 类 的构造器net.sohelp.boot.engine.workflow.model.ConditionNode
-
- conditionNode() - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
判断是否为条件节点
- ConditionNodeHandler - net.sohelp.boot.engine.workflow.handler中的接口
-
流程执行条件节点处理器
- ConditionType - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
JSON BPM 节点表达式 条件类型
- ConditionVO - net.sohelp.boot.admin.core.web.filter中的类
-
条件值对象类,用于封装查询或过滤条件的信息
- ConditionVO() - 类 的构造器net.sohelp.boot.admin.core.web.filter.ConditionVO
-
- config(DruidDataSource) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.DruidProperties
-
配置Druid数据源的基本属性
- config(DruidDataSource) - 类 中的方法net.sohelp.boot.engine.db.config.DruidProperties
-
- configure(FlowContext) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
- configure(FlowContext) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
根据Configuration对象配置实现类
- configureTasks(ScheduledTaskRegistrar) - 类 中的方法net.sohelp.boot.demo.core.workflow.WorkFlowScheduler
-
配置定时任务
该方法用于注册和配置工作流的提醒任务,根据提醒参数中的Cron表达式来设置任务执行时间
- confirm(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineImportController
-
确认导入接口
该接口用于确认导入操作,通过传入的refid进行地址和模块操作权限的验证。
- Constants - net.sohelp.boot.admin.core.consts中的类
-
系统常量类,用于定义系统中使用的各种通用常量。
- Constants() - 类 的构造器net.sohelp.boot.admin.core.consts.Constants
-
- Constants - net.sohelp.boot.demo.consts中的类
-
系统常量定义
- Constants() - 类 的构造器net.sohelp.boot.demo.consts.Constants
-
- ConstParamCategoryController - net.sohelp.boot.demo.web.system.param中的类
-
系统变量分类控制器
- ConstParamCategoryController() - 类 的构造器net.sohelp.boot.demo.web.system.param.ConstParamCategoryController
-
- ConstParamCategoryController - net.sohelp.boot.dev.web.system.param中的类
-
系统变量分类控制器
- ConstParamCategoryController() - 类 的构造器net.sohelp.boot.dev.web.system.param.ConstParamCategoryController
-
- ConstParamController - net.sohelp.boot.demo.web.system.param中的类
-
系统常量参数控制器
- ConstParamController() - 类 的构造器net.sohelp.boot.demo.web.system.param.ConstParamController
-
- ConstParamController - net.sohelp.boot.dev.web.system.param中的类
-
- ConstParamController() - 类 的构造器net.sohelp.boot.dev.web.system.param.ConstParamController
-
- convertClass(JSONObject, Class<T>) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
将 JSONObject 转换为指定类型的对象
- copy(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
复制模块接口
该接口用于将一个模块从源应用复制到目标应用,并重新命名
- copy() - 类 中的方法net.sohelp.boot.dev.web.ops.resource.SohelpBootResourceController
-
复制指定的文件或目录到目标位置。
- copy(String, String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
复制指定应用和模块到新的应用和模块
该函数会检查目标路径下是否已存在同名模块,若存在则抛出业务异常;
若不存在,则将源模块下的所有资源复制到目标路径,并更新相关属性(如ID、应用名、模块名、创建时间等)。
- copyJavaProperty(PropertyVO, PropertyVO) - 类 中的静态方法net.sohelp.boot.engine.web.utils.JavaTypeConvert
-
将原始属性信息复制到Java属性对象中,并完成Java类型及驼峰命名字段的设置。
- copyTo(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
网格列表复制到接口
该接口用于将一个网格列表从源模块复制到目标模块,并重新命名
- copyTo(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
界面复制新的模块下接口
该接口用于将一个界面从当前模块复制到新的模块下,并更新界面的名称
- create(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
创建实体表接口
该接口用于创建新的实体表,包括设置实体名称、标签和数据源名称,并自动生成一个ID属性
- create(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
创建或更新一个实体结构到数据库中。
- create(JSONObject) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
创建单据接口
该接口用于创建新的单据,通过传入包含单据信息的JSON对象来实现单据的创建操作。
- create(String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
根据给定的引用ID和业务对象,创建或更新业务实体。
- create(ReportRefVO) - 类 中的方法net.sohelp.boot.engine.web.service.ReportService
-
创建报表引用
- createAndBind(EntityRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
创建并绑定实体定义
该接口用于创建一个新的实体定义,并将其绑定到指定的应用和模块中。
- createBy - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlowEntity
-
创建人名称
- createExecution(ProcessModel, FlwInstance, FlwTask, FlowCreator, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
- createField(PropertyVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
创建字段
- createField(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
添加新字段的SQL语句
- createField(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
创建字段的SQL脚本
- createFile(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
创建文件接口
该接口用于根据传入的参数创建一个新的文件,并返回操作结果
- createFolder(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
创建文件夹接口
根据传入的路径和文件名创建文件夹,如果上级目录不存在或目录已存在则返回失败信息。
- createId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlowEntity
-
创建人ID
- createIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
生成创建索引的SQL语句
- createIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
创建索引的SQL语句
- createIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
创建索引的SQL脚本
- createIndexKey(String, IndexKeyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
创建索引的SQL脚本(根据索引键对象)
- createInstance(FlwProcess, FlowCreator, Map<String, Object>, NodeModel, Supplier<FlwInstance>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
创建活动实例
- createInstance(FlwProcess, FlowCreator, Map<String, Object>, NodeModel, Supplier<FlwInstance>) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
根据流程、创建人员、父流程实例ID创建流程实例
- createNewTask(Long, TaskType, PerformType, List<FlwTaskActor>, FlowCreator, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
- createNewTask(Long, TaskType, PerformType, List<FlwTaskActor>, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
根据已有任务、参与者创建新的任务
适用于动态转派,动态协办等处理且流程图中不体现节点情况
- createNewTask(Long, TaskType, PerformType, List<FlwTaskActor>, FlowCreator, Function<FlwTask, Execution>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
根据已有任务、参与者创建新的任务
适用于动态转派,动态协办等处理且流程图中不体现节点情况
- createNewTask(Long, TaskType, PerformType, List<FlwTaskActor>, FlowCreator, Function<FlwTask, Execution>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据已有任务、参与者创建新的任务
适用于动态转派,动态协办等处理且流程图中不体现节点情况
- createPrimaryKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
生成创建主键的SQL语句
- createPrimaryKey(PropertyVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
为主键字段创建主键约束
- createPrimaryKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
创建主键约束
- createPrimaryKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
创建主键的SQL脚本
- createProperties() - 类 中的方法net.sohelp.boot.admin.core.db.datasource.DruidProperties
-
创建包含当前配置信息的Properties对象
- createProperties() - 类 中的方法net.sohelp.boot.engine.db.config.DruidProperties
-
- createSubExecution(Execution, ProcessModel, String) - 类 中的方法net.sohelp.boot.engine.workflow.core.Execution
-
根据当前执行对象execution、子流程定义process、当前节点名称产生子流程的执行对象
- createTable(EntityVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
根据实体信息创建数据表
- createTable(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
根据实体对象生成建表语句
- createTable(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
创建表的SQL脚本
- createTask(Execution, NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowContext
-
创建流程任务
- createTask(NodeModel, Execution, Function<FlwTask, FlwTask>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
创建 task 根据 model 决定是否分配参与者
- createTask(NodeModel, Execution, Function<FlwTask, FlwTask>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据任务模型、执行对象创建新的任务
- createTask(NodeModel, Execution) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
- CreateTaskHandler - net.sohelp.boot.engine.workflow.handler中的接口
-
流程任务创建处理器
- createTime - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlowEntity
-
创建时间
- createUnique(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
生成创建唯一约束的SQL语句
- createUnique(EntityVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
为实体创建唯一约束
- CrudHelper - net.sohelp.boot.engine.web中的类
-
引擎数据执行CRUD操作
- CrudHelper() - 类 的构造器net.sohelp.boot.engine.web.CrudHelper
-
- CrudUpdaterVO - net.sohelp.boot.engine.web.vo.crud中的类
-
- CrudUpdaterVO() - 类 的构造器net.sohelp.boot.engine.web.vo.crud.CrudUpdaterVO
-
- currentNodeKey - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
当前所在节点key
- currentNodeName - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
当前所在节点名称
- CustomAuthorizationInterceptor - net.sohelp.boot.demo.core.magic.interceptor中的类
-
自定义用户名密码登录拦截器,用于实现基于数据库的用户认证逻辑。
- CustomAuthorizationInterceptor() - 类 的构造器net.sohelp.boot.demo.core.magic.interceptor.CustomAuthorizationInterceptor
-
- CustomFunction - net.sohelp.boot.demo.core.magic.script中的类
-
自定义函数
https://ssssssss.org/guide/custom/function.html
- CustomFunction() - 类 的构造器net.sohelp.boot.demo.core.magic.script.CustomFunction
-
- CustomFunctionExtension - net.sohelp.boot.demo.core.magic.script中的类
-
自定义扩展方法
https://ssssssss.org/guide/custom/extension.html
- CustomFunctionExtension() - 类 的构造器net.sohelp.boot.demo.core.magic.script.CustomFunctionExtension
-
- CustomJsonValueProvider - net.sohelp.boot.demo.core.magic.provider中的类
-
自定义JSON结果
https://ssssssss.org/guide/custom/json.html
- CustomJsonValueProvider() - 类 的构造器net.sohelp.boot.demo.core.magic.provider.CustomJsonValueProvider
-
- CustomMapperProvider - net.sohelp.boot.demo.core.magic.provider中的类
-
自定义列名转换
https://ssssssss.org/guide/custom/column.html
- CustomMapperProvider() - 类 的构造器net.sohelp.boot.demo.core.magic.provider.CustomMapperProvider
-
- CustomModule - net.sohelp.boot.demo.core.magic.script中的类
-
自定义功能模块类
提供在脚本中使用的自定义方法集合
- CustomModule() - 类 的构造器net.sohelp.boot.demo.core.magic.script.CustomModule
-
- CustomNamedTableInterceptor - net.sohelp.boot.demo.core.magic.interceptor中的类
-
自定义命名表拦截器
用于在数据库操作前后自动填充通用字段
- CustomNamedTableInterceptor() - 类 的构造器net.sohelp.boot.demo.core.magic.interceptor.CustomNamedTableInterceptor
-
- CustomPageProvider - net.sohelp.boot.demo.core.magic.provider中的类
-
自定义获取分页参数
https://ssssssss.org/guide/custom/page.html
- CustomPageProvider() - 类 的构造器net.sohelp.boot.demo.core.magic.provider.CustomPageProvider
-
- CustomRequestInterceptor - net.sohelp.boot.demo.core.magic.interceptor中的类
-
自定义请求拦截器,用于对接口进行鉴权处理。
- CustomRequestInterceptor() - 类 的构造器net.sohelp.boot.demo.core.magic.interceptor.CustomRequestInterceptor
-
- CustomResourceBundleControl - net.sohelp.boot.admin.core.service.i18n中的类
-
自定义国际化资源
- CustomResourceBundleControl(String) - 类 的构造器net.sohelp.boot.admin.core.service.i18n.CustomResourceBundleControl
-
构造函数,初始化自定义资源文件路径
- CustomSqlCache - net.sohelp.boot.demo.core.magic.interceptor中的类
-
自定义SQL缓存实现类
该类实现了SqlCache接口,使用Redis作为缓存存储介质
- CustomSqlCache() - 类 的构造器net.sohelp.boot.demo.core.magic.interceptor.CustomSqlCache
-
- CustomSqlInterceptor - net.sohelp.boot.demo.core.magic.interceptor中的类
-
自定义SQL拦截器
https://ssssssss.org/guide/custom/sql.html
- CustomSqlInterceptor() - 类 的构造器net.sohelp.boot.demo.core.magic.interceptor.CustomSqlInterceptor
-
- CustomTypeEnum - net.sohelp.boot.engine.web.vo.consts中的枚举
-
资源存储类型枚举类
用于定义配置文件的存储范围,包括官方存储、公司存储和个人存储三种类型
- CustomUReportDataset - net.sohelp.boot.engine.web.report中的类
-
自定义UReport2数据源
- CustomUReportDataset(MagicAPIService, HttpServletRequest) - 类 的构造器net.sohelp.boot.engine.web.report.CustomUReportDataset
-
构造CustomUReportDataset对象
- CustomUReportServlet - net.sohelp.boot.engine.web.report中的类
-
- CustomUReportServlet() - 类 的构造器net.sohelp.boot.engine.web.report.CustomUReportServlet
-
- DataExportRangeEnum - net.sohelp.boot.engine.web.consts中的枚举
-
数据导出范围
- DatasourceController - net.sohelp.boot.dev.web.dev.db中的类
-
数据源管理
- DatasourceController() - 类 的构造器net.sohelp.boot.dev.web.dev.db.DatasourceController
-
- DatasourceService - net.sohelp.boot.admin.core.service.datasource中的类
-
数据源服务类,用于管理系统的数据源信息。
- DatasourceService() - 类 的构造器net.sohelp.boot.admin.core.service.datasource.DatasourceService
-
- DatasourceVO - net.sohelp.boot.admin.core.db.datasource中的类
-
数据源配置信息值对象
用于封装数据库数据源的配置信息,包括连接信息、连接池配置等
- DatasourceVO() - 类 的构造器net.sohelp.boot.admin.core.db.datasource.DatasourceVO
-
- DataTypeValidateUtil - net.sohelp.boot.engine.db.utils中的类
-
数据类型验证工具类,提供对整型、实数和日期等数据类型的校验功能。
- DataTypeValidateUtil() - 类 的构造器net.sohelp.boot.engine.db.utils.DataTypeValidateUtil
-
- date(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
时间范围查询功能实现(基于起始和结束参数)
- date_format(Date) - 类 中的静态方法net.sohelp.boot.demo.core.magic.script.CustomFunction
-
格式化日期时间为默认格式(yyyy-MM-dd HH:mm:ss)
- date_format(Date, String) - 类 中的静态方法net.sohelp.boot.demo.core.magic.script.CustomFunction
-
按指定格式格式化日期时间
- dateRange(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
时间范围查询功能实现(基于数组参数)
- DateUtil - net.sohelp.boot.common.utils中的类
-
日期工具类
- DateUtils - net.sohelp.boot.engine.workflow.assist中的类
-
日期帮助类
- DateUtils() - 类 的构造器net.sohelp.boot.engine.workflow.assist.DateUtils
-
- DBConfiguration - net.sohelp.boot.engine.db.config中的类
-
数据库引擎配置
- DBConfiguration() - 类 的构造器net.sohelp.boot.engine.db.config.DBConfiguration
-
- DBController - net.sohelp.boot.dev.web.dev.db中的类
-
数据库管理
- DBController() - 类 的构造器net.sohelp.boot.dev.web.dev.db.DBController
-
- DBReportProvider - net.sohelp.boot.engine.web.report中的类
-
自定义报表数据源,用于从数据库加载报表文件
- DBReportProvider() - 类 的构造器net.sohelp.boot.engine.web.report.DBReportProvider
-
- DBTypeEnum - net.sohelp.boot.admin.core.db.datasource中的枚举
-
不同数据库类型的枚举
用于标识mapping.xml中不同数据库的标识
- ddl(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
获取指定数据源和表名的DDL语句
通过传入数据源名称和表名,返回对应的DDL创建语句
- ddl(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
获取指定数据源和表名的DDL语句
通过传入的数据源名称和表名,获取对应表的DDL创建语句
- decrypt(String, String) - 类 中的静态方法net.sohelp.boot.admin.core.utils.DecryptUtil
-
登录密码传输斛密文解密
- DecryptUtil - net.sohelp.boot.admin.core.utils中的类
-
登录密码传输斛密文解密
- DecryptUtil() - 类 的构造器net.sohelp.boot.admin.core.utils.DecryptUtil
-
- DEFAULT_DATE_FORMAT - 类 中的静态变量net.sohelp.boot.demo.core.json.JacksonConfiguration
-
默认日期格式
- DEFAULT_DATE_TIME_FORMAT - 类 中的静态变量net.sohelp.boot.demo.core.json.JacksonConfiguration
-
默认日期时间格式
- DEFAULT_TIME_FORMAT - 类 中的静态变量net.sohelp.boot.demo.core.json.JacksonConfiguration
-
默认时间格式
- defaultConditionNode(List<ConditionNode>) - 类 中的方法net.sohelp.boot.engine.workflow.handler.impl.SimpleConditionNodeHandler
-
- DefaultProcessModelParser - net.sohelp.boot.engine.workflow.impl中的类
-
Flow 默认流程模型解析器
- DefaultProcessModelParser(FlowCache) - 类 的构造器net.sohelp.boot.engine.workflow.impl.DefaultProcessModelParser
-
- DefaultSqlCache - net.sohelp.boot.admin.core.db.cache中的类
-
默认SQL缓存实现
- DefaultSqlCache(int, long) - 类 的构造器net.sohelp.boot.admin.core.db.cache.DefaultSqlCache
-
构造函数,初始化LRU缓存
- delegate(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
委派任务给其他同事处理
- delegateTask(Long, FlowCreator, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据 任务ID 委派任务、代理人办理完任务该任务重新归还给原处理人
- delete(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
根据用户ID,删除所有个性化参数
- delete(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
根据用户ID和Key,删除所有个性化参数
- delete(String) - 类 中的方法net.sohelp.boot.admin.core.db.cache.DefaultSqlCache
-
删除指定名称的缓存
- delete(String) - 类 中的方法net.sohelp.boot.admin.core.db.cache.LRUCache
-
删除指定命名空间下的所有缓存项。
- delete(String) - 类 中的方法net.sohelp.boot.admin.core.db.cache.RedisSqlCache
-
删除指定名称的整个哈希表
- delete(String) - 接口 中的方法net.sohelp.boot.admin.core.db.cache.SqlCache
-
删除指定名称的缓存
- delete(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
关闭数据源
- delete(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
删除记录
- delete(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
删除数据
- delete(Object) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
根据主键删除数据
- delete(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
删除符合条件的记录。
- delete(String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileService
-
根据文件ID删除单个文件及其数据库记录
- delete(List) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileService
-
批量删除多个文件及其对应的数据库记录
- delete(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileUploadService
-
删除指定模块中的某个文件。
- delete(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.magic.MagicApiService
-
删除业务模块
- delete(long) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
删除指定用户的所有参数记录。
- delete(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
删除指定用户下的某个具体参数项。
- delete(String) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomSqlCache
-
删除指定名称的缓存
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
删除指定ID的字典分类及其关联的所有子项数据。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
删除指定ID的字典项。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
删除指定ID的菜单项
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
删除指定ID的机构信息
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamCategoryController
-
删除系统变量分类
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamController
-
删除指定ID的系统常量参数
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.UserConstParamController
-
删除指定ID的用户系统变量
- delete(String[]) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
删除指定的岗位信息
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
删除指定ID的租户信息。
- delete(List<String>) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
删除指定ID的用户及其相关联的数据。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeSchemeController
-
删除指定名称的代码方案文件。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
删除指定名称的模板文件
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
删除指定表的表单配置。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
删除单个表的网格配置文件
根据给定的数据源名称和表名删除该表的配置文件。
- delete(ApplicationVO) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
删除应用接口
根据传入的应用信息删除对应的应用,如果应用下有菜单存在则不能删除。
- delete(Map<String, Object>[]) - 类 中的方法net.sohelp.boot.dev.web.dev.busi.BusiController
-
删除指定的业务资源
通过接收包含应用名、模块名和业务名的数据集合,删除对应的业务资源
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityExtendController
-
删除实体信息
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
删除表单配置接口
该接口用于删除指定数据源下的表单配置
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
批量删除列表配置
根据传入的数据源名称和表名称,删除对应的列表配置
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicService
-
删除指定模块的配置资源
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.mobile.AppMenuController
-
删除菜单接口
根据传入的参数删除对应的菜单,并删除关联的角色菜单
- delete(DownloadRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.DownloadController
-
删除下载配置
根据提供的下载引用信息删除对应的下载配置
- delete(ExportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ExportController
-
删除导出配置
根据传入的导出引用对象删除对应的导出配置
- delete(GridRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
删除网格列表接口
根据传入的应用名称、模块名称和网格名称删除对应的网格列表文件
- delete(I18nRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.I18nController
-
删除国际化配置
根据传入的国际化引用对象,删除对应的国际化配置信息
- delete(ImportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ImportController
-
删除上传配置接口
根据传入的参数删除指定的上传配置文件
- delete(LayoutRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
删除布局文件接口
根据传入的布局文件信息删除对应的布局文件
- delete(PermissionVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.PermissionController
-
删除指定应用的指定模块中的权限
该接口用于删除指定应用名称和模块名称下的某个权限Key对应的权限
- delete(ReportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ReportController
-
删除报表接口
根据传入的报表引用信息删除对应的报表文件
- delete(ServiceVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ServiceController
-
删除服务器脚本定义接口
该接口用于删除指定的服务器脚本定义,通过传入ServiceVO对象来指定要删除的服务
- delete(UploadRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.UploadController
-
删除上传文件接口
该接口用于处理删除上传文件请求,验证相关信息后删除指定文件并返回结果。
- delete(List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.dev.web.dev.report.ReportController
-
删除指定的报表文件
该接口接收一个包含多个报表信息的列表,根据每个报表信息中的appName、moduleName和name拼接文件路径,并删除对应的报表文件。
- delete(Map<String, String>) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
删除指定实体的流程配置
通过接收包含实体名称和数据源名称的JSON数据,删除对应的流程配置文件
- delete(Map<String, String>) - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
删除备份记录
逻辑删除数据库记录,并物理删除对应的备份文件。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.oauth2.OAuth2Controller
-
批量删除OAuth2应用记录。
- delete() - 类 中的方法net.sohelp.boot.dev.web.ops.resource.SohelpBootResourceController
-
删除指定的文件或目录。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.task.TaskController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.AutocodeController
-
删除指定ID的自动编码配置。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.SequenceController
-
删除指定名称的序列记录。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
删除指定ID的字典分类及其关联的数据项。
- delete(String[]) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
删除指定ID集合中的多个字典项。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nCategoryController
-
删除指定ID的国际化分类记录。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
删除指定ID的国际化记录
根据传入的ID删除对应的国际化条目。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
根据ID删除指定语言项。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
删除指定菜单及其所有子菜单和相关联的角色菜单关系
先获取目标菜单的所有后代节点,然后批量删除这些菜单及它们在角色菜单表中的引用。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
删除指定机构及其所有子机构,并清理相关联的数据
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamCategoryController
-
删除指定ID的系统变量分类
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
删除指定ID的用户系统变量
- delete(List<String>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
删除指定ID的岗位及其相关联的数据
- delete(String[]) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
删除一个或多个租户及其关联关系
- delete(String[]) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
删除指定用户及相关联的数据记录。
- delete(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
删除实体文件和Mybatis文件
- delete(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
根据实体名称和数据映射删除记录
- delete(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
删除实体
- delete(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
删除实体配置
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
指量单据删除接口
该接口用于删除指量单据,支持单个或多个ID删除,并验证用户操作权限。
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineFileController
-
文件删除接口
根据提供的文件ID和引用ID删除文件,并验证用户操作权限
- delete(String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineReportController
-
删除操作接口
接收refid参数,解析后调用服务层执行删除操作。
- delete(String, List<Object>) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
删除指定引用ID对应的数据记录
- delete(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ReportService
-
删除指定路径下的资源
- deleteBatch(String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
批量删除配置资源
- deleteBatch(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
删除所有匹配的资源
- deleteBatch(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
批量删除指定路径下的资源文件
- deleteById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwExtInstanceDao
-
- deleteById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisInstanceDao
-
- deleteById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- deleteById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwInstanceDao
-
- deleteById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwProcessDao
-
- deleteById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- deleteById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- deleteById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwExtInstanceDaoImpl
-
- deleteById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisInstanceDaoImpl
-
- deleteById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- deleteById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
-
- deleteById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwProcessDaoImpl
-
- deleteById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- deleteById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- deleteByIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- deleteByIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- deleteByIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- deleteByIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- deleteByInstanceIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskActorDao
-
- deleteByInstanceIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- deleteByInstanceIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- deleteByInstanceIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- deleteByInstanceIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskActorDaoImpl
-
- deleteByInstanceIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- deleteByInstanceIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- deleteByInstanceIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- deleteByPath(String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
删除配置资源
- deleteByPath(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
根据文件路径删除配置资源。
- deleteByPath(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
删除指定路径的资源文件
- deleteByProcessId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwExtInstanceDao
-
- deleteByProcessId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisInstanceDao
-
- deleteByProcessId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwInstanceDao
-
- deleteByProcessId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwExtInstanceDaoImpl
-
- deleteByProcessId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisInstanceDaoImpl
-
- deleteByProcessId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
-
- deleteByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskActorDao
-
- deleteByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- deleteByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwTaskActorMapper
-
通过任务ID删除参与者
- deleteByTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskActorDaoImpl
-
- deleteByTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- deleteByTaskIdAndActorIds(Long, List<String>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- deleteByTaskIdAndActorIds(Long, List<String>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- deleteByTaskIdAndAgentType(Long, int) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- deleteByTaskIdAndAgentType(Long, int) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- deleteByTaskIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwTaskActorMapper
-
通过任务ID删除参与者
- deleteCache(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
删除SQL缓存
- deleteCache() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
删除SQL缓存
如果当前JdbcHelper实例中设置了缓存名称(cacheName),则删除对应的SQL缓存。
- deleteEntityForm(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.FormService
-
删除实体表单
- deleteEntityFormByPublic(long, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.FormCustomService
-
根据用户ID、数据源和实体名称删除实体表单
- deleteEntityFormByUser(long, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.FormCustomService
-
根据用户ID、数据源和实体名称删除对应的实体表单。
- deleteEntityGridByPublic(long, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据用户ID、数据源和实体名称删除实体网格
- deleteEntityGridByUser(long, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据用户ID、数据源和实体名称删除实体网格
- deleteGrid(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridService
-
删除网格布局文件
- deleteGridByPublic(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据应用名称、模块名称和网格名称删除公共网格。
- deleteGridByUser(long, String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据用户ID删除网格布局
- deleteLayout(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
删除指定应用的布局文件
- deleteLayoutByPublic(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutCustomService
-
根据公共布局名称删除对应的布局
- deleteLayoutByRefId(String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
根据refid删除布局
- deleteLayoutByUser(long, String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutCustomService
-
根据用户ID、应用名称、模块名称和布局名称删除对应的布局文件
- deleteModule(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicController
-
删除模块接口
根据传入的参数删除指定的模块
- deleteMsg(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
删除指定ID的消息(逻辑删除)
- deleteMsg(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
删除多个消息记录(软删除)
- deleteReport(String) - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
删除指定的报表文件
该方法会解析传入的文件路径字符串,验证其格式是否符合要求(必须包含两级目录和文件名,
格式为:xxx/yyy!
- deleteReport(String) - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
删除指定报告文件
该方法根据传入的文件路径格式验证后,调用uReportService删除对应的报告文件。
- deploy(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
部署工作流
根据传入的参数部署工作流,并返回部署的流程ID
- deploy(Long, String, FlowCreator, boolean, Consumer<FlwProcess>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.ProcessServiceImpl
-
根据流程定义json字符串,部署流程定义
- deploy(InputStream, FlowCreator, boolean) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
根据InputStream输入流,部署流程定义
- deploy(InputStream, FlowCreator, boolean, Consumer<FlwProcess>) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
根据InputStream输入流,部署流程定义
- deploy(Long, String, FlowCreator, boolean, Consumer<FlwProcess>) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
根据 流程定义jsonString 部署流程定义
- deploy() - 类 中的方法net.sohelp.boot.test.workflow.WorkflowTest
-
部署
- deployByResource(String, FlowCreator, boolean) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
根据本地 resource 资源名称部署流程
- deployByResource(String, FlowCreator, boolean, Consumer<FlwProcess>) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
根据本地 resource 资源名称部署流程
- desc - 枚举 中的变量net.sohelp.boot.admin.core.enums.SohelpFileTypeEnum
-
文件类型描述信息
- desc - 枚举 中的变量net.sohelp.boot.engine.web.consts.DataExportRangeEnum
-
枚举项的描述信息,用于显示给用户
- deserialze(DefaultJSONParser, Type, Object) - 类 中的方法net.sohelp.boot.engine.db.vo.type.PropertyTypeConfigDeserializer
-
- DesignerController - net.sohelp.boot.dev.web.dev.designer中的类
-
WEB设计器
- DesignerController() - 类 的构造器net.sohelp.boot.dev.web.dev.designer.DesignerController
-
- detail() - 类 中的方法net.sohelp.boot.demo.web.user.UserController
-
获取当前登录用户详细信息接口
- detail(String) - 类 中的方法net.sohelp.boot.dev.web.code.CodeSchemeController
-
根据指定路径获取单个代码方案详细信息。
- detail(String) - 类 中的方法net.sohelp.boot.dev.web.dev.db.DatasourceController
-
获取数据源详情
根据提供的key获取对应的数据源详情信息
- detail(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
获取应用模块的详细信息
根据传入的应用名称和模块名称,查询并返回对应的模块详细信息,包括应用名称、模块名称及关联菜单。
- detail() - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
获取当前用户的详细信息。
- detail(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
获取指定记录的详细信息
通过refid和id获取对应记录的详细信息,并封装成ApiResult返回
- detail(String, String) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
获取指定模块下的业务实体详情
- DevCommandLineRunner - net.sohelp.boot.dev.core.runner中的类
-
启动程序
- DevCommandLineRunner() - 类 的构造器net.sohelp.boot.dev.core.runner.DevCommandLineRunner
-
- DevConfig - net.sohelp.boot.admin.core.web.yml中的类
-
开发平台地址
用于配置开发平台的相关参数,包括访问路径和启用状态
- DevConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.DevConfig
-
- DevCoreConfiguration - net.sohelp.boot.dev.config中的类
-
开发平台核心配置类,用于启用开发模块相关功能。
- DevCoreConfiguration() - 类 的构造器net.sohelp.boot.dev.config.DevCoreConfiguration
-
- DeviceTypeEnum - net.sohelp.boot.admin.core.enums中的枚举
-
菜单适应类型枚举 1-APP, 0-PC
- DevWebConfiguration - net.sohelp.boot.dev.web.config中的类
-
开发平台Web配置类
- DevWebConfiguration() - 类 的构造器net.sohelp.boot.dev.web.config.DevWebConfiguration
-
- DictCache - net.sohelp.boot.admin.core.cache中的类
-
字典缓存
- DictCache() - 类 的构造器net.sohelp.boot.admin.core.cache.DictCache
-
- DictCategoryController - net.sohelp.boot.demo.web.system.dict中的类
-
字典分类管理控制器,提供对字典分类的增删改查及数据获取功能。
- DictCategoryController() - 类 的构造器net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
- DictCategoryController - net.sohelp.boot.dev.web.system.dict中的类
-
字典分类管理控制器,提供对字典分类的增删改查及数据获取功能。
- DictCategoryController() - 类 的构造器net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
- DictController - net.sohelp.boot.engine.web.controller中的类
-
字典数据
- DictController() - 类 的构造器net.sohelp.boot.engine.web.controller.DictController
-
- DictException - net.sohelp.boot.demo.web.system.dict中的异常错误
-
字典异常类,用于处理字典相关的异常情况
- DictException(String) - 异常错误 的构造器net.sohelp.boot.demo.web.system.dict.DictException
-
构造函数,根据指定的详细消息创建字典异常
- DictException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.demo.web.system.dict.DictException
-
构造函数,根据指定的详细消息和原因创建字典异常
- DictException(Throwable) - 异常错误 的构造器net.sohelp.boot.demo.web.system.dict.DictException
-
构造函数,根据指定的原因创建字典异常
- DictionaryDataController - net.sohelp.boot.demo.web.system.dict中的类
-
字典数据项管理控制器,提供对字典数据的增删改查及缓存刷新功能。
- DictionaryDataController() - 类 的构造器net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
- DictionaryDataController - net.sohelp.boot.dev.web.system.dict中的类
-
字典数据项管理控制器,提供对字典项的增删改查及缓存操作。
- DictionaryDataController() - 类 的构造器net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
- DictParamConfig - net.sohelp.boot.engine.db.vo.editor中的类
-
- DictParamConfig() - 类 的构造器net.sohelp.boot.engine.db.vo.editor.DictParamConfig
-
- DictService - net.sohelp.boot.admin.core.service.dict中的类
-
字典服务类
提供字典相关的数据查询服务
- DictService() - 类 的构造器net.sohelp.boot.admin.core.service.dict.DictService
-
- dingdingBinding() - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartDingdingController
-
跳转至钉钉授权页面进行绑定流程。
- dingdingBinding() - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartDingdingController
-
跳转至钉钉授权页面进行绑定操作。
- dingdingLogin() - 类 中的方法net.sohelp.boot.demo.web.login.LoginDingController
-
发起钉钉登录请求,重定向到钉钉OAuth2认证页面
- DingdingNoticeService - net.sohelp.boot.admin.core.service.notice中的类
-
钉钉消息通知服务类
提供与钉钉平台交互的功能,包括获取用户信息、发送消息等操作。
- DingdingNoticeService() - 类 的构造器net.sohelp.boot.admin.core.service.notice.DingdingNoticeService
-
- dingdingUnbind() - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartDingdingController
-
解除当前用户的钉钉绑定关系。
- dingdingUnbind() - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartDingdingController
-
解除当前用户的钉钉绑定关系。
- DirectoryTreeBuilder - net.sohelp.boot.dev.web.code.util中的类
-
权限构建
- DirectoryTreeBuilder() - 类 的构造器net.sohelp.boot.dev.web.code.util.DirectoryTreeBuilder
-
- DirectoryTreeBuilder.Node - net.sohelp.boot.dev.web.code.util中的类
-
表示目录树中的一个节点,可以是目录也可以是文件。
- disable(ApplicationVO) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
禁用应用接口
该接口用于禁用指定的应用,通过将应用的disabled属性设置为false来实现
- disabled(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.oauth2.OAuth2Controller
-
启用或禁用指定的OAuth2应用。
- disabled() - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
判断当前报告提供器是否被禁用
- disabled() - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
判断当前文件报告提供者是否被禁用
- doAfterReturning(JoinPoint, Object) - 类 中的方法net.sohelp.boot.admin.core.aspect.OperationLogAspect
-
记录操作日志,在目标方法正常返回后调用
- doAfterThrowing(JoinPoint, Exception) - 类 中的方法net.sohelp.boot.admin.core.aspect.OperationLogAspect
-
记录异常日志,在目标方法抛出异常后调用
- doBefore(JoinPoint) - 类 中的方法net.sohelp.boot.admin.core.aspect.OperationLogAspect
-
在目标方法执行前记录开始时间
- doBefore(JoinPoint) - 类 中的方法net.sohelp.boot.admin.core.aspect.PermissionAspect
-
在目标方法执行之前进行权限检查。
- docketBase() - 类 中的方法net.sohelp.boot.demo.core.swagger2.Swagger2Configuration
-
配置基础Docket实例,用于生成API文档的基本信息和扫描规则。
- doCloseSafe(String, String, String) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
关闭二级认证安全模式时触发。
- doCreateSession(String) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
创建一个新的Session时触发。
- DocumentController - net.sohelp.boot.dev.web.dev.module中的类
-
模块文档管理
- DocumentController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.DocumentController
-
- doDisable(String, Object, String, int, long) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
用户被系统封禁时触发的方法。
- doKickout(String, Object, String) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
用户被其他相同账号踢下线时触发此方法。
- doLogin(String, Object, String, SaLoginModel) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
每次用户登录成功时触发该方法。
- doLogout(String, Object, String) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
每次用户主动注销或被动注销时触发该方法。
- doLogoutSession(String) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
注销一个已存在的Session时触发。
- doOpenSafe(String, String, String, long) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
开启二级认证安全模式时触发。
- doRenewTimeout(String, Object, long) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
Token续期时触发。
- doReplaced(String, Object, String) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
用户因同一账号在别处登录而被顶替下线时调用。
- doUntieDisable(String, Object, String) - 类 中的方法net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
用户解除封禁状态时触发的方法。
- download(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
下载云端应用到本地服务器存储路径
- download(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
下载指定UUID的云端模块并保存到本地数据库中
- download(String[]) - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
下载指定表的相关代码资源。
- download(String[]) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
下载指定表的相关代码包
目前仅作为占位方法,实际功能待实现。
- download(String, String, List<String>) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
压缩并提供下载已生成的代码包。
- download() - 类 中的方法net.sohelp.boot.dev.web.code.UniappBuilderControler
-
下载生成的代码
该方法用于下载Uniapp代码文件
- download(String[]) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
下载配置
根据提供的表名数组下载对应的配置信息
- download(String[]) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
下载代码 *
- download(String, HttpServletResponse) - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
下载备份文件
根据ID下载对应的备份文件(ZIP格式)。
- download(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineDownloadController
-
文件下载接口
用于根据提供的refid和fileName下载文件
- download(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineExportController
-
批量导出接口
用于根据提供的refid和fileName进行文件批量导出操作
- download(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineFileController
-
文件下载接口
根据提供的文件ID下载对应文件,如果文件不存在或没有权限则返回失败信息。
- DownloadController - net.sohelp.boot.dev.web.dev.module中的类
-
下载引擎配置
- DownloadController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.DownloadController
-
- downloadI18nByAllEntity(String, boolean) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
生成并下载I18N文件
该接口用于生成I18N文件,并将其作为附件下载。
- downloadI18nByAllTable(String, boolean) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
生成并下载I18N文件
该接口用于生成I18N文件,并将其作为附件下载。
- downloadImportTemplate(HttpServletResponse, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineImportController
-
下载导入模板
根据GridVO.importConfig.fields生成导入模板
- DownloadRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
下载模块
- DownloadRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.DownloadRefVO
-
- DownloadService - net.sohelp.boot.admin.core.service.file中的类
-
下载流服务
- DownloadService() - 类 的构造器net.sohelp.boot.admin.core.service.file.DownloadService
-
- downloadToLocal(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
直接将云端应用下载到浏览器客户端(提供给前端直接下载)
- downloadToLocal(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
将云端模块直接下载到浏览器端作为附件下载
- dropField(PropertyVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
删除字段
- dropField(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
删除指定字段的SQL语句
- dropField(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
删除字段的SQL脚本
- dropIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
生成删除索引的SQL语句
- dropIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
删除索引的SQL语句
- dropIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
删除索引的SQL脚本
- dropPrimaryKey(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
生成删除主键的SQL语句
- dropPrimaryKey(String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
删除表的主键约束
- dropPrimaryKey(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
删除表中的主键约束
- dropPrimaryKey(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
删除表主键的SQL脚本
- dropTable(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
删除表结构接口
该接口用于删除指定数据源中的表结构,同时更新表缓存
- dropTable(String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
删除表结构接口
该接口用于根据传入的表名删除对应的表结构,操作需具备DEVELOPER权限,并记录操作日志。
- droptable(String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
删除指定表
- droptable(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
删除指定表的SQL语句
- droptable(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
删除表的SQL脚本
- dropTable(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
删除指定数据源下的某个表结构。
- dropTable(String) - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
删除默认数据源下指定的表结构。
- dropUnique(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
生成删除唯一约束的SQL语句
- dropUnique(EntityVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
删除实体的唯一约束
- DruidProperties - net.sohelp.boot.admin.core.db.datasource中的类
-
数据库数据源配置
说明:类中属性包含默认值的不要在这里修改,应该在"application.yml"中配置
- DruidProperties() - 类 的构造器net.sohelp.boot.admin.core.db.datasource.DruidProperties
-
- DruidProperties - net.sohelp.boot.engine.db.config中的类
-
数据库数据源配置
说明:类中属性包含默认值的不要在这里修改,应该在"application.yml"中配置
- DruidProperties() - 类 的构造器net.sohelp.boot.engine.db.config.DruidProperties
-
- DuplicateKeyException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
重复Key异常
- DuplicateKeyException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.DuplicateKeyException
-
构造一个带有指定错误信息的重复键异常对象。
- DuplicateKeyException(String, String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.DuplicateKeyException
-
构造一个表示表主键重复的异常对象
- DuplicateKeyException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.DuplicateKeyException
-
构造一个带有详细错误信息和原因的重复键异常对象。
- DuplicateKeyException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.DuplicateKeyException
-
构造一个带有原因的DuplicateKeyException异常对象。
- DuplicateKeyException(DuplicateKeyException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理数据库主键冲突异常(DuplicateKeyException)
- duration - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwHisInstance
-
处理耗时
- duration - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwHisTask
-
处理耗时
- dynamicAssignee(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
动态分配节点处理人或角色
- DynamicAssignee - net.sohelp.boot.engine.workflow.model中的类
-
JSON BPM 节点处理人或角色动态分配对象
- DynamicAssignee() - 类 的构造器net.sohelp.boot.engine.workflow.model.DynamicAssignee
-
- DynSelectConfig - net.sohelp.boot.engine.db.vo.editor中的类
-
- DynSelectConfig() - 类 的构造器net.sohelp.boot.engine.db.vo.editor.DynSelectConfig
-
- eachTreeData(List<T>, Consumer<T>, Function<T, List<T>>) - 类 中的静态方法net.sohelp.boot.admin.core.utils.CommonUtil
-
遍历树形结构数据
- emailBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartEmailController
-
绑定当前登录用户到指定邮箱
验证提供的验证码是否有效并匹配,若验证通过则将邮箱信息保存至数据库并与当前用户关联。
- emailBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartEmailController
-
绑定当前登录用户与指定邮箱
验证验证码正确性后删除旧的绑定关系(如有),然后插入新的绑定记录。
- EmailNoticeService - net.sohelp.boot.admin.core.service.notice中的类
-
邮件消息通知服务类,提供邮件发送、验证码管理等功能。
- EmailNoticeService() - 类 的构造器net.sohelp.boot.admin.core.service.notice.EmailNoticeService
-
- emailRetrievePwd(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginEmailController
-
使用邮箱验证码找回密码接口
检查系统配置是否允许通过邮箱找回密码,验证邮箱验证码,
并更新对应用户的登录密码。
- emailUnbind() - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartEmailController
-
解除当前登录用户与邮箱的绑定关系
删除数据库中当前用户对应的邮箱绑定记录。
- emailUnbind() - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartEmailController
-
解除当前登录用户与邮箱的绑定关系
直接删除对应类型(type=4)及用户ID的绑定记录。
- enable() - 类 中的方法net.sohelp.boot.admin.core.service.i18n.LangService
-
检查是否启用国际化功能
从系统配置缓存中获取语言配置信息,判断国际化功能是否启用
- enable(ApplicationVO) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
启用应用接口
通过传入应用信息,启用指定的应用,并更新application.json文件中的disabled字段为true
- endCallProcessTask(Long, Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- endCallProcessTask(Long, Long) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
结束调用外部流程任务
- endInstance(NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.core.Execution
-
执行结束当前流程实例
- endInstance(Execution, Long, NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
删除活动流程实例数据,更新历史流程实例的状态、结束时间
- endInstance(Execution, Long, NodeModel) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
结束流程实例(审批通过)
- endTime - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwHisInstance
-
结束时间
- EngineConfig - net.sohelp.boot.admin.core.web.yml中的类
-
引擎配置
用于配置系统引擎相关的各项参数,包括数据引擎、模板引擎、Web应用、国际化和上传配置
- EngineConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.EngineConfig
-
- EngineCrudController - net.sohelp.boot.engine.web.controller中的类
-
CRUD引擎
- EngineCrudController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineCrudController
-
- EngineDBConfig - net.sohelp.boot.admin.core.web.yml中的类
-
数据库引擎配置
用于配置数据库引擎的相关参数,包括存储位置和类型等信息
- EngineDBConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.EngineDBConfig
-
- EngineDownloadController - net.sohelp.boot.engine.web.controller中的类
-
批量导出
- EngineDownloadController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineDownloadController
-
- EngineExportController - net.sohelp.boot.engine.web.controller中的类
-
批量导出
- EngineExportController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineExportController
-
- EngineFileController - net.sohelp.boot.engine.web.controller中的类
-
文件管理
- EngineFileController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineFileController
-
- EngineImportController - net.sohelp.boot.engine.web.controller中的类
-
引擎批量导出
- EngineImportController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineImportController
-
- EngineReportController - net.sohelp.boot.engine.web.controller中的类
-
报表引擎控制器
提供报表相关的RESTful接口,包括查询、删除和保存等操作。
- EngineReportController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineReportController
-
- EngineUploadController - net.sohelp.boot.engine.web.controller中的类
-
上传引擎控制器,用于处理Web端的文件上传请求。
- EngineUploadController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineUploadController
-
- EngineWorkflowController - net.sohelp.boot.engine.web.controller中的类
-
工作流引擎
- EngineWorkflowController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
- ENTITY_CACHE - 类 中的静态变量net.sohelp.boot.engine.db.cache.EntityCache
-
存储数据表结构类型
格式: <数据源名称,<表名,实体对象EntityVO>>
例如:>
- ENTITY_CACHE - 类 中的静态变量net.sohelp.boot.engine.db.cache.TableCache
-
存储数据表结构类型
- ENTITY_EXT_CACHE - 类 中的静态变量net.sohelp.boot.engine.db.cache.EntityExtCache
-
存储数据表结构类型
- EntityCache - net.sohelp.boot.engine.db.cache中的类
-
实体缓存
- EntityCache() - 类 的构造器net.sohelp.boot.engine.db.cache.EntityCache
-
- EntityController - net.sohelp.boot.dev.web.dev.entity中的类
-
实体管理Controller
- EntityController() - 类 的构造器net.sohelp.boot.dev.web.dev.entity.EntityController
-
- EntityDataService - net.sohelp.boot.engine.db.service中的类
-
实体数据操作服务类,提供实体相关的数据处理功能,包括自动生成编号、数据验证、格式化、公式计算以及事件执行等。
- EntityDataService() - 类 的构造器net.sohelp.boot.engine.db.service.EntityDataService
-
- EntityEventException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
实体事件定义
- EntityEventException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityEventException
-
构造一个带有指定错误信息的实体事件异常对象。
- EntityEventException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityEventException
-
构造一个带有指定错误消息和原因的实体事件异常对象。
- EntityEventException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityEventException
-
构造一个带有原因的EntityEventException异常对象。
- EntityException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
实体异常类,用于封装与实体操作相关的错误信息。
- EntityException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityException
-
构造一个带有指定错误信息的实体异常对象。
- EntityException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityException
-
构造一个带有错误消息和原因的实体异常对象。
- EntityException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityException
-
构造一个带有原因的EntityException异常对象。
- entityException(Exception, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理实体相关操作异常(EntityException)
- EntityExtCache - net.sohelp.boot.engine.db.cache中的类
-
继承实体Cache
- EntityExtCache() - 类 的构造器net.sohelp.boot.engine.db.cache.EntityExtCache
-
- EntityExtendController - net.sohelp.boot.dev.web.dev.entity中的类
-
实体扩展控制器
- EntityExtendController() - 类 的构造器net.sohelp.boot.dev.web.dev.entity.EntityExtendController
-
- EntityExtService - net.sohelp.boot.engine.db.service中的类
-
表扩展继字段管理
- EntityExtService() - 类 的构造器net.sohelp.boot.engine.db.service.EntityExtService
-
- EntityFormController - net.sohelp.boot.dev.web.dev.entity中的类
-
表单配置
- EntityFormController() - 类 的构造器net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
- EntityFormulaException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
实体公式数据错误
- EntityFormulaException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityFormulaException
-
构造一个带有指定错误信息的EntityFormulaException异常对象。
- EntityFormulaException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityFormulaException
-
构造EntityFormulaException异常对象
- EntityFormulaException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityFormulaException
-
构造一个带有原因的EntityFormulaException异常对象。
- entityFormulaException(EntityFormulaException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理实体公式计算异常(EntityFormulaException)
- EntityGridController - net.sohelp.boot.dev.web.dev.entity中的类
-
列表设计器
- EntityGridController() - 类 的构造器net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
- EntityGridService - net.sohelp.boot.engine.web.service中的类
-
实体网格列表
- EntityGridService() - 类 的构造器net.sohelp.boot.engine.web.service.EntityGridService
-
- EntityHelper - net.sohelp.boot.engine.db中的类
-
实体服务类
相关事件之前执行
EntityHelper.use("default").beforeExecuteEvent(entityName,dataMap);
根据事件配置之后执行进行
EntityHelper.use("default").afterExecuteEvent(entityName,dataMap);
根据实体配置的公式进行执行计算
EntityHelper.use("default").formula(entityName,dataMap);
根据实体数据初始化
EntityHelper.use("default").initial(entityName,dataMap);
根据实体数据格式
EntityHelper.use("default").validate(entityName,dataMap);
脚本生成
EntityHelper.use("default").dll(entityName);
SQL语句执行
EntityHelper.use("default").execute(entityName,dataMap);
EntityHelper.use("default").insert(entityName,dataMap);
EntityHelper.use("default").update(entityName,dataMap);
EntityHelper.use("default").delete(entityName,dataMap);
- EntityHelper() - 类 的构造器net.sohelp.boot.engine.db.EntityHelper
-
- EntityRefController - net.sohelp.boot.dev.web.dev.module中的类
-
模块绑定实体
- EntityRefController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.EntityRefController
-
- EntityRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
绑定实体
- EntityRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.EntityRefVO
-
- EntityRefVO(String, String, String, String, String, int, String, String) - 类 的构造器net.sohelp.boot.engine.web.vo.module.EntityRefVO
-
EntityRefVO的构造函数
- EntityScriptService - net.sohelp.boot.engine.db.service中的类
-
脚本构建器,用于根据实体信息动态生成常用的SQL语句。
- EntityScriptService() - 类 的构造器net.sohelp.boot.engine.db.service.EntityScriptService
-
- EntityService - net.sohelp.boot.engine.db.service中的类
-
实体操作
- EntityService() - 类 的构造器net.sohelp.boot.engine.db.service.EntityService
-
- EntityTest - net.sohelp.boot.test.entity中的类
-
实体测试
- EntityTest() - 类 的构造器net.sohelp.boot.test.entity.EntityTest
-
- EntityValidateException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
实体验证数据定义
- EntityValidateException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityValidateException
-
实体验证异常构造函数
- EntityValidateException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityValidateException
-
构造一个实体验证异常对象,包含错误消息和原因。
- EntityValidateException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.EntityValidateException
-
构造一个带有原因的实体验证异常对象。
- entityValidateException(EntityValidateException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理实体校验异常(EntityValidateException)
- EntityVO - net.sohelp.boot.engine.db.vo中的类
-
实体对象描述
- EntityVO() - 类 的构造器net.sohelp.boot.engine.db.vo.EntityVO
-
- eq(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
等于查询功能实现
- eq(String) - 类 中的方法net.sohelp.boot.common.core.filter.ListFilter
-
执行精确匹配(equal)操作,筛选出指定属性等于paramMap中对应值的对象。
- eq(String) - 类 中的方法net.sohelp.boot.common.core.filter.ListMapFilter
-
对指定属性执行精确等于(equals)匹配过滤。
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.ActorType
-
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.AgentType
-
- eq(String) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.ConditionType
-
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.FlowState
-
- eq(InstanceEventType) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.InstanceEventType
-
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.InstanceState
-
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.NodeApproveSelf
-
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.NodeSetType
-
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.PerformType
-
- eq(String) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.ProcessType
-
- eq(TaskEventType) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.TaskEventType
-
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.TaskState
-
- eq(Integer) - 枚举 中的方法net.sohelp.boot.engine.workflow.core.enums.TaskType
-
- eqActorId(String) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
- error(Exception) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
构造一个包含异常堆栈信息的错误结果对象。
- error(String) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
构造一个包含自定义错误信息的错误结果对象。
- error(String) - 类 中的方法net.sohelp.boot.admin.core.helper.LogHelper
-
- error(String) - 类 中的方法net.sohelp.boot.admin.core.service.log.OperatorLogService
-
记录一条错误类型的日志。
- eval(List<List<NodeExpression>>, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.Expression
-
根据表达式串、参数解析表达式并返回指定类型
- eval(List<List<NodeExpression>>, Supplier<Map<String, Object>>, Function<String, Boolean>) - 接口 中的方法net.sohelp.boot.engine.workflow.Expression
-
根据表达式串、参数解析表达式并返回指定类型
- eval(List<List<NodeExpression>>, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.workflow.spring.adaptive.SpelExpression
-
- EventingParam - net.sohelp.boot.engine.workflow.spring.autoconfigure中的类
-
Spring Boot EventListener 配置参数对象
- EventingParam() - 类 的构造器net.sohelp.boot.engine.workflow.spring.autoconfigure.EventingParam
-
- EventInstanceListener - net.sohelp.boot.engine.workflow.spring.event中的类
-
Spring boot Event 异步实例监听处理器
- EventInstanceListener(ApplicationEventPublisher) - 类 的构造器net.sohelp.boot.engine.workflow.spring.event.EventInstanceListener
-
- EventTaskListener - net.sohelp.boot.engine.workflow.spring.event中的类
-
Spring boot Event 异步任务监听处理器
- EventTaskListener(ApplicationEventPublisher) - 类 的构造器net.sohelp.boot.engine.workflow.spring.event.EventTaskListener
-
- EventVO - net.sohelp.boot.engine.db.vo中的类
-
事件定义
- EventVO() - 类 的构造器net.sohelp.boot.engine.db.vo.EventVO
-
- exception(Exception, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理通用异常(Exception)作为兜底处理器之一
- execute(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
执行脚本语句,没有返回值
- execute(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.NashornHelper
-
使用默认语言(nashorn)执行脚本
- execute(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.NashornHelper
-
使用指定语言执行脚本
- execute(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.GrovvyLanguageProvider
-
执行脚本
- execute(JSONObject) - 类 中的方法net.sohelp.boot.demo.core.task.TaskSchedulerService
-
执行一次任务
- execute(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.DBController
-
执行SQL语句接口
该接口用于执行传入的SQL语句,支持SELECT查询和其他执行语句(如INSERT、UPDATE、DELETE等)。
- execute(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.SQLController
-
执行SQL语句接口
该接口用于执行传入的SQL语句,支持SELECT查询和其他执行语句(如INSERT、UPDATE、DELETE等)。
- execute(FlowContext, Execution) - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
执行节点
- execute(FlowContext, Execution) - 接口 中的方法net.sohelp.boot.engine.workflow.ModelInstance
-
执行流程元素
- execute(NodeModel, Execution) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskTrigger
-
执行任务触发器节点
- executeAfterEvent(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
在事件发生后执行相关操作(当前实现实际调用的是事件发生前的执行方法,需确认是否为设计意图)
- executeAfterEvent(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.service.EntityDataService
-
在实体操作之后执行后置脚本事件。
- executeAppendNodeModel(Long, NodeModel, FlowCreator, Map<String, Object>, boolean) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
- executeAppendNodeModel(Long, NodeModel, FlowCreator, Map<String, Object>, boolean) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
执行追加节点模型
- executeAppendNodeModel(Long, NodeModel, FlowCreator, boolean) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- executeBeforeEvent(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
在事件发生前执行相关操作(当前实现实际调用的是事件发生后的操作,可能存在命名或逻辑错误)
- executeBeforeEvent(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.service.EntityDataService
-
在实体操作之前执行预设脚本事件。
- executeConditionNode(FlowContext, Execution, ConditionNode) - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
执行条件节点分支
- executeFormula(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
执行指定实体的公式计算
- executeFormula(String, List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
批量执行指定实体的公式计算
遍历数据列表中的每个数据映射,调用实体数据服务执行对应的公式计算
- executeJumpTask(Long, String, FlowCreator, Map<String, Object>, TaskType) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
- executeJumpTask(Long, String, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
根据任务ID,创建人ID,参数列表执行任务,并且根据nodeName跳转到任意节点
1、nodeName为null时,则跳转至上一步处理
2、nodeName不为null时,则任意跳转,即动态创建转移
- executeJumpTask(Long, String, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- executeJumpTask(Long, String, FlowCreator, Map<String, Object>, TaskType) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- executeJumpTask(Long, String, FlowCreator, Map<String, Object>, Function<FlwTask, Execution>, TaskType) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
执行节点跳转任务
- executeJumpTask(Long, String, FlowCreator, Map<String, Object>, Function<FlwTask, Execution>, TaskType) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
执行节点跳转任务
- executeJumpTask(Long, String, FlowCreator, Map<String, Object>, Function<FlwTask, Execution>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
- executeJumpTask(Long, String, FlowCreator, Function<FlwTask, Execution>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
- executeNodeModel(FlowContext, String) - 类 中的方法net.sohelp.boot.engine.workflow.core.Execution
-
执行节点模型
- executeRejectTask(FlwTask, String, FlowCreator, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
- executeRejectTask(FlwTask, String, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
根据当前任务对象驳回至指定 nodeKey 节点,如果 nodeKey 为空默认为上一步处理
- executeRejectTask(FlwTask, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- executeStartModel(FlowContext, FlowCreator, Function<NodeModel, Execution>) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwProcess
-
执行开始模型
- executeTask(Long, FlowCreator, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
根据任务ID,创建人,参数列表执行任务
- executeTask(Long, FlowCreator, Map<String, Object>, TaskState, TaskEventType) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
- executeTask(Long, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
根据任务ID,创建人ID,参数列表执行任务
- executeTask(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- executeTask(Long, FlowCreator, Map<String, Object>, TaskState, TaskEventType) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
执行任务
- executeTask(Long, FlowCreator, Map<String, Object>, TaskState, TaskEventType) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据任务ID,创建人ID完成任务
- executeTaskTrigger(Execution, FlwTask) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- executeTaskTrigger(Execution, FlwTask) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
执行触发器任务
- executeTrigger(Execution, Function<Exception, Boolean>) - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
执行触发器
- Execution - net.sohelp.boot.engine.workflow.core中的类
-
流程执行过程中所传递的执行对象,其中包含流程定义、流程模型、流程实例对象、执行参数、返回的任务列表
- Execution(FlowEngine, ProcessModel, FlowCreator, FlwInstance, Map<String, Object>) - 类 的构造器net.sohelp.boot.engine.workflow.core.Execution
-
构造函数,接收流程定义、流程实例对象、执行参数
- Execution(FlowCreator, Map<String, Object>) - 类 的构造器net.sohelp.boot.engine.workflow.core.Execution
-
构造函数,仅适用于模型条件节点查找
- exist(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源名称判断数据源是否存在
- exist(IService<T>, String) - 类 中的方法net.sohelp.boot.demo.core.base.ExistParam
-
检查是否存在
- exist(IService<T>, String, boolean) - 类 中的方法net.sohelp.boot.demo.core.base.ExistParam
-
检查是否存在
- exist(IService<T>, SFunction<T, ?>) - 类 中的方法net.sohelp.boot.demo.core.base.ExistParam
-
检查是否存在
- exist(IService<T>, SFunction<T, ?>, boolean) - 类 中的方法net.sohelp.boot.demo.core.base.ExistParam
-
检查是否存在
- exist(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
判断是否存在实体
- exist(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
判断是否存在实体
- exist(String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
判断是否存在实体(使用默认数据源)
- exist(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
判断是否存在实体
- exist(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
判断指定表中的字段是否存在
- exist(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
判断指定表是否存在
- exist(String, String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
检查指定表中是否存在指定字段
- exist(String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
检查指定表是否存在
- exist(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
判断某个字段是否存在于指定表中
- exist(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
判断某张表是否存在
- exist(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
检查字段是否存在
- exist(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
检查表是否存在
- exist(String) - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
判断某张表是否存在。
- exist(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
判断某张表中是否存在指定字段。
- exist(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
检查指定应用下的模块是否存在。
- existActiveSubProcess(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- existActiveSubProcess(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
判断流程实例下是否存在活跃子流程实例
- existActiveTask(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- existActiveTask(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
判断流程实例下是否存在活跃任务
- existGridByPublic(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据应用名称、模块名称和网格名称判断是否存在该网格
- ExistParam<T> - net.sohelp.boot.demo.core.base中的类
-
检查是否存在通用参数
- ExistParam() - 类 的构造器net.sohelp.boot.demo.core.base.ExistParam
-
- existProperty(Object, String) - 类 中的方法net.sohelp.boot.common.core.filter.ListFilter
-
判断目标对象是否具有指定名称的属性。
- exists(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileUploadService
-
判断指定模块中的文件是否存在。
- exists(String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
判断文件是否存在
- exists(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
判断文件是否存在
- exists(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
判断指定路径下的资源是否已存在
- exists(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
判断实体否存在
- exists(String, String) - 类 中的方法net.sohelp.boot.engine.web.cache.ModuleCache
-
判断指定的应用和模块是否存在于缓存中
- exists(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
- exits(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridService
-
检查指定应用、模块和网格名称对应的文件是否存在
- expireTime - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
流程实例期望完成时间
- expireTime - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
期望任务完成时间
- export(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
导出指定应用的网格配置文件
根据提供的应用名称、模块名称和网格名称,导出相应的网格配置文件,并触发下载。
- export(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
导出指定应用的布局文件
根据提供的应用名称、模块名称和布局名称,导出对应的布局文件,并下载到客户端
- export(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ReportController
-
导出指定应用的资源文件
根据提供的应用名、模块名和名称导出相应的资源文件,并生成报告文件供下载
- exportAll() - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
导出所有记录
- exportAll() - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
导出所有文件资源信息
从数据库中查询所有文件路径和文件内容,并按文件路径排序后返回
- exportAll() - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
导出指定目录下的所有文件信息
函数首先从配置中获取资源目录路径,然后遍历该目录下的所有文件(忽略子目录),
将每个文件的文件名和内容读取后存入Map,最终返回包含所有文件信息的List。
- exportApplication(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
导出应用
该接口用于导出指定的应用,并生成对应的zip文件供下载。
- ExportController - net.sohelp.boot.dev.web.dev.module中的类
-
导出引擎配置
- ExportController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.ExportController
-
- exportEntity(String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
打包实体文件
该接口用于将指定数据源名称下的实体文件和CRUD文件打包成zip文件,并提供下载。
- exportMagicApiResourceZip(HttpServletResponse) - 类 中的方法net.sohelp.boot.dev.web.dev.config.magic.MagicApiConfigController
-
导出当前Magic API资源到ZIP文件
- exportModule(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
导出模块接口
根据提供的应用名称和模块名称,导出对应的模块并返回下载结果
- ExportRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
- ExportRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.ExportRefVO
-
- exportResource() - 类 中的方法net.sohelp.boot.dev.web.code.CodeConfigController
-
导出系统资源配置文件并打包成ZIP格式进行下载
此方法会将指定路径下的所有资源配置文件导出到临时目录,并压缩为ZIP文件后提供下载,
下载完成后自动清理生成的临时文件和压缩包。
- exportService() - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicService
-
- exportSQL(String) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
导出菜单数据为SQL插入语句并提供下载
根据给定的应用UUID查询对应的菜单数据,将其转换为INSERT SQL语句,
并通过临时文件进行下载。
- exportZip(HttpServletResponse) - 类 中的方法net.sohelp.boot.dev.web.dev.config.sohelp.SohelpBootConfigController
-
导出所有应用、数据库到zip文件
- exportZip() - 类 中的方法net.sohelp.boot.dev.web.ops.resource.SohelpBootResourceController
-
将选中的资源导出为ZIP压缩包。
- Expression - net.sohelp.boot.engine.workflow中的接口
-
条件表达式
- expression() - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowAutoConfiguration
-
- exprOfArgs(NodeExpression, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.Expression
-
- extend - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
扩展json
- extInstanceDao(FlwExtInstanceMapper) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowMybatisPlusConfiguration
-
- GeneralAccessStrategy - net.sohelp.boot.engine.workflow.impl中的类
-
基于用户或组(角色、部门等)的访问策略类
该策略类适合组作为参与者的情况
- GeneralAccessStrategy() - 类 的构造器net.sohelp.boot.engine.workflow.impl.GeneralAccessStrategy
-
- GeneralTaskActorProvider - net.sohelp.boot.engine.workflow.impl中的类
-
普遍的任务参与者提供处理类
- GeneralTaskActorProvider() - 类 的构造器net.sohelp.boot.engine.workflow.impl.GeneralTaskActorProvider
-
- generateCrud(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicController
-
自动生成CRUD接口
- generateNodeKey() - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
生成节点KEY规则(flk + 时间戳)
- get(String) - 类 中的方法net.sohelp.boot.admin.core.cache.OAuth2Cache
-
根据AppId获取对应的密钥(app_secret)
若缓存中不存在指定AppId的信息,则尝试重新初始化缓存后再进行查找。
- get(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserMenuCache
-
根据用户ID获取权限列表
- get(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserRoleCache
-
获取指定用户ID所拥有的岗位列表。
- get(String) - 类 中的方法net.sohelp.boot.admin.core.cache.VerifyCodeCache
-
根据UUID获取验证码
- get(String, String) - 类 中的方法net.sohelp.boot.admin.core.db.cache.DefaultSqlCache
-
从缓存中获取数据
- get(String, String) - 类 中的方法net.sohelp.boot.admin.core.db.cache.LRUCache
-
获取缓存中的数据,若不存在或已过期则返回null。
- get(String, String) - 类 中的方法net.sohelp.boot.admin.core.db.cache.RedisSqlCache
-
从Redis哈希结构中获取指定键的值
- get(String, String) - 接口 中的方法net.sohelp.boot.admin.core.db.cache.SqlCache
-
获取缓存数据
- get(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取指定用户下某参数的原始对象值。
- get(String, String) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomSqlCache
-
从缓存中获取指定名称的值
- get(String, Map<String, Object>) - 类 中的静态方法net.sohelp.boot.demo.utils.SignApi
-
发送GET请求,并在URL中附加带有时间戳、随机数和签名的查询参数。
- get() - 类 中的方法net.sohelp.boot.demo.web.system.config.ThemeSizeController
-
获取系统组件字体大小配置
- get(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.service.CodeService
-
根据数据源名称和表名获取对应的实体信息,并合并已有的Java代码配置信息。
- get() - 类 中的方法net.sohelp.boot.dev.web.system.config.SizeController
-
获取系统界面元素大小配置
从系统参数缓存中读取界面元素大小配置并返回
- get(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
从缓存中获取实体
- get(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
从缓存中获取实体
- get(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityExtCache
-
根据扩展实体名称获取其所有属性列表
- get(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityExtCache
-
根据扩展实体名称和属性名称获取具体的属性信息
- get(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
从缓存中获取实体
- get(String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
从缓存中获取实体(使用默认数据源)
- get(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
根据实体名称获取实体信息,使用默认数据源
- get(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
根据数据源和实体名称获取实体信息
- get(String) - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
根据表名获取对应的实体信息(使用默认数据源)。
- get(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
根据指定的数据源和表名获取对应的实体信息。
- get(String, String) - 类 中的方法net.sohelp.boot.engine.web.cache.ModuleCache
-
从缓存中获取指定应用下的模块对象
- get(String) - 接口 中的方法net.sohelp.boot.engine.workflow.cache.FlowCache
-
从缓存中获取对象
- get(String) - 类 中的方法net.sohelp.boot.engine.workflow.cache.FlowSimpleCache
-
- get(int) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.InstanceState
-
- get(Integer) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.PerformType
-
- get(int) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskState
-
- get(int) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskType
-
- get(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
获取传递参数
- getActiveTaskActorsByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getActiveTaskActorsByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据 流程实例ID 获取当前活动任务列表
- getActiveTaskActorsByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
- getActiveTasks(Long, List<String>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getActiveTasks(Long, List<String>) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据实例ID和任务节点名称获取当前节点激活的任务
- getActiveTasksByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据 流程实例ID 获取当前活动任务列表
- getActiveTasksByInstanceIdAndTaskName(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
- getActorByCC(Object) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowService
-
根据实例ID查询特定类型任务的抄送人信息
查询条件:任务类型为2的历史任务记录及其关联的处理人信息
排序规则:按任务ID降序排列
- getActorByFirst(Object) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowService
-
根据实例ID获取第一个任务发起人信息
查询条件为:任务类型为0的已完成任务,按任务ID降序排列,返回第一条记录的任务类型、任务名称、执行者ID和执行者名称
- getActorByNext(Object) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowService
-
获取下一个任务处理人ID
- getActorType(NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.impl.GeneralTaskActorProvider
-
- getActorType(NodeModel) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskActorProvider
-
参与者类型转换处理方法
- getAll() - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
获取传递参数
- getAllowedFlwTask(Long, FlowCreator, Map<String, Object>, TaskState) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
获取执行任务并验证合法性
- getAllowedFlwTaskActor(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
获取指定 任务ID 合法参与者对象
- getAllowedFlwTaskActor(Long, FlowCreator, List<FlwTaskActor>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskAccessStrategy
-
获取指定合法参与者对象
被使用在:分配任务,解决委派任务 场景
- getAllPreviousNodeKeys(NodeModel) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
获取所有上一个节点key,不包含抄送节点
- getAllTask() - 类 中的方法net.sohelp.boot.test.workflow.WorkflowTest
-
- getAllUsedNodeKeys(FlowContext, Execution, NodeModel, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
获取当前已使用的节点key列表
- getArgs(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.ObjectUtils
-
- getArgs(FlowContext, Execution) - 类 中的方法net.sohelp.boot.engine.workflow.handler.impl.SimpleConditionNodeHandler
-
- getAttributes() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
获取请求中以特定前缀存储的自定义属性 Map。
- getAutoFlowCreator() - 类 中的方法net.sohelp.boot.engine.workflow.FlowScheduler
-
自动完成流程任务创建者
默认为管理员,子类可以重写为自定义用户
- getBoolean(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取boolean类型的参数值
- getBoolean(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取Boolean类型的值
- getBoolean(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取布尔类型值。
- getBoolean(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取指定用户下某参数的布尔值。
- getBundle(String, Locale) - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nRender
-
获取指定业务模块和语言环境的国际化资源包
- getByApi(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.report.MagicApiDatasource
-
通过API获取报表数据
- getByAppId(String) - 类 中的方法net.sohelp.boot.admin.core.service.oauth.OAuthService
-
根据AppId获取OAuth配置信息
通过应用ID查询对应的OAuth配置记录
- getByCode(int) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.UserPowerTypeEnum
-
根据权限代码获取对应的权限枚举值
- getByFunction(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.report.MagicApiDatasource
-
根据数据集名称和参数从MagicAPI获取数据
- getById(long) - 类 中的方法net.sohelp.boot.admin.core.service.role.RoleService
-
根据ID获取岗位详情
查询pb_role表中指定ID的岗位信息
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
根据给定的ID查找特定的字典分类详情。
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
根据ID获取单个字典项详细信息。
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
根据ID获取菜单详情
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
根据ID获取单个机构详细信息
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamCategoryController
-
根据ID获取系统变量分类信息
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamController
-
根据ID获取单个系统常量参数详情
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.UserConstParamController
-
根据ID获取单个用户系统变量详情
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
根据ID获取岗位详细信息
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
根据ID获取单个租户详细信息。
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
根据ID获取单个用户详细信息。
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
获取指定云端应用的详细信息,并标记本地是否已下载或安装
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
根据UUID获取云端模块详细信息,并判断其是否已被本地下载/安装
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.AutocodeController
-
根据ID获取单个自动编码配置详情。
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
根据ID获取单个字典分类详细信息。
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
根据ID获取单个字典项详细信息。
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
根据ID获取单个国际化记录
查询指定ID且属于当前租户的国际化记录。
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
根据ID获取单个菜单详情
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
根据ID获取单个机构详细信息
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamCategoryController
-
根据ID读取系统变量分类信息
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
根据ID获取单个用户系统变量详情
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
根据ID获取单个岗位详细信息
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
根据ID获取单个租户详细信息
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
根据用户ID获取详细信息。
- getById(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
根据ID获取数据
通过指定的refid和id从数据库中获取对应的数据,并封装成ApiResult返回
- getById(String, Object) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
根据给定的引用ID和ID获取对应的对象数据
- getByIdSQL(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据指定数据源和实体名称生成通过ID查询的SQL语句。
- getByIdSQL(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据实体名称获取默认数据源下通过ID查询的SQL语句。
- getByLabel(String) - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.FileRefTypeEnum
-
根据给定的显示名称查找匹配的枚举项
- getByLabel(String) - 枚举 中的方法net.sohelp.boot.demo.web.enums.FollowRefTypeEnum
-
根据传入的标签查找匹配的枚举项
- getByLoginName(String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据登录名获取用户信息
- getByName(String) - 类 中的方法net.sohelp.boot.admin.core.service.application.ApplicationService
-
根据应用名称获取应用信息
- getByOrgName(String) - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
根据组织名称获取对应的组织ID
- getByPath(String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
根据路径获取对象
- getByPath(String, Class<T>) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
根据路径获取对象
- getByPath(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
根据文件名获取文件内容
- getByPath(String, Class<T>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
根据路径获取对象
- getByPath(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
根据文件路径读取并解析为JSONObject对象
- getByPath(String, Class<T>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
根据文件路径读取并反序列化为指定类型的Java对象
- getByTest(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.report.MagicApiDatasource
-
根据测试条件从指定数据集获取数据
- getByUrl(String) - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.ModuleRefTypeEnum
-
根据URL路径获取对应的模块类型枚举值
遍历所有枚举值,匹配URL路径,如果未找到则返回UNKNOWN
- getByUserName(String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据用户名从缓存中获取用户信息
- getCacheName() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取缓存Key
- getCheckById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwHisTaskMapper
-
获取历史任务并检查ID的合法性
- getChildAllUsedNodeKeys(List<String>, FlowContext, Execution, NodeModel, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
- getCode(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.EmailNoticeService
-
根据指定键从验证码缓存中获取对应的验证码值。
- getCode(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.PhoneNoticeService
-
获取指定手机号对应的验证码
- getCode() - 枚举 中的方法net.sohelp.boot.admin.core.web.filter.ComparisonEnum
-
获取当前枚举项对应的操作符代码。
- getCode(String, String, String, String) - 类 中的方法net.sohelp.boot.demo.web.login.LoginEmailController
-
获取邮箱验证码接口
校验图形验证码后,向指定邮箱发送随机生成的四位数字验证码,并清除图形验证码缓存。
- getCode(String, String, String, String) - 类 中的方法net.sohelp.boot.demo.web.login.LoginPhoneController
-
获取并发送手机验证码接口
校验图形验证码后向指定手机号发送四位随机数字验证码,并清除图形验证码缓存。
- getCode(Map<String, String>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartPhoneController
-
发送手机验证码到指定号码
- getCode(Map<String, String>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartPhoneController
-
发送手机验证码
- getCodeByName(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.web.filter.ComparisonEnum
-
根据枚举名称获取其对应的操作符代码。
- getCodeTicket(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
创建带有字符串场景值的临时二维码票据
- getCodeTicket(String, int) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
创建带有整数场景值的临时二维码票据
- getConditionNode(FlowContext, Execution, NodeModel) - 接口 中的方法net.sohelp.boot.engine.workflow.handler.ConditionNodeHandler
-
获取满足条件的条件节点
子类需要实现的方法,来处理具体的操作
- getConditionNode(FlowContext, Execution, NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.handler.impl.SimpleConditionNodeHandler
-
- getConditions() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
获取默认名称("filter")下的过滤条件列表。
- getConditions(String) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
根据指定参数名从请求中提取并反序列化为过滤条件列表。
- getConfig() - 类 中的方法net.sohelp.boot.admin.core.cache.LangCache
-
获取语言配置信息
从系统参数缓存中获取语言配置数据
- getConfig() - 类 中的方法net.sohelp.boot.admin.core.cache.SystemConfigCache
-
获取系统配置信息
从缓存中读取系统配置字符串并转换为Map对象
- getConfig() - 类 中的方法net.sohelp.boot.admin.core.cache.TenantCache
-
获取租户配置信息
从系统参数缓存中获取租户相关的配置数据
- getConfig() - 类 中的方法net.sohelp.boot.admin.core.cache.TenantConfigCache
-
获取租户配置信息
从系统参数缓存中获取租户相关的配置数据
- getConfig() - 类 中的方法net.sohelp.boot.dev.web.code.CodeConfigController
-
获取已保存的开发配置信息
从指定路径加载配置文件并解析为JSON对象返回给前端使用。
- getConfig(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
获取指定表的当前表单配置。
- getConfig(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
获取指定表的网格配置信息
查询并返回某个特定表的网格配置,并根据实体信息补充标题、长度等字段属性。
- getConfig(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
根据给定的数据源和表名加载该表的详细字段配置信息。
- getConfig() - 类 中的方法net.sohelp.boot.dev.web.dev.config.magic.MagicApiConfigController
-
获取MagicApi配置
- getConfig() - 类 中的方法net.sohelp.boot.dev.web.dev.config.sohelp.SohelpBootConfigController
-
获取SohelpBootConfig配置
- getConfig(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
获取配置接口
通过数据源名称和表名称获取对应的配置信息
- getConfig(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
获取配置接口
根据提供的数据源名称和表名称获取相应的配置信息
- getConfig(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
获取工作流配置
根据数据源和实体名称获取对应的工作流配置信息
- getConfig() - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
获取数据库配置信息
用于前端显示数据库连接信息(已脱敏)。
- getConnection() - 类 中的方法net.sohelp.boot.engine.web.config.UReportConfiguration
-
获取当前数据源连接对象。
- getContent(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ReportService
-
根据应用名称、模块名称和文件名称获取内容
- getContext() - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
- getContext() - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- getCountSQL(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据指定数据源和实体名称生成统计数量的SQL语句。
- getCountSQL(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据实体名称获取默认数据源下统计数量的SQL语句。
- getCreateTaskHandler() - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowContext
-
获取创建流程任务处理器实现类
- getCurrentDate() - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.DateUtils
-
当前时间 Date 类型
- getCurrentLocale() - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nRender
-
获取当前语言环境
- getData(String, Map<String, Object>, List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.demo.core.report.SohelpReport
-
获取数据源数据
- getData(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.report.ModuleDatasource
-
根据数据源名称和数据集名称获取数据
- getData(String, Map<String, Object>, List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.engine.web.report.SohelpReport
-
- getDatabaseName(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源获取数据库名称
- getDatabaseName() - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
获取默认数据库名字
- getDatabaseName() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取默认数据库名称
- getDatabaseName() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
获取表所在数据库名称
- getDatabaseType(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源获取数据库类型
- getDatabaseType() - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
获取默认数据源类型
- getDatabaseType() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取默认数据库类型
- getDatabaseType() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
获取表所在数据库类型:mysql,mssql,oracle
- getDataList(String) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
根据完整的字典路径名称获取对应的数据项列表。
- getDataList(String) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
根据字典路径名获取对应的字典数据列表。
- getDataMap() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
获取当前参数映射表
- getDatasource(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源Key获取数据源
- getDatasource(String) - 类 中的方法net.sohelp.boot.admin.core.service.datasource.DatasourceService
-
根据键名获取特定的数据源配置信息。
- getDatasourceName() - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
获取数据源名称
- getDatasourceTree() - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
获取数据源及其对应表的树形结构列表。
- getDatasourceTree() - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
获取数据源及其对应的表结构树形结构
返回一个包含所有可用数据源及对应数据库表的树状结构列表。
- getDate(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取Date类型的参数值
- getDate(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取日期
- getDate(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取日期类型值。
- getDate(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取指定用户下某参数的日期格式化字符串(仅年月日)。
- getDate() - 类 中的静态方法net.sohelp.boot.common.utils.DateUtil
-
获取当前日期,格式:yyyy-MM-dd
- getDateTime(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取日期时间格式化字符串
- getDateTime(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取日期时间
- getDateTime(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取格式化后的日期时间字符串。
- getDateTime(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取指定用户下某参数的时间格式化字符串(包含时分秒)。
- getDateTime() - 类 中的静态方法net.sohelp.boot.common.utils.DateUtil
-
获取当前时间,格式: yyyy-MM-dd HH:mm:ss
- getDefaultLanguage() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
获取客户端默认语言。
- getDefaultValue() - 类 中的方法net.sohelp.boot.engine.db.vo.PropertyVO
-
获取字段默认值,并根据不同类型做适配处理:
- 字符串类型默认为空字符串;
- 数值类型默认为 0;
- 其他情况统一设为空字符串。
- getDefaultValueByEntity(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityDataService
-
获取指定实体的所有默认值。
- getDefaultValueByEntity(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
获取实体默认值
- getDeleteSQL(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据实体名称获取默认数据源下的删除SQL语句。
- getDeleteSQL(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据指定数据源和实体名称生成删除SQL语句。
- getDetail(Object) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
获取国际化详情(空实现)
当前方法未完成具体逻辑,仅返回一个空Map。
- getDevConfig() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取开发环境下的系统配置。
- getDict(String) - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
根据字典名称获取数据列表
- getDict(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
根据租户和字典名称获取数据列表
- getDictData() - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
获取全部字典
- getDictData(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
根据租户获取字典列表
- getDictData() - 类 中的方法net.sohelp.boot.admin.core.service.dict.DictService
-
获取字典数据列表
查询所有启用状态的字典数据,按主ID和排序字段升序排列
查询字段包括:ID、字典名称、字典编码、图标、背景色、主ID、是否默认、字体颜色、排序、租户ID
- getDictList() - 类 中的方法net.sohelp.boot.admin.core.service.dict.DictService
-
获取字典分类列表
查询所有字典分类信息,按ID升序排列
- getDingding() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取钉钉登录的配置信息
- getDingding() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取钉钉登录配置信息。
- getDingdingMessage() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取钉钉消息通知的配置信息
- getDingdingMessage() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取钉钉消息通知配置信息。
- getDocument(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.DocumentController
-
获取指定应用和模块的文档
通过应用名称和模块名称获取对应的文档内容
- getDouble(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取Double类型的参数值
- getDouble(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取Double类型的值
- getDouble(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Double类型数据
- getDouble(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Double类型数据
- getDouble(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取double类型数据
- getDouble(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
查询单个双精度浮点数。
- getDouble(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取双精度浮点数。
- getDouble(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取指定用户下某参数的双精度浮点值。
- getDownloadList(int) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
获取当前用户已下载或已安装的应用列表
- getDownloadList(int) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
获取本地已下载或已安装的模块列表
- getEnabledLanguage() - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
获取系统中已启用的语言列表。
- getEndSignTag() - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取右标识符(如 ])
- getEndSignTag() - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
获取SQL标识符结束符号
- getEntities() - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
获取所有实体对象列表
- getEntities() - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
获取所有实体信息列表
- getEntities() - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取当前数据库中所有的表信息
- getEntities() - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
获取所有实体对象列表
- getEntity(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
获取实体
- getEntity(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
根据表名获取实体对象信息
- getEntity(String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
根据表名获取实体信息
- getEntity(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取表的所有字段信息并封装成EntityVO对象
- getEntity(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
根据表名获取实体对象
- getEntityForm(String) - 类 中的方法net.sohelp.boot.engine.web.ModuleHelper
-
根据引用ID获取实体表单信息
- getEntityForm(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.FormService
-
获取实体表单对象
- getEntityForm(String, ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据引用ID获取对应的表单视图对象
- getEntityFormByPublic(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.FormCustomService
-
根据数据源和实体名称获取公共实体表单的JSONObject对象
- getEntityFormByUser(long, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.FormCustomService
-
根据用户ID、数据源和实体名称获取实体表单
- getEntityGrid(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.EntityGridService
-
获取实体网格对象
- getEntityGridByPublic(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据数据源和实体名称获取实体网格配置
- getEntityGridByUser(long, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据用户ID、数据源和实体名称获取实体网格信息
- getEntityList(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
根据数据源获取所有实体列表
- getEntityNames() - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
获取所有实体名称列表
- getEntityNames() - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取当前数据库中所有表的名称列表
- getEntityNames() - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
获取所有实体名称列表
- getEntityRef(String) - 类 中的方法net.sohelp.boot.engine.web.ModuleHelper
-
根据引用ID获取实体引用对象
- getEntityRef(String, ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据别名从模块中获取实体引用对象
- getEntityRef(String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据引用ID获取实体引用对象
通过refid找到指定的EntityRefVO
- getEntityWorkflowByPublic(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowCustomService
-
根据数据源和实体名称获取公共实体工作流
- getExtInstance(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getExtInstance(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据流程实例ID获取扩展流程实例对象
- getExtra() - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
获取当前登录用户的附加信息。
- getExtra(String) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
根据字段名获取当前登录用户的指定附加信息。
- getFastMatchToken() - 类 中的方法net.sohelp.boot.engine.db.vo.type.PropertyTypeConfigDeserializer
-
- getFields(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.report.CustomUReportDataset
-
根据数据集名称和内容获取字段列表
- getFile(long) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileService
-
根据文件ID获取文件对象
- getFile(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileUploadService
-
获取指定模块中某文件的File对象。
- getFileInfo(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileUploadService
-
获取指定模块中文件的基本信息。
- getFileName(String, JSONObject, CodeVO) - 类 中的方法net.sohelp.boot.dev.web.code.util.CodeBuilder
-
根据模板类型和代码配置计算输出文件的相对路径。
- getFilePath() - 枚举 中的方法net.sohelp.boot.demo.web.enums.FileRefTypeEnum
-
获取该枚举项对应的文件存储路径标识符
- getFileStream(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileDownloadService
-
根据模块名和文件名获取文件输入流
- getFilterMap() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
获取过滤数据Map
* [{
* fieldName:'sex',
* comparison:'EQ',
* value:'11'
* }]
- getFilterSQL() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
获取过滤Mybatis SQL
- getFloat(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取Float类型的参数值
- getFloat(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取Float类型的值
- getFloat(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取单精度浮点数。
- getFloat(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取指定用户下某参数的单精度浮点值。
- getFlowCache() - 类 中的方法net.sohelp.boot.engine.workflow.impl.DefaultProcessModelParser
-
- getFlowCache() - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessModelParser
-
流程缓存实现类
- getFlowConditionHandler() - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowContext
-
获取创建流程任务处理器实现类
- getFlwHisInstance(Long, NodeModel, FlwInstance) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- getFlwInstance(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
获取流程实例
- getForeignKey(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
根据主键 获取相关的外键
- getForeignKey(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
根据主键 获取相关的外键
- getGrid(String) - 类 中的方法net.sohelp.boot.engine.web.ModuleHelper
-
根据引用ID获取网格视图对象
该方法首先解析引用ID获取应用名、模块名和实体名,然后通过模块服务获取模块信息。
- getGrid(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridService
-
根据应用名称、模块名称和网格名称获取网格信息
- getGridByPublic(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据数据源和实体名称获取网格数据
- getGridByUser(long, String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据用户ID获取指定应用、模块和网格的JSON对象
- getHisInstancesByBusinessKey(String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getHisInstancesByBusinessKey(String) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据业务主键获取历史流程实例
- getHisTask() - 类 中的方法net.sohelp.boot.test.workflow.WorkflowTest
-
获取历史任务
- getHisTaskActorsByTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getHisTaskActorsByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据任务ID获取历史任务参与者数组
- getHisTaskActorsByTaskIdAndActorId(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getHisTaskActorsByTaskIdAndActorId(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据任务ID获取历史任务参与者数组
- getHisTasksByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getHisTasksByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据实例ID获取实例所有历史任务,时间倒序
额外根据唯一的ID进行排序,防止低版本数据库时间重复的情况。
- getHisTasksByName(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getHisTasksByName(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据任务名称查询历史任务对象列表
- getHistInstance(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getHistInstance(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据流程实例ID获取历史流程实例对象
- getHistTask(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getHistTask(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据任务ID获取历史任务对象
- getInclusiveNodes(FlowContext, Execution, NodeModel) - 接口 中的方法net.sohelp.boot.engine.workflow.handler.ConditionNodeHandler
-
获取满足条件的所有包容分支节点
子类需要实现的方法,来处理具体的操作
- getInclusiveNodes(FlowContext, Execution, NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.handler.impl.SimpleConditionNodeHandler
-
- getIndex(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
获取指定数据表和数据库索引信息
该接口用于获取指定数据库和表的索引信息,包括索引名称、类型以及包含的列名。
- getInfo() - 类 中的方法net.sohelp.boot.dev.web.dashboard.MonitorController
-
获取监控台详细信息
统计实体、表、字段的发布状态以及错误日志数量等信息。
- getInfo() - 类 中的方法net.sohelp.boot.dev.web.ops.redis.RedisMonitorController
-
获取Redis监控信息
通过RedisTemplate执行Redis info命令,获取Redis服务器的各项运行指标。
- getInfo() - 类 中的方法net.sohelp.boot.dev.web.ops.updater.UpdaterController
-
获取状态数据接口
该接口用于获取某种状态数据,返回一个包含状态信息的Map对象
- getInfo() - 类 中的方法net.sohelp.boot.dev.web.system.info.SystemInfoController
-
获取详细的系统参数信息,包括操作系统、Java环境、硬件配置及运行时间等
- getInputStream(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileUploadService
-
获取指定模块中某文件的输入流对象。
- getInsertSQL(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据实体名称获取默认数据源下的插入SQL语句。
- getInsertSQL(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据指定数据源和实体名称生成插入SQL语句。
- getInstance() - 类 中的静态方法net.sohelp.boot.admin.core.db.NashornHelper
-
获取NashornHelper单例实例
通过Spring容器获取已注册的Bean实例。
- getInstance() - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nRender
-
获取 I18nRender 实例(通过 Spring 容器获取)
- getInstance() - 类 中的静态方法net.sohelp.boot.engine.db.cache.EntityCache
-
获取自身的Bean实例
- getInstance() - 类 中的静态方法net.sohelp.boot.engine.db.cache.EntityExtCache
-
获取EntityExtCache的单例实例
- getInstance() - 类 中的静态方法net.sohelp.boot.engine.db.cache.TableCache
-
从容器中获取TableCache实例
- getInstance() - 类 中的静态方法net.sohelp.boot.engine.db.service.EntityScriptService
-
获取当前Spring容器中的EntityScriptService实例。
- getInstance() - 类 中的静态方法net.sohelp.boot.engine.db.table.service.TableService
-
获取当前Spring容器中TableService实例。
- getInstance() - 类 中的静态方法net.sohelp.boot.engine.workflow.handler.impl.SimpleConditionNodeHandler
-
- getInstance() - 类 中的静态方法net.sohelp.boot.engine.workflow.handler.impl.SimpleCreateTaskHandler
-
- getInstance(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getInstance(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据流程实例ID获取流程实例对象
- getInstancesByBusinessKey(String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getInstancesByBusinessKey(String) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据业务主键获取流程实例
- getInt(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取Int类型的参数值
- getInt(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取Integer类型的值
- getInt(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Integer类型数据
- getInt(String, List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Integer类型数据
- getInt(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
根据SQL查询语句和参数Map获取int类型结果
- getInt(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
查询单个整型数值。
- getInt(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取整型数值。
- getInt(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取指定用户下某参数的整型值。
- getJarVersion(Class<?>) - 类 中的静态方法net.sohelp.boot.dev.web.ops.updater.JarVersionUtil
-
获取指定类所在 JAR 包中的 Implementation-Version 版本号。
- getJdbcTemplate(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源获取JdbcTemplate接口
- getJson(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取JSON对象类型的参数值
- getJson(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取JSONObject类型的值
- getJson(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取JSON对象。
- getJson(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
将指定用户下某参数解析为JSON对象。
- getKey(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取数据源名称
- getLabel(String, Object) - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
根据字典名称和值获取对应的标签
- getLabel(Object, String, Object) - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
根据租户、字典名称和值获取对应的标签
- getLabel() - 枚举 中的方法net.sohelp.boot.demo.web.enums.FileRefTypeEnum
-
获取该枚举项的显示名称
- getLabel() - 枚举 中的方法net.sohelp.boot.demo.web.enums.FollowRefTypeEnum
-
获取当前枚举项的标签描述
- getLangConfig() - 类 中的方法net.sohelp.boot.demo.web.i18n.LangController
-
获取语言个性化配置
从系统参数缓存中获取语言相关配置信息
- getLangConfig() - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
获取语言相关个性化配置信息。
- getLayout(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
根据应用名称、模块名称和布局名称获取布局信息。
- getLayout(String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
根据引用ID获取布局信息
- getLayoutByPublic(long, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutCustomService
-
根据公开的用户ID、数据源和实体名称获取布局
- getLayoutByUser(long, String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutCustomService
-
根据用户ID、应用名称、模块名称和网格名称获取布局
- getList(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取List类型的参数值
- getList(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取List类型的值
- getList(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取List结构的数据。
- getList(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
将指定用户下某参数解析为List结构。
- getLocalLock() - 类 中的静态方法net.sohelp.boot.engine.workflow.scheduling.LocalLock
-
- getLogin() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取完整的登录配置信息(包含忘记密码、注册、Token及验证码等子模块)
- getLogin() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取所有登录相关的配置信息。
- getLoginConfig() - 类 中的方法net.sohelp.boot.demo.web.login.LoginController
-
获取系统登录相关配置信息,例如第三方登录开关、注册功能开关等
- getLoginConfig() - 类 中的方法net.sohelp.boot.dev.web.login.LoginController
-
获取登录配置接口
该接口用于获取系统登录相关的配置信息,包括用户个性化语言配置、系统基础配置和安全配置。
- getLoginID() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录用户的唯一标识符。
- getLoginID() - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
获取当前登录用户的 ID。
- getLoginId() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户的 ID。
- getLoginLog() - 类 中的方法net.sohelp.boot.dev.web.dashboard.MonitorController
-
获取近30天的登录日志统计信息
查询最近30天内每天登录成功与失败的次数,并按日期倒序排列。
- getLoginName() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录账户的用户名。
- getLoginName(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据用户ID获取其登录名
- getLoginName() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户的账户名。
- getLoginOrgID() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录用户的组织ID。
- getLoginOrgName() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录用户的组织名称。
- getLoginUser() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录用户的信息映射表。
- getLoginUser() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户的信息。
- getLong(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取Long类型的参数值
- getLong(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Long类型数据
- getLong(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Long类型数据
- getLong(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Long类型数据
- getLong(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
查询单个长整型数值。
- getLong(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取长整型数值。
- getMailMessage() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取邮件消息通知的配置信息
- getMailMessage() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取邮件消息通知配置信息。
- getMap(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取Map类型的参数值
- getMap(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取Map类型的值
- getMap(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
查询单条记录并以Map形式返回。
- getMap(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取Map结构的数据。
- getMap(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
将指定用户下某参数解析为Map结构。
- getMappingType(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
获取属性对应的数据库字段类型映射
- getMappingType(PropertyVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
获取字段的映射类型
- getMappingType(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取字段对应的数据库类型
- getMappingType(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
获取字段类型的映射关系
- getMenu(String, String) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
获取指定角色在指定应用下的所有菜单权限
- getMenu(String, String) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
获取指定岗位在某应用下的菜单权限配置情况
- getModelContent() - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessModelCache
-
流程模型内容
- getModule(String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据引用ID获取模块信息
- getModule(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据应用名称和模块名称获取模块信息
函数会从指定路径读取模块配置文件,并设置模块及其关联权限、实体引用和服务的应用名称和模块名称
- getModuleByUUID(String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据模块UUID获取模块信息
- getModuleDatasoure() - 类 中的方法net.sohelp.boot.engine.web.config.UReportConfiguration
-
创建并注册模块化数据源 Bean。
- getModuleRef(String) - 类 中的静态方法net.sohelp.boot.engine.web.utils.RefUtil
-
根据引用ID获取模块引用信息
- getMyId(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
根据ID获取本地已下载的应用信息
- getMyId(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
根据ID获取本地存储的模块信息
- getMyTasks(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
根据模块地址和业务ID获取我的用户任务列表
- getMyUploadList(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
获取当前用户上传到云端的应用列表
- getMyUploadList(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
获取当前用户上传到云端的模块列表
- getName(int) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.QuickLoginTypeEnum
-
根据类型值获取对应的快捷登录类型枚举
- getName() - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
获取报表系统的名称。
- getName() - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
获取报表系统的名称。
- getName(int) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskStateNameEnum
-
- getNameById(long) - 类 中的方法net.sohelp.boot.admin.core.service.tenant.TenantService
-
根据ID获取租户名称
通过租户ID查询对应的租户名称
- getNextChildNodes(FlowContext, Execution, NodeModel, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
动态获取下一个节点
- getNickname() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录用户的昵称。
- getNickname(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据用户ID获取其昵称
- getNickName() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户的昵称。
- getNode(String) - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
获取process定义的指定节点key的节点模型
- getNode(String) - 类 中的方法net.sohelp.boot.engine.workflow.model.ProcessModel
-
获取process定义的指定节点key的节点模型
- getNodeModel(String, NodeModel) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
获取指定节点KEY模型信息
- getObject(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取Object类型的参数值
- getObject(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取Object类型的值
- getObject(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取单个Object类型数据
- getObject(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Object对象
- getObject(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Object对象
- getObject(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
查询单个值并以Object类型返回。
- getObject(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取原始对象类型的值。
- getOfficialVersion() - 类 中的静态方法net.sohelp.boot.dev.web.ops.updater.OfficialVersionUtil
-
获取官方版本信息
- getOne(List<T>) - 类 中的方法net.sohelp.boot.demo.core.base.BaseParam
-
获取集合中的第一条数据
- getOne(List<T>) - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
从记录列表中获取第一条记录
- getOperationLogs() - 类 中的方法net.sohelp.boot.dev.web.dashboard.MonitorController
-
获取近30天的操作日志统计信息
查询最近30天内每天操作成功与失败的次数,并按日期倒序排列。
- getOrderWrapper() - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
获取包含排序信息的查询条件包装器
- getOrderWrapper(QueryWrapper<T>) - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
在已有的查询条件基础上添加排序信息
- getOrg(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
获取单个组织的信息(包括ID和名称)。
- getOrgId() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户所在的组织 ID。
- getOrgName(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
根据组织ID获取对应的组织名称。
- getOrgName() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户所属组织的名称。
- getOrgPath(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
根据组织ID获取其完整的组织路径(基于组织名称构建)。
- getOrgs(List<Long>) - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
批量获取多个组织的基本信息(包括ID和名称)。
- getOrgUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
根据机构ID获取该机构下的用户信息(分页)
- getOrgUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
根据机构ID获取其下所有用户的分页列表
- getOrgUserList() - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
构建机构及其用户的层级结构树
- getOrgUserList() - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
构建机构与用户组成的树形结构数据
- getPage(RuntimeContext) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.CustomPageProvider
-
根据运行时上下文获取分页信息
- getPageSQL(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据实体名称生成分页查询的SQL语句。
- getParam() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取系统基本参数配置
- getParam() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取系统基本参数配置。
- getParameterMap(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
将 URL 参数转换为 Map 形式的数据集,并可额外合并传入的新参数。
- getParameterMap() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
获取 URL 查询参数并封装成 Map 格式。
- getParameterMapByExclude(Map<String, Object>, List<String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
获取参数 Map 并移除指定的排除项。
- getParameterMapByInclude(List<String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
获取参数 Map 并仅保留指定的包含项。
- getParameterMapByInclude(Map<String, Object>, List<String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
获取参数 Map 并仅保留指定的包含项。
- getParamMap() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
获取参数
- getParamMap() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
获取参数数据
- getPermissionList(Object, String) - 类 中的方法net.sohelp.boot.demo.core.token.StpInterfaceImpl
-
返回一个账号所拥有的权限码集合
通过用户ID查询该用户所有角色关联的菜单权限码
- getPhone() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取手机号码登录的配置信息
- getPhone() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取手机号码登录配置信息。
- getPhoneCode(String, String, String) - 类 中的方法net.sohelp.boot.demo.web.login.LoginPhoneController
-
实际执行发送手机验证码逻辑的方法
包括系统配置检查、图形验证码校验、用户绑定状态判断等前置条件验证,
成功后调用通知服务发送验证码。
- getPowerSQL(String, int) - 类 中的方法net.sohelp.boot.admin.core.service.power.UserDataPowerService
-
根据用户的权限类型和ID,生成对应的数据权限SQL条件语句。
- getPowerType(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
获取指定用户ID对应的权限类型
- getPowerType() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户的数据权限类型。
- getPowerTypeEnum(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.PowerTypeEnum
-
根据给定的类型名称查找对应的权限类型枚举实例
- getPrefix() - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
- getPrefix() - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
- getPrimaryEntityRef(ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据模块ID获取主要实体引用信息
- getPrimaryKey(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
根据外健获取主键字段名
- getPrimaryKey(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
根据外健获取主键字段名
- getPrivateProperty(String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
读取自定义属性接口
根据传入的实体名称,查询并返回对应的自定义属性列表
- getProcess(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
获取流程详情
根据提供的refid和id获取流程实例的详细信息,包括已完成的任务列表、待办任务列表以及流程模型内容。
- getProcessById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.ProcessServiceImpl
-
根据id获取process对象
先通过cache获取,如果返回空,就从数据库读取并put
- getProcessById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
根据主键ID获取流程定义对象
- getProcessByKey(String, String) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
根据流程定义KEY查找流程定义对象
- getProcessByVersion(String, String, Integer) - 类 中的方法net.sohelp.boot.engine.workflow.impl.ProcessServiceImpl
-
根据流程名称或版本号查找流程定义对象
- getProcessByVersion(String, String, Integer) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
根据流程定义KEY或版本号查找流程定义对象
- getProcessModelByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
根据流程实例ID获取流程实例模型
- getProcessModelByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
根据流程实例ID获取流程实例模型
- getProcessName(long) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowService
-
根据实例ID查询对应的流程名称
该方法通过SQL查询从历史实例表和当前实例表中获取指定实例ID关联的流程名称
- getProperties(String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
根据表名获取属性信息映射
- getProperties(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取表中所有字段的信息,并以Map形式返回
- getProperties(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
获取表的所有字段属性
- getProperty(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
根据表名和字段名获取属性对象
- getProperty(String, String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
根据表名和字段名获取属性信息
- getPropertyByAutocode(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
根据传入的实体对象,获取该实体对象中类型为自动编码的属性列表
- getPropertyByFile(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
获取指定实体对象中包含文件或图片类型的属性列表
- getQq() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取QQ登录的配置信息
- getQq() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取QQ登录配置信息。
- getQywx() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取企业微信登录的相关配置信息
- getQywx() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取企业微信登录配置信息。
- getQywxMessage() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取企业微信消息通知的配置信息
- getQywxMessage() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取企业微信消息通知配置信息。
- getRateInfo() - 类 中的方法net.sohelp.boot.dev.web.system.info.SystemInfoController
-
获取系统的各项使用率信息(CPU、内存、磁盘、网络)
- getRef(String) - 类 中的静态方法net.sohelp.boot.engine.web.utils.RefUtil
-
验证refid的有效性
- getRenderHtmlByFile(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.service.beetl.BeetlService
-
根据模板文件输出结果
- getRenderHtmlByTemplate(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.service.beetl.BeetlService
-
根据模板内容编译获取HTML内容
- getReportFiles() - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
获取报表文件列表
- getReportFiles() - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
获取报告文件列表
- getRequest() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取原始的 HttpServletRequest 对象。
- getRequest() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
获取当前线程绑定的 HttpServletRequest 对象。
- getResourceAsStream(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.StreamUtils
-
- getResourcePath(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
获取资源的完整路径(拼接基础路径与传入路径)
- getResponse() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取原始的 HttpServletResponse 对象。
- getResponse() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
获取当前线程绑定的 HttpServletResponse 对象。
- getResults() - 接口 中的方法net.sohelp.boot.common.core.paging.Pager
-
获取结果集
- getRole(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.RoleCache
-
根据岗位ID获取单个岗位的信息。
- getRoleList(Object, String) - 类 中的方法net.sohelp.boot.demo.core.token.StpInterfaceImpl
-
返回一个账号所拥有的角色标识集合 (权限与角色可分开校验)
- getRoleMenu(String) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
获取角色关联的菜单列表,并标记哪些菜单已被该角色选中
- getRoleMenu(String) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
获取角色所拥有的菜单列表,并标记哪些已被选中
- getRoleName(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.RoleCache
-
根据岗位ID获取岗位名称。
- getRoles(List<Long>) - 类 中的方法net.sohelp.boot.admin.core.cache.RoleCache
-
批量获取多个岗位的信息列表。
- getRootNodeAllChildNodes(NodeModel) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
获取根节点下的所有节点类型【 注意,只对根节点查找有效!】
- getRouteNode(FlowContext, Execution, NodeModel) - 接口 中的方法net.sohelp.boot.engine.workflow.handler.ConditionNodeHandler
-
获取满足条件的路由节点
子类需要实现的方法,来处理具体的操作
- getRouteNode(FlowContext, Execution, NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.handler.impl.SimpleConditionNodeHandler
-
- getSessionTemplate(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源K获取SqlSessionTemplate接口
- getSetting(String) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
获取特定用户的配置信息。
- getSetting(String) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
获取用户的个性化设置信息。
- getSize(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserThemeCache
-
获取用户的界面尺寸配置信息。
- getSQLInsert() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
根据表结构获取插入语句
- getSqlSessionFactory(DataSource) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据Datasource初始化SqlSessionFactory
- getStartSignTag() - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取左标识符(如 [)
- getStartSignTag() - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
获取SQL标识符开始符号
- getString(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取String类型的参数值
- getString(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取String类型的值
- getString(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取字符串数据
- getString(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取字符串数据
- getString(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取String类型的数据
- getString(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
查询单个字符串类型的值。
- getString(String) - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nRender
-
根据键获取当前语言环境下的国际化字符串
- getString(String, Locale) - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nRender
-
根据键和指定语言环境获取国际化字符串
- getString(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nRender
-
根据业务模块和键获取当前语言环境下的国际化字符串
- getString(String, String, Locale) - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nRender
-
根据业务模块、键和指定语言环境获取国际化字符串
- getString(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据参数名称获取字符串类型值。
- getString(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取指定用户下某参数的字符串形式值。
- getSubOrg(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
获取指定组织下的所有子组织ID列表。
- getSubProcessByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getSubProcessByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据实例ID获取所有子流程
- getSubUsers(long) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
根据用户配置的数据权限类型,获取其下属用户列表(不包括自己)。
- getSuccessUrl() - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
获取授权成功后跳转页面URL地址
- getSummary() - 接口 中的方法net.sohelp.boot.common.core.paging.Pager
-
返回合计信息
- getSystemLogo() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取当前系统的Logo图片资源
- getSystemLogo() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取系统Logo图片资源。
- getTableComment(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源获取表备注说明
- getTableComment(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
根据数据源获取表注释
- getTableComment() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取默认数据源表备注
- getTableData(String) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
获取数据表的数据
根据传入的表名,查询并返回该表的所有数据,以及数据的总条数,用于分页显示
- getTableField(String, String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
获取表结构信息
- getTableField(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
获取表字段信息
- getTableField(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取默认数据表字段
- getTableField() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取默认数据表字段
- getTableFieldLength(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
获取指定表字段的长度
- getTableFieldLength(String, String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
获取表中指定字段的长度
- getTableFieldLength(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取真实的数据字段长度
- getTableFieldLength(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
获取数据库字段长度
- getTableFields(String) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
获取数据表的字段信息
通过表名称获取对应数据表的所有字段信息,并封装成分页结果返回
- getTableFieldType(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
获取指定表字段的数据库类型
- getTableFieldType(String, String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
获取表中指定字段的数据类型
- getTableFieldType(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
获取真实数据库的字段的类型
- getTableFieldType(String, String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
获取数据库字段类型
- getTableName() - 异常错误 中的方法net.sohelp.boot.admin.core.exceptions.DuplicateKeyException
-
获取表名
- getTables(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
根据数据源获取表列表
该接口通过传入的数据源名称和其他参数来获取对应的表列表,支持分页和按标签过滤。
- getTableTree() - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
获取数据库表信息
该接口用于获取数据库中所有表的信息,并以树形结构返回。
- getTask(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getTask(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据任务ID获取任务对象
- getTaskActorProvider() - 类 中的方法net.sohelp.boot.engine.workflow.core.Execution
-
- getTaskActors(NodeModel, Execution) - 类 中的方法net.sohelp.boot.engine.workflow.impl.GeneralTaskActorProvider
-
- getTaskActors(NodeModel, Execution) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskActorProvider
-
根据Task模型的assignee、assignmentHandler属性以及运行时数据,确定参与者
- getTaskActorsByTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getTaskActorsByTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- getTaskActorsByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据任务ID获取活动任务参与者数组
- getTaskActorsByTaskIdAndActorId(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getTaskActorsByTaskIdAndActorId(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
根据任务ID获取活动任务参与者数组
- getTaskModel(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
获取任务模型
- getTaskModel(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据任务ID获取任务模型
- getTasks(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
根据refid和业务ID获取流程实例的任务信息(包括已办、待办任务及流程节点配置)
- getTasksByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getTasksByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
通过流程实例ID获取任务列表
- getTasksByInstanceIdAndTaskKey(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getTasksByInstanceIdAndTaskKey(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
通过流程实例ID和任务key获取任务列表
- getTasksByInstanceIdAndTaskName(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.QueryServiceImpl
-
- getTasksByInstanceIdAndTaskName(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.QueryService
-
- getTaskStatus(TaskEventType) - 类 中的方法net.sohelp.boot.demo.core.workflow.WorkflowTaskListener
-
根据任务事件类型获取对应的任务状态描述
- getTenantConfig() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取当前租户的配置信息。
- getTenantId() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录用户的租户ID。
- getTenantId(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
获取指定用户所在的租户ID
- getTenantId() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户的租户 ID。
- getTheme(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserThemeCache
-
获取用户的界面主题配置信息。
- getTheme() - 类 中的方法net.sohelp.boot.demo.web.system.config.ThemeController
-
获取主题配置信息
从系统参数缓存中获取主题配置并返回
- getTheme() - 类 中的方法net.sohelp.boot.dev.web.system.config.ThemeController
-
获取系统主题配置
从系统参数缓存中获取当前的主题配置信息
- getThirdpartConfig() - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartController
-
获取当前用户的第三方登录配置列表。
- getThirdpartConfig() - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
获取当前用户绑定的第三方平台配置列表。
- getThirdpartUserPage(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
获取第三方平台绑定的用户信息分页数据。
- getThirdpartUserPage(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
获取第三方平台绑定的用户分页数据。
- getTime() - 类 中的静态方法net.sohelp.boot.common.utils.DateUtil
-
获取当前时间,格式: HH:mm:ss
- getTimeoutOrRemindTasks() - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
获取超时或者提醒的任务
- getTimeoutOrRemindTasks() - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
获取超时或者提醒的任务
- getTodoTask() - 类 中的方法net.sohelp.boot.test.workflow.WorkflowTest
-
获取待办任务
- getToken(Map) - 类 中的方法net.sohelp.boot.demo.web.login.LoginTokenService
-
根据用户信息生成JWT Token,并保存登录日志。
- getTotal() - 接口 中的方法net.sohelp.boot.common.core.paging.Pager
-
获取总行数
- getTree() - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicController
-
获取magicApi tree结构
- getTree() - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
获取系统参数树结构
- getType(int) - 枚举 中的静态方法net.sohelp.boot.admin.core.service.notice.NoticeRefTypeEnum
-
根据传入的编码值获取对应的通知类型枚举
- getType(int) - 枚举 中的静态方法net.sohelp.boot.admin.core.service.notice.NoticeTypeEnum
-
根据编码获取对应的通知类型枚举
- getType() - 枚举 中的方法net.sohelp.boot.demo.web.enums.ModuleRefTypeEnum
-
获取类型标识
- getType() - 枚举 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeTypeEnum
-
获取通知类型对应的数值
- getTypeByDbName(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据库名字获取数据库类型
- getTypeStr(int) - 枚举 中的静态方法net.sohelp.boot.dev.web.system.notice.AppNoticeTypeEnum
-
根据类型数值获取对应的通知类型枚举
遍历所有枚举值,找到与指定类型数值匹配的枚举项
- getUnRead(NoticeTypeEnum) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
获取指定类型的未读消息列表并进行分页处理
- getUnRead(AppNoticeTypeEnum) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
获取指定类型的未读消息列表(分页)
- getUnReadMsgNum() - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
获取当前登录用户的各类型未读消息数量统计
- getUnReadMsgNum() - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
获取当前登录用户的各类未读消息数量统计
- getUnreadNotice() - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
获取未读通知列表
该接口用于获取当前登录用户的未读系统通知、私信和待办事项,每种类型最多返回6条数据。
- getUnreadNoticeNum() - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
获取未读通知数量
该接口用于获取当前登录用户的未读系统通知、私信和待办事项的数量
- getUnsetAssigneeNodes(NodeModel) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
获取所有未设置处理人员节点【非发起人自己,只包含 1,审批 2,抄送 节点】
- getUpdateSQL(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据实体名称获取默认数据源下的更新SQL语句。
- getUpdateSQL(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityScriptService
-
根据指定数据源和实体名称生成更新SQL语句。
- getUrl() - 枚举 中的方法net.sohelp.boot.demo.web.enums.ModuleRefTypeEnum
-
获取模块地址路径
- getUser(long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
获取指定用户ID的简短用户信息
- getUserAvatar(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
获取指定用户ID的头像Base64编码
- getUserByRole(long, long) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
获取用户所属岗位中的其他用户列表。
- getUserByToken(String) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomAuthorizationInterceptor
-
根据 Token 获取当前登录用户信息。
- getUserId() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户的 ID(别名方法)。
- getUserInfo(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.DingdingNoticeService
-
获取用户详细信息
使用授权码换取用户的访问令牌,并进一步通过该令牌获取用户的基本信息。
- getUserInfo(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.QQNoticeService
-
根据授权码(code)获取QQ用户的详细信息
此方法会依次完成以下步骤:
1.
- getUserInfo(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.QywxNoticeService
-
根据授权码(code)获取企业微信用户的基本信息
- getUserMap(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据用户ID获取完整用户信息
- getUserName() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录用户的真实姓名。
- getUserName(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据用户ID获取其用户名
- getUserNo() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取当前登录用户的编号。
- getUserNo(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据用户ID获取其用户编号
- getUserNo() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
获取当前登录用户的编号。
- getUsers(List<Long>) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据多个用户ID批量获取用户基础信息
- getUsersByMyAndSubOrg(long) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
获取下属组织(含当前组织)下的所有用户。
- getUsersByOrg(long, long) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
获取用户所在所有部门下的全部用户。
- getUsersByRole(String) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
获取与某个岗位绑定的所有用户的列表
- getUsersBySubOrg(long) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
获取下属组织(不含当前组织)下的所有用户。
- getUsersByTenant(long) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
获取指定租户下的所有用户ID列表。
- getValue(String, String) - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
根据字典名称和标签名获取对应的值
- getValue(Object, String, String) - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
根据租户、字典名称和标签名获取对应的值
- getValue() - 枚举 中的方法net.sohelp.boot.demo.web.enums.FileRefTypeEnum
-
获取该枚举项的编码值
- getValue() - 枚举 中的方法net.sohelp.boot.demo.web.enums.FollowRefTypeEnum
-
获取当前枚举项的数值代码
- getValues(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取数据列
- getValues(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取数据列,例如:[1,3,4,5]
- getValues(String, Map) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取数据列,例如:[1,3,4,5]
- getVersion() - 类 中的方法net.sohelp.boot.dev.web.ops.updater.UpdaterController
-
获取管理平台版本信息
该接口用于获取当前管理平台的版本信息,包括官方最新版本和当前jar包版本号。
- getVersionFromPackage(Class<?>) - 类 中的静态方法net.sohelp.boot.dev.web.ops.updater.JarVersionUtil
-
通过指定类对应的 Package 对象获取其实现版本(Implementation-Version)。
- getVersionFromPomProperties(Class<?>, String, String) - 类 中的静态方法net.sohelp.boot.dev.web.ops.updater.JarVersionUtil
-
从 Maven 构建过程中生成的 pom.properties 文件中读取版本号。
- getWebApplicationContext(ServletConfig) - 类 中的方法net.sohelp.boot.engine.web.report.CustomUReportServlet
-
从Servlet配置中获取Web应用上下文
- getWorkflow(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowService
-
根据数据源和实体名称获取对应的工作流配置
- getWrapper(String...) - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
根据查询条件构建QueryWrapper,排除指定字段
- getWrapperWith(String...) - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
根据查询条件构建QueryWrapper,只包含指定字段
- getWx() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取已保存的微信登录配置信息
- getWx() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取微信登录配置信息。
- getWxgzhCode() - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartWxPubController
-
获取微信公众号带参二维码票据并进行URL编码后返回
- getWxgzhCode() - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartWxPubController
-
获取微信公众号带参数二维码的 ticket,并进行 URL 编码后返回
- getWxgzhManage(HttpServletRequest, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartWxPubController
-
处理微信公众号服务器推送的消息(GET用于验证签名,POST用于处理扫码等事件)
- getWxgzhManage(HttpServletRequest, HttpServletResponse) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartWxPubController
-
处理微信公众号回调请求(GET 和 POST)
GET 请求用于验证服务器有效性
POST 请求处理用户扫码、关注等事件推送
- getWxMessage() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
获取微信消息通知的配置信息
- getWxMessage() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
获取微信消息通知配置信息。
- GlobalControllerAdvice - net.sohelp.boot.admin.core.advice中的类
-
全局控制器增强处理类,用于统一处理响应数据
该类实现了ResponseBodyAdvice接口,可以在响应体写入之前进行统一处理
主要功能是根据操作日志服务的配置,决定是否清除ApiResult中的错误信息
- GlobalControllerAdvice() - 类 的构造器net.sohelp.boot.admin.core.advice.GlobalControllerAdvice
-
- GlobalExceptionAdvice - net.sohelp.boot.demo.core.advice中的类
-
全局异常处理器
统一处理系统中抛出的各种异常,并返回统一格式的响应结果。
- GlobalExceptionAdvice() - 类 的构造器net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
- GridBuilderController - net.sohelp.boot.dev.web.code中的类
-
列表设计器控制器
提供用于管理、配置和预览表格列表的功能接口。
- GridBuilderController() - 类 的构造器net.sohelp.boot.dev.web.code.GridBuilderController
-
- GridController - net.sohelp.boot.dev.web.dev.module中的类
-
网格列表配置
- GridController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.GridController
-
- GridCustomService - net.sohelp.boot.engine.web.service中的类
-
自定义网格列表服务
- GridCustomService() - 类 的构造器net.sohelp.boot.engine.web.service.GridCustomService
-
- GridFilterConfigVO - net.sohelp.boot.engine.web.vo.grid中的类
-
高级筛选基本配置
- GridFilterConfigVO() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.GridFilterConfigVO
-
- GridFilterConfigVO.FilterPositionEnum - net.sohelp.boot.engine.web.vo.grid中的枚举
-
高级过滤显示位置
- GridFilterSchemeVO - net.sohelp.boot.engine.web.vo.grid中的类
-
筛选方案配置
- GridFilterSchemeVO() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.GridFilterSchemeVO
-
- GridFilterVO - net.sohelp.boot.engine.web.vo.grid中的类
-
筛选配置
- GridFilterVO() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.GridFilterVO
-
- GridPropertyConvertUtil - net.sohelp.boot.engine.web.utils中的类
-
网格属性与实体性对象转换
- GridPropertyConvertUtil() - 类 的构造器net.sohelp.boot.engine.web.utils.GridPropertyConvertUtil
-
- GridPropertyVO - net.sohelp.boot.engine.web.vo.grid中的类
-
网列列表的属性定义
- GridPropertyVO() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.GridPropertyVO
-
- GridRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
- GridRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.GridRefVO
-
- GridService - net.sohelp.boot.engine.web.service中的类
-
网格列表服务
- GridService() - 类 的构造器net.sohelp.boot.engine.web.service.GridService
-
- GridUpdaterVO - net.sohelp.boot.engine.web.vo.crud中的类
-
- GridUpdaterVO() - 类 的构造器net.sohelp.boot.engine.web.vo.crud.GridUpdaterVO
-
- GridVO - net.sohelp.boot.engine.web.vo.grid中的类
-
网格列表定义
- GridVO() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.GridVO
-
- groupBy(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
添加GROUP BY子句
- GrovvyLanguageProvider - net.sohelp.boot.demo.core.magic.provider中的类
-
- GrovvyLanguageProvider() - 类 的构造器net.sohelp.boot.demo.core.magic.provider.GrovvyLanguageProvider
-
- gt(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
大于查询功能实现
- gte(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
大于等于查询功能实现
- i18n(String) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取指定键对应的国际化字符串。
- i18n(String, String) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取指定语言包下对应键的国际化字符串。
- i18n(String, String) - 类 中的方法net.sohelp.boot.demo.core.magic.module.MagicApiCustomFunction
-
获取国际化字符串(指定模块)
- i18n(String) - 类 中的方法net.sohelp.boot.demo.core.magic.module.MagicApiCustomFunction
-
获取国际化字符串(默认模块)
- I18nCategoryController - net.sohelp.boot.dev.web.system.i18n中的类
-
国际化分类控制器,用于管理系统中的国际化分类信息。
- I18nCategoryController() - 类 的构造器net.sohelp.boot.dev.web.system.i18n.I18nCategoryController
-
- I18NConfig - net.sohelp.boot.admin.core.web.yml中的类
-
国际化配置
用于配置国际化相关的参数,包括是否启用自定义国际化目录以及指定国际化文件的存储路径。
- I18NConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.I18NConfig
-
- I18nController - net.sohelp.boot.dev.web.dev.module中的类
-
模块国际化管理
- I18nController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.I18nController
-
- I18nController - net.sohelp.boot.dev.web.system.i18n中的类
-
国际化标准管理控制器
提供国际化数据的增删改查、构建及导出功能,支持按模块或实体生成国际化配置。
- I18nController() - 类 的构造器net.sohelp.boot.dev.web.system.i18n.I18nController
-
- I18nController - net.sohelp.boot.dev.web.user中的类
-
国际化语言控制器
提供国际化语言相关的API接口
- I18nController() - 类 的构造器net.sohelp.boot.dev.web.user.I18nController
-
- I18nEntityService - net.sohelp.boot.engine.web.service中的类
-
根据所有实体生成i18n中文国际化
- I18nEntityService() - 类 的构造器net.sohelp.boot.engine.web.service.I18nEntityService
-
- I18nRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
绑定国际化
- I18nRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.I18nRefVO
-
- I18nRender - net.sohelp.boot.admin.core.service.i18n中的类
-
国际化组件
- I18nRender() - 类 的构造器net.sohelp.boot.admin.core.service.i18n.I18nRender
-
- I18nTableService - net.sohelp.boot.admin.core.service.i18n中的类
-
根据所有实体生成i18n中文国际化
- I18nTableService() - 类 的构造器net.sohelp.boot.admin.core.service.i18n.I18nTableService
-
- id - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlowEntity
-
主键ID
- id - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
主键ID
- IdWorkerUtil - net.sohelp.boot.admin.core.utils中的类
-
雪花ID 19位long型
- IdWorkerUtil() - 类 的构造器net.sohelp.boot.admin.core.utils.IdWorkerUtil
-
- ifnull(Object, Object, Object) - 类 中的静态方法net.sohelp.boot.demo.core.magic.script.CustomFunction
-
判断目标值是否为空并返回相应结果
- illegal(boolean, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
非法参数断言
- illegal(boolean, Supplier<String>) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
非法参数断言
- illegal(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
非法参数断言
- image(String, String) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
读取并返回指定路径下的图片文件
该接口通过文件名和路径读取服务器上的图片资源,并返回图片的字节流
- image(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineFileController
-
图片预览接口
根据提供的文件ID和可选的引用ID,预览指定的图片文件。
- ImageRenderConfig - net.sohelp.boot.engine.db.vo.render中的类
-
- ImageRenderConfig() - 类 的构造器net.sohelp.boot.engine.db.vo.render.ImageRenderConfig
-
- ImageTypeConfig - net.sohelp.boot.engine.db.vo.type中的类
-
图片类型配置
- ImageTypeConfig() - 类 的构造器net.sohelp.boot.engine.db.vo.type.ImageTypeConfig
-
- importAll(List<Map<String, Object>>) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
导入所有记录
- importAll(List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
从数据库导出所有文件资源信息
执行SQL查询语句,从pb_sohelp_boot_file表中获取所有文件的路径和内容,
并按文件路径升序排列后返回结果集
- importAll(List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
批量导入所有资源文件数据
- importApplication(String, MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
导入应用接口
通过该接口可以将应用文件上传到服务器并进行解压和安装处理。
- ImportController - net.sohelp.boot.dev.web.dev.module中的类
-
批量导入引擎配置
- ImportController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.ImportController
-
- importGrid(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
导入列表接口
用于将列表从一个模块导入到另一个模块
- importLayout(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
导入界面接口
该接口用于导入指定的界面到目标模块中
- importMagicApiResourceZip(MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.dev.config.magic.MagicApiConfigController
-
从ZIP文件导入Magic API资源到数据库
- importModule(String, String, MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
导入模块接口
该接口用于将指定应用名称、模块名称和文件上传到服务器,并进行模块的安装操作。
- ImportRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
- ImportRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.ImportRefVO
-
- importResource(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeConfigController
-
导入外部资源配置信息
接收客户端上传的资源数据,并将其持久化存储至系统中。
- importService() - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicService
-
- importZip(MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.dev.config.sohelp.SohelpBootConfigController
-
导入zip文件中的配置到数据库
- importZip() - 类 中的方法net.sohelp.boot.dev.web.ops.resource.SohelpBootResourceController
-
导入并解压上传的ZIP压缩包。
- in(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
区间查询功能实现
- inclusiveNode() - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
判断是否为包容节点
- index() - 类 中的方法net.sohelp.boot.dev.web.dashboard.HomeController
-
首页路由处理方法
处理对 /dev 或 /dev/ 的GET请求,重定向到首页HTML文件
- IndexKeyVO - net.sohelp.boot.engine.db.vo中的类
-
索引
- IndexKeyVO() - 类 的构造器net.sohelp.boot.engine.db.vo.IndexKeyVO
-
- info(String) - 类 中的方法net.sohelp.boot.admin.core.helper.LogHelper
-
- info(String) - 类 中的方法net.sohelp.boot.admin.core.service.log.OperatorLogService
-
记录一条普通信息类型的日志。
- info() - 类 中的方法net.sohelp.boot.dev.web.dashboard.WorkBenchController
-
获取工作台详情信息
包括版本号、租户信息、组织名称、用户昵称、登录IP地址及各类统计数据(如应用数、实体数、数据源数等)。
- init() - 类 中的方法net.sohelp.boot.demo.core.task.TaskSchedulerService
-
初始化调度器线程池
- init(ServletConfig) - 类 中的方法net.sohelp.boot.engine.web.report.CustomUReportServlet
-
初始化Servlet,加载并注册所有ServletAction处理器。
- initial() - 类 中的方法net.sohelp.boot.admin.core.cache.OAuth2Cache
-
初始化OAuth2客户端认证缓存
从数据库中查询所有状态为启用(app_status=1)的OAuth2客户端信息,
并将其app_id与app_secret加载到内存缓存中。
- initial(String, Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
仅仅作第一次初始化数据,如果数据已经存在则不会进行初化
- initial(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.admin.core.db.WhereBuilder
-
初始化SQL构建器实例
将传入的数据映射与Web请求参数合并,优先使用传入数据映射中的值
- initial() - 类 中的静态方法net.sohelp.boot.admin.core.db.WhereBuilder
-
初始化SQL构建器实例
直接使用Web请求参数创建SQL构建器
- initial(List<T>, Map<String, Object>) - 类 中的静态方法net.sohelp.boot.common.core.filter.ListFilter
-
初始化一个ListFilter对象
- initial(List<Map<String, Object>>, Map<String, Object>) - 类 中的静态方法net.sohelp.boot.common.core.filter.ListMapFilter
-
初始化一个 ListMapFilter 实例。
- initial(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeConfigController
-
初始化开发环境配置
清除与数据库实体相关的表单、网格以及Java模型定义文件,并删除现有配置文件,
实现重置开发环境的目的。
- initial(String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
获取模块初始化数据
该接口用于根据模块地址获取相应的初始化数据,并进行权限验证。
- initial(String) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
初始化方法,用于初始化并返回一个包含业务实体数据的Map
- insert(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
插入数据,针对jdbcTemplate
- insert(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
插入数据,针对 jdbcTemplate
- insert(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
插入数据
- insert(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
单表插入数据
- insert(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
插入一条记录。
- insert(String, Object, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
插入新的系统参数记录。
- insert(long, String, Object) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
插入一个新的用户参数项。
- insert(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
向指定实体插入数据
- insert(FlwExtInstance) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwExtInstanceDao
-
- insert(FlwHisInstance) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisInstanceDao
-
- insert(FlwHisTaskActor) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskActorDao
-
- insert(FlwHisTask) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- insert(FlwInstance) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwInstanceDao
-
- insert(FlwProcess) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwProcessDao
-
- insert(FlwTaskActor) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- insert(FlwTask) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- insert(FlwExtInstance) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwExtInstanceDaoImpl
-
- insert(FlwHisInstance) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisInstanceDaoImpl
-
- insert(FlwHisTaskActor) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskActorDaoImpl
-
- insert(FlwHisTask) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- insert(FlwInstance) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
-
- insert(FlwProcess) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwProcessDaoImpl
-
- insert(FlwTaskActor) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- insert(FlwTask) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- install(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
安装已下载的应用包到系统中
- install() - 类 中的方法net.sohelp.boot.dev.web.cloud.designer.ComponentController
-
安装组件接口
支持GET和POST两种请求方式安装组件
- install(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
安装本地已下载的模块到系统资源目录中
- install(String, JSONObject) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationBuilder
-
安装应用资源,根据不同的文件路径执行不同的保存或初始化操作
- install(String, String, JSONObject) - 类 中的方法net.sohelp.boot.dev.web.dev.module.service.ModuleBuilder
-
安装模块配置文件到指定路径
该方法根据输入参数和JSON对象内容,将模块配置文件安装到不同路径:
1.
- install() - 类 中的方法net.sohelp.boot.install.service.controller.InstallController
-
- InstallationConfiguration - net.sohelp.boot.install.service.config中的类
-
Install MVC
- InstallationConfiguration() - 类 的构造器net.sohelp.boot.install.service.config.InstallationConfiguration
-
- InstallController - net.sohelp.boot.install.dev.controller中的类
-
- InstallController() - 类 的构造器net.sohelp.boot.install.dev.controller.InstallController
-
- InstallController - net.sohelp.boot.install.service.controller中的类
-
- InstallController() - 类 的构造器net.sohelp.boot.install.service.controller.InstallController
-
- InstallDevConfiguration - net.sohelp.boot.install.dev.config中的类
-
- InstallDevConfiguration() - 类 的构造器net.sohelp.boot.install.dev.config.InstallDevConfiguration
-
- instance() - 类 中的静态方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取JdbcHelper实例
- instance() - 类 中的静态方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
获取当前Spring容器中的SystemParamService实例。
- instance(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.TableScriptFactory
-
获取表结构脚本实例
根据数据源名称获取对应的数据库类型,并创建相应的表脚本生成器实例
- instance() - 类 中的方法net.sohelp.boot.engine.db.table.script.TableScriptFactory
-
获取默认数据源的表结构脚本实例
使用"default"作为默认数据源名称调用instance方法
- instanceDao(FlwInstanceMapper) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowMybatisPlusConfiguration
-
- InstanceEvent - net.sohelp.boot.engine.workflow.spring.event中的类
-
流程实例事件对象
- InstanceEvent() - 类 的构造器net.sohelp.boot.engine.workflow.spring.event.InstanceEvent
-
- InstanceEventType - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
流程引擎监听类型
- instanceId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
流程实例ID
- instanceId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
流程实例ID
- InstanceListener - net.sohelp.boot.engine.workflow.listener中的接口
-
流程实例监听
- instanceListener(ApplicationEventPublisher) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowAutoConfiguration
-
注入自定义 InstanceListener 实现该方法不再生效
- instanceNo - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
流程实例编号
- instanceNotify(InstanceEventType, Supplier<FlwHisInstance>, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- InstanceState - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
流程状态
- instanceState - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwHisInstance
-
- instanceUrl - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
当前流程的实例url(一般为流程第一步的url)
该字段可以直接打开流程申请的表单
- invalidate(String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.DefaultProcessModelParser
-
- invalidate(String) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessModelParser
-
使缓存失效
- invalidateProcessModel(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.core.FlowContext
-
- invokeDingdingBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartDingdingController
-
处理钉钉授权后的回调请求,并完成用户与钉钉账号的绑定逻辑。
- invokeDingdingBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartDingdingController
-
处理钉钉授权后的回调请求,完成用户与钉钉账号的绑定流程。
- invokeDingdingLogin(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginDingController
-
处理钉钉登录后的回调请求,获取用户信息并完成本地登录流程
- invokeQqBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartQQController
-
处理QQ授权后的回调请求,并完成用户与QQ账号的绑定逻辑
- invokeQqBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartQQController
-
处理QQ授权后的回调请求,并完成QQ账号与系统用户的绑定逻辑。
- invokeQQLogin(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginQQController
-
处理QQ登录回调逻辑。
- invokeQywxBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartQywxController
-
处理企业微信绑定回调请求
接收来自企业微信的授权码并完成用户与企业微信账号的绑定流程。
- invokeQywxBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartQywxController
-
处理企业微信绑定回调请求
接收来自企业微信的授权码,获取用户信息后完成用户与企业微信账号的绑定关系。
- invokeQywxLogin(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginQywxController
-
处理企业微信登录回调接口
接收企业微信返回的code,获取用户信息并验证绑定状态,最终完成登录或跳转错误页面。
- invokeWxBinding(Map) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartWeiXinController
-
微信授权后的回调接口,用于处理用户与微信账号的绑定逻辑。
- invokeWxBinding(Map) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartWeiXinController
-
微信授权后的回调接口,用于处理用户的绑定逻辑。
- invokeWxLogin(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginWxController
-
处理微信登录回调接口
接收来自微信服务器的授权回调,解析用户身份并完成登录流程。
- IOConfig - net.sohelp.boot.engine.web.vo.grid中的类
-
导入导出配置
- IOConfig() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.IOConfig
-
- isAdmin() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
判断当前登录用户是否是管理员。
- isAdministrator() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
判断当前登录用户是否为系统管理员。
- isAdministrator(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
判断给定用户是否是管理员角色
- isAllowed(String, List<FlwTaskActor>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.GeneralAccessStrategy
-
如果创建人ID所属的组只要有一项存在于参与者集合中,则表示可访问
- isAllowed(FlwTask, String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
根据 taskId、createId 判断创建人是否允许执行任务
- isAllowed(String, List<FlwTaskActor>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskAccessStrategy
-
根据创建人ID、参与者集合判断是否允许访问所属任务
- isAllowed(NodeModel, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskActorProvider
-
流程创建者是否允许操作执行当前节点
- isAllowed(FlwTask, String) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据 taskId、createBy 判断创建人createBy是否允许执行任务
- isDev() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
判断当前登录用户是否是开发人员。
- isDeveloper() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
判断当前登录用户是否为开发者角色。
- isDeveloper(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
判断给定用户是否是开发者角色
- isEmpty(Object) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
断言给定的object对象为空
- isEmpty(Object, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
断言给定的object对象为空
- isEmpty(Object) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.ObjectUtils
-
判断字符串是否为空
- isEqualsProperty(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
判断给定属性与数据库中对应字段是否相等(类型和长度)
- isEqualsProperty(PropertyVO, PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
判断两个属性对象是否相等(类型和长度)
- isEqualsProperty(PropertyVO, PropertyVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
比较两个属性对象是否相等
- isEqualsProperty(PropertyVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
判断字段属性是否相等
- isErrorPrint() - 类 中的方法net.sohelp.boot.admin.core.service.log.OperatorLogService
-
判断是否允许向客户端输出详细的错误信息。
- isExistIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
判断指定属性的索引是否存在
- isExistIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
判断指定字段上的索引是否存在
- isExistIndexKey(PropertyVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
检查索引是否存在
- isExistPrimaryKey(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
判断指定表是否存在主键
- isExistPrimaryKey(String) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
检查指定表是否存在主键
- isExistPrimaryKey(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
检查指定表是否有主键
- isExistPrimaryKey(String) - 类 中的方法net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
检查表是否存在主键
- isFalse(boolean, Supplier<String>) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
- isFalse(boolean, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
- isFile() - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
是否是文件模式
- isFinished(long) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowService
-
检查指定工作流实例是否已完成(通过判断是否存在关联实例)
- isLogin() - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
判断当前 Token 是否已登录。
- isLogin() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
判断当前用户是否已登录。
- isLoginEnabled(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
判断账户是否处于启用状态
- isLoginVerify() - 类 中的方法net.sohelp.boot.admin.core.cache.SystemConfigCache
-
判断登录是否需要显示验证码
根据系统配置中的验证码开关参数来判断
- isNotEmpty(Object, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
断言给定的object对象非空
- isNotEmpty(Object) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.ObjectUtils
-
判断字符串是否为非空
- isNull(Object, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
断言给定的object对象为空
- isNull(Object) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
断言给定的object对象为空
- ISohelpBootResourceService - net.sohelp.boot.admin.core.service.resource中的接口
-
商邦资源管理
- isSingletonMap(Map<?, ?>) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.ObjectUtils
-
判断 Map 是否未 Collections$SingletonMap 对象
- isTrue(boolean, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
断言表达式为true
- isTrue(boolean) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
断言表达式为true
- isZero(int, String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
- label - 枚举 中的变量net.sohelp.boot.admin.core.service.notice.NoticeRefTypeEnum
-
类型显示名称,用于前端展示或日志输出等场景
- LangCache - net.sohelp.boot.admin.core.cache中的类
-
语言配置缓存类
用于管理和获取系统语言配置信息
- LangCache() - 类 的构造器net.sohelp.boot.admin.core.cache.LangCache
-
- LangController - net.sohelp.boot.demo.web.i18n中的类
-
语言管理控制器
提供语言配置和语言列表相关的API接口
- LangController() - 类 的构造器net.sohelp.boot.demo.web.i18n.LangController
-
- LangService - net.sohelp.boot.admin.core.service.i18n中的类
-
语言管理服务类,提供国际化相关的功能接口。
- LangService() - 类 的构造器net.sohelp.boot.admin.core.service.i18n.LangService
-
- LanguageController - net.sohelp.boot.dev.web.system.i18n中的类
-
语言管理控制器,提供语言相关的增删改查及配置功能。
- LanguageController() - 类 的构造器net.sohelp.boot.dev.web.system.i18n.LanguageController
-
- lastUpdateBy - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
流程实例上一次更新人
- lastUpdateTime - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
流程实例上一次更新时间
- layoutByToken(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
根据Token注销特定用户的登录会话。
- layoutByUserId(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
注销指定用户的所有会话。
- LayoutController - net.sohelp.boot.dev.web.dev.module中的类
-
设计器
- LayoutController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.LayoutController
-
- LayoutCustomService - net.sohelp.boot.engine.web.service中的类
-
自定义布局服务
- LayoutCustomService() - 类 的构造器net.sohelp.boot.engine.web.service.LayoutCustomService
-
- LayoutRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
布局
- LayoutRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.LayoutRefVO
-
- LayoutService - net.sohelp.boot.engine.web.service中的类
-
布局操作服务
- LayoutService() - 类 的构造器net.sohelp.boot.engine.web.service.LayoutService
-
- LayoutVO - net.sohelp.boot.engine.web.vo.layout中的类
-
界面配置
- LayoutVO() - 类 的构造器net.sohelp.boot.engine.web.vo.layout.LayoutVO
-
- letter(NoticeVO) - 类 中的方法net.sohelp.boot.admin.core.helper.NoticeHelper
-
用户消息
- like(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
模糊查询功能实现
- like(String) - 类 中的方法net.sohelp.boot.common.core.filter.ListFilter
-
对列表执行模糊匹配(like)操作,根据指定属性名在paramMap中查找对应值,
并筛选出该属性值包含此关键字的对象。
- like(String) - 类 中的方法net.sohelp.boot.common.core.filter.ListMapFilter
-
对指定属性执行模糊匹配(contains)过滤。
- limit() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
获取分页大小限制,默认为20。
- list() - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
获取所有用户列表
- list() - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
获取已启动数据源列表
- list(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
查询多条记录并以List
- list() - 类 中的方法net.sohelp.boot.admin.core.service.application.ApplicationService
-
获取应用列表
- list() - 类 中的方法net.sohelp.boot.admin.core.service.datasource.DatasourceService
-
查询所有启用的数据源列表。
- list(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.magic.MagicApiService
-
读取业务模块列表
- list() - 类 中的方法net.sohelp.boot.admin.core.service.menu.MenuService
-
获取所有菜单信息并按模块分组。
- list(long) - 类 中的方法net.sohelp.boot.admin.core.service.menu.MenuService
-
根据用户ID查询其所具有的菜单权限列表,并根据多个应用的情况动态插入虚拟菜单项来支持多应用展示。
- list() - 类 中的方法net.sohelp.boot.admin.core.service.oauth.OAuthService
-
获取所有OAuth配置列表
查询并返回所有OAuth配置记录,按ID升序排列
- list(long) - 类 中的方法net.sohelp.boot.admin.core.service.org.OrgService
-
获取机构部门列表
根据租户ID查询该租户下所有未删除的机构部门信息,按照排序号升序排列
- list() - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
查询所有系统参数配置项。
- list() - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
获取所有用户的参数列表。
- list(long) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
根据用户ID获取该用户的参数列表。
- list() - 类 中的方法net.sohelp.boot.admin.core.service.role.RoleService
-
获取所有岗位列表
查询pb_role表中所有的岗位信息,按ID升序排列
- list(long) - 类 中的方法net.sohelp.boot.admin.core.service.role.RoleService
-
根据租户ID获取岗位列表
查询指定租户下的所有岗位信息,按ID升序排列
- list() - 类 中的方法net.sohelp.boot.admin.core.service.tenant.TenantService
-
查询所有租户列表
查询pb_tenant表中的id和tenant_name字段
- list() - 类 中的方法net.sohelp.boot.admin.core.service.user.UserService
-
查询所有用户列表
- list() - 类 中的方法net.sohelp.boot.demo.web.i18n.LangController
-
获取可用语言列表
查询系统中所有可用的语言选项
- list(NoticeTypeEnum) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
获取指定类型的所有消息列表(不分页)
- list() - 类 中的方法net.sohelp.boot.demo.web.system.ApplicationController
-
获取应用列表
查询所有可用的应用信息,并过滤掉特定UUID的应用和已禁用的应用
- list() - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
获取所有字典分类列表,并按排序字段升序排列。
- list() - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
获取所有字典项列表。
- list() - 类 中的方法net.sohelp.boot.demo.web.system.log.OperationLogController
-
获取操作日志列表
查询当前租户的所有操作日志记录,按ID倒序排列
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
获取菜单列表
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
查询所有机构信息
- list() - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamCategoryController
-
获取系统变量分类列表
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamController
-
获取所有系统常量参数列表(不分页)
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.UserConstParamController
-
获取所有用户系统变量列表(不分页)
- list() - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
获取完整的角色列表
- list() - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
获取所有租户列表。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppCategoryController
-
获取生态应用分类列表
通过HTTP GET请求远程服务获取分类数据,并解析返回结果
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
获取用户上传至云端的应用列表,并与本地应用对比判断是否已上传
- list() - 类 中的方法net.sohelp.boot.dev.web.cloud.application.MyInstallController
-
获取安装列表
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleCategoryController
-
获取云端模块分类列表
通过HTTP GET请求从指定路径获取模块分类数据,并解析返回的JSON格式数据
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
获取模块列表(预留空实现)
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.plugins.CloudPluginsCategoryController
-
获取云端插件分类列表
通过HTTP GET请求从远程服务器获取插件分类数据,并解析返回结果
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.service.CloudServiceCategoryController
-
获取云服务分类列表
通过HTTP GET请求远程服务获取分类数据,并解析返回结果
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeSchemeController
-
获取所有启用状态下的代码方案列表。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
分页获取指定数据源下的表列表
支持通过标签筛选表名,并排除 pb_ 开头的系统保留表。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
获取指定数据源下符合条件的所有数据库表,并分页展示其配置状态。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
获取应用列表接口
该接口用于获取经过筛选和排序的应用列表,只返回未禁用且应用名称不为"admin"的应用,并按排序字段升序排列。
- list() - 类 中的方法net.sohelp.boot.dev.web.dev.db.DatasourceController
-
分页显示数据源列表
该接口用于获取系统中配置的数据源列表,并以分页的形式展示。
- list() - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
读取物理表列表接口
该接口用于获取物理表的列表信息,仅开发者权限可访问
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.mobile.AppMenuController
-
查询菜单列表接口
根据传入的参数查询符合条件的菜单列表并返回结果
- list(DownloadRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.DownloadController
-
获取下载引用列表接口
根据应用名称和模块名称获取对应的下载引用列表
- list(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
获取模块下的实体引用列表
根据应用名称和模块名称获取模块下的实体引用列表,并补充实体的网格和表单信息
- list(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
获取指定应用和模块的网格列表
通过应用名称和模块名称获取对应的网格列表,返回包含网格详细信息的列表结果
- list(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.I18nController
-
获取应用模块的国际化列表
通过应用名称和模块名称获取对应的国际化列表信息
- list(ImportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ImportController
-
获取上传引用列表接口
根据传入的应用名称和模块名称,获取对应路径下的上传引用列表。
- list(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
读取表单List接口
根据应用名称和模块名称读取对应的表单列表,并返回包含表单详细信息的VO列表
- list(String, String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
获取模块列表接口
根据提供的参数获取符合条件的模块列表,支持按名称、排序方式、顺序以及应用名称进行筛选。
- list(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.PermissionController
-
获取指定应用和模块的权限列表
根据应用名称和模块名称获取对应的权限列表,如果参数为空或模块不存在则返回失败信息。
- list(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ReportController
-
获取报表列表接口
根据应用名称和模块名称获取报表列表,并对列表中的每个报表进行处理,添加refid字段并移除xml字段。
- list(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ServiceController
-
获取服务列表接口
根据应用名称和模块名称获取对应的服务列表
- list(UploadRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.UploadController
-
获取上传引用列表接口
该接口用于获取指定应用及模块下的上传引用列表。
- list() - 类 中的方法net.sohelp.boot.dev.web.ops.cache.CacheController
-
获取缓存分页列表
当前方法尚未实现具体逻辑,预留接口。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.AutocodeController
-
获取所有自动编码配置列表。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
获取所有符合条件的字典分类列表。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
获取所有符合条件的字典项列表(不分页)。
- list() - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nCategoryController
-
获取所有国际化分类列表(不分页)。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
查询所有国际化数据列表
获取满足条件的所有国际化记录,不分页。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
获取所有语言信息列表,并按排序字段升序排列。
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
获取菜单列表
支持根据标题、路径或权限模糊搜索菜单项,并按排序号升序排列。
- list(AppNoticeTypeEnum) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
获取指定类型的所有消息列表(不分页)
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
列出符合条件的所有机构列表
- list() - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamCategoryController
-
获取系统变量分类列表
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
获取用户系统变量列表(不分页)
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
获取所有岗位列表
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
获取所有租户列表(用于下拉选择等场景)
- list() - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
读取默认数据源数据实体
- list(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
读取所有实体
- list() - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
获取默认数据源的所有物理表列表
- list(String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
根据数据源获取物理表列表
- list() - 类 中的方法net.sohelp.boot.engine.db.service.EntityExtService
-
查询所有扩展字段信息,并封装成PropertyVO对象列表返回。
- list(String) - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
获取所有表结构信息列表。
- list() - 类 中的方法net.sohelp.boot.engine.db.table.service.TableService
-
使用默认数据源获取所有表结构信息列表。
- list() - 类 中的方法net.sohelp.boot.engine.web.controller.ApplicationController
-
获取应用列表接口
该接口用于获取所有应用的列表信息
- list() - 类 中的方法net.sohelp.boot.engine.web.controller.DictController
-
获取用户下拉菜单数据
该接口用于获取当前租户下的所有字典数据,并过滤出与当前租户ID匹配的数据,最后返回给前端用于展示下拉菜单。
- list(String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineReportController
-
根据refid获取报告列表
解析传入的refid参数,并根据解析结果从服务层获取对应的报告信息列表。
- list(String) - 类 中的方法net.sohelp.boot.engine.web.controller.MenuController
-
获取菜单列表接口
根据传入的uuid获取对应的菜单列表
- list() - 类 中的方法net.sohelp.boot.engine.web.controller.OrgController
-
获取组织列表接口
该接口用于获取当前租户下的组织列表,返回结果为ApiResult包装的List类型数据
- list() - 类 中的方法net.sohelp.boot.engine.web.controller.RoleController
-
获取角色列表接口
该接口用于获取当前租户下的所有角色列表,返回结果为ApiResult包装的List类型数据
- list(String) - 类 中的方法net.sohelp.boot.engine.web.controller.UserController
-
获取用户列表接口
根据租户ID和部门ID获取用户列表,如果部门ID为空,则返回该租户下所有用户
- list() - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
获取模块列表
- list(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ReportService
-
- listApp() - 类 中的方法net.sohelp.boot.admin.core.service.application.ApplicationService
-
获取应用列表。
- listByApp(String) - 类 中的方法net.sohelp.boot.admin.core.service.menu.MenuService
-
根据应用UUID获取该应用下的菜单列表,并进行格式化处理。
- listByApp(String) - 类 中的方法net.sohelp.boot.engine.web.controller.MenuController
-
根据应用获取列表
该接口通过应用ID获取对应的列表数据
- listByParentInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwInstanceMapper
-
- listByPath(String, Class<T>) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
查询文件列表
- listByPath(String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
查询文件列表
- listByPath(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
读取配置资源,列出当前目录的资源
- listByPath(String, Class<T>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
根据给定的文件路径和类类型读取配置资源,并将其转换为指定类型的对象列表。
- listByPath(String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
根据指定路径读取该目录下所有资源文件,并封装成JSONObject列表
- listByPath(String, Class<T>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
根据指定路径读取资源文件,并将其转换为目标类型的对象列表
- listByRegex(String, String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
查询文件列表
- listByRegex(String, String, Class<T>) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
查询文件列表
- listByRegex(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
通过正则表达式从指定路径下筛选出符合条件的JSON对象列表
- listByRegex(String, String, Class<T>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
根据给定的文件路径、正则表达式和类类型读取配置资源,并将其转换为指定类型的对象列表。
- listByRegex(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
使用正则表达式过滤符合规则的资源文件并返回其对应的JSONObject列表
- listByRegex(String, String, Class<T>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
使用正则表达式过滤符合规则的资源文件,并将其转换为目标类型的对象列表
- listEntityByModule(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
根据模块获取实体列表
该接口根据传入的应用名和模块名,获取对应模块下的实体列表。
- listEntityForm(ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据模块信息获取关联的实体表单列表
- listEntityGrid(ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据模块信息获取实体网格列表
- listEntityName(String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
获取实体名称列表
根据数据源获取实体名称和标签的列表,并返回成功的结果。
- listField(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
读取字段列表接口
根据表名和数据源名称读取对应表的字段列表,并返回字段的详细信息
- ListFilter<T> - net.sohelp.boot.common.core.filter中的类
-
列表过滤工具类,提供基于属性的过滤、排序等功能。
- listForeignKeyEntityRef(ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据引用ID获取外键实体引用
- listGetOne(List<T>) - 类 中的静态方法net.sohelp.boot.admin.core.utils.CommonUtil
-
获取集合中的第一条数据
- listGrid(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.GridService
-
根据应用名和模块名获取网格列表
该函数首先根据应用名和模块名构建网格资源路径,然后从资源服务中获取对应的网格列表。
- listLanguage() - 类 中的方法net.sohelp.boot.admin.core.service.i18n.LangService
-
获取已启用的语言列表
该方法会尝试从指定路径加载语言配置文件,并解析出所有启用的语言项,
并按照排序字段进行升序排列。
- listLanguage() - 类 中的方法net.sohelp.boot.dev.web.user.I18nController
-
获取已启用的语言列表
调用语言服务获取系统中所有已启用的语言信息
- listLayout(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
根据应用名和模块名列出布局信息
- ListMapFilter - net.sohelp.boot.common.core.filter中的类
-
列表映射过滤器工具类,用于对 List
- listMenuByApp(String, int) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
根据应用UUID列出菜单
该接口用于根据传入的应用UUID和设备类型,查询并返回符合条件的菜单列表,不包括按钮权限的菜单项。
- listModule() - 类 中的方法net.sohelp.boot.admin.core.service.application.ApplicationService
-
列出所有模块信息
- listModule(String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
根据应用名称获取对应的模块列表
- listRefEntityByModule(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
根据模块获取实体引用列表
该接口用于根据应用名称和模块名称获取对应的实体引用列表
- listToTree(List<Map<String, Object>>, String, String, String) - 类 中的静态方法net.sohelp.boot.common.utils.TreeUtil
-
将列表数据转换为树形结构
- listWorkflow(ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowService
-
根据模块信息获取关联的工作流列表
- loadExpireTime(Map<String, Object>, boolean) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
从扩展配置中加载期望任务完成时间
- loadReport(String) - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
加载报表文件并返回输入流
- loadReport(String) - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
加载报表文件并返回输入流
函数会解析传入的文件路径字符串,验证其格式是否符合预期(格式应为:类型/目录名/报表名!
- LocalLock - net.sohelp.boot.engine.workflow.scheduling中的类
-
任务执行锁接口
- LocalLock() - 类 的构造器net.sohelp.boot.engine.workflow.scheduling.LocalLock
-
- log(String) - 类 中的方法net.sohelp.boot.admin.core.service.log.OperatorLogService
-
默认调用 error 方法记录日志。
- log(OperatorLogService.LogTypeEnum, String) - 类 中的方法net.sohelp.boot.admin.core.service.log.OperatorLogService
-
根据指定的日志类型和消息内容记录操作日志,并将相关信息存入数据库表 pb_operation_record 中。
- LogHelper - net.sohelp.boot.admin.core.helper中的类
-
记录系统异常日志
- LogHelper() - 类 的构造器net.sohelp.boot.admin.core.helper.LogHelper
-
- login(String, String) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomAuthorizationInterceptor
-
执行用户登录操作,校验用户名和密码并返回登录后的用户信息及 Token。
- login(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginController
-
账号密码登录验证处理方法
- login(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.login.LoginController
-
用户登录接口
该接口用于处理用户的登录请求,包括验证用户名、密码、验证码,以及根据用户角色生成对应的token。
- LoginController - net.sohelp.boot.demo.web.login中的类
-
登录控制器,提供用户登录、注销、获取验证码等功能接口
- LoginController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginController
-
- LoginController - net.sohelp.boot.dev.web.login中的类
-
用户登录Controller
- LoginController() - 类 的构造器net.sohelp.boot.dev.web.login.LoginController
-
- LoginDingController - net.sohelp.boot.demo.web.login中的类
-
钉钉快捷登录控制器
提供钉钉OAuth2授权登录入口及回调处理逻辑。
- LoginDingController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginDingController
-
- LoginEmailController - net.sohelp.boot.demo.web.login中的类
-
邮件验证码登录控制器
提供通过邮箱发送验证码、验证验证码并重置密码的功能。
- LoginEmailController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginEmailController
-
- LoginInterceptor - net.sohelp.boot.dev.core.interceptor中的类
-
是否管理员登录
- LoginInterceptor() - 类 的构造器net.sohelp.boot.dev.core.interceptor.LoginInterceptor
-
- loginLog() - 类 中的方法net.sohelp.boot.dev.web.dashboard.WorkBenchController
-
查询最近20条登录记录
- LoginLogController - net.sohelp.boot.demo.web.system.log中的类
-
登录日志控制器
提供登录日志的分页查询和清空功能
- LoginLogController() - 类 的构造器net.sohelp.boot.demo.web.system.log.LoginLogController
-
- LoginLogController - net.sohelp.boot.dev.web.system.log中的类
-
登录日志控制器
提供登录日志的分页查询和清空功能
- LoginLogController() - 类 的构造器net.sohelp.boot.dev.web.system.log.LoginLogController
-
- LoginLogService - net.sohelp.boot.admin.core.service.log中的类
-
登录日志记录
- LoginLogService() - 类 的构造器net.sohelp.boot.admin.core.service.log.LoginLogService
-
- LoginPhoneController - net.sohelp.boot.demo.web.login中的类
-
手机短信登录控制器
提供基于手机号码的验证码发送、登录验证及密码重置功能。
- LoginPhoneController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginPhoneController
-
- LoginQQController - net.sohelp.boot.demo.web.login中的类
-
QQ快捷登录控制器,提供QQ授权登录相关接口。
- LoginQQController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginQQController
-
- LoginQywxController - net.sohelp.boot.demo.web.login中的类
-
企业微信快捷登录控制器
提供企业微信扫码登录功能,包括发起登录请求、处理回调并完成用户认证。
- LoginQywxController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginQywxController
-
- LoginRegisterController - net.sohelp.boot.demo.web.login中的类
-
用户注册控制器
- LoginRegisterController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginRegisterController
-
- LoginService - net.sohelp.boot.admin.core.service.login中的类
-
登录用户验证
- LoginService() - 类 的构造器net.sohelp.boot.admin.core.service.login.LoginService
-
- LoginTokenService - net.sohelp.boot.demo.web.login中的类
-
登录Token服务
提供用户登录后的Token签发与登录日志记录功能。
- LoginTokenService() - 类 的构造器net.sohelp.boot.demo.web.login.LoginTokenService
-
- LoginWxController - net.sohelp.boot.demo.web.login中的类
-
个人微信快捷登录控制器
提供基于微信OAuth2授权的快捷登录功能,包括发起登录、处理回调以及用户绑定验证等逻辑。
- LoginWxController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginWxController
-
- LoginWxPubController - net.sohelp.boot.demo.web.login中的类
-
微信公众号登录
- LoginWxPubController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginWxPubController
-
- logout() - 类 中的方法net.sohelp.boot.demo.web.login.LoginController
-
用户注销登录操作
- logout() - 类 中的方法net.sohelp.boot.dev.web.login.LoginController
-
用户退出登录接口
该接口用于处理用户的退出登录请求,执行退出登录逻辑并返回结果
- logoutSession(Long[]) - 类 中的方法net.sohelp.boot.dev.web.ops.online.OnlineController
-
批量踢出会话连接(按会话ID)。
- logoutUser(Long[]) - 类 中的方法net.sohelp.boot.dev.web.ops.online.OnlineController
-
批量踢出用户的所有会话连接。
- LongJsonSerializer() - 类 的构造器net.sohelp.boot.demo.core.json.JacksonConfiguration.LongJsonSerializer
-
- LRUCache - net.sohelp.boot.admin.core.db.cache中的类
-
LRU缓存实现,基于LinkedHashMap并支持过期时间和最大容量限制。
- LRUCache(int, long) - 类 的构造器net.sohelp.boot.admin.core.db.cache.LRUCache
-
构造一个默认的SQL缓存实例,使用LRU缓存策略。
- lt(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
小于查询功能实现
- lte(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
小于等于查询功能实现
- padPre(int, int) - 类 中的方法net.sohelp.boot.admin.core.helper.AutoCodeHelper
-
指定长度,不满使用前缀0补齐
- page(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
根据请求中的分页参数(offset和limit)执行分页查询。
- page(String, Map<String, Object>, int, int) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
执行带偏移量和限制数量的分页查询。
- page(List<T>, int, int) - 类 中的静态方法net.sohelp.boot.common.core.paging.PagingUtil
-
对数据列表进行分页处理
- page(NoticeTypeEnum) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
分页获取指定类型的消息列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
分页查询字典分类信息。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
分页查询字典项列表。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.log.LoginLogController
-
分页查询登录日志
根据传入的参数进行分页查询,返回登录日志列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.log.OperationLogController
-
分页查询操作日志
根据传入的参数进行分页查询,只查询当前租户的操作日志记录
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
分页查询机构信息
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamController
-
分页查询系统常量参数列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.UserConstParamController
-
分页查询用户系统变量数据
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
分页查询岗位信息
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
分页查询租户信息。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
分页查询用户信息。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
分页获取云端应用列表,并标记本地是否已下载或安装
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
获取云端模块分页数据,并与本地已下载模块进行合并展示
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.plugins.CloudPluginsController
-
分页获取云端插件列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.service.CloudServiceController
-
分页查询云服务列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeSchemeController
-
分页查询所有代码方案,并统计每个方案中的模板数量。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
分页查询所有代码模板信息
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
应用分页接口
该接口用于获取分页后的应用列表,排除名称为"admin"的应用,并按排序字段进行排序。
- page(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.busi.BusiController
-
分页查询应用、模块和报告的相关信息
根据应用名称、模块名称和报告名称进行分页查询,返回符合条件的JSON对象分页结果。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.DatasourceController
-
获取数据源分页列表
该接口用于获取数据源的分页列表,包括默认数据源和配置文件中的数据源信息。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
分页物理表显示接口
根据传入的参数进行分页查询,并返回查询结果
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
获取实体表列表接口
该接口用于根据传入的参数分页查询实体表列表,支持按名称和标签进行筛选,并返回分页结果。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityExtendController
-
分页查询扩展实体列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.OperationLogController
-
分页查询操作记录
根据传入的参数进行分页查询,返回模块管理相关的操作记录
- page(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.report.ReportController
-
分页查询报表信息
根据应用名称、模块名称和报表名称分页查询报表信息,返回报表的分页列表。
- page(String) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
分页查询工作流信息
该接口用于根据数据源名称分页查询工作流信息,并设置工作流的状态。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
获取备份列表分页数据
根据条件查询备份记录,支持按类型、时间范围过滤。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.oauth2.OAuth2Controller
-
根据条件分页查询OAuth2应用列表。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.task.TaskController
-
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.AutocodeController
-
分页查询自动编码信息。
- page(String) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.SequenceController
-
分页获取序列信息列表。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
分页查询字典分类信息。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
分页查询字典项信息。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nCategoryController
-
分页查询国际化分类数据。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
分页查询国际化数据
该接口用于分页查询国际化相关的数据,通过传入的参数进行条件筛选,并返回查询结果。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
分页查询语言信息列表。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.log.LoginLogController
-
分页查询登录日志
根据传入的参数进行分页查询,返回登录日志列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.log.OperationLogController
-
分页查询操作日志
根据传入的参数进行分页查询,返回操作日志列表
- page(AppNoticeTypeEnum) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
分页获取指定类型的通知消息列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
分页查询机构列表
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
分页查询用户常量数据
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
分页查询岗位信息
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
分页查询所有租户信息,并统计每个租户下的用户数量
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.thirdpart.ThirdPartController
-
分页查询第三方用户信息
根据传入的查询参数构建查询条件,从数据库中获取分页数据,并补充用户的昵称及登录类型名称。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
获取所有用户的分页数据,并附加组织名称及在线状态等扩展字段。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
分页查询接口
该接口用于根据传入的参数进行分页查询,并返回查询结果。
- page(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
分页显示所有任务
该接口通过分页的方式返回所有任务的详细信息,包括任务ID、任务名称、任务关键字等。
- page() - 类 中的方法net.sohelp.boot.engine.web.controller.TenantController
-
获取角色列表接口
该接口用于获取当前租户下的所有角色列表,返回结果为ApiResult包装的List类型数据
- page(String) - 类 中的方法net.sohelp.boot.engine.web.controller.UserController
-
- page(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
根据模块ID和参数分页查询数据
- pageAssignTenant(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
根据租户ID读取已分配租户分页查询结果。
- pageAssignUser(String, String) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
根据组织ID获取已被该组织分配的用户列表(支持关键词搜索)
- pageAssignUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
根据租户ID读取已分配用户分页查询
- pageByCc(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
获取抄送任务列表
通过传入的查询参数,分页查询抄送任务列表,并关联查询任务实例的详细信息。
- pageByDelegate(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
获取代办任务列表
该接口用于获取当前用户代办的任务列表,通过传入的查询条件进行分页查询。
- pageByFk(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
根据外键分页查询数据接口
该接口通过传入包含外键和其他查询条件的参数Map,分页查询并返回相关数据
- pageByFk(String, Object) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
根据外键分页查询数据
- pageByHisTask(Map<String, String>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
分页显示流程委托
该接口用于分页显示当前用户的历史任务,包括任务的基本信息和相关实例信息。
- pageByTodo(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
分页显示我的待办事项
该接口用于分页查询当前登录用户的待办事项,包括任务名称、任务类型等相关信息,并返回查询结果。
- pageByType(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
根据类型分页查询国际化数据
支持三种类型:0表示模块,1表示数据库表字段,2表示实体属性。
- pageInstance(String) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
分页查询流程实例接口
该接口用于分页查询流程实例,包括正在进行的和已完成的实例,并返回相关的详细信息。
- pageLetter() - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
分页查询用户信件
根据用户ID和是否已读状态分页查询用户信件,并返回结果
- pageLog(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.task.TaskController
-
分页任务日志
- pageLog() - 类 中的方法net.sohelp.boot.dev.web.ops.updater.UpdaterController
-
分页升级日志
- pageMyTenants() - 类 中的方法net.sohelp.boot.demo.web.user.UserTenantController
-
分页获取当前用户所拥有的所有租户信息。
- pageMyTenants() - 类 中的方法net.sohelp.boot.dev.web.user.UserTenantController
-
获取当前登录用户的租户列表,并标识默认租户。
- pageNotice() - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
获取我的通知
该接口用于分页查询当前登录用户的系统通知,包括通知标题、是否已读等信息,并按ID降序排列。
- PageParam<T,U extends BaseParam> - net.sohelp.boot.demo.core.base中的类
-
分页、排序、搜索参数封装
- PageParam() - 类 的构造器net.sohelp.boot.demo.core.base.PageParam
-
默认构造方法,使用null作为查询条件并启用驼峰转下划线
- PageParam(U) - 类 的构造器net.sohelp.boot.demo.core.base.PageParam
-
使用指定查询条件构造PageParam对象,默认启用驼峰转下划线
- PageParam(U, boolean) - 类 的构造器net.sohelp.boot.demo.core.base.PageParam
-
使用指定查询条件和转换选项构造PageParam对象
- pageProcess(String) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
分页查询流程处理数据
根据传入的数据源名称,分页查询对应的流程处理数据
- Pager<T> - net.sohelp.boot.common.core.paging中的接口
-
分页接口,用于封装分页查询的结果数据
- PagerImpl<T> - net.sohelp.boot.common.core.paging中的类
-
分页接口实现类
用于封装分页查询的结果数据,包括总记录数、当前页数据列表和汇总信息
- PagerImpl() - 类 的构造器net.sohelp.boot.common.core.paging.PagerImpl
-
- pageSession(long) - 类 中的方法net.sohelp.boot.dev.web.ops.online.OnlineController
-
查询指定用户的会话列表。
- pageTaskByInstanceId(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
根据实例ID分页查询任务
该接口通过实例ID分页查询相关任务信息,包括任务名称、任务关键字、租户ID、执行者ID、执行者名称以及创建时间等。
- pageTodo() - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
分页查询待办事项
该接口用于分页查询当前登录用户的待办事项,通过构建SQL查询语句,从数据库中获取待办事项列表,并进行格式化处理后返回。
- pageTokenByUser(String) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
根据用户ID获取其对应的Token列表。
- pageUnAssignTenant(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
根据租户ID获取未分配的用户分页查询结果。
- pageUnAssignUser(String, String) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
根据组织ID获取未被该组织分配的用户列表(支持关键词搜索)
- pageUnAssignUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
根据租户ID获取未分配的用户分页查询
- pageUser(String) - 类 中的方法net.sohelp.boot.dev.web.ops.online.OnlineController
-
分页获取在线用户信息列表。
- PagingUtil - net.sohelp.boot.common.core.paging中的类
-
容器分页工具类
提供对数据列表进行分页处理的静态方法
- parallelNode() - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
判断是否为并行节点
- parentApprovalNode() - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
获取父审批节点
- parentInstanceId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
父流程实例ID
- parentTaskId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
父任务ID
- parse(String) - 类 中的静态方法net.sohelp.boot.common.utils.AJsonUtil
-
将JSON字符串解析为JSONObject或基本类型对象。
- parse(String, Class<T>) - 类 中的静态方法net.sohelp.boot.common.utils.AJsonUtil
-
把JSON字符串转化成指定数据对象。
- parse(String, String, boolean) - 类 中的方法net.sohelp.boot.engine.workflow.impl.DefaultProcessModelParser
-
- parse(String, String, boolean) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessModelParser
-
流程模型 JSON 解析
- parseArray(String) - 类 中的静态方法net.sohelp.boot.common.utils.AJsonUtil
-
把JSON字符串转化成JSONArray对象。
- parseArray(String, Class<T>) - 类 中的静态方法net.sohelp.boot.common.utils.AJsonUtil
-
把JSON数组字符串转化为指定类型的对象列表。
- parseProcessModel(String, String, boolean) - 类 中的静态方法net.sohelp.boot.engine.workflow.core.FlowContext
-
- parseRefid(String) - 类 中的静态方法net.sohelp.boot.engine.web.utils.RefUtil
-
将refid字符串解析为RefVO对象
- parseTimerTaskTime(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.DateUtils
-
解析定时器任务时间
- password(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
重置用户密码。
- password(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
重置用户的登录密码。
- passwordStrengthChecker(String) - 类 中的方法net.sohelp.boot.admin.core.service.login.LoginService
-
根据系统配置的密码强度要求检查密码是否符合规范
从系统配置中获取密码强度类型,并根据不同强度要求检查密码长度:
- 强密码要求:长度不小于8位
- 中等密码要求:长度不小于6位
- PerformType - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
参与类型
- performType - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
- Permission - net.sohelp.boot.admin.core.annotation中的注释类型
-
权限注解,用于标记需要权限控制的方法
该注解可以应用于方法级别,运行时可通过反射获取注解信息
- permission() - 类 中的方法net.sohelp.boot.admin.core.aspect.PermissionAspect
-
- PermissionAspect - net.sohelp.boot.admin.core.aspect中的类
-
权限检查切面类,用于在方法执行前进行权限验证。
- PermissionAspect() - 类 的构造器net.sohelp.boot.admin.core.aspect.PermissionAspect
-
- PermissionController - net.sohelp.boot.dev.web.dev.module中的类
-
权限配置
- PermissionController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.PermissionController
-
- PermissionVO - net.sohelp.boot.engine.web.vo.module中的类
-
权限模型
- PermissionVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.PermissionVO
-
默认构造函数
- PermissionVO(String, String, String, String, String, String) - 类 的构造器net.sohelp.boot.engine.web.vo.module.PermissionVO
-
PermissionVO 类的构造函数
- phoneBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginPhoneController
-
使用手机号与验证码进行登录认证
验证验证码有效性后查询对应用户信息,若有效则生成访问令牌返回给客户端。
- phoneBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartPhoneController
-
绑定当前登录用户的手机号
- phoneBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartPhoneController
-
绑定当前登录用户的手机号
- PhoneNoticeService - net.sohelp.boot.admin.core.service.notice中的类
-
手机短信通知服务类,提供发送短信、验证码等功能。
- PhoneNoticeService() - 类 的构造器net.sohelp.boot.admin.core.service.notice.PhoneNoticeService
-
- phoneRetrievePwd(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginPhoneController
-
手机号码找回密码接口
在满足配置要求的前提下,允许用户通过手机号+验证码方式修改其密码。
- phoneUnbind() - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartPhoneController
-
解除当前登录用户的手机号绑定关系
- phoneUnbind() - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartPhoneController
-
解除当前登录用户的手机号绑定
- post(String, Map<String, Object>) - 类 中的静态方法net.sohelp.boot.demo.utils.SignApi
-
发送POST请求,并在URL中附加带有时间戳、随机数和签名的查询参数。
- power(String) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
构造一个SQL片段,表示当前用户及其下属用户的过滤条件。
- power(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
根据权限类型字符串获取对应范围的用户列表。
- power(PowerTypeEnum, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
根据权限枚举类型获取对应范围的用户列表。
- power(String) - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
限定查看数据范围,根据权限类型过滤数据
- PowerController - net.sohelp.boot.demo.web.system.user中的类
-
权限管理控制器,用于处理用户的权限设置与查询操作。
- PowerController() - 类 的构造器net.sohelp.boot.demo.web.system.user.PowerController
-
- PowerController - net.sohelp.boot.dev.web.system.user中的类
-
权限管理控制器
提供用户权限的保存与读取功能
- PowerController() - 类 的构造器net.sohelp.boot.dev.web.system.user.PowerController
-
- PowerTypeEnum - net.sohelp.boot.admin.core.enums中的枚举
-
数据权限类型定义枚举类,用于表示系统中不同的数据访问权限范围。
- preHandle(SqlMode, NamedTable) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomNamedTableInterceptor
-
执行单表操作之前的预处理方法
根据SQL操作类型自动填充相应的系统字段
INSERT操作时填充创建人、创建时间、租户ID等字段
UPDATE操作时填充更新人、更新时间等字段
- preHandle(ApiInfo, MagicScriptContext, MagicHttpServletRequest, MagicHttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomRequestInterceptor
-
在接口调用前进行预处理逻辑,包括签名校验、登录认证及权限检查等。
- preHandle(BoundSql, RequestEntity) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomSqlInterceptor
-
执行SQL之前的拦截处理方法
- preview(String, HttpServletResponse) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileService
-
提供文件在线预览功能,将指定文件通过 HTTP 流方式返回给客户端进行展示
- preview(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
预览指定表对应的前端代码结构(如Vue组件)。
- preview(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
预览生成的前端 Vue 组件代码
使用 Beetl 模板引擎渲染 ele-pro-table.vue.html 文件,生成最终的前端组件代码。
- preview(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
构建并预览将要生成的代码目录结构及文件内容。
- preview() - 类 中的方法net.sohelp.boot.dev.web.code.UniappBuilderControler
-
预览生成的代码
该方法用于预览Uniapp代码生成结果
- preview(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
代码结构
- preview(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
获取代码树接口
该接口用于根据数据源名称和表名获取对应的代码树,包括前端代码和相关配置。
- preview(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
获取文件Base64编码
读取指定文件并将其转换为Base64字符串返回
- preview(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineFileController
-
文件预览接口
用于预览指定ID的文件,支持多种文件类型,如PDF等。
- preview(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineImportController
-
批量导入数据预览接口
该接口用于通过指定的refid和fileName参数进行数据导入操作的预览。
- primary(String...) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
设置主键名,默认:id
- println(String) - 类 中的方法net.sohelp.boot.demo.core.magic.script.CustomModule
-
打印输出方法
将指定的字符串值输出到控制台
- priority - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
流程实例优先级
- process(String, long) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineImportController
-
获取导入进度接口
根据提供的refid和fileId获取导入的进度信息
- processCacheKey - 接口 中的静态变量net.sohelp.boot.engine.workflow.FlowConstants
-
流程定义缓存 KEY
- processDao(FlwProcessMapper) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowMybatisPlusConfiguration
-
- processDynamicAssignee - 接口 中的静态变量net.sohelp.boot.engine.workflow.FlowConstants
-
流程节点动态分配节点处理人或角色
- processIcon - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
流程图标地址
- processId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
流程定义ID
- processInstanceCacheKey - 接口 中的静态变量net.sohelp.boot.engine.workflow.FlowConstants
-
流程实例缓存KEY
- processKey - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
流程定义 key 唯一标识
- ProcessModel - net.sohelp.boot.engine.workflow.model中的类
-
JSON BPM 模型
- ProcessModel() - 类 的构造器net.sohelp.boot.engine.workflow.model.ProcessModel
-
- ProcessModelCache - net.sohelp.boot.engine.workflow中的接口
-
JSON BPM 模型缓存处理接口
- ProcessModelParser - net.sohelp.boot.engine.workflow中的接口
-
Flow 流程模型解析器接口
- processName - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwExtInstance
-
流程定义名称(冗余业务直接可用)
- processName - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
流程定义名称
- processService() - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
获取process服务
- ProcessService - net.sohelp.boot.engine.workflow中的接口
-
流程定义业务类
- processService(RuntimeService, FlwProcessDao) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowAutoConfiguration
-
- ProcessServiceImpl - net.sohelp.boot.engine.workflow.impl中的类
-
流程定义业务类
- ProcessServiceImpl(RuntimeService, FlwProcessDao) - 类 的构造器net.sohelp.boot.engine.workflow.impl.ProcessServiceImpl
-
- processSpecifyConditionNodeKey - 接口 中的静态变量net.sohelp.boot.engine.workflow.FlowConstants
-
流程指定条件节点 KEY
- processState - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
流程状态 0,不可用 1,可用 2,历史版本
- ProcessType - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
流程类型
- processType - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwExtInstance
-
流程定义类型(冗余业务直接可用)
- processType - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
流程定义类型(预留字段)
- processVersion - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
流程版本
- progress() - 类 中的方法net.sohelp.boot.dev.web.ops.updater.UpdaterController
-
获取发布进度接口
该接口用于获取当前的发布进度信息,包括进度百分比和状态消息。
- progress() - 类 中的方法net.sohelp.boot.install.service.controller.InstallController
-
- property() - 类 中的方法net.sohelp.boot.test.PropertyTest
-
- PropertyEditorVO - net.sohelp.boot.engine.db.vo中的类
-
属性编辑器
- PropertyEditorVO() - 类 的构造器net.sohelp.boot.engine.db.vo.PropertyEditorVO
-
- PropertyRenderVO - net.sohelp.boot.engine.db.vo中的类
-
属性数据呈现器
- PropertyRenderVO() - 类 的构造器net.sohelp.boot.engine.db.vo.PropertyRenderVO
-
- PropertyTest - net.sohelp.boot.test中的类
-
- PropertyTest() - 类 的构造器net.sohelp.boot.test.PropertyTest
-
- PropertyTypeConfigDeserializer - net.sohelp.boot.engine.db.vo.type中的类
-
属性类型配置反序列化
- PropertyTypeConfigDeserializer() - 类 的构造器net.sohelp.boot.engine.db.vo.type.PropertyTypeConfigDeserializer
-
- PropertyTypeEnum - net.sohelp.boot.engine.db.vo中的枚举
-
字段类型定义
- PropertyVO - net.sohelp.boot.engine.db.vo中的类
-
定义实体属性信息的数据传输对象(VO),用于描述数据库表中字段的各种配置与元数据。
- PropertyVO() - 类 的构造器net.sohelp.boot.engine.db.vo.PropertyVO
-
- publish(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
发布应用接口
用于将指定的应用进行发布操作
- publish(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
发布实体接口
该接口用于发布一个或多个实体,通过传入实体名称和数据源名称进行发布操作,并刷新实体和表缓存。
- publish(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicService
-
发布API接口
该方法根据传入的参数创建或更新API接口信息,包括脚本内容、分组信息、权限选项等。
- publish(EntityRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
发布实体接口
该接口用于将指定的实体发布到对应的应用中
- publish(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
发布模块接口
该接口用于将指定应用下的模块进行发布操作
- publish(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.service.ModuleBuilder
-
发布指定应用下的模块
该方法会先检查模块是否存在,若存在则设置模块基本信息,
然后依次发布模块权限和实体信息。
- publish(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
- publish(String, String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
发布实体
- publish(String, EntityVO) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
发布指定数据源的实体
- publish(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
发布实体
- publish(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
发布实体
- publishAll(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
实体发布接口
该接口用于将指定数据源名称的全部实体进行发布,并重新加载表缓存。
- publishALl(String) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
发布所有数据源下实体
- publishI18n(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
发布国际化资源
该接口用于发布应用的国际化资源,需要传入应用名称和模块名称
- publishModule(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicController
-
发布模块接口
该接口用于发布一个模块,接收一个包含发布所需参数的Map对象,并返回发布结果。
- put(String, String) - 类 中的方法net.sohelp.boot.admin.core.cache.VerifyCodeCache
-
放置验证到缓存
- put(String, String, Object) - 类 中的方法net.sohelp.boot.admin.core.db.cache.DefaultSqlCache
-
将数据放入缓存,使用默认过期时间
- put(String, String, Object, long) - 类 中的方法net.sohelp.boot.admin.core.db.cache.DefaultSqlCache
-
将数据放入缓存,指定过期时间
- put(String, String, Object) - 类 中的方法net.sohelp.boot.admin.core.db.cache.LRUCache
-
向缓存中添加数据,默认使用全局过期时间。
- put(String, String, Object, long) - 类 中的方法net.sohelp.boot.admin.core.db.cache.LRUCache
-
向缓存中添加数据,可指定自定义过期时间。
- put(String, String, Object) - 类 中的方法net.sohelp.boot.admin.core.db.cache.RedisSqlCache
-
将指定的键值对存储到Redis哈希结构中
- put(String, String, Object, long) - 类 中的方法net.sohelp.boot.admin.core.db.cache.RedisSqlCache
-
将指定的键值对存储到Redis哈希结构中,并设置过期时间
- put(String, String, Object) - 接口 中的方法net.sohelp.boot.admin.core.db.cache.SqlCache
-
存入缓存数据
- put(String, String, Object, long) - 接口 中的方法net.sohelp.boot.admin.core.db.cache.SqlCache
-
存入缓存数据(带过期时间)
- put(String, Object) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
向参数映射中添加一个键值对。
- put(String, String, Object) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomSqlCache
-
将指定的键值对存入缓存,默认过期时间为1分钟
- put(String, String, Object, long) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomSqlCache
-
将指定的键值对存入缓存,并设置自定义过期时间
- put(String, EntityVO) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
添加实体到缓存中
- put(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
添加实体到缓存中
- put(String, String, EntityVO) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
添加实体到缓存中
- put(String, EntityVO) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
添加实体到缓存中(使用默认数据源)
- put(String, String, ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.cache.ModuleCache
-
将模块信息放入缓存中
- put(String, Object) - 接口 中的方法net.sohelp.boot.engine.workflow.cache.FlowCache
-
根据关键字缓存对象
- put(String, Object) - 类 中的方法net.sohelp.boot.engine.workflow.cache.FlowSimpleCache
-
- put(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
设置传递参数
- put(String, Object) - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
设置传递参数
- putAll(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
将一个包含键值对的Map中的所有数据添加到SQLBuilder的paramMap中。
- putEntity(String, EntityVO) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
- putForeignKey(String, EntityVO) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
- putForeignKey(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
缓存外键
- randomUUID16() - 类 中的静态方法net.sohelp.boot.admin.core.utils.CommonUtil
-
生成16位uuid
- randomUUID8() - 类 中的静态方法net.sohelp.boot.admin.core.utils.CommonUtil
-
生成8位uuid
- read(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.magic.MagicApiService
-
读取业务模块内容
- read(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
标记指定ID的消息为已读
- read(long) - 类 中的方法net.sohelp.boot.demo.web.system.user.PowerController
-
查询指定用户的权限信息。
- read(String) - 类 中的方法net.sohelp.boot.dev.web.dev.designer.DesignerController
-
读取表单设计接口
根据提供的refid读取对应的表单设计信息
- read(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
读取实体表结构接口
根据提供的实体表名和可选的数据源名称,读取并返回实体表结构信息。
- read(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
读取网格列表接口
根据应用名称、模块名称和列表名称读取对应的网格列表信息
- read(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
读取表单设计接口
根据应用名称、模块名称和界面名称读取对应的表单设计信息
- read(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
读取资源文件列表
支持按文件名过滤、排序等操作,返回文件列表信息
- read(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
设置多个消息为已读状态
- read(long) - 类 中的方法net.sohelp.boot.dev.web.system.user.PowerController
-
根据用户ID读取其权限信息
返回该用户的权限类型及具体权限范围列表
- read(String) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleController
-
模块读取接口
根据提供的模块地址(refid)读取模块详细信息,包括模块表单、网格和布局等。
- readAll(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
标记所有指定类型的通知为已读
该接口接收一个包含通知类型的请求体,并将该类型且未删除的通知标记为已读状态
- readByCc(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
标记任务已阅
通过传入的任务ID,将对应任务的已阅状态标记为true
- readBytes(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileDownloadService
-
读取指定模块下文件的全部字节内容
- readBytes(InputStream, Function<String, T>) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.StreamUtils
-
- readBytes(InputStream) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.StreamUtils
-
- readEntityForm(String) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleCustomController
-
读取用户个性化实体表单
根据提供的refid读取用户个性化实体表单数据,并返回结果
- readEntityLayout(String) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleCustomController
-
读取用户个性化实体布局
该接口用于根据用户提供的refid读取对应的个性化实体布局信息。
- readGrid(String) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleCustomController
-
读取用户个性化模块数据
通过传入的refid参数,读取并返回用户个性化模块的数据
- readLayout(String) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleCustomController
-
读取用户个性化布局接口
该接口用于根据用户提供的refid读取用户的个性化布局信息
- readModule(String) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleCustomController
-
读取用户个性化模块
根据传入的refid读取用户个性化模块信息
- readOnly() - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
设置资源为只读模式
- readTemplateCode(String) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
根据模板名称读取其内容(code字段)
- reclaim(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
撤回或拿回已通过的任务
该接口用于用户撤回或拿回自己已经通过的任务,通过实例ID定位具体任务并进行撤回操作
- reclaimTask(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
拿回任务、根据历史任务ID撤回下一个节点的任务、恢复历史任务
- reclaimTask(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
拿回任务、在当前办理人尚未处理文件前,允许上一节点提交人员执行拿回
- RedisConfiguration - net.sohelp.boot.demo.core.redis中的类
-
- RedisConfiguration() - 类 的构造器net.sohelp.boot.demo.core.redis.RedisConfiguration
-
- RedisMonitorController - net.sohelp.boot.dev.web.ops.redis中的类
-
Redis监控控制器
用于获取Redis服务器的实时监控信息,包括内存使用、键值统计、服务器信息等。
- RedisMonitorController() - 类 的构造器net.sohelp.boot.dev.web.ops.redis.RedisMonitorController
-
- RedisSqlCache - net.sohelp.boot.admin.core.db.cache中的类
-
Redis SQL缓存实现类
提供基于Redis的SQL查询结果缓存功能,支持缓存的存储、获取和删除操作
- RedisSqlCache(RedisTemplate<String, Object>, int, long) - 类 的构造器net.sohelp.boot.admin.core.db.cache.RedisSqlCache
-
构造函数
- redisTemplate(RedisConnectionFactory) - 类 中的方法net.sohelp.boot.demo.core.redis.RedisConfiguration
-
- refresh() - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
初始化数据源
- refresh() - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
刷新缓存接口
该接口用于清除表缓存和JDBC助手缓存,实现缓存刷新功能
- refresh() - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
刷新模块缓存接口
该接口用于刷新模块缓存,并返回刷新成功的信息。
- refresh(String) - 类 中的方法net.sohelp.boot.dev.web.ops.cache.CacheController
-
刷新系统缓存
包括动态数据源、系统参数、用户参数、字典、用户、组织机构和角色等所有核心缓存。
- refreshDictCache() - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
强制刷新系统中的字典缓存。
- refreshDictCache() - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
刷新系统中使用的字典缓存。
- RefUtil - net.sohelp.boot.engine.web.utils中的类
-
地址解析工具类
- RefUtil() - 类 的构造器net.sohelp.boot.engine.web.utils.RefUtil
-
- RefVO - net.sohelp.boot.engine.web.vo.module中的类
-
模块地址对象
- RefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.RefVO
-
- register(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginRegisterController
-
用户注册接口
实现用户的注册逻辑,包括验证码校验、用户名唯一性检查、密码加密存储以及用户角色分配。
- reject(MultipartFile[], Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
拒绝(不同意)审批请求
该接口用于处理审批流程中的拒绝操作,用户可以通过此接口提交拒绝理由及相关信息,系统会进行相应处理并更新审批状态。
- reject(String, String, long, long, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.helper.WorkflowHelper
-
拒绝工作流任务
该方法用于拒绝指定业务ID的工作流任务,会验证业务ID、模块地址等参数的有效性,
并检查相关实体和任务是否存在,最后执行拒绝操作并更新流程变量。
- reject(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- reject(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
流程实例拒绝审批强制终止(用于后续审核人员认为该审批不再需要继续,拒绝审批强行终止)
- reject() - 类 中的方法net.sohelp.boot.test.workflow.WorkflowTest
-
拒绝测试
- rejectTask(FlwTask, FlowCreator, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- rejectTask(FlwTask, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据当前任务对象驳回至上一步处理
- rejectTask(FlwTask, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
- RelationTypeConfig - net.sohelp.boot.engine.db.vo.type中的类
-
外键关系配置
- RelationTypeConfig() - 类 的构造器net.sohelp.boot.engine.db.vo.type.RelationTypeConfig
-
- reload() - 类 中的方法net.sohelp.boot.admin.core.cache.DictCache
-
重新加载内存中的字典数据
此方法会清空当前缓存,并从数据库中重新读取字典分类和字典项,
构建父子级联结构,并将值按照定义的数据类型进行转换。
- reload() - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
加载所有组织机构数据到缓存中。
- reload(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
根据特定组织ID重新加载单个组织信息至缓存。
- reload() - 类 中的方法net.sohelp.boot.admin.core.cache.RoleCache
-
全量刷新岗位缓存数据。
- reload(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.RoleCache
-
按指定岗位ID增量刷新缓存中的对应条目。
- reload() - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
初始化缓存
清空当前缓存并从数据库重新加载所有系统参数到内存中
- reload() - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
刷新整个用户缓存数据(清空后重新加载)
- reload(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据特定用户ID刷新该用户的缓存数据
- reload(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserMenuCache
-
根据用户的权限重新加载并初始化缓存
- reload() - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
初始化缓存
- reload(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
根据用户ID重新加载缓存
- reload(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserRoleCache
-
根据指定用户ID重新从数据库加载其对应的岗位信息到缓存中。
- reload() - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
重启物理表缓存接口
该接口用于重启物理表缓存,需要开发者权限才能调用
- reload(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
清空缓存接口
该接口用于清空缓存,如果请求体中包含name字段且不为空,则只重启对应name的实体缓存;否则刷新全部缓存。
- reload(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
重新加载缓存
- reload(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
- reload() - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
重新加载实体到缓存
- reload() - 类 中的方法net.sohelp.boot.engine.db.cache.EntityExtCache
-
初始化缓存,从EntityExtService加载所有扩展属性信息到缓存中。
- reload() - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
初始化时重新加载所有数据源的实体到缓存
- reload(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
根据表名重新加载到缓存中(指定数据源)
- reload(String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
根据表名重新加载到缓存中(默认数据源)
- reload() - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
清空实体缓存。
- reload(long) - 类 中的方法net.sohelp.boot.engine.web.cache.ModulePowerCache
-
重新加载指定用户的模块权限缓存
该方法首先清除用户原有的模块权限缓存,然后从数据库查询该用户关联角色的菜单权限,
解析出有效的模块名称并更新到缓存中。
- reloadAll() - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
- reloadAll() - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
刷新用户常量缓存
- reloadByDatasource(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
重新加载实体到缓存
- reloadByDatasource(String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
按照数据源名称重新加载实体到缓存
- reloadCache() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
清空并重新加载所有相关的业务数据缓存。
- reloadProcessModel(ProcessModel, Consumer<ProcessModel>) - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
重新加载流程模型
- reloadTable(String, String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源和表名重新加载表结构
- remark - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
备注说明
- remind(FlowContext, Long, FlwTask) - 类 中的方法net.sohelp.boot.demo.core.workflow.WorkflowTaskReminder
-
执行任务提醒逻辑
- remind() - 类 中的方法net.sohelp.boot.engine.workflow.FlowScheduler
-
流程提醒处理
- remind(FlowContext, Long, FlwTask) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskReminder
-
提醒操作
- RemindParam - net.sohelp.boot.engine.workflow.scheduling中的类
-
提醒参数
- RemindParam() - 类 的构造器net.sohelp.boot.engine.workflow.scheduling.RemindParam
-
- remindRepeat - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
提醒次数
- remindTime - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
提醒时间
- remove(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.OrgCache
-
移除指定组织在缓存中的记录。
- remove(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.RoleCache
-
移除特定岗位ID在缓存中的条目。
- remove(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
删除指定用户ID在缓存中的条目
- remove(long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserMenuCache
-
删除指定用户的权限缓存
- remove(String) - 类 中的方法net.sohelp.boot.admin.core.cache.VerifyCodeCache
-
删除验证码
- remove(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
卸载本地已安装的应用
- remove(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
卸载本地已安装的模块,同时清理相关文件和数据库记录
- remove(String[]) - 类 中的方法net.sohelp.boot.dev.web.dev.db.DatasourceController
-
删除数据源接口
该接口用于删除指定的数据源,通过接收一个包含数据源键名的数组,
遍历数组并删除对应的数据源文件。
- remove(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
删除实体文件
通过接收包含数据源和实体名称列表的请求体,删除指定的实体文件,并同步更新缓存
- remove(EntityRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.EntityRefController
-
取消绑定并删除实体接口
该接口用于取消模块与实体的绑定,并删除指定的实体
- remove(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
删除指定应用及模块
通过接收包含应用名和模块名的参数Map,删除对应的应用及模块资源
- remove(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
从缓存中删除实体
- remove(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
- remove(String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
从缓存中删除实体(使用默认数据源)
- remove(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.TableCache
-
从缓存中删除表
- remove(String) - 类 中的方法net.sohelp.boot.engine.web.cache.ModuleCache
-
根据应用名称从缓存中移除对应的模块集合
- remove(String, String) - 类 中的方法net.sohelp.boot.engine.web.cache.ModuleCache
-
从指定应用的缓存中删除特定模块
- remove(long) - 类 中的方法net.sohelp.boot.engine.web.cache.ModulePowerCache
-
从模块权限缓存中移除指定用户的缓存数据
- remove(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
删除指定应用和模块下的资源文件
- remove(String) - 接口 中的方法net.sohelp.boot.engine.workflow.cache.FlowCache
-
根据关键字删除缓存对象
- remove(String) - 类 中的方法net.sohelp.boot.engine.workflow.cache.FlowSimpleCache
-
- remove() - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
移除传递参数
- removeAll() - 类 中的方法net.sohelp.boot.demo.web.system.log.LoginLogController
-
清空所有登录日志
删除pb_login_record表中的所有记录
- removeAll() - 类 中的方法net.sohelp.boot.demo.web.system.log.OperationLogController
-
清空所有操作日志
删除当前数据库中所有的操作日志记录,需要管理员权限
- removeAll() - 类 中的方法net.sohelp.boot.dev.web.system.log.LoginLogController
-
清空所有登录日志
删除pb_login_record表中的所有记录
- removeAll() - 类 中的方法net.sohelp.boot.dev.web.system.log.OperationLogController
-
清空所有操作日志
删除pb_operation_record表中的所有记录
- removeByKey(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
移除指定key传递参数
- removeCode(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.EmailNoticeService
-
从验证码缓存中移除指定键对应的条目。
- removeCode(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.PhoneNoticeService
-
移除指定手机号在缓存中的验证码
- removeEldestEntry(Map.Entry<String, LRUCache.ExpireNode<Object>>) - 类 中的方法net.sohelp.boot.admin.core.db.cache.LRUCache
-
当缓存大小超过设定容量时触发移除最老元素的操作。
- removeFile(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
删除文件或目录
可删除多个文件或目录,支持递归删除目录
- removeForeignKey(String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
- removeForeignKey(String, String) - 类 中的方法net.sohelp.boot.engine.db.cache.EntityCache
-
- removeMyUpload(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
删除用户上传到云端的某个应用
- removeMyUpload(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
删除用户在云端上传的模块记录
- removeSign(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
减签接口
该接口用于处理减签操作,根据传入的任务ID和用户列表,将指定用户从任务中移除。
- removeTableCache(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源删除表缓存
- removeTableCache(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
根据数据源刷新缓存
- removeTaskActor(Long, List<String>, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- removeTaskActor(Long, List<String>, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
对指定的任务ID删除参与者【减签】
- removeTaskActor(Long, String, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
- rename(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileService
-
重命名指定ID的文件名称
- rename(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
网格列表重命名接口
该接口用于对网格列表进行重命名操作,包括验证输入参数、读取原列表文件、修改名称并保存新列表文件、删除原列表文件等步骤。
- rename(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
表单重命名接口
该接口用于对指定的表单进行重命名操作,需要传入应用名、模块名、原表单名和新表单名。
- rename(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
重命名模块文件
该接口用于重命名指定应用下的模块文件,需要传入应用名称、模块名称以及新的文件名。
- rename() - 类 中的方法net.sohelp.boot.dev.web.ops.resource.SohelpBootResourceController
-
对指定文件进行重命名操作。
- rename(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineFileController
-
文件重命名接口
该接口用于对指定文件进行重命名操作
- rename(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
重命名模块
该方法将指定应用下的模块重命名为新名称,并更新相关资源路径。
- renamePath(String, String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
修改路径
- renamePath(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
修改路径
- renamePath(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
重命名资源文件路径
- render(Map<String, String>, List<Map<String, Object>>) - 类 中的静态方法net.sohelp.boot.engine.web.report.UReportRender
-
根据字段映射关系重新组织数据列表
- render(List<String>, List<Map<String, Object>>) - 类 中的静态方法net.sohelp.boot.engine.web.report.UReportRender
-
渲染报表数据,将字段列表和数据列表组合成映射结构
- render(String, List<Map<String, Object>>) - 类 中的静态方法net.sohelp.boot.engine.web.report.UReportRender
-
根据表名和数据列表渲染报表数据,将数据库字段名转换为字段注释作为显示名
- renderByFileTemplate() - 类 中的方法net.sohelp.boot.test.BeetlServiceTest
-
根据模板内容编译输出内容
- renderByFileTest() - 类 中的方法net.sohelp.boot.test.BeetlServiceTest
-
根据模板文件编译输出内容
- ReportController - net.sohelp.boot.dev.web.dev.module中的类
-
报表引擎配置
- ReportController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.ReportController
-
- ReportController - net.sohelp.boot.dev.web.dev.report中的类
-
报表管理
- ReportController() - 类 的构造器net.sohelp.boot.dev.web.dev.report.ReportController
-
- ReportRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
绑定报表
- ReportRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.ReportRefVO
-
- ReportService - net.sohelp.boot.engine.web.service中的类
-
报表服务
- ReportService() - 类 的构造器net.sohelp.boot.engine.web.service.ReportService
-
- request - 类 中的变量net.sohelp.boot.admin.core.base.BaseController
-
- request - 类 中的变量net.sohelp.boot.admin.core.web.SohelpLogin
-
- requestAvailable() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
检查当前线程是否绑定了有效的 HttpServletRequest。
- requireLogin() - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomAuthorizationInterceptor
-
判断接口调用是否需要登录验证。
- resetCommonConfig(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleGridController
-
重置通用配置接口
该接口用于重置指定引用ID的通用配置
- resetSecret(String) - 类 中的方法net.sohelp.boot.dev.web.ops.oauth2.OAuth2Controller
-
重新生成并设置指定OAuth2应用的AppSecret。
- resolveTask(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
根据 任务ID 解决委派任务
- resolveTask(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据 任务ID 解决委派任务
- ResourceConfig - net.sohelp.boot.admin.core.web.yml中的类
-
SohelpBoot资源配置
用于配置资源存储的相关参数,包括存储方式、存储路径、只读模式等配置信息
- ResourceConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.ResourceConfig
-
- ResourceFileVO - net.sohelp.boot.dev.web.ops.resource中的类
-
文件VO
- ResourceFileVO() - 类 的构造器net.sohelp.boot.dev.web.ops.resource.ResourceFileVO
-
- response - 类 中的变量net.sohelp.boot.admin.core.base.BaseController
-
- response(String, MediaType, String) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
根据文件名、媒体类型和内容生成响应实体。
- responseError(HttpServletResponse, String, String, String) - 类 中的静态方法net.sohelp.boot.admin.core.utils.CommonUtil
-
向客户端输出错误信息
- restartProcessInstance(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.core.Execution
-
重启流程实例(从当前所在节点currentNode位置开始)
- restartProcessInstance(Long, String, Execution) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
重启流程实例(从当前所在节点currentNode位置开始)
- restartProcessInstance(Long, String, Execution) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
重启流程实例(从当前所在节点currentNode位置开始)
- restore(MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
上传并恢复备份
接收上传的备份文件并执行恢复操作。
- restore(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineImportController
-
恢复导入接口
该接口用于处理恢复导入的操作,通过接收包含refid的Map数据来验证地址和模块操作权限,并执行恢复导入。
- restoreFromRecord(Map<String, String>) - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
从已有记录恢复
根据备份记录ID查找对应的备份文件并执行恢复。
- RESULT_ERROR_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
默认失败码,表示操作失败的HTTP状态码或业务状态码。
- RESULT_ERROR_MSG - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
默认失败信息,表示操作失败时返回的消息标识。
- RESULT_OK_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
默认成功码,表示操作成功的HTTP状态码或业务状态码。
- RESULT_OK_MSG - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
默认成功信息,表示操作成功时返回的消息标识。
- resume(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
唤醒指定的历史任务
- resume(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
唤醒历史任务
该方法会导致流程状态不可控,请慎用
- revoke(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- revoke(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
流程实例撤销(用于错误发起审批申请,发起人主动撤销)
- RoleCache - net.sohelp.boot.admin.core.cache中的类
-
岗位缓存管理类,用于维护系统中所有岗位信息的本地缓存。
- RoleCache() - 类 的构造器net.sohelp.boot.admin.core.cache.RoleCache
-
- RoleController - net.sohelp.boot.demo.web.system.role中的类
-
岗位管理控制器,提供岗位相关的增删改查及权限分配功能。
- RoleController() - 类 的构造器net.sohelp.boot.demo.web.system.role.RoleController
-
- RoleController - net.sohelp.boot.dev.web.system.role中的类
-
岗位管理控制器,提供岗位相关的增删改查、权限分配及用户关联等操作。
- RoleController() - 类 的构造器net.sohelp.boot.dev.web.system.role.RoleController
-
- RoleController - net.sohelp.boot.engine.web.controller中的类
-
岗位管理
- RoleController() - 类 的构造器net.sohelp.boot.engine.web.controller.RoleController
-
- RoleService - net.sohelp.boot.admin.core.service.role中的类
-
岗位服务类
提供岗位相关的数据查询服务
- RoleService() - 类 的构造器net.sohelp.boot.admin.core.service.role.RoleService
-
- rollback() - 类 中的方法net.sohelp.boot.admin.core.db.Transaction
-
回滚事务
将当前事务进行回滚操作,撤销所有未提交的数据库变更
- routeNode() - 类 中的方法net.sohelp.boot.engine.workflow.model.NodeModel
-
判断是否为路由节点
- run(String...) - 类 中的方法net.sohelp.boot.demo.core.runner.ApplicationRunner
-
应用启动后执行的初始化方法
负责加载系统参数和初始化相关配置
- run(String...) - 类 中的方法net.sohelp.boot.dev.core.runner.DevCommandLineRunner
-
应用启动时执行的初始化方法
- runtimeException(Exception, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理运行时异常(RuntimeException)作为兜底处理器之一
- runtimeService() - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
获取实例服务
- RuntimeService - net.sohelp.boot.engine.workflow中的接口
-
流程实例运行业务类
- runtimeService(InstanceListener, QueryService, TaskService, FlwInstanceDao, FlwHisInstanceDao, FlwExtInstanceDao) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowAutoConfiguration
-
- RuntimeServiceImpl - net.sohelp.boot.engine.workflow.impl中的类
-
流程实例运行业务类
- RuntimeServiceImpl(InstanceListener, QueryService, TaskService, FlwInstanceDao, FlwHisInstanceDao, FlwExtInstanceDao) - 类 的构造器net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- SaTokenConfiguration - net.sohelp.boot.demo.core.token中的类
-
Sa-Token 整合 jwt
- SaTokenConfiguration() - 类 的构造器net.sohelp.boot.demo.core.token.SaTokenConfiguration
-
- SaTokenListenerImpl - net.sohelp.boot.demo.core.token中的类
-
SaToken侦听器的实现,用于监听Sa-Token框架中的各种事件。
- SaTokenListenerImpl() - 类 的构造器net.sohelp.boot.demo.core.token.SaTokenListenerImpl
-
- save(String, Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
如果不存在则初始化参数,如果存在则更新数据值
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
根据是否包括ID项,来决定是否更新还是插入数据
- save(String, JSONObject) - 类 中的方法net.sohelp.boot.admin.core.service.application.ApplicationService
-
保存应用信息
- save(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.magic.MagicApiService
-
保存业务模块
- save(String, Object, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
保存系统参数。
- save(String, Map<String, Object>) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
保存配置资源
- save(String, String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
保存配置资源
- save(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
保存配置资源
- save(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
保存配置资源。
- save(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
将表单数据保存到指定路径对应的资源文件中
- save(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
保存资源文件:若文件存在则更新,否则新增
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存系统基础设置参数
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.ThemeController
-
保存主题配置信息
将传入的参数映射转换为JSON字符串并保存到系统参数缓存中
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.ThemeSizeController
-
保存系统组件字体大小配置
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
保存菜单(新增或更新)
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
保存机构信息(支持新增与修改)
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamCategoryController
-
保存系统变量分类(新增或更新)
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamController
-
新增或更新系统常量参数
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.UserConstParamController
-
保存或更新用户系统变量信息
若传入参数中包含有效ID则执行更新操作;否则视为新增。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
保存岗位信息(新增或更新)
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
保存租户信息:若ID为空则新增,否则更新现有记录。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.user.PowerController
-
保存用户权限信息。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeConfigController
-
保存当前开发相关配置信息
将传入的配置参数以JSON格式保存至指定路径下。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeSchemeController
-
保存模板配置信息。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
保存或更新一个代码模板
- save(String, EntityVO) - 类 中的方法net.sohelp.boot.dev.web.code.service.CodeService
-
保存指定数据源下实体的Java代码配置信息。
- save(DatasourceVO) - 类 中的方法net.sohelp.boot.dev.web.dev.db.DatasourceController
-
保存数据源信息
根据传入的DatasourceVO对象保存或更新数据源信息,并返回操作结果。
- save(String) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
创建或更新表结构接口
该接口用于接收实体类参数,并根据参数创建或更新对应的表结构。
- save(LayoutVO) - 类 中的方法net.sohelp.boot.dev.web.dev.designer.DesignerController
-
保存表单
该接口用于保存表单设计相关的数据,通过传入的LayoutVO对象进行处理。
- save(EntityVO) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityController
-
保存实体表接口
该接口用于保存实体表,并将实体信息更新到XML文件中,同时刷新实体缓存。
- save(EntityVO) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityExtendController
-
保存实体信息
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicService
-
保存模块配置信息
- save(ModuleVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.DocumentController
-
保存文档接口
该接口用于保存指定应用和模块的文档信息,需传入包含应用名、模块名和文档内容的ModuleVO对象。
- save(GridVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
保存网格列表信息
该接口用于保存网格列表的相关信息,包括应用名称、模块名称、列表名称等,
并根据这些信息生成或更新对应的JSON文件,同时处理与实体绑定的相关操作。
- save(LayoutRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
保存表单设计接口
该接口用于保存表单设计的相关信息,包括应用名称、模块名称和界面名称等。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
保存模块信息
该接口用于保存或更新模块信息,包括模块名称、应用名称、描述和版本。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.PermissionController
-
保存权限接口
该接口用于保存指定应用和模块的权限信息,首先会校验应用名称和模块名称是否为空,
然后为权限列表中的每个权限生成UUID(如果未提供),接着根据应用名称和模块名称
获取模块对象,最后将权限信息保存到模块对象中并持久化。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.oauth2.OAuth2Controller
-
保存OAuth2账户信息。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.task.TaskController
-
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.AutocodeController
-
保存或更新自动编码配置。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.SequenceController
-
保存或更新一个序列记录。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SizeController
-
保存系统界面元素大小配置
将传入的参数映射转换为JSON字符串并保存到系统参数缓存中
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存系统基础设置。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.ThemeController
-
保存系统主题配置
将传入的主题配置参数保存到系统参数缓存中
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
新增或修改语言信息。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
保存菜单信息(新增或更新)
若未提供ID则视为新增;若已存在ID,则执行更新操作。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
保存机构信息(新增或修改)
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamCategoryController
-
保存或更新系统变量分类信息
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
保存用户系统变量(新增或更新)
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
保存岗位信息(新增或更新)
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
保存租户信息:若ID为空则新增;否则判断是否重名后执行更新
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.PowerController
-
保存用户的权限信息
包括更新用户权限类型,并根据权限范围插入具体的权限数据
- save(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.service.EntityExtService
-
- save(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
保存实体
- save(String, EntityVO) - 类 中的方法net.sohelp.boot.engine.db.service.EntityService
-
保存实体
- save(JSONObject) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
保存数据接口
该接口用于保存通过JSON对象传递的数据,并进行权限验证。
- save(List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineReportController
-
保存次序接口
该接口接收一个包含数据的列表,目前未实现具体业务逻辑,直接返回成功响应。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleFormController
-
实体表单保存接口
该接口用于保存实体表单数据,根据传入的refid找到对应的模块和实体,
并校验表单字段后保存表单数据。
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleGridController
-
保存实体表单数据
该接口用于接收前端传来的表单数据,并根据数据内容保存或更新对应的实体表单配置。
- save(String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
保存数据到数据库
- saveAs(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
网格列表另存为接口
该接口用于将网格列表另存为新的文件,并进行一系列校验和保存操作。
- saveAs(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
表单另存为接口
该接口用于将表单设计另存为新名称,并保存到指定路径下
- saveAs(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
模块另存为接口
该接口用于将指定应用的指定模块另存为新模块
- saveAs(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
将指定应用下的模块另存为新模块
该方法会检查目标路径下是否已存在同名模块,若存在则抛出业务异常;
若不存在则将原模块下的所有资源复制到新路径下,并更新资源属性(ID、UUID、模块名等)。
- saveConfig(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
保存或更新指定表的表单配置。
- saveConfig(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
保存指定表的网格配置信息
将传入的 JSON 配置对象转换为 GridVO 对象并持久化存储到资源服务中。
- saveConfig(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
将用户编辑的表字段配置信息持久化到系统中。
- saveConfig(SohelpBootConfig) - 类 中的方法net.sohelp.boot.dev.web.dev.config.sohelp.SohelpBootConfigController
-
保存SohelpBootConfig配置
- saveConfig(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormController
-
保存配置接口
该接口用于保存表单配置和工作流配置,并更新实体信息。
- saveConfig(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridController
-
保存配置接口
该接口用于保存用户提交的配置信息,包括表名、数据源名称以及相关的网格配置。
- saveConfig(WorkflowVO) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
保存工作流配置
该接口用于保存工作流配置信息,包括实体名称、数据源名称以及工作流JSON等。
- saveConfig(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
保存备份配置
更新系统的备份策略配置,如自动备份频率、时间等。
- saveDevConfig(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存开发环境下的系统配置。
- saveDingding(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存钉钉登录配置信息
- saveDingding(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存钉钉登录配置信息。
- saveDingdingMessage(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存钉钉消息通知配置信息
- saveDingdingMessage(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存钉钉消息通知配置信息。
- saveEntity(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
保存实体信息并刷新缓存
该方法首先调用服务层保存实体数据,然后刷新对应实体的缓存
- saveEntity() - 类 中的方法net.sohelp.boot.test.entity.EntityTest
-
- saveEntityForm(String, String, FormVO) - 类 中的方法net.sohelp.boot.engine.web.service.FormService
-
保存实体表单数据
- saveEntityFormByPublic(String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.FormCustomService
-
通过公共数据源保存实体表单
- saveEntityFormByUser(long, String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.FormCustomService
-
根据用户ID、数据源和实体名称保存实体表单
- saveEntityGrid(String, String, GridVO) - 类 中的方法net.sohelp.boot.engine.web.service.EntityGridService
-
保存实体网格配置到指定路径
根据数据源和实体名称构造JSON文件路径,若路径下已存在配置则更新,否则创建新配置。
- saveEntityGridByPublic(String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
保存公司个性化实体表单
- saveEntityGridByUser(long, String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据用户ID、数据源和实体名称保存实体网格数据
- saveEntityWorkflowByPublic(String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowCustomService
-
根据公共数据源和实体名称保存实体工作流信息
- saveForm(String, FormVO) - 类 中的方法net.sohelp.boot.engine.web.ModuleHelper
-
保存表单数据
根据给定的引用ID获取实体引用信息,并调用表单服务保存表单数据
- saveFormByCrudUpdater(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
通过CRUD更新器保存表单数据
根据记录Map中的主键ID判断是新增还是更新操作:
- 当ID为空或为"0"时,执行新增操作:生成新ID、格式化插入数据、自动编号处理、插入记录
- 当ID存在时,执行更新操作:格式化更新数据、更新记录
- saveGrid(String, CrudUpdaterVO) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
通过CRUD更新器保存网格数据
- saveGrid(String, String, Object, CrudUpdaterVO) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
通过CRUD更新器批量保存网格数据(支持增删改操作)
- saveGrid(String, GridVO) - 类 中的方法net.sohelp.boot.engine.web.ModuleHelper
-
保存网格数据
- saveGrid(String, String, String, GridVO) - 类 中的方法net.sohelp.boot.engine.web.service.GridService
-
保存网格数据到指定路径
- saveGridByPublic(String, String, String, GridVO) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
通过公共路径保存网格数据
- saveGridByUser(long, String, String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.GridCustomService
-
根据用户ID、应用名称、模块名称和网格名称保存网格数据
- saveGridFilterField(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleGridController
-
保存网格筛选字段
该接口用于保存用户设置的网格筛选字段,其他方案和排序不保存。
- saveGridFilterKeywords(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleGridController
-
保存网格筛选关键字
仅保存关键字筛选,其他方案和过滤字段不保存
- saveGridFilterScheme(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleGridController
-
保存网格筛选方案
该接口用于保存用户设置的网格筛选方案,只保存筛选方案,不保存其他排序和过滤设置。
- saveGridFilterSort(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleGridController
-
保存网格筛选排序接口
该接口用于保存用户设置的网格筛选和排序条件,不保存其他方案和过滤字段。
- saveGridList(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleGridController
-
保存网格列表接口
该接口用于保存用户提交的网格列表数据,根据refid获取相关信息并更新或创建网格数据。
- saveInstance(FlwInstance, FlwProcess, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
流程实例数据会保存至活动实例表、历史实例表
- saveInstance(FlwInstance, FlwProcess, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
保存流程实例
- saveLang(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
保存用户的语言设置。
- saveLayout(String, LayoutVO) - 类 中的方法net.sohelp.boot.engine.web.ModuleHelper
-
保存布局信息
根据给定的引用ID获取引用信息,并调用布局服务保存布局数据
- saveLayout(String, String, String, LayoutVO) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
保存布局信息
- saveLayout(String, String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
删除布局文件并保存新的布局内容
- saveLayout(String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
保存布局
- saveLayout(String, LayoutVO) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
- saveLayoutByPublic(String, String, String, LayoutVO) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutCustomService
-
将布局信息保存到公共路径
- saveLayoutByUser(long, String, String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutCustomService
-
根据用户ID、应用名称、模块名称和网格名称保存布局配置
- saveLog(JoinPoint, Object, Exception) - 类 中的方法net.sohelp.boot.admin.core.aspect.OperationLogAspect
-
保存操作记录到数据库中,异步执行并支持事务回滚
- saveLogin(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存登录相关子模块配置(包括忘记密码、注册、Token及验证码)
- saveLogin(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存登录相关配置信息,包括忘记密码、用户注册、Token、验证码及安全传输等模块。
- saveLoginLog(String, String, Integer, String, Long, HttpServletRequest) - 类 中的方法net.sohelp.boot.demo.web.login.LoginTokenService
-
记录用户登录日志信息到数据库中。
- saveMailMessage(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存邮件消息通知配置信息
- saveMailMessage(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存邮件消息通知配置信息。
- saveModule(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicController
-
保存模块信息
接收一个包含模块信息的Map对象,并将其保存到数据库中。
- saveModule(ModuleVO) - 类 中的方法net.sohelp.boot.engine.web.service.ModuleService
-
保存模块信息到指定文件路径
- savePhone(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存手机号码登录配置信息
- savePhone(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存手机号码登录配置信息。
- saveQq(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存QQ登录配置信息
- saveQq(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存QQ登录配置信息。
- saveQywx(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存企业微信登录配置,并构建其授权链接模板
- saveQywx(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存企业微信登录配置信息。
- saveQywxMessage(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存企业微信消息通知配置信息
- saveQywxMessage(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存企业微信消息通知配置信息。
- saveReport(String, String) - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
保存报表内容到数据库
- saveReport(String, String) - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
保存报表内容到指定文件路径
- saveResourceToDB(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.config.magic.MagicApiConfigController
-
数据库存储操作 (从本地文件读取)
- saveResourceToFile(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.config.magic.MagicApiConfigController
-
本地文件转移操作
- saveResourceToLocalFile(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.config.sohelp.SohelpBootConfigController
-
- saveSize(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThemeController
-
更新当前登录用户的界面尺寸配置。
- saveSize(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
保存用户的界面尺寸设置。
- saveTable(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.table.script.BaseTableScriptCreator
-
保存表结构,根据实体对象生成创建或修改表的SQL语句
- saveTable(EntityVO) - 接口 中的方法net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
-
保存表结构信息
- saveTask(FlwTask, PerformType, List<FlwTaskActor>, Execution, NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
保存任务及参与者信息
- saveTaskCc(NodeModel, FlwTask, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
保存抄送任务
- saveTemplateCode(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
更新指定模板的内容(code字段)
- saveTenantConfig(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存租户配置信息。
- saveTheme(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThemeController
-
更新当前登录用户的界面主题配置。
- saveTheme(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
保存用户的界面主题设置。
- saveThirdpartConfig(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartController
-
保存用户的第三方平台绑定信息。
- saveThirdpartConfig(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
保存或更新用户绑定的第三方平台配置。
- saveWeixin(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存微信登录相关配置,并自动生成开放平台URL
- saveWeixin(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存微信登录配置信息。
- saveWorkflow(String, String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.service.WorkflowService
-
保存实体的工作流信息
- saveWxMessage(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
保存微信消息通知配置信息
- saveWxMessage(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
保存微信消息通知配置信息。
- scheme() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
创建一个默认空字符串的Scheme过滤器构建器。
- scheme(String) - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
筛选方案
根据传入的方案名称或参数映射中的方案名称,查找对应的查询方案配置,
并生成SQL查询条件追加到当前构建器中。
- scheme(JSONObject) - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
筛选方案
- SchemeBuilder - net.sohelp.boot.admin.core.web.filter中的类
-
方案构建器
用于根据给定的方案配置生成对应的SQL查询条件语句。
- SchemeFilterBuilder - net.sohelp.boot.engine.web.utils中的类
-
方案过滤构建器
- SchemeFilterBuilder(GridVO, Map<String, Object>) - 类 的构造器net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
构造函数
- scriptException(ScriptException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理脚本执行异常(ScriptException)
- SecurityConfig - net.sohelp.boot.admin.core.web.yml中的类
-
安全配置
用于存储和管理系统的安全认证信息,包括登录用户名和密码
- SecurityConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.SecurityConfig
-
- select(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
获取机构组织选择树数据
- select() - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
获取角色列表用于下拉选择框显示
- select(String) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
获取用户下拉列表。
- select(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
获取机构组织选择树结构数据
- select(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
获取所有岗位用于下拉框选择
- select(String) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
获取用户下拉选项列表。
- selectById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwExtInstanceDao
-
- selectById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisInstanceDao
-
- selectById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- selectById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwInstanceDao
-
- selectById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwProcessDao
-
- selectById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwExtInstanceDaoImpl
-
- selectById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisInstanceDaoImpl
-
- selectById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- selectById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
-
- selectById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwProcessDaoImpl
-
- selectById(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectCheckById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- selectCheckById(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectCountByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectCountByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectCountByParentInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwInstanceDao
-
- selectCountByParentInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
-
- selectCountByParentTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectCountByParentTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwTaskMapper
-
根据父任务ID获取任务数量
- selectCountByParentTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectCountByTaskIdAndActorId(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- selectCountByTaskIdAndActorId(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- selectListByActorId(String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- selectListByActorId(String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- selectListByBusinessKey(String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisInstanceDao
-
- selectListByBusinessKey(String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwInstanceDao
-
- selectListByBusinessKey(String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisInstanceDaoImpl
-
- selectListByBusinessKey(String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
-
- selectListByCallProcessIdAndCallInstanceId(Long, Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- selectListByCallProcessIdAndCallInstanceId(Long, Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- selectListByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- selectListByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- selectListByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectListByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwTaskActorMapper
-
通过流程实例ID获取参与者列表
- selectListByInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwTaskMapper
-
根据流程实例ID获取任务列表
- selectListByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- selectListByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- selectListByInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectListByInstanceIdAndTaskKey(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
根据流程实例ID和任务KEY查询任务
- selectListByInstanceIdAndTaskKey(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectListByInstanceIdAndTaskName(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- selectListByInstanceIdAndTaskName(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectListByInstanceIdAndTaskName(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- selectListByInstanceIdAndTaskName(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectListByInstanceIdAndTaskNameAndParentTaskId(Long, String, Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- selectListByInstanceIdAndTaskNameAndParentTaskId(Long, String, Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- selectListByInstanceIdAndTaskNames(Long, List<String>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectListByInstanceIdAndTaskNames(Long, List<String>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectListByParentInstanceId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwInstanceDao
-
- selectListByParentInstanceId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
-
- selectListByParentTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- selectListByParentTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectListByParentTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwTaskMapper
-
根据父任务ID获取任务列表
- selectListByParentTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- selectListByParentTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectListByParentTaskIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectListByParentTaskIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- selectListByProcessId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisInstanceDao
-
- selectListByProcessId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisInstanceDaoImpl
-
- selectListByProcessKey(String, String) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwProcessMapper
-
- selectListByProcessKeyAndVersion(String, String, Integer) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwProcessDao
-
- selectListByProcessKeyAndVersion(String, String, Integer) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwProcessDaoImpl
-
- selectListByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskActorDao
-
- selectListByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- selectListByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwHisTaskActorMapper
-
通过任务ID获取参与者列表
- selectListByTaskId(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwTaskActorMapper
-
通过任务ID获取参与者列表
- selectListByTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskActorDaoImpl
-
- selectListByTaskId(Long) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- selectListByTaskIdAndActorId(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskActorDao
-
- selectListByTaskIdAndActorId(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- selectListByTaskIdAndActorId(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskActorDaoImpl
-
- selectListByTaskIdAndActorId(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- selectListByTaskIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskActorDao
-
- selectListByTaskIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- selectListByTaskIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwHisTaskActorMapper
-
通过任务ID获取参与者列表
- selectListByTaskIds(List<Long>) - 接口 中的方法net.sohelp.boot.engine.workflow.mapper.FlwTaskActorMapper
-
通过任务ID列表获取参与者列表
- selectListByTaskIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskActorDaoImpl
-
- selectListByTaskIds(List<Long>) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- selectListTimeoutOrRemindTasks(Date) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- selectListTimeoutOrRemindTasks(Date) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- send(NoticeVO) - 类 中的方法net.sohelp.boot.admin.core.service.notice.NoticeService
-
发送系统消息
根据传入的通知信息构建消息记录,并插入数据库中。
- send(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.service.notice.PhoneNoticeService
-
发送短信通知
从系统配置中获取阿里云短信服务参数,构造并发送短信请求
若短信发送失败则抛出业务异常
- send(long, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.PhoneNoticeService
-
向指定用户发送短信内容(需用户已绑定手机号)
- send(Long, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.QywxNoticeService
-
发送企业微信消息给指定用户
首先检查用户是否绑定了企业微信,然后调用接口发送消息,并记录到通知表中。
- send(Long, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
根据用户ID发送公众号消息
- send(long, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
根据用户ID发送登录通知
- sendCode(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.EmailNoticeService
-
发送验证码邮件,并将验证码缓存5分钟以供后续校验使用。
- sendCode(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.PhoneNoticeService
-
向指定手机号发送验证码短信
- sendDingDing(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送钉钉工作通知消息给指定用户
- sendDingDing(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartDingdingController
-
向目标用户发送钉钉通知消息。
- sendDingDing(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送钉钉用户消息
- sendDingDing(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartDingdingController
-
向指定用户发送钉钉通知消息。
- sendEmail(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送邮件消息给指定用户
- sendEmail(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送邮件消息给用户
- sendLoginMsg(String, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
发送登录通知给指定用户
- sendMail(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartEmailController
-
发送邮件消息给指定用户
根据接收用户的ID查询其绑定的邮箱,并插入通知记录后通过邮件服务发送消息。
- sendMail(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartEmailController
-
发送邮件消息给指定用户
根据接收用户的ID查询其绑定的邮箱,并将消息插入通知表后通过邮件服务发送出去。
- sendMailCode(Map<String, String>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartEmailController
-
向指定邮箱发送验证码
先校验系统中是否正确配置了邮件相关参数,然后向目标邮箱发送随机生成的验证码。
- sendMailCode(Map<String, String>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartEmailController
-
向指定邮箱发送验证码
从系统缓存中获取邮件配置信息进行有效性检查后调用邮件服务发送验证码。
- sendMsg(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.DingdingNoticeService
-
发送文本消息给指定用户
将一条纯文本消息推送到目标用户的企业会话中。
- sendMsg(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.EmailNoticeService
-
发送普通消息邮件。
- sendMsg(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.PhoneNoticeService
-
直接向指定手机号发送短信消息
- sendMsg(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.QywxNoticeService
-
向指定的企业微信用户发送文本消息
- sendMsg(String, String, Map<String, String>) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
使用指定模板向特定用户发送微信模板消息
- sendPhone(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送短信消息给指定用户
- sendPhone(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartPhoneController
-
向指定用户发送手机通知消息
- sendPhone(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送短信消息给用户
- sendPhone(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartPhoneController
-
向指定用户发送手机消息通知
- sendQq(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送QQ用户消息(预留方法)
- sendQq(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送QQ用户消息(暂无实际实现)
- sendQywx(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送企业微信应用消息给指定用户
- sendQywx(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartQywxController
-
发送企业微信用户消息
向指定的企业微信用户发送一条文本消息,并记录通知信息到数据库中。
- sendQywx(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送企业微信用户消息
- sendQywx(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartQywxController
-
发送企业微信用户消息
将指定的消息内容通过企业微信发送给目标用户,并记录通知信息到数据库。
- sendSystem(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送系统消息给指定用户
- sendSystem(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送系统消息
- sendTodo(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送待办事项消息给指定用户
- sendTodo(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送待办事项消息
- sendUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送用户间私信消息
- sendUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送用户自定义消息
- sendWx(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.notice.AppNoticeController
-
发送微信公众号模板消息给指定用户
- sendWx(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.notice.AppNoticeController
-
发送微信公众号消息
- sendWxPub(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartWxPubController
-
发送微信模板消息给指定用户
- sendWxPub(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartWxPubController
-
向指定用户发送微信公众号模板消息
- SequenceController - net.sohelp.boot.dev.web.system.autocode中的类
-
主键管理控制器,提供序列(自增主键)相关的分页查询、保存和删除功能。
- SequenceController() - 类 的构造器net.sohelp.boot.dev.web.system.autocode.SequenceController
-
- SequenceHelper - net.sohelp.boot.admin.core.helper中的类
-
生成唯一ID次序
- SequenceHelper() - 类 的构造器net.sohelp.boot.admin.core.helper.SequenceHelper
-
- SequenceHelperTest - net.sohelp.boot.test中的类
-
SequenceHelper测试案例
- SequenceHelperTest() - 类 的构造器net.sohelp.boot.test.SequenceHelperTest
-
- SequenceTypeConfig - net.sohelp.boot.engine.db.vo.type中的类
-
自动编码配置
- SequenceTypeConfig() - 类 的构造器net.sohelp.boot.engine.db.vo.type.SequenceTypeConfig
-
- serialize(Long, JsonGenerator, SerializerProvider) - 类 中的方法net.sohelp.boot.demo.core.json.JacksonConfiguration.LongJsonSerializer
-
序列化方法:将Long类型的值写成字符串格式。
- service(HttpServletRequest, HttpServletResponse) - 类 中的方法net.sohelp.boot.engine.web.report.CustomUReportServlet
-
处理UReport报表服务的请求,根据请求URI分发到对应的处理器执行
- ServiceController - net.sohelp.boot.dev.web.dev.module中的类
-
业务引擎配置
- ServiceController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.ServiceController
-
- ServiceVO - net.sohelp.boot.engine.web.vo.module中的类
-
业务类
- ServiceVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.ServiceVO
-
- setApplicationContext(ApplicationContext) - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
设置应用上下文,并初始化文件存储目录。
- setApplicationContext(ApplicationContext) - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
设置应用上下文,并初始化文件存储目录。
- setAttribute(String, Object) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
向当前请求中设置属性值。
- setAttributes(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
批量将 Map 中的数据作为属性存入当前请求对象中。
- setCacheName(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
设置缓存名
- setCode(Integer) - 类 中的方法net.sohelp.boot.admin.core.base.ApiResult
-
设置状态码并返回当前实例以支持链式调用
- setData(T) - 类 中的方法net.sohelp.boot.admin.core.base.ApiResult
-
设置返回的业务数据并返回当前实例以支持链式调用
- setDefaultOrder(List<OrderItem>) - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
设置默认排序方式,当当前没有设置排序时生效
- setDefaultOrder(String) - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
设置默认排序方式,当当前没有设置排序时生效
- setDisabled(boolean) - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
设置报表是否禁用状态
- setDisabled(boolean) - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
设置是否禁用状态
- setError(String) - 类 中的方法net.sohelp.boot.admin.core.base.ApiResult
-
设置内部错误信息并返回当前实例以支持链式调用
- setExtendOf(Object) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
- setFileStoreDir(String) - 类 中的方法net.sohelp.boot.engine.web.report.DBReportProvider
-
设置文件存储目录
- setFileStoreDir(String) - 类 中的方法net.sohelp.boot.engine.web.report.FileReportProvider
-
设置文件存储目录
- setFlowCreator(FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlowEntity
-
- setFlowState(FlowState) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwProcess
-
- setInstanceState(InstanceState) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisInstance
-
- setInstanceState(Integer) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisInstance
-
- setKey(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
设置数据源名称
- setLangConfig(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
保存语言相关的个性化配置信息。
- setLanguage(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
设置某个语言的启用状态。
- setMapVariable(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwInstance
-
- setMeta(ApiResult<T>.MetaVO) - 类 中的方法net.sohelp.boot.admin.core.base.ApiResult
-
设置完整的MetaVO对象并返回当前实例以支持链式调用
- setModelContent2Json(ProcessModel) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwProcess
-
设置 JSON 模型内容
- setPerformType(PerformType) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- setPerformType(Integer) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- setRemindParam(RemindParam) - 类 中的方法net.sohelp.boot.engine.workflow.FlowScheduler
-
- setResults(List<T>) - 接口 中的方法net.sohelp.boot.common.core.paging.Pager
-
设置结果集
- setSummary(Map<String, Object>) - 接口 中的方法net.sohelp.boot.common.core.paging.Pager
-
设置合计信息
- setTableName(String) - 异常错误 中的方法net.sohelp.boot.admin.core.exceptions.DuplicateKeyException
-
设置异常关联的表名,并返回当前异常对象以支持链式调用
- setTaskState(TaskState) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisTask
-
- setTaskState(Integer) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisTask
-
- setTaskType(Integer) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- setTotal(int) - 接口 中的方法net.sohelp.boot.common.core.paging.Pager
-
设置总行数
- setVariable(Integer) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisInstance
-
- setVariable(String) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- setVariable(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- SignApi - net.sohelp.boot.demo.utils中的类
-
API接口参数签名工具类,用于发送带数字签名的HTTP请求。
- SignApi() - 类 的构造器net.sohelp.boot.demo.utils.SignApi
-
- SimpleConditionNodeHandler - net.sohelp.boot.engine.workflow.handler.impl中的类
-
默认流程执行条件处理器
- SimpleConditionNodeHandler() - 类 的构造器net.sohelp.boot.engine.workflow.handler.impl.SimpleConditionNodeHandler
-
- SimpleCreateTaskHandler - net.sohelp.boot.engine.workflow.handler.impl中的类
-
默认流程任务创建处理器
- SimpleCreateTaskHandler() - 类 的构造器net.sohelp.boot.engine.workflow.handler.impl.SimpleCreateTaskHandler
-
- SingApiTest - net.sohelp.boot.test中的类
-
推送接口测试
- SingApiTest() - 类 的构造器net.sohelp.boot.test.SingApiTest
-
- SizeController - net.sohelp.boot.dev.web.system.config中的类
-
系统组件字体大小设置控制器
提供系统界面元素大小配置的保存和获取功能
- SizeController() - 类 的构造器net.sohelp.boot.dev.web.system.config.SizeController
-
- SnowflakeHelper - net.sohelp.boot.admin.core.helper中的类
-
雪花ID生成工具类
提供基于雪花算法的唯一ID生成功能
- SnowflakeHelper() - 类 的构造器net.sohelp.boot.admin.core.helper.SnowflakeHelper
-
- SohelpBootAutoConfiguration - net.sohelp.boot.starter.config中的类
-
SohelpBoot自动配置类
- SohelpBootAutoConfiguration() - 类 的构造器net.sohelp.boot.starter.config.SohelpBootAutoConfiguration
-
- SohelpBootConfig - net.sohelp.boot.admin.core.web中的类
-
SohelpBoot系统配置类
用于加载和管理系统的所有配置信息,通过@ConfigurationProperties注解自动绑定application.yml中以"sohelp-boot"为前缀的配置项
- SohelpBootConfig() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpBootConfig
-
- SohelpBootConfigController - net.sohelp.boot.dev.web.dev.config.sohelp中的类
-
SohelpBoot配置控制器
- SohelpBootConfigController() - 类 的构造器net.sohelp.boot.dev.web.dev.config.sohelp.SohelpBootConfigController
-
- sohelpBootFileServiceInterface() - 类 中的方法net.sohelp.boot.admin.config.AdminConfiguration
-
根据系统资源配置类型动态注入对应的资源服务实现类。
- SohelpBootResourceController - net.sohelp.boot.dev.web.ops.resource中的类
-
平台资源管理控制器,用于处理平台资源相关的操作请求。
- SohelpBootResourceController() - 类 的构造器net.sohelp.boot.dev.web.ops.resource.SohelpBootResourceController
-
- SohelpBootResourceDBServiceImpl - net.sohelp.boot.admin.core.service.resource中的类
-
资源数据库服务实现类
- SohelpBootResourceDBServiceImpl() - 类 的构造器net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
- SohelpBootResourceFactory - net.sohelp.boot.admin.core.factory中的类
-
商邦资源获取工厂
- SohelpBootResourceFactory() - 类 的构造器net.sohelp.boot.admin.core.factory.SohelpBootResourceFactory
-
- SohelpBootResourceFileServiceImpl - net.sohelp.boot.admin.core.service.resource中的类
-
资源配置文件服务实现类,提供基于本地文件系统的资源配置管理功能。
- SohelpBootResourceFileServiceImpl() - 类 的构造器net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
- SohelpDynamicDatasource - net.sohelp.boot.admin.core.db.datasource中的类
-
动态数据源进行封装 ,集成MagicApi动态数据源
- SohelpDynamicDatasource() - 类 的构造器net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
- SohelpFileDownloadService - net.sohelp.boot.admin.core.service.file中的类
-
文件下载操作服务类,提供文件流获取和文件字节读取功能
- SohelpFileDownloadService() - 类 的构造器net.sohelp.boot.admin.core.service.file.SohelpFileDownloadService
-
- SohelpFileService - net.sohelp.boot.admin.core.service.file中的类
-
文件上传下载工具类
- SohelpFileService() - 类 的构造器net.sohelp.boot.admin.core.service.file.SohelpFileService
-
- SohelpFileTypeEnum - net.sohelp.boot.admin.core.enums中的枚举
-
文件类型枚举
定义了文件导入文件
- SohelpFileUploadService - net.sohelp.boot.admin.core.service.file中的类
-
文件上传操作服务类,提供文件的上传、删除、读取等功能。
- SohelpFileUploadService() - 类 的构造器net.sohelp.boot.admin.core.service.file.SohelpFileUploadService
-
- SohelpFilter - net.sohelp.boot.engine.web中的类
-
方案过滤
- SohelpFilter() - 类 的构造器net.sohelp.boot.engine.web.SohelpFilter
-
- SohelpLogin - net.sohelp.boot.admin.core.web中的类
-
登录信息处理类,用于获取当前登录用户的各类信息及操作相关缓存。
- SohelpLogin() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpLogin
-
- SohelpPower - net.sohelp.boot.admin.core.web中的类
-
数据权限控制类,用于根据不同权限类型获取对应的用户列表。
- SohelpPower() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpPower
-
- SohelpQuery - net.sohelp.boot.admin.core.web中的类
-
查询构建工具类,用于处理前端传入的过滤条件并生成对应的SQL语句或参数映射。
- SohelpQuery() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpQuery
-
- SohelpReport - net.sohelp.boot.demo.core.report中的类
-
自定义数据源
- SohelpReport() - 类 的构造器net.sohelp.boot.demo.core.report.SohelpReport
-
- sohelpReport() - 类 中的方法net.sohelp.boot.engine.web.config.UReportConfiguration
-
创建并返回一个SoHelpReport实例。
- SohelpReport - net.sohelp.boot.engine.web.report中的类
-
商邦报表自定义数据源
- SohelpReport() - 类 的构造器net.sohelp.boot.engine.web.report.SohelpReport
-
- SohelpUploadService - net.sohelp.boot.admin.core.service.upload中的类
-
文件上传服务类,提供将文件上传至指定目录的功能。
- SohelpUploadService() - 类 的构造器net.sohelp.boot.admin.core.service.upload.SohelpUploadService
-
- SohelpWeb - net.sohelp.boot.admin.core.web中的类
-
Web工具类,提供对HTTP请求、响应以及参数处理的相关功能。
- SohelpWeb() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpWeb
-
- SohelpWhere - net.sohelp.boot.admin.core.web中的类
-
SQL条件构建器类,用于构建带权限过滤的SQL查询条件
- SohelpWhere() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpWhere
-
- sort - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
排序
- sortRecords(List<T>) - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
对记录列表进行内存排序
- specifyConditionNodeKey(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
指定选择条件节点 KEY
- SpelExpression - net.sohelp.boot.engine.workflow.spring.adaptive中的类
-
Spring el表达式解析器
- SpelExpression() - 类 的构造器net.sohelp.boot.engine.workflow.spring.adaptive.SpelExpression
-
- springfoxHandlerProviderBeanPostProcessor() - 类 中的静态方法net.sohelp.boot.demo.core.swagger2.Swagger2Configuration
-
创建一个BeanPostProcessor实例,用于解决SpringBoot 2.6.
- SpringRunApplication - net.sohelp.boot.demo中的类
-
启动运行入口程序
- SpringRunApplication() - 类 的构造器net.sohelp.boot.demo.SpringRunApplication
-
- SpringRunApplication - net.sohelp.boot.install.dev中的类
-
启动运行入口程序
- SpringRunApplication() - 类 的构造器net.sohelp.boot.install.dev.SpringRunApplication
-
- SpringRunApplication - net.sohelp.boot.install.service中的类
-
平台安装器
- SpringRunApplication() - 类 的构造器net.sohelp.boot.install.service.SpringRunApplication
-
- SQLBuilder - net.sohelp.boot.admin.core.web.filter中的类
-
SQL条件构建器
- SQLBuilder(Map<String, Object>) - 类 的构造器net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
构造函数
- SqlCache - net.sohelp.boot.admin.core.db.cache中的接口
-
SQL缓存接口
- SQLController - net.sohelp.boot.dev.web.dev.db中的类
-
数据库SQL
- SQLController() - 类 的构造器net.sohelp.boot.dev.web.dev.db.SQLController
-
- SqlGenerator - net.sohelp.boot.test.filter中的类
-
- SqlGenerator() - 类 的构造器net.sohelp.boot.test.filter.SqlGenerator
-
- start(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
启动数据源
- start(JSONObject) - 类 中的方法net.sohelp.boot.demo.core.task.TaskSchedulerService
-
启动任务调度
- startInstanceById(Long, FlowCreator, Map<String, Object>, Supplier<FlwInstance>) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
根据流程定义ID,创建人,参数列表启动流程实例
- startInstanceById(Long, FlowCreator, Map<String, Object>, Supplier<FlwInstance>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
根据流程定义ID,创建人ID,参数列表启动流程实例
- startInstanceById(Long, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- startInstanceById(Long, FlowCreator, String) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- startInstanceById(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- startInstanceByProcessKey(String, Integer, FlowCreator, Map<String, Object>, Supplier<FlwInstance>) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
根据流程定义key、版本号、创建人、参数列表启动流程实例
- startInstanceByProcessKey(String, Integer, FlowCreator, Map<String, Object>, Supplier<FlwInstance>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
根据流程名称、版本号、创建人、参数列表启动流程实例
- startInstanceByProcessKey(String, Integer, FlowCreator, Map<String, Object>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- startInstanceByProcessKey(String, Integer, FlowCreator, String) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- startInstanceByProcessKey(String, Integer, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- startInstanceByProcessKey(String, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
- startNode() - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
开始节点判断
- startProcessInstance(FlwProcess, FlowCreator, Map<String, Object>, Supplier<FlwInstance>) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowEngineImpl
-
根据流程对象启动流程实例
- startProcessInstance(FlwProcess, FlowCreator, Map<String, Object>, Supplier<FlwInstance>) - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
根据流程对象启动流程实例
- startup(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.DatasourceController
-
启动或停止数据源
通过传入参数控制指定数据源的启动或停止,需管理员权限
- stop(String) - 类 中的方法net.sohelp.boot.demo.core.task.TaskSchedulerService
-
停止任务调度
- stop(Map<String, String>) - 类 中的方法net.sohelp.boot.dev.web.ops.backup.BackupController
-
停止备份/恢复任务
根据任务ID停止正在运行的备份或恢复任务。
- stop() - 类 中的方法net.sohelp.boot.install.service.controller.InstallController
-
- StpInterfaceImpl - net.sohelp.boot.demo.core.token中的类
-
自定义权限加载接口实现类
保证此类被 SpringBoot 扫描,完成 Sa-Token 的自定义权限验证扩展
- StpInterfaceImpl() - 类 的构造器net.sohelp.boot.demo.core.token.StpInterfaceImpl
-
- StreamUtils - net.sohelp.boot.engine.workflow.assist中的类
-
流数据帮助类
- StreamUtils() - 类 的构造器net.sohelp.boot.engine.workflow.assist.StreamUtils
-
- submit(MultipartFile[], Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineWorkflowController
-
开启提交流程
该接口用于处理提交流程的请求,包括验证参数、获取流程信息、检查业务数据是否存在以及启动流程实例等操作。
- submit() - 类 中的方法net.sohelp.boot.test.workflow.WorkflowTest
-
提交测试
- success(T) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
构造一个成功的操作结果对象,并携带返回数据。
- success(T, String) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
构造一个自定义成功消息的成功结果对象。
- success(List<T>, Long) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
构造一个分页查询结果的成功响应对象。
- success(IPage<T>) - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
将MyBatis Plus的IPage转换成分页结果并构造成功响应对象。
- support(String) - 类 中的方法net.sohelp.boot.admin.core.db.NashornHelper
-
判断指定语言是否被当前环境支持
- support(String) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.GrovvyLanguageProvider
-
判断是否支持指定的语言
- support() - 类 中的方法net.sohelp.boot.demo.core.magic.script.CustomFunctionExtension
-
扩展String方法
- supports(MethodParameter, Class) - 类 中的方法net.sohelp.boot.admin.core.advice.GlobalControllerAdvice
-
判断当前控制器方法是否支持响应体增强处理
- Swagger2Configuration - net.sohelp.boot.demo.core.swagger2中的类
-
Swagger2配置类,用于配置Swagger文档的生成规则、分组信息以及解决版本兼容性问题。
- Swagger2Configuration() - 类 的构造器net.sohelp.boot.demo.core.swagger2.Swagger2Configuration
-
- sync() - 类 中的方法net.sohelp.boot.demo.core.task.TaskSchedulerService
-
同步任务配置并按状态启停调度
每 10 秒执行一次:
- 读取所有任务配置
- 对运行中任务进行启动(若未启动)
- 对非运行任务进行停止(若已启动)
- 删除已不存在的任务调度
- syncEntity(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
同步实体文件接口
该接口用于同步指定数据源和名称的实体文件,包括实体属性的增删改等操作,并返回同步结果。
- syncFieldTypeLength(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
发布字段类型长度接口
该接口用于发布指定数据源的表字段类型长度,通过遍历实体属性并生成相应的SQL语句来修改字段类型长度。
- SysConfigController - net.sohelp.boot.dev.web.system.config中的类
-
系统配置控制器,用于管理系统相关的各种配置信息。
- SysConfigController() - 类 的构造器net.sohelp.boot.dev.web.system.config.SysConfigController
-
- SystemConfigCache - net.sohelp.boot.admin.core.cache中的类
-
系统参数配置缓存管理类
用于管理系统配置参数的获取和处理
- SystemConfigCache() - 类 的构造器net.sohelp.boot.admin.core.cache.SystemConfigCache
-
- SystemConfigController - net.sohelp.boot.demo.web.system.config中的类
-
系统配置控制器,用于管理系统的基本设置、登录方式配置以及消息通知等。
- SystemConfigController() - 类 的构造器net.sohelp.boot.demo.web.system.config.SystemConfigController
-
- SystemInfoController - net.sohelp.boot.dev.web.system.info中的类
-
系统信息控制器,用于获取系统运行状态、资源使用率等信息。
- SystemInfoController() - 类 的构造器net.sohelp.boot.dev.web.system.info.SystemInfoController
-
- SystemParamCache - net.sohelp.boot.admin.core.cache中的类
-
系统常量缓存
- SystemParamCache() - 类 的构造器net.sohelp.boot.admin.core.cache.SystemParamCache
-
- SystemParamService - net.sohelp.boot.admin.core.service.param中的类
-
系统参数操作服务类,提供对系统常量参数的增删改查功能。
- SystemParamService() - 类 的构造器net.sohelp.boot.admin.core.service.param.SystemParamService
-
- table(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
使用表
- Table(String, String) - 类 的构造器net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
构造函数,用于初始化表操作相关对象
- TableCache - net.sohelp.boot.engine.db.cache中的类
-
物理表缓存操作
- TableCache() - 类 的构造器net.sohelp.boot.engine.db.cache.TableCache
-
- TableController - net.sohelp.boot.dev.web.dev.db中的类
-
表结构管理
- TableController() - 类 的构造器net.sohelp.boot.dev.web.dev.db.TableController
-
- TableScriptFactory - net.sohelp.boot.engine.db.table.script中的类
-
SQL Script 创建工厂
用于根据不同的数据库类型创建对应的表结构脚本生成器实例
- TableScriptFactory() - 类 的构造器net.sohelp.boot.engine.db.table.script.TableScriptFactory
-
- TableScriptInterface - net.sohelp.boot.engine.db.table.script.interfaces中的接口
-
表脚本接口
定义了表脚本操作的标准接口,用于处理数据库表的相关脚本操作
- TableService - net.sohelp.boot.engine.db.table.service中的类
-
表结构服务类,用于操作数据库中的表结构信息。
- TableService() - 类 的构造器net.sohelp.boot.engine.db.table.service.TableService
-
- taskAccessStrategy() - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowAutoConfiguration
-
- TaskAccessStrategy - net.sohelp.boot.engine.workflow中的接口
-
任务访问策略类
用于判断给定的创建人员是否允许执行某个任务
- taskActorDao(FlwTaskActorMapper) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowMybatisPlusConfiguration
-
- taskActorProvider() - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowAutoConfiguration
-
- TaskActorProvider - net.sohelp.boot.engine.workflow中的接口
-
任务参与者提供处理接口
- TaskController - net.sohelp.boot.dev.web.ops.task中的类
-
定时任务管理
- TaskController() - 类 的构造器net.sohelp.boot.dev.web.ops.task.TaskController
-
- TaskCreateInterceptor - net.sohelp.boot.engine.workflow中的接口
-
流程任务创建拦截器
- taskDao(FlwTaskMapper) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowMybatisPlusConfiguration
-
- TaskEvent - net.sohelp.boot.engine.workflow.spring.event中的类
-
流程任务事件对象
- TaskEvent() - 类 的构造器net.sohelp.boot.engine.workflow.spring.event.TaskEvent
-
- TaskEventType - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
流程引擎监听类型
- taskId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
关联的任务ID
- taskKey - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
任务 key 唯一标识
- TaskListener - net.sohelp.boot.engine.workflow.listener中的接口
-
流程任务监听
- taskListener(ApplicationEventPublisher) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowAutoConfiguration
-
注入自定义 TaskListener 实现该方法不再生效
- taskName - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
任务名称
- taskNotify(TaskEventType, Supplier<FlwTask>, NodeModel, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- TaskReminder - net.sohelp.boot.engine.workflow中的接口
-
任务提醒接口
- TaskScheduleConfig - net.sohelp.boot.demo.core.task中的类
-
定时任务调度配置类
该配置类用于启用 Spring 的定时任务调度能力。
- TaskScheduleConfig() - 类 的构造器net.sohelp.boot.demo.core.task.TaskScheduleConfig
-
- TaskSchedulerService - net.sohelp.boot.demo.core.task中的类
-
定时任务调度服务
该服务负责从资源系统中加载任务配置(/sohelp-boot/dev/ops/task),
按任务状态动态启动或停止调度,并根据任务类型执行对应的 Java 类或 Nashorn 脚本。
- TaskSchedulerService() - 类 的构造器net.sohelp.boot.demo.core.task.TaskSchedulerService
-
- taskService() - 接口 中的方法net.sohelp.boot.engine.workflow.FlowEngine
-
获取任务服务
- taskService(TaskAccessStrategy, TaskListener, TaskTrigger, FlwInstanceDao, FlwExtInstanceDao, FlwHisInstanceDao, FlwTaskDao, FlwTaskActorDao, FlwHisTaskDao, FlwHisTaskActorDao) - 类 中的方法net.sohelp.boot.engine.workflow.spring.autoconfigure.FlowAutoConfiguration
-
- TaskService - net.sohelp.boot.engine.workflow中的接口
-
任务业务类接口
- TaskServiceImpl - net.sohelp.boot.engine.workflow.impl中的类
-
任务执行业务类
- TaskServiceImpl(TaskAccessStrategy, TaskListener, TaskTrigger, FlwInstanceDao, FlwExtInstanceDao, FlwHisInstanceDao, FlwTaskDao, FlwTaskActorDao, FlwHisTaskDao, FlwHisTaskActorDao) - 类 的构造器net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- TaskState - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
流程状态
- taskState - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwHisTask
-
- TaskStateNameEnum - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
- TaskTrigger - net.sohelp.boot.engine.workflow中的接口
-
流程任务触发器
- TaskType - net.sohelp.boot.engine.workflow.core.enums中的枚举
-
任务类型
- taskType - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
- taskType(TaskType) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- tenant(String) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
添加租户ID作为查询条件
- tenant() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
添加租户ID作为查询条件(使用默认字段)
- TenantCache - net.sohelp.boot.admin.core.cache中的类
-
租户配置缓存管理类
用于管理和获取系统中租户相关的配置信息
- TenantCache() - 类 的构造器net.sohelp.boot.admin.core.cache.TenantCache
-
- TenantConfigCache - net.sohelp.boot.admin.core.cache中的类
-
租户配置缓存管理类
用于管理和获取系统中租户相关的配置信息
- TenantConfigCache() - 类 的构造器net.sohelp.boot.admin.core.cache.TenantConfigCache
-
- TenantController - net.sohelp.boot.demo.web.system.tenant中的类
-
租户管理控制器,提供租户相关的增删改查接口。
- TenantController() - 类 的构造器net.sohelp.boot.demo.web.system.tenant.TenantController
-
- TenantController - net.sohelp.boot.dev.web.system.tenant中的类
-
租户管理控制器,提供租户相关的增删改查、用户分配与取消分配等功能。
- TenantController() - 类 的构造器net.sohelp.boot.dev.web.system.tenant.TenantController
-
- TenantController - net.sohelp.boot.engine.web.controller中的类
-
租户管理
- TenantController() - 类 的构造器net.sohelp.boot.engine.web.controller.TenantController
-
- tenantId(String) - 类 中的方法net.sohelp.boot.engine.workflow.core.FlowCreator
-
- tenantId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlowEntity
-
租户ID
- tenantId - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTaskActor
-
租户ID
- TenantService - net.sohelp.boot.admin.core.service.tenant中的类
-
租户管理服务类
提供租户相关的数据查询服务
- TenantService() - 类 的构造器net.sohelp.boot.admin.core.service.tenant.TenantService
-
- terminate(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
强制终止活动实例,并强制完成活动任务
- terminate(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
流程实例强制终止
- test(Map) - 类 中的方法net.sohelp.boot.dev.web.dev.db.DatasourceController
-
测试数据库连接接口
该接口接收数据库连接信息,并尝试建立数据库连接,返回连接结果。
- test() - 类 中的方法net.sohelp.boot.test.AutoCodeHelperTest
-
- test() - 类 中的方法net.sohelp.boot.test.JdbcHelperTest
-
- test() - 类 中的方法net.sohelp.boot.test.UuidTest
-
- test2() - 类 中的方法net.sohelp.boot.test.JdbcHelperTest
-
- test2() - 类 中的方法net.sohelp.boot.test.UuidTest
-
- testApi() - 类 中的方法net.sohelp.boot.test.SingApiTest
-
- testAutoCode() - 类 中的方法net.sohelp.boot.test.AutoCodeHelperTest
-
测试自动编码
- testFileTypeDeserialize() - 类 中的方法net.sohelp.boot.test.entity.EntityTest
-
- testFormatByQuery() - 类 中的方法net.sohelp.boot.test.entity.EntityTest
-
- testGet() - 类 中的方法net.sohelp.boot.test.SingApiTest
-
- testInsert() - 类 中的方法net.sohelp.boot.test.JdbcHelperTest
-
测试插入
- testJdbcList() - 类 中的方法net.sohelp.boot.test.entity.EntityTest
-
- testPost() - 类 中的方法net.sohelp.boot.test.SingApiTest
-
- testRelation() - 类 中的方法net.sohelp.boot.test.entity.EntityTest
-
- testRelationMap() - 类 中的方法net.sohelp.boot.test.entity.EntityTest
-
- testSequence() - 类 中的方法net.sohelp.boot.test.SequenceHelperTest
-
测试自动次序
- testSequenceTypeDeserialize() - 类 中的方法net.sohelp.boot.test.entity.EntityTest
-
- ThemeController - net.sohelp.boot.demo.web.system.config中的类
-
主题配置控制器
提供系统主题配置的保存和获取功能
- ThemeController() - 类 的构造器net.sohelp.boot.demo.web.system.config.ThemeController
-
- ThemeController - net.sohelp.boot.dev.web.system.config中的类
-
系统主题设置控制器
提供系统主题配置的保存和获取功能
- ThemeController() - 类 的构造器net.sohelp.boot.dev.web.system.config.ThemeController
-
- ThemeSizeController - net.sohelp.boot.demo.web.system.config中的类
-
系统组件字体大小设置
- ThemeSizeController() - 类 的构造器net.sohelp.boot.demo.web.system.config.ThemeSizeController
-
- ThirdPartController - net.sohelp.boot.dev.web.system.thirdpart中的类
-
第三方用户管理控制器
- ThirdPartController() - 类 的构造器net.sohelp.boot.dev.web.system.thirdpart.ThirdPartController
-
- throwable(Throwable, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理所有其他可抛出异常(Throwable),作为兜底异常处理器
- throwable(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
创建 FlowException 异常信息
- throwable(String, Throwable) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
创建 FlowException 异常信息
- throwable(Throwable) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.Assert
-
创建 FlowException 异常信息
- timeout(Long, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- timeout(Long, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
流程实例超时(设定审批时间超时,自动结束)
- timeout(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
流程实例超时(忽略操作权限)
- toAllEntity(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
生成所有实体文件
根据传入的数据源名称生成对应的所有实体文件,并保存到数据库中,最后刷新实体缓存。
- toCamel(String) - 类 中的静态方法net.sohelp.boot.engine.web.utils.CodeConvert
-
将下划线分隔的字符串转换为驼峰命名格式
例如:user_name -> userName, my_first_name -> myFirstName
- toClassName(String) - 类 中的静态方法net.sohelp.boot.engine.web.utils.CodeConvert
-
将输入的字符串转换为类名格式(首字母大写的驼峰命名)
先将下划线命名转换为驼峰命名,然后将首字符转为大写
- toDate(LocalDateTime) - 类 中的静态方法net.sohelp.boot.engine.workflow.assist.DateUtils
-
日期 LocalDateTime 转为 Date
- todo(NoticeVO) - 类 中的方法net.sohelp.boot.admin.core.helper.NoticeHelper
-
待办通知
- toEntity(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.db.TableController
-
生成实体文件接口
根据传入的表名和数据源名称生成对应的实体文件,并保存到数据库中。
- toFlwInstance() - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisInstance
-
- toInt(String) - 类 中的方法net.sohelp.boot.demo.core.magic.script.CustomFunctionExtension
-
方法参数至少有一个,且第一个参数必须为support方法返回的类型
以将字符串转为int为例,该方法编写如下,最终调用时使用strVar.toInt()调用
该方法第一个参数会自动被传入,所以调用时无需传入
var str = '123';
//以下两种方式都支持
return '1234'.toInt();
//return str.toInt();
- toJavaProperties(EntityVO, List<PropertyVO>) - 类 中的静态方法net.sohelp.boot.engine.web.utils.FormPropertyConvertUtil
-
将实体中的属性信息更新到Java属性列表中,并补充缺失的字段以保证结构一致性。
- toJavaProperties(EntityVO, List<PropertyVO>) - 类 中的静态方法net.sohelp.boot.engine.web.utils.GridPropertyConvertUtil
-
将实体对象的属性转换为Java属性列表,并处理新增字段
主要功能包括:
1.
- toJavaType(PropertyVO) - 类 中的静态方法net.sohelp.boot.engine.web.utils.JavaTypeConvert
-
根据传入的属性对象中的数据库字段类型,将其转换为对应的Java类型字符串。
- toJson(Object) - 类 中的静态方法net.sohelp.boot.engine.workflow.core.FlowContext
-
- toJson(Object) - 接口 中的方法net.sohelp.boot.engine.workflow.handler.FlowJsonHandler
-
对象转换为 JSON 字符串
- toJson(Object) - 类 中的方法net.sohelp.boot.engine.workflow.spring.adaptive.FlowJacksonHandler
-
- TOKEN_EXPIRED_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
登录过期错误码,表示用户的登录凭证已失效。
- TOKEN_EXPIRED_MSG - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
登录过期提示信息,提示用户登录已过期。
- TOKEN_HEADER_NAME - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
在HTTP请求头中传递token的字段名称。
- TOKEN_PARAM_NAME - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
作为URL参数传递token时使用的参数名。
- TOKEN_TYPE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
Token的认证类型前缀,通常在Authorization头部使用。
- TokenAuthenticationException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
Token验证失效
- TokenAuthenticationException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.TokenAuthenticationException
-
构造一个带有指定错误消息的令牌认证异常。
- TokenAuthenticationException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.TokenAuthenticationException
-
构造Token认证异常对象
- TokenAuthenticationException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.TokenAuthenticationException
-
构造一个带有原因的Token认证异常。
- tokenAuthenticationException(TokenAuthenticationException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理Token认证异常(TokenAuthenticationException)
- TokenConfig - net.sohelp.boot.admin.core.web.yml中的类
-
Token配置类
用于存储和管理Token相关的配置信息
- TokenConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.TokenConfig
-
- toList(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
列表查询,执行指定的SQL查询语句并返回结果列表
示例:select * from table where field1=#{field1} and field2=#{field2}
- toList(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取数据表
- toList(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
列表查询
- toList(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取列表数据
- toList() - 类 中的方法net.sohelp.boot.common.core.filter.ListFilter
-
返回经过一系列操作后最终的结果列表。
- toList() - 类 中的方法net.sohelp.boot.common.core.filter.ListMapFilter
-
将当前处理后的列表转换为最终的结果列表返回。
- toList() - 类 中的方法net.sohelp.boot.dev.web.code.util.DirectoryTreeBuilder.Node
-
将当前节点及所有子孙节点转换为扁平化的Map列表形式。
- toList(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
根据引用ID和参数映射查询实体数据列表
功能流程:
1.
- toMap(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取单条Map数据
- toMap(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取单条Map数据
- toMap(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
根据SQL查询语句和参数获取Map结果
- toMap(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
获取Map
根据传入的SQL查询语句执行查询,并返回第一条记录的Map表示
如果查询结果为空则返回null
- ToolbarVO - net.sohelp.boot.engine.web.vo.grid中的类
-
工具栏
- ToolbarVO() - 类 的构造器net.sohelp.boot.engine.web.vo.grid.ToolbarVO
-
- ToolbarVO(String, String, String, String, String, String, String) - 类 的构造器net.sohelp.boot.engine.web.vo.grid.ToolbarVO
-
构造一个ToolbarVO对象
- toPager(String, List<Object>, int, int) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, Object[], int, int) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, String, List<Object>, int, int) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, String, List<Object>, HttpServletRequest) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, String, Object[], int, int) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询数据
- toPager(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, String, Object[], HttpServletRequest) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, Object[], HttpServletRequest) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, Map<String, Object>, int, int) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
手工分页
- toPager(String, String, Map<String, Object>, int, int) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
手工分页查询方法
- toPager(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, List<Object>, HttpServletRequest) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toPager(String, Map<String, Object>, HttpServletRequest) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
分页查询
- toRef(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.utils.RefUtil
-
将输入参数转换为RefVO对象
- toRefid(String, String, String) - 类 中的方法net.sohelp.boot.engine.web.utils.RefUtil
-
将应用名称、模块名称和名称转换为引用标识符字符串。
- toString() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
构建完整的SQL语句
- toString() - 类 中的方法net.sohelp.boot.engine.web.utils.SchemeFilterBuilder
-
构建SQL语句
- toString() - 类 中的方法net.sohelp.boot.engine.web.vo.module.RefVO
-
返回当前对象的字符串表示形式。
- transaction(Function<?, ?>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
开启事务,在一个回调中进行操作
- transaction() - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
开启事务,手动提交和回滚
- Transaction - net.sohelp.boot.admin.core.db中的类
-
事务管理
封装了Spring事务管理器的操作,提供简化的事务控制接口
- Transaction(DataSourceTransactionManager) - 类 的构造器net.sohelp.boot.admin.core.db.Transaction
-
构造函数,初始化事务管理器并开启一个新的事务
- transferTask(FlowCreator, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
- transferTask(Long, FlowCreator, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
根据 任务ID 转办任务
- transferTask(FlowCreator, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
参与者的所有任务【离职转办】给指定办理人
用于任务参与者离职
- tree(long) - 类 中的方法net.sohelp.boot.admin.core.service.menu.MenuService
-
根据指定用户ID获取其拥有的菜单权限,并构建成树形结构返回。
- tree() - 类 中的方法net.sohelp.boot.dev.web.dev.db.DatasourceController
-
分页显示数据源和表结构信息
该接口以树状结构分页显示所有数据源及其下的表信息,包括数据源的ID、标签、名称以及表的ID、标签、名称等详细信息。
- tree() - 类 中的方法net.sohelp.boot.dev.web.ops.resource.SohelpBootResourceController
-
获取资源管理器的树形结构数据。
- treeByUser() - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
构建基于组织结构的用户树形结构JSON字符串。
- treeByUser() - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
构建基于用户的树形结构JSON字符串。
- TreeUtil - net.sohelp.boot.common.utils中的类
-
List格式转成Tree JSON生成器
- tryLock() - 接口 中的方法net.sohelp.boot.engine.workflow.scheduling.JobLock
-
进入锁(获取锁),立即返回,不会阻塞等待锁
- tryLock() - 类 中的方法net.sohelp.boot.engine.workflow.scheduling.LocalLock
-
- type - 枚举 中的变量net.sohelp.boot.admin.core.enums.QuickLoginTypeEnum
-
- type - 枚举 中的变量net.sohelp.boot.admin.core.enums.SohelpFileTypeEnum
-
文件类型数值
- type - 枚举 中的变量net.sohelp.boot.admin.core.service.notice.NoticeRefTypeEnum
-
类型编码值,用于唯一标识一种通知引用类型
- type(int) - 类 中的方法net.sohelp.boot.engine.workflow.model.DynamicAssignee
-
- TYPE_MAPPING - 类 中的静态变量net.sohelp.boot.engine.db.table.script.mssql.Mssql2000TableScriptCreator
-
类型映射表:将通用数据类型映射到 MSSQL 对应的数据库字段类型
- TYPE_MAPPING - 类 中的静态变量net.sohelp.boot.engine.db.table.script.mysql.MysqlTableScriptCreator
-
字段类型转换映射表
- unAssignTenant(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
取消将某些租户分配给某个用户。
- unAssignUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
取消分配用户
- UNAUTHENTICATED_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
未认证错误码,表示用户未进行身份认证。
- UNAUTHENTICATED_MSG - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
未认证提示信息,提示用户需要先登录。
- UNAUTHORIZED_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
无权限错误码,表示用户没有访问资源的权限。
- UNAUTHORIZED_MSG - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
无权限提示信息,提示用户没有访问权限。
- undeclaredThrowableException(Exception, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
处理未声明的运行时异常(UndeclaredThrowableException)
- undeploy(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
撤销部署流程
通过传入流程ID来撤销部署指定的流程
- undeploy(Long) - 类 中的方法net.sohelp.boot.engine.workflow.impl.ProcessServiceImpl
-
卸载指定的定义流程,更新为未启用状态
- undeploy(Long) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
卸载指定的定义流程,更新为未启用状态
- undoHisTask(Long, FlowCreator, TaskType, Consumer<FlwHisTask>) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
撤回历史任务
- undoTask(TaskType) - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwHisTask
-
根据历史任务产生撤回的任务对象
创建人信息保留
- UniappBuilderControler - net.sohelp.boot.dev.web.code中的类
-
Uniapp代码生成器生成控制器
用于处理Uniapp代码的预览和下载功能
- UniappBuilderControler() - 类 的构造器net.sohelp.boot.dev.web.code.UniappBuilderControler
-
- unlock() - 接口 中的方法net.sohelp.boot.engine.workflow.scheduling.JobLock
-
解除锁
- unlock() - 类 中的方法net.sohelp.boot.engine.workflow.scheduling.LocalLock
-
- unmapping(String) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.CustomMapperProvider
-
将Java属性名还原为数据库列名
- update(String, Object) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
仅仅更新已存在的参数值
- update(Object, String, Object) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
更新缓存
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
单表批量更新
- update(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
更新指定记录
- update(String, List<Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
更新指定记录
- update(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
更新数据
- update(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
更新记录信息。
- update(String, Object) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
根据名称更新指定参数的值。
- update(long, String, Object) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
更新指定用户下某参数的值。
- update(IService<T>, String) - 类 中的方法net.sohelp.boot.demo.core.base.BatchParam
-
通用批量修改方法
- update(IService<T>, SFunction<T, ?>) - 类 中的方法net.sohelp.boot.demo.core.base.BatchParam
-
通用批量修改方法
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
更新已有字典分类的信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
更新指定ID的字典项信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
更新菜单信息
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
更新指定ID的机构信息
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
更新岗位信息
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
更新已有租户信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
更新用户信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.user.UserController
-
更新当前登录用户的基本信息
- update(ApplicationDTO) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
更新应用信息
根据传入的ApplicationDTO对象更新应用信息,包括修改应用名称以及子模块对应的应用名称
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.busi.BusiController
-
更新应用模块业务信息接口
该接口用于更新指定应用下的模块业务信息,通过接收一个包含业务信息的Map对象进行更新。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.mobile.AppMenuController
-
修改菜单接口
该接口用于修改菜单信息,包括菜单标题、父级菜单等,并更新数据库中的相应记录。
- update(DownloadRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.DownloadController
-
更新下载配置接口
该接口用于更新下载配置信息,包括应用名称、模块名称和国际化Key等,并将更新后的配置信息保存到指定路径。
- update(ExportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ExportController
-
更新导出配置接口
该接口用于更新指定应用的导出配置信息,包括应用名称、模块名称和导出Key等。
- update(I18nRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.I18nController
-
更新国际化信息接口
该接口用于更新指定应用、模块下的国际化信息
- update(ImportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ImportController
-
更新上传配置接口
该接口用于更新指定应用的上传配置信息,包括应用名称、模块名称和国际化Key等。
- update(LayoutRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
修改布局接口
根据传入的布局信息修改指定应用的布局配置
- update(PermissionVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.PermissionController
-
更新权限接口
根据传入的权限对象更新指定应用的指定模块的权限信息
- update(ReportRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ReportController
-
更新报表接口
该接口用于更新指定应用、模块下的报表信息,并将更新后的信息保存到对应的JSON文件中。
- update(ServiceVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ServiceController
-
更新服务器脚本定义接口
该接口用于更新指定模块、应用下的服务器脚本定义,并将更新后的定义保存到对应路径的JSON文件中。
- update(UploadRefVO) - 类 中的方法net.sohelp.boot.dev.web.dev.module.UploadController
-
更新上传配置接口
该接口用于更新指定应用、模块和国际化Key的上传配置信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.report.ReportController
-
更新报表信息接口
该接口用于更新指定应用下的模块报表信息,包括报表名称、备注、类型等。
- update(ApplicationVO) - 类 中的方法net.sohelp.boot.dev.web.ops.updater.UpdaterController
-
更新应用接口
该接口用于更新应用信息,如果应用信息不存在则创建新的应用信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
修改已有字典分类的信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
更新已有字典项的信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nCategoryController
-
更新指定ID的国际化分类信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
修改国际化记录及其语言版本
更新国际化主记录的基本信息,并更新或插入各语言版本的内容。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
更新已有菜单的信息
根据提供的菜单ID更新其相关信息。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
更新已有机构信息
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
更新已有岗位信息
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
更新现有租户的基本信息
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
更新用户基本信息以及相关角色配置。
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
更新用户的基本信息。
- update(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
更新指定实体的数据
- update(JSONObject) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineCrudController
-
单据更新接口
用于更新单据信息,并进行权限验证和保存操作。
- update(String, JSONObject) - 类 中的方法net.sohelp.boot.engine.web.CrudHelper
-
更新模块数据
- update(String, String, String, String) - 类 中的方法net.sohelp.boot.engine.web.service.ReportService
-
更新报表内容
- updateById(FlwExtInstance) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwExtInstanceDao
-
- updateById(FlwHisInstance) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisInstanceDao
-
- updateById(FlwHisTask) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwHisTaskDao
-
- updateById(FlwInstance) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwInstanceDao
-
- updateById(FlwProcess) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwProcessDao
-
- updateById(FlwTaskActor) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskActorDao
-
- updateById(FlwTask) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwTaskDao
-
- updateById(FlwExtInstance) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwExtInstanceDaoImpl
-
- updateById(FlwHisInstance) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisInstanceDaoImpl
-
- updateById(FlwHisTask) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwHisTaskDaoImpl
-
- updateById(FlwInstance) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
-
- updateById(FlwProcess) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwProcessDaoImpl
-
- updateById(FlwTaskActor) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskActorDaoImpl
-
- updateById(FlwTask) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwTaskDaoImpl
-
- updateByPath(String, String) - 接口 中的方法net.sohelp.boot.admin.core.service.resource.ISohelpBootResourceService
-
更新配置资源
- updateByPath(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceDBServiceImpl
-
更新配置资源
- updateByPath(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
更新已有资源文件的内容
- updateByProcessKey(FlwProcess, String, String) - 接口 中的方法net.sohelp.boot.engine.workflow.dao.FlwProcessDao
-
- updateByProcessKey(FlwProcess, String, String) - 类 中的方法net.sohelp.boot.engine.workflow.mapper.impl.FlwProcessDaoImpl
-
- updateCommonConfig(Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.controller.ModuleGridController
-
更新通用配置接口
该接口用于更新网格列表的通用配置,包括属性显示、宽度、锁定等设置。
- updateCurrentNode(FlwTask) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
更新当前执行节点信息
- updateEntityByForm(List<FormPropertyVO>, EntityVO) - 类 中的静态方法net.sohelp.boot.engine.web.utils.FormPropertyConvertUtil
-
把网格列表属性复制到实体属性中,仅保留部分关键字段不覆盖。
- updateEntityByGrid(List<GridPropertyVO>, EntityVO) - 类 中的静态方法net.sohelp.boot.engine.web.utils.GridPropertyConvertUtil
-
将网格属性列表中的属性值复制到实体对象对应的属性中
- updateFormByEntity(EntityVO, List<FormPropertyVO>) - 类 中的静态方法net.sohelp.boot.engine.web.utils.FormPropertyConvertUtil
-
把实体属性复制到表单属性中,并确保所有实体字段都反映在表单上。
- updateGridByEntity(EntityVO, List<GridPropertyVO>) - 类 中的静态方法net.sohelp.boot.engine.web.utils.GridPropertyConvertUtil
-
将实体对象的属性复制到网格列表属性中
主要功能包括:
1.
- updateInstance(FlwInstance) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
更新活动实例
- updateInstance(FlwInstance) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
更新流程实例
- updateInstanceModelById(Long, ProcessModel) - 类 中的方法net.sohelp.boot.engine.workflow.impl.RuntimeServiceImpl
-
- updateInstanceModelById(Long, ProcessModel) - 接口 中的方法net.sohelp.boot.engine.workflow.RuntimeService
-
根据 流程实例ID 更新流程实例模型内容
- updateLastLoginTime(Long) - 类 中的方法net.sohelp.boot.admin.core.service.user.UserService
-
更新用户最后登录时间
- updateLogo(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserController
-
更新用户的头像信息。
- updateMenu(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
为指定角色分配菜单权限
- updateMenu(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
更新岗位对应的菜单权限设置
- updateMenuSort(List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
更新菜单排序
遍历传入的菜单数据列表,对每个有效菜单项执行排序更新操作。
- updater(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.application.ApplicationController
-
升级应用接口
该接口用于处理应用的版本升级操作,需要传入包含应用名称的参数。
- updater() - 类 中的方法net.sohelp.boot.dev.web.ops.updater.UpdaterController
-
更新程序接口
该接口用于更新SohelpBoot平台,包括资源包的下载、解压、模块安装、SQL语句更新、实体和表的重新加载等操作。
- updater() - 类 中的方法net.sohelp.boot.install.dev.controller.InstallController
-
- UpdaterConfig - net.sohelp.boot.admin.core.web.yml中的类
-
- UpdaterConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.UpdaterConfig
-
- UpdaterController - net.sohelp.boot.dev.web.ops.updater中的类
-
应用更新控制器
提供应用信息的更新、版本查询、平台构建与升级等功能接口。
- UpdaterController() - 类 的构造器net.sohelp.boot.dev.web.ops.updater.UpdaterController
-
- updateSetting(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
更新特定用户的配置项。
- updateSetting(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
更新用户的个性化设置项。
- updateSize(Long, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserThemeCache
-
更新指定用户的界面尺寸配置。
- updateStatus(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
修改用户的状态(启用/禁用)。
- updateTaskById(FlwTask, FlowCreator) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
更新任务对象的 finishTime、createBy、expireTime、version、variable
- updateTaskById(FlwTask, FlowCreator) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
更新任务对象
- updateTheme(Long, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserThemeCache
-
更新指定用户的界面主题配置。
- updateToken(String) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
更新当前会话的 Token 值。
- updateType(Long, String) - 类 中的方法net.sohelp.boot.engine.workflow.impl.ProcessServiceImpl
-
更新process的类别
- updateType(Long, String) - 接口 中的方法net.sohelp.boot.engine.workflow.ProcessService
-
更新流程定义的类别
- updateUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.service.login.LoginService
-
修改用户信息
当前方法尚未实现具体功能,请勿直接调用。
- upload(SohelpFileTypeEnum, String, MultipartFile) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileService
-
上传文件并保存到服务器及数据库中
- upload(String, MultipartFile) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileService
-
上传业务文件
- upload(String, String, InputStream) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileUploadService
-
将输入流保存到指定模块下的文件中。
- upload(String, MultipartFile) - 类 中的方法net.sohelp.boot.admin.core.service.upload.SohelpUploadService
-
将MultipartFile类型的文件上传到指定路径下的upload目录中。
- upload(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.upload.SohelpUploadService
-
将字符串内容写入指定路径下的upload目录中。
- upload(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
将本地应用打包后上传到云端
- upload(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
上传模块文件至云端(暂未完成具体逻辑)
- upload(String, MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
上传单个模板文件并保存至资源服务中
- upload(String, MultipartFile[]) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineFileController
-
文件上传接口
用于上传一个或多个文件,并返回上传文件的ID列表
- upload(String, MultipartFile) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineImportController
-
上传文件接口
该接口用于处理文件上传功能,包括验证地址、模块操作权限以及实际上传文件操作。
- upload(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineUploadController
-
处理文件上传请求。
- UploadConfig - net.sohelp.boot.admin.core.web.yml中的类
-
上传配置类
用于配置文件上传的相关参数,包括上传类型、存储路径和文件大小限制等配置项
- UploadConfig() - 类 的构造器net.sohelp.boot.admin.core.web.yml.UploadConfig
-
- UploadController - net.sohelp.boot.dev.web.dev.module中的类
-
上传引擎配置
- UploadController() - 类 的构造器net.sohelp.boot.dev.web.dev.module.UploadController
-
- uploadFile(String, MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
上传文件
将上传的文件保存到指定路径下
- uploadLogo(String) - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
上传系统Logo图片并保存到指定目录
- uploadLogo(String) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
上传并保存系统Logo图片。
- UploadRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
模块上传配置
- UploadRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.UploadRefVO
-
- UReportConfiguration - net.sohelp.boot.engine.web.config中的类
-
UReport 报表引擎相关配置类。
- UReportConfiguration() - 类 的构造器net.sohelp.boot.engine.web.config.UReportConfiguration
-
- UReportRender - net.sohelp.boot.engine.web.report中的类
-
UReport渲染工具
- UReportRender() - 类 的构造器net.sohelp.boot.engine.web.report.UReportRender
-
- ureportServlet() - 类 中的方法net.sohelp.boot.engine.web.config.UReportConfiguration
-
注册 UReport 的 Servlet,映射路径为 /ureport/*
- URL - 类 中的静态变量net.sohelp.boot.engine.web.report.CustomUReportServlet
-
- use(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
切换数据源进行SQL接口操作
- use(String) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
切换当前使用的数据源,并返回新的MybatisHelper实例。
- user() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
添加用户ID作为查询条件(使用默认字段)
- user(String) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
添加用户ID作为查询条件
- USER_MODULE_CACHE_MAP - 类 中的静态变量net.sohelp.boot.engine.web.cache.ModulePowerCache
-
- UserCache - net.sohelp.boot.admin.core.cache中的类
-
用户Cache
- UserCache() - 类 的构造器net.sohelp.boot.admin.core.cache.UserCache
-
- UserConstParamController - net.sohelp.boot.demo.web.system.param中的类
-
用户系统变量控制器
提供对用户自定义常量参数的增删改查功能,包括分页查询、列表查询、按ID查询、删除和保存操作。
- UserConstParamController() - 类 的构造器net.sohelp.boot.demo.web.system.param.UserConstParamController
-
- UserConstParamController - net.sohelp.boot.dev.web.system.param中的类
-
用户常量控制器类,提供用户自定义常量的增删改查、分页查询及缓存管理功能。
- UserConstParamController() - 类 的构造器net.sohelp.boot.dev.web.system.param.UserConstParamController
-
- UserController - net.sohelp.boot.demo.web.system.user中的类
-
用户控制器类,用于处理与用户相关的操作。
- UserController() - 类 的构造器net.sohelp.boot.demo.web.system.user.UserController
-
- UserController - net.sohelp.boot.demo.web.user中的类
-
用户详情控制器,提供用户信息查询、更新及密码修改等功能。
- UserController() - 类 的构造器net.sohelp.boot.demo.web.user.UserController
-
- UserController - net.sohelp.boot.dev.web.system.user中的类
-
用户控制器,用于处理与用户相关的操作。
- UserController() - 类 的构造器net.sohelp.boot.dev.web.system.user.UserController
-
- UserController - net.sohelp.boot.dev.web.user中的类
-
用户详情控制器,提供用户相关的操作接口。
- UserController() - 类 的构造器net.sohelp.boot.dev.web.user.UserController
-
- UserController - net.sohelp.boot.engine.web.controller中的类
-
用户列表下拉选择
- UserController() - 类 的构造器net.sohelp.boot.engine.web.controller.UserController
-
- UserDataPowerService - net.sohelp.boot.admin.core.service.power中的类
-
数据权限服务类,用于根据用户权限类型生成相应的数据访问控制SQL片段。
- UserDataPowerService() - 类 的构造器net.sohelp.boot.admin.core.service.power.UserDataPowerService
-
- UserLangController - net.sohelp.boot.demo.web.user中的类
-
用户语言管理
- UserLangController() - 类 的构造器net.sohelp.boot.demo.web.user.UserLangController
-
- UserMenuCache - net.sohelp.boot.admin.core.cache中的类
-
用户菜单权限缓存管理类
提供用户权限的缓存、验证、清除等功能
- UserMenuCache() - 类 的构造器net.sohelp.boot.admin.core.cache.UserMenuCache
-
- UserParamCache - net.sohelp.boot.admin.core.cache中的类
-
用户个性化参数管理
- UserParamCache() - 类 的构造器net.sohelp.boot.admin.core.cache.UserParamCache
-
- UserParamService - net.sohelp.boot.admin.core.service.param中的类
-
用户参数服务类,提供对用户自定义参数的增删改查操作。
- UserParamService() - 类 的构造器net.sohelp.boot.admin.core.service.param.UserParamService
-
- UserPasswordValidate - net.sohelp.boot.admin.core.service.login中的类
-
用户密码验证服务
根据系统配置的密码规则验证密码强度
- UserPasswordValidate() - 类 的构造器net.sohelp.boot.admin.core.service.login.UserPasswordValidate
-
- UserPowerTypeEnum - net.sohelp.boot.admin.core.enums中的枚举
-
数据权限枚举类
定义了系统中不同级别的数据访问权限控制类型
- UserRoleCache - net.sohelp.boot.admin.core.cache中的类
-
用户岗位缓存管理类,用于缓存用户与其关联的岗位信息。
- UserRoleCache() - 类 的构造器net.sohelp.boot.admin.core.cache.UserRoleCache
-
- UserService - net.sohelp.boot.admin.core.service.user中的类
-
用户服务
- UserService() - 类 的构造器net.sohelp.boot.admin.core.service.user.UserService
-
- UserTenantController - net.sohelp.boot.demo.web.user中的类
-
用户租户控制器,提供用户切换默认租户以及查询所属租户列表的功能。
- UserTenantController() - 类 的构造器net.sohelp.boot.demo.web.user.UserTenantController
-
- UserTenantController - net.sohelp.boot.dev.web.user中的类
-
租户相关控制器,用于处理用户与租户之间的操作。
- UserTenantController() - 类 的构造器net.sohelp.boot.dev.web.user.UserTenantController
-
- UserThemeCache - net.sohelp.boot.admin.core.cache中的类
-
界面主题配置及大小缓存管理类
提供用户界面主题与尺寸的获取、更新功能。
- UserThemeCache() - 类 的构造器net.sohelp.boot.admin.core.cache.UserThemeCache
-
- UserThemeController - net.sohelp.boot.demo.web.user中的类
-
用户主题配置控制器,用于处理用户界面主题和尺寸的更新请求。
- UserThemeController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThemeController
-
- UserThirdpartController - net.sohelp.boot.demo.web.user中的类
-
第三方登录配置控制器,用于管理用户绑定的第三方账号信息。
- UserThirdpartController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartController
-
- UserThirdpartDingdingController - net.sohelp.boot.demo.web.user中的类
-
用户第三方登录控制器,用于处理与钉钉相关的用户绑定、解绑及消息发送功能。
- UserThirdpartDingdingController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartDingdingController
-
- UserThirdpartDingdingController - net.sohelp.boot.dev.web.user中的类
-
用户第三方登录控制器,用于处理与钉钉相关的用户绑定、解绑及消息发送功能。
- UserThirdpartDingdingController() - 类 的构造器net.sohelp.boot.dev.web.user.UserThirdpartDingdingController
-
- UserThirdpartEmailController - net.sohelp.boot.demo.web.user中的类
-
邮件第三方控制器
提供与用户邮箱相关的操作接口,包括发送邮件、发送验证码、绑定和解绑邮箱等功能。
- UserThirdpartEmailController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartEmailController
-
- UserThirdpartEmailController - net.sohelp.boot.dev.web.user中的类
-
邮件第三方控制器
提供与用户邮箱相关的操作接口,包括发送邮件、发送验证码、绑定和解绑邮箱等功能。
- UserThirdpartEmailController() - 类 的构造器net.sohelp.boot.dev.web.user.UserThirdpartEmailController
-
- UserThirdpartPhoneController - net.sohelp.boot.demo.web.user中的类
-
手机第三方控制器
提供与手机号相关的操作接口,包括发送短信、绑定/解绑手机号等。
- UserThirdpartPhoneController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartPhoneController
-
- UserThirdpartPhoneController - net.sohelp.boot.dev.web.user中的类
-
手机第三方控制器
提供与手机号相关的操作接口,包括发送短信、绑定/解绑手机号等。
- UserThirdpartPhoneController() - 类 的构造器net.sohelp.boot.dev.web.user.UserThirdpartPhoneController
-
- UserThirdpartQQController - net.sohelp.boot.demo.web.user中的类
-
QQ第三方登录控制器
提供QQ账号与系统用户的绑定、解绑以及回调处理功能。
- UserThirdpartQQController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartQQController
-
- UserThirdpartQQController - net.sohelp.boot.dev.web.user中的类
-
QQ第三方登录控制器,提供QQ账号与系统用户的绑定、解绑及回调处理功能。
- UserThirdpartQQController() - 类 的构造器net.sohelp.boot.dev.web.user.UserThirdpartQQController
-
- UserThirdpartQywxController - net.sohelp.boot.demo.web.user中的类
-
企业微信第三方控制器
提供与企业微信相关的用户绑定、解绑以及消息发送功能。
- UserThirdpartQywxController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartQywxController
-
- UserThirdpartQywxController - net.sohelp.boot.dev.web.user中的类
-
企业微信第三方控制器
提供与企业微信相关的用户绑定、消息发送及解绑功能。
- UserThirdpartQywxController() - 类 的构造器net.sohelp.boot.dev.web.user.UserThirdpartQywxController
-
- UserThirdpartWeiXinController - net.sohelp.boot.demo.web.user中的类
-
微信第三方
- UserThirdpartWeiXinController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartWeiXinController
-
- UserThirdpartWeiXinController - net.sohelp.boot.dev.web.user中的类
-
微信第三方控制器
提供微信扫码登录、绑定与解绑功能。
- UserThirdpartWeiXinController() - 类 的构造器net.sohelp.boot.dev.web.user.UserThirdpartWeiXinController
-
- UserThirdpartWxPubController - net.sohelp.boot.demo.web.user中的类
-
微信公众号控制器
提供与微信公众号相关的接口,包括获取二维码、处理回调事件、发送消息以及解绑操作。
- UserThirdpartWxPubController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartWxPubController
-
- UserThirdpartWxPubController - net.sohelp.boot.dev.web.user中的类
-
微信公众号相关接口控制器
- UserThirdpartWxPubController() - 类 的构造器net.sohelp.boot.dev.web.user.UserThirdpartWxPubController
-
- useScope - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
使用范围 0,全员 1,指定人员(业务关联) 2,均不可提交
- UuidTest - net.sohelp.boot.test中的类
-
UUID生成
- UuidTest() - 类 的构造器net.sohelp.boot.test.UuidTest
-
- validate(long, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.login.LoginService
-
根据用户、密码、租户验证用户是否存在
- validate(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.login.LoginService
-
根据用户和密码验证用户是否存在(忽略租户信息)
- validate(String) - 类 中的方法net.sohelp.boot.admin.core.service.login.UserPasswordValidate
-
验证密码是否符合系统配置的规则
- validate(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
验证实体数据
- validate(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.db.service.EntityDataService
-
对传入的数据进行校验,确保其符合实体定义的约束条件。
- validate(long, String) - 类 中的方法net.sohelp.boot.engine.web.ModuleHelper
-
验证用户权限和令牌有效性
- validate(long, String, String) - 类 中的方法net.sohelp.boot.engine.web.ModuleHelper
-
验证用户对指定模块的访问权限
- validateAuthority(Long, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserMenuCache
-
验证指定用户是否具有特定权限
- validateDate(PropertyVO, Object) - 类 中的静态方法net.sohelp.boot.engine.db.utils.DataTypeValidateUtil
-
验证给定值是否符合日期时间格式。
- validateFloat(PropertyVO, Object) - 类 中的静态方法net.sohelp.boot.engine.db.utils.DataTypeValidateUtil
-
验证给定值是否符合实数(浮点数)数据格式。
- validateInteger(PropertyVO, Object) - 类 中的静态方法net.sohelp.boot.engine.db.utils.DataTypeValidateUtil
-
验证给定值是否符合整型数据格式。
- validateModule(long, String) - 类 中的方法net.sohelp.boot.engine.web.cache.ModulePowerCache
-
验证用户是否具有指定模块的访问权限
- validateNamespace(long, String) - 类 中的方法net.sohelp.boot.engine.web.cache.ModulePowerCache
-
验证用户对指定命名空间的访问权限
首先检查命名空间是否绑定了模块,若未绑定则抛出异常;
然后遍历所有模块,逐个验证用户对每个模块的访问权限。
- validateToken() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
验证当前请求中的JWT Token是否有效。
- validateToken(HttpServletRequest) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
验证 HTTP 请求中的 Token 是否有效,并返回附加信息。
- validateToken(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
验证传入的 Map 中携带的 Token 是否有效,并返回附加信息。
- validateToken() - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
验证当前上下文中的 Token 是否有效,并返回附加信息。
- validateValue(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcDataHelper
-
校验数据是否符合表字段约束条件,包括非空检查与字符串长度限制等。
- validateValue(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper.Table
-
数据格式验证
根据表字段映射信息验证输入数据Map中的字段值是否符合要求,包括:
1.
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.annotation.QueryType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.db.datasource.DBTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.DeviceTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.PowerTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.PowerTypeEnum
-
根据给定的类型代码查找对应的权限类型枚举实例
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.QuickLoginTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.SohelpFileTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的方法net.sohelp.boot.admin.core.enums.SohelpFileTypeEnum
-
根据数值类型获取对应的枚举值
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.UserPowerTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.service.log.OperatorLogService.LogTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.service.notice.NoticeRefTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(Object) - 枚举 中的方法net.sohelp.boot.admin.core.service.notice.NoticeRefTypeEnum
-
根据输入值获取对应的通知类型枚举
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.service.notice.NoticeTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(Object) - 枚举 中的方法net.sohelp.boot.admin.core.service.notice.NoticeTypeEnum
-
根据传入的对象值获取对应的通知类型枚举
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.web.filter.ComparisonEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.FileRefTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.FileRefTypeEnum
-
根据给定的编码值查找匹配的枚举项
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.FollowRefTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的方法net.sohelp.boot.demo.web.enums.FollowRefTypeEnum
-
根据传入的数值查找匹配的枚举项(类似valueOf方法)
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.ModuleRefTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.dev.web.system.notice.AppNoticeTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.db.vo.PropertyTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.web.consts.DataExportRangeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法net.sohelp.boot.engine.web.consts.DataExportRangeEnum
-
根据类型码获取对应的数据导出范围枚举值
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.web.vo.consts.CustomTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.web.vo.grid.GridFilterConfigVO.FilterPositionEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.ActorType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.AgentType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.ConditionType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.FlowState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.InstanceEventType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.InstanceState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.NodeApproveSelf
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.NodeSetType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.PerformType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.ProcessType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskEventType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskStateNameEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.annotation.QueryType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.db.datasource.DBTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.DeviceTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.PowerTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.QuickLoginTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.SohelpFileTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.enums.UserPowerTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.service.log.OperatorLogService.LogTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.service.notice.NoticeRefTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.service.notice.NoticeTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.web.filter.ComparisonEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.FileRefTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.FollowRefTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.ModuleRefTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.dev.web.system.notice.AppNoticeTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.db.vo.PropertyTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.web.consts.DataExportRangeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.web.vo.consts.CustomTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.web.vo.grid.GridFilterConfigVO.FilterPositionEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.ActorType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.AgentType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.ConditionType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.FlowState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.InstanceEventType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.InstanceState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.NodeApproveSelf
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.NodeSetType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.PerformType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.ProcessType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskEventType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskStateNameEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.engine.workflow.core.enums.TaskType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- variable - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwInstance
-
变量json
- variable - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
变量json
- variableMap() - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwTask
-
- variableToMap() - 类 中的方法net.sohelp.boot.engine.workflow.entity.FlwInstance
-
- VerifyCodeCache - net.sohelp.boot.admin.core.cache中的类
-
验证码管理Cache
- VerifyCodeCache() - 类 的构造器net.sohelp.boot.admin.core.cache.VerifyCodeCache
-
- view(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.ops.resource.WorkspaceResourceController
-
预览文件内容
通过输出流将文件内容直接写入响应体中
- viewed - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwTask
-
已阅 0,否 1,是
- viewJson() - 类 中的方法net.sohelp.boot.dev.web.ops.resource.SohelpBootResourceController
-
查看特定资源的JSON配置内容。
- viewTask(Long, FlwTaskActor) - 类 中的方法net.sohelp.boot.engine.workflow.impl.TaskServiceImpl
-
查看任务设置为已阅状态
- viewTask(Long, FlwTaskActor) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskService
-
查看任务设置为已阅状态