- abnormal(FlwTask, PerformType, List<FlwTaskActor>, Execution, NodeModel) - 接口 中的方法net.sohelp.boot.engine.workflow.TaskActorProvider
-
非正常创建任务处理逻辑,默认抛出异常
- accessDeniedException(AccessDeniedException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
无权访问错误截获
- 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.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
-
添加菜单接口
用于向系统中添加新的菜单项,包括标题、应用UUID、租户ID等信息。
- 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
-
支持跨域访问
- addCrossHeaders(HttpServletResponse) - 类 中的静态方法net.sohelp.boot.admin.core.utils.CommonUtil
-
支持跨域
- addInterceptors(InterceptorRegistry) - 类 中的方法net.sohelp.boot.dev.config.DevCoreConfiguration
-
添加拦截器的方法。
- 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模块主配置
- 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
-
同意通过工作流任务
该接口用于处理工作流中的同意通过操作,需要传入相关数据和文件。
- AJsonUtil - net.sohelp.boot.common.utils中的类
-
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() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
与
- annotationDrivenTransactionManager() - 类 中的方法net.sohelp.boot.engine.db.config.DBConfiguration
-
配合注解完成事物管理
- ApiResult<T> - net.sohelp.boot.admin.core.base中的类
-
返回结果
- ApiResult() - 类 的构造器net.sohelp.boot.admin.core.base.ApiResult
-
- ApiResult(Integer, String) - 类 的构造器net.sohelp.boot.admin.core.base.ApiResult
-
设置消息
- ApiResult.MetaVO - net.sohelp.boot.admin.core.base中的类
-
返回头部信息
- 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中的类
-
启动程序
- 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() - 类 中的方法net.sohelp.boot.demo.web.login.OAuthController
-
授权验证
- autocode(String, String, Map<String, Object>) - 类 中的方法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
-
为指定实体的特定属性生成自动编号。
- 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
-
- 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获取用户的头像图片,并将图片数据写入响应流中
- BAD_CREDENTIALS_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
非法token错误码
- BAD_CREDENTIALS_MSG - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
退出重新登录
- 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) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
批量删除多条记录,针对JdbcTemplate
- batchDelete(String, Object[]) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
批量删除多条记录,针对JdbcTemplate
- 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.EntityFormBuilderController
-
批量删除数据源中的表单数据
该接口用于批量删除指定数据源中的一个或多个表单数据,通过传入数据源名称和表单名称列表进行删除操作。
- batchDelete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridBuilderController
-
批量删除数据
该接口用于批量删除指定数据源下的多个表数据,通过接收一个包含数据源名称和表名列表的参数对象来实现。
- 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
-
- batchImport(MultipartFile) - 类 中的方法net.sohelp.boot.dev.web.code.CodeTemplateController
-
- 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模板配置
- 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
-
构建语句
- build(ConditionVO) - 类 中的静态方法net.sohelp.boot.admin.core.web.filter.ConditionBuilder
-
根据表达式生成SQL
- build(JSONObject) - 类 中的静态方法net.sohelp.boot.admin.core.web.filter.SchemeBuilder
-
根据方案配置生成SQL
- 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.EntityFormBuilderController
-
生成操作接口
该接口用于根据提供的表名数组执行生成操作,并返回操作结果
- 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
-
- buildByJdbc(String, Map<String, String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
根据Jdbc生成SQL
- buildByMagicApi() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
- buildByMagicApi(String, Map<String, String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
根据MagicApi生成SQL
- buildByMybatis() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
- 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
-
根据查询参数数据Map
- 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
-
构建分组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
-
构建排序
- buildPageResult(RequestEntity, Page, long, List<Map<String, Object>>) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.CustomJsonValueProvider
-
定义分页返回结果,该项会被封装在Json结果内,
此方法可以不覆盖,默认返回PageResult
- buildParentNode(NodeModel) - 类 中的方法net.sohelp.boot.engine.workflow.model.ProcessModel
-
构建父节点
- buildResult(RequestEntity, int, String, Object) - 类 中的方法net.sohelp.boot.demo.core.magic.provider.CustomJsonValueProvider
-
定义返回结果,默认返回JsonBean
- buildSqlCacheKey(String, Object[]) - 接口 中的方法net.sohelp.boot.admin.core.db.cache.SqlCache
-
计算key
- buildSqlCacheKey(String, Object[]) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomSqlCache
-
- buildToken(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
- buildToken(long) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
- buildWhere() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
- BusiController - net.sohelp.boot.dev.web.dev.busi中的类
-
业务管理
- BusiController() - 类 的构造器net.sohelp.boot.dev.web.dev.busi.BusiController
-
- BusiException - net.sohelp.boot.admin.core.exceptions中的异常错误
-
Class to allow passing an Exception with the original SQLException
- BusiException(String) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.BusiException
-
Constructor from java.sql.SQLException
- BusiException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.BusiException
-
Constructor from java.sql.SQLException with added nested exception
- BusiException(Throwable) - 异常错误 的构造器net.sohelp.boot.admin.core.exceptions.BusiException
-
Constructor from java.sql.SQLException with added nested exception
- BusiException(BusiException, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.core.advice.GlobalExceptionAdvice
-
业务层出错获取
- 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
-
获取图形验证码
- 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
-
修改登录的密码
- 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
-
清空所有配置
- clearAll() - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
清空所有配置
- clearAll() - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormBuilderController
-
清空所有配置
该接口用于清空所有配置,通过删除指定路径下的所有配置文件实现
- clearAll() - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridBuilderController
-
清空所有配置
该接口用于清空所有配置,通过遍历指定路径下的所有配置资源,
并删除符合特定命名规则的配置文件来实现清空操作。
- 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中的类
-
生态增值服务分类
- 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
-
- 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中的类
-
- 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中的类
-
条件构建器
- 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
-
- 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
-
- 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类型及驼峰命名字段的设置。
- 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
-
创建人名称
- createDefaultLayout(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
添加默认布局。
- 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
-
- 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中的类
-
自定义模块
脚本中使用
import custom; //导入模块
custom.println('Custom Module!')
- 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中的类
-
自定义请求拦截器,可实现鉴权
https://ssssssss.org/guide/custom/interceptor.html
- 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中的类
-
- 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
-
- 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
-
- 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
-
时间范围查询
字段 createTime 生成 (createTime>=#{createTime_start} and createTime <= #{createTime_end})
- date_format(Date) - 类 中的静态方法net.sohelp.boot.demo.core.magic.script.CustomFunction
-
- date_format(Date, String) - 类 中的静态方法net.sohelp.boot.demo.core.magic.script.CustomFunction
-
- dateRange(String...) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
时间范围查询
参数形式: ["2025-01-01","2025-01-31"] 生成 (createTime>=2025-01-01 and createTime <= 2025-01-31)
- 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
-
- 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, List<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
-
删除文件
- delete(List) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileService
-
删除指定ID列表的文件记录及其对应的文件
- 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
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamCategoryController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.UserConstParamController
-
- delete(String[]) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
- delete(List<String>) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
- 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.EntityFormBuilderController
-
删除表单配置接口
该接口用于删除指定数据源下的表单配置
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridBuilderController
-
批量删除列表配置
根据传入的数据源名称和表名称,删除对应的列表配置
- 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, 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.system.autocode.AutocodeController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.SequenceController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
- delete(String[]) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nCategoryController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.LanguageController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
删除菜单接口
根据传入的ID删除对应菜单,并删除关联的角色菜单关系,同时删除该菜单的所有子菜单及关联关系
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamCategoryController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
- delete(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
- delete(List<String>) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
- 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) - 类 中的方法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
-
删除操作接口
该接口用于处理删除请求,执行删除操作并返回结果。
- 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
-
- deleteByRefid(List<String>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.GridController
-
删除网格列表接口
根据传入的refid列表删除对应的网格文件
- deleteByRefid(List<String>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.LayoutController
-
通过refid列表删除文件
- deleteByRefid(List<String>) - 类 中的方法net.sohelp.boot.dev.web.dev.module.PermissionController
-
根据引用ID列表批量删除权限
- 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
-
- 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 资源名称部署流程
- 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
-
Constructor from java.sql.SQLException
- DictException(String, Throwable) - 异常错误 的构造器net.sohelp.boot.demo.web.system.dict.DictException
-
Constructor from java.sql.SQLException with added nested exception
- DictException(Throwable) - 异常错误 的构造器net.sohelp.boot.demo.web.system.dict.DictException
-
Constructor from java.sql.SQLException with added nested exception
- 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
-
- 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
-
设置基础分组(包含所有注解标注过的接口)
- 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
-
- 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
-
下载代码
- download(String[]) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormBuilderController
-
下载配置
根据提供的表名数组下载对应的配置信息
- download(String[]) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridBuilderController
-
下载代码 *
- download(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineDownloadController
-
文件下载接口
用于根据提供的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文件,并将其作为附件下载。
- 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
-
重复主键错误截获
- 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
-
- 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中的类
-
引擎配置
- 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中的类
-
报表引擎
- EngineReportController() - 类 的构造器net.sohelp.boot.engine.web.controller.EngineReportController
-
- EngineUploadController - net.sohelp.boot.engine.web.controller中的类
-
上传引擎
- 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
-
实体操作异常拦截
- EntityExtCache - net.sohelp.boot.engine.db.cache中的类
-
继承实体Cache
- EntityExtCache() - 类 的构造器net.sohelp.boot.engine.db.cache.EntityExtCache
-
- EntityExtService - net.sohelp.boot.engine.db.service中的类
-
表扩展继字段管理
- EntityExtService() - 类 的构造器net.sohelp.boot.engine.db.service.EntityExtService
-
- EntityFormBuilderController - net.sohelp.boot.dev.web.dev.entity中的类
-
表单配置
- EntityFormBuilderController() - 类 的构造器net.sohelp.boot.dev.web.dev.entity.EntityFormBuilderController
-
- 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
-
实体公式错误截获
- EntityGridBuilderController - net.sohelp.boot.dev.web.dev.entity中的类
-
列表设计器
- EntityGridBuilderController() - 类 的构造器net.sohelp.boot.dev.web.dev.entity.EntityGridBuilderController
-
- 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
-
实体验证错误截获
- 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
-
- eq(String) - 类 中的方法net.sohelp.boot.common.core.filter.ListMapFilter
-
- 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
-
异常拦截
- execute(String) - 类 中的方法net.sohelp.boot.admin.core.db.JdbcHelper
-
执行脚本语句,没有返回值
- execute(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.NashornHelper
-
- 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(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
-
导出指定应用的资源文件
根据提供的应用名、模块名和名称导出相应的资源文件,并生成报告文件供下载
- export(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineExportController
-
批量导出接口
用于根据提供的refid和fileName进行文件批量导出操作
- 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文件,并提供下载。
- 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
-
备份资源
- exportService() - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicService
-
- exportSQL(String) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
导出SQL语句的HTTP GET请求映射。
- 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
-
- generateNodeKey() - 类 中的静态方法net.sohelp.boot.engine.workflow.model.ModelHelper
-
生成节点KEY规则(flk + 时间戳)
- get(String) - 类 中的方法net.sohelp.boot.admin.core.cache.OAuth2Cache
-
根据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
-
- get(String, String) - 类 中的方法net.sohelp.boot.admin.core.db.cache.RedisSqlCache
-
- 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请求
- get() - 类 中的方法net.sohelp.boot.demo.web.system.config.ThemeSizeController
-
- get(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.service.CodeService
-
- 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
-
- 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
-
获取request中获取属性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
-
获取Boolean
- 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获取密钥
- 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
-
获取岗位详情
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictCategoryController
-
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.dict.DictionaryDataController
-
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamCategoryController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.ConstParamController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.param.UserConstParamController
-
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
- getById(String) - 类 中的方法net.sohelp.boot.demo.web.system.user.UserController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.autocode.AutocodeController
-
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictCategoryController
-
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.dict.DictionaryDataController
-
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamCategoryController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.ConstParamController
-
- getById(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.param.UserConstParamController
-
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.role.RoleController
-
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.tenant.TenantController
-
- getById(String) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
- 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
-
根据标签获取值
- getByName(String) - 类 中的方法net.sohelp.boot.admin.core.service.application.ApplicationService
-
根据应用名称获取应用信息
- 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
-
根据文件名获取文件内容
- getByPath(String, Class<T>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
根据路径获取对象
- getByTest(String, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.report.MagicApiDatasource
-
根据测试条件从指定数据集获取数据
- getByUrl(String) - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.ModuleRefTypeEnum
-
根据url获取
- 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() - 枚举 中的方法net.sohelp.boot.admin.core.service.notice.NoticeTypeEnum
-
- 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
-
获取带参二维码ticket,参数为字符串值
- getCodeTicket(String, int) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
获取带参二维码ticket,参数为整型
- 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
-
获取过滤条件
- getConditions(String) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpQuery
-
从Request中获取filter数据
- getConfig() - 类 中的方法net.sohelp.boot.admin.core.cache.LangCache
-
- getConfig() - 类 中的方法net.sohelp.boot.admin.core.cache.SystemConfigCache
-
获取系统配置
- getConfig() - 类 中的方法net.sohelp.boot.admin.core.cache.TenantCache
-
- getConfig() - 类 中的方法net.sohelp.boot.admin.core.cache.TenantConfigCache
-
- getConfig() - 类 中的方法net.sohelp.boot.dev.web.code.CodeConfigController
-
根据表名获取字符列表
- 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(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormBuilderController
-
获取配置接口
通过数据源名称和表名称获取对应的配置信息
- getConfig(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridBuilderController
-
获取配置接口
根据提供的数据源名称和表名称获取相应的配置信息
- getConfig(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
获取工作流配置
根据数据源和实体名称获取对应的工作流配置信息
- 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, String, Map<String, Object>) - 类 中的方法net.sohelp.boot.engine.web.report.ModuleDatasource
-
根据数据源名称和数据集名称获取数据
- 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
-
获取客户端默认语言
- getDefaultLayoutCode(String, String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
获取默认布局代码,通过替换模板文件中的占位符生成最终布局代码。
- getDefaultValue() - 类 中的方法net.sohelp.boot.engine.db.vo.PropertyVO
-
- 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
-
- 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
-
获取字典数据
- getDictList() - 类 中的方法net.sohelp.boot.admin.core.service.dict.DictService
-
- 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(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.system.info.SystemInfoController
-
获取系统参数信息
- getInputStream(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.file.SohelpFileUploadService
-
获取InputStream
- 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
-
- getInstance() - 类 中的方法net.sohelp.boot.admin.core.service.i18n.I18nRender
-
获取LangRender实例
- 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
-
- 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包的版本号
- getJdbcTemplate(String) - 类 中的方法net.sohelp.boot.admin.core.db.datasource.SohelpDynamicDatasource
-
根据数据源获取JdbcTemplate接口
- getJson(String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
获取Object类型的参数值
- 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
-
- 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
-
- getLanguages() - 类 中的方法net.sohelp.boot.admin.core.service.i18n.LangService
-
获取已启用语言列表
- getLanguages() - 类 中的方法net.sohelp.boot.dev.web.user.I18nController
-
- 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
-
获取列表
- getList(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
- getLocalLock() - 类 中的静态方法net.sohelp.boot.engine.workflow.scheduling.LocalLock
-
- getLogin() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
- 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
-
返回登录ID
- getLoginID() - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
- getLoginId() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
- 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
-
获取Object类型的参数值
- getMap(Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
获取Map类型的值
- getMap(String, Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.db.MybatisHelper
-
- getMap(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
获取Map
- getMap(long, String) - 类 中的方法net.sohelp.boot.admin.core.service.param.UserParamService
-
- 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
-
- getModuleRef(String) - 类 中的静态方法net.sohelp.boot.engine.web.utils.RefUtil
-
根据引用ID获取模块引用信息
- getMyId(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.application.CloudAppController
-
- getMyId(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
- 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
-
获取租户名称
- 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
-
- getObject(String) - 类 中的方法net.sohelp.boot.admin.core.service.param.SystemParamService
-
获取字典数据
- 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
-
获取机构信息列表
- getOrgId() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
- 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
-
获取机构信息
- getOrgUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
- getOrgUser(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.org.OrgController
-
- 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
-
- getParameterMap() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
- getParameterMapByExclude(Map<String, Object>, List<String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
返回排除参数列表
- getParameterMapByExclude(List<String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
返回排除参数列表
- getParameterMapByInclude(Map<String, Object>, List<String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
返回包括参数列表
- getParameterMapByInclude(List<String>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
返回包括参数列表
- 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
-
返回一个账号所拥有的权限码集合
- 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
-
- getPowerType(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
- 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获取流程实例模型
- 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
-
- getQq() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
- 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
-
- 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
-
- 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
-
- 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
-
获取岗位信息
- 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
-
获取岗位名称
- 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
-
获取子机构
- 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
-
- getSummary() - 接口 中的方法net.sohelp.boot.common.core.paging.Pager
-
返回合计信息
- getSystemLogo() - 类 中的方法net.sohelp.boot.demo.web.system.config.SystemConfigController
-
- getSystemLogo() - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
- 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.EntityGridBuilderController
-
根据数据源获取表列表
该接口通过传入的数据源名称和其他参数来获取对应的表列表,支持分页和按标签过滤。
- 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
-
- 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获取用户当前所在租户ID
- getTenantId() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
- 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
-
- getTotal() - 接口 中的方法net.sohelp.boot.common.core.paging.Pager
-
获取总行数
- getTree() - 类 中的方法net.sohelp.boot.dev.web.dev.magic.MagicController
-
获取magicApi tree结构
- 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
-
获取简短用户信息列表
- getUserAvatar(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserCache
-
根据用户ID,获取用户头像
- getUserByRole(long, long) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpPower
-
用户所在多个岗位内的所有用户
- getUserByToken(String) - 类 中的方法net.sohelp.boot.demo.core.magic.interceptor.CustomAuthorizationInterceptor
-
根据Token获取User
- getUserId() - 类 中的方法net.sohelp.boot.admin.core.web.SohelpLogin
-
- getUserInfo(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.DingdingNoticeService
-
- getUserInfo(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.QQNoticeService
-
- getUserInfo(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.QywxNoticeService
-
- 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
-
- 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
-
所在当前租户用户
- 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类获取版本号
- getVersionFromPomProperties(Class<?>, String, String) - 类 中的静态方法net.sohelp.boot.dev.web.ops.updater.JarVersionUtil
-
从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
-
获取查询条件
- getWrapperWith(String...) - 类 中的方法net.sohelp.boot.demo.core.base.PageParam
-
获取查询条件
- 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
-
- getWxgzhCode() - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartWxPubController
-
- getWxgzhManage(HttpServletRequest, HttpServletResponse) - 类 中的方法net.sohelp.boot.demo.web.user.UserThirdpartWxPubController
-
- getWxgzhManage(HttpServletRequest, HttpServletResponse) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartWxPubController
-
- 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中的类
-
Controller异常拦截
- 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
-
数据分组
- 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中的类
-
- 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
-
- 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
-
- importData(String, String) - 类 中的方法net.sohelp.boot.engine.web.controller.EngineImportController
-
批量导入数据接口
该接口用于批量导入数据,通过指定的refid和fileName参数进行数据导入操作。
- 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() - 类 中的方法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(ServletConfig) - 类 中的方法net.sohelp.boot.engine.web.report.CustomUReportServlet
-
初始化Servlet,加载并注册所有ServletAction处理器。
- initial() - 类 中的方法net.sohelp.boot.admin.core.cache.OAuth2Cache
-
初始化密码
- initial(String, Object, String) - 类 中的方法net.sohelp.boot.admin.core.cache.SystemParamCache
-
仅仅作第一次初始化数据,如果数据已经存在则不会进行初化
- initial(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.admin.core.db.WhereBuilder
-
初始化实例
- initial() - 类 中的静态方法net.sohelp.boot.admin.core.db.WhereBuilder
-
初始化实例
- 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
-
- initial(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeConfigController
-
- 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(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
-
- 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
-
- 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回调方法
- invokeQqBinding(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartQQController
-
qq回调方法
- invokeQQLogin(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.login.LoginQQController
-
- 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
-
- 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
-
- 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
-
是否是文件模式
- 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
-
是否启用帐户
0 禁用,1启动
- 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
-
- LangCache - net.sohelp.boot.admin.core.cache中的类
-
语言配置
- LangCache() - 类 的构造器net.sohelp.boot.admin.core.cache.LangCache
-
- LangController - net.sohelp.boot.demo.web.i18n中的类
-
- 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
-
根据用户ID注销
- layoutByUserId(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
根据用户ID注销
- 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
-
根据属性名从获取Request获取值比较过滤
- like(String) - 类 中的方法net.sohelp.boot.common.core.filter.ListMapFilter
-
- limit() - 类 中的方法net.sohelp.boot.admin.core.base.BaseController
-
从Request获取页码
- 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() - 类 中的方法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
-
根据用户获取菜单列表
- list() - 类 中的方法net.sohelp.boot.admin.core.service.oauth.OAuthService
-
获取列表
- list(long) - 类 中的方法net.sohelp.boot.admin.core.service.org.OrgService
-
获取机构部门列表
- 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
-
获取用户参数列表
- list() - 类 中的方法net.sohelp.boot.admin.core.service.role.RoleService
-
获取所有岗位列表
- list(long) - 类 中的方法net.sohelp.boot.admin.core.service.role.RoleService
-
根据租户获取岗位列表
- list() - 类 中的方法net.sohelp.boot.admin.core.service.tenant.TenantService
-
- 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
-
获取应用列表
- 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
-
- 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
-
- 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
-
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.module.CloudModuleController
-
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.plugins.CloudPluginsCategoryController
-
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.cloud.service.CloudServiceCategoryController
-
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeSchemeController
-
- list(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
根据数据源获取表列表
- 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获取报告列表
- 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
-
根据应用获取菜单列表
- 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
-
根据指定路径读取配置资源列表
- listByPath(String, Class<T>) - 类 中的方法net.sohelp.boot.admin.core.service.resource.SohelpBootResourceFileServiceImpl
-
根据文件路径读取配置资源列表,并将JSON对象转换为指定类型的对象列表
- 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
-
根据正则表达式筛选出符合条件的JSON对象列表
- 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
-
根据应用名和模块名获取网格列表
该函数首先根据应用名和模块名构建网格资源路径,然后从资源服务中获取对应的网格列表。
- listLayout(String, String) - 类 中的方法net.sohelp.boot.engine.web.service.LayoutService
-
根据应用名和模块名列出布局信息
- ListMapFilter - net.sohelp.boot.common.core.filter中的类
-
- 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.ModuleService
-
根据模块信息获取关联的工作流列表
- 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
-
记录
- log(OperatorLogService.LogTypeEnum, String) - 类 中的方法net.sohelp.boot.admin.core.service.log.OperatorLogService
-
记录操作日志
- 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
-
- 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中的类
-
钉钉快捷登录
- 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中的类
-
QQ快捷登录
- LoginPhoneController() - 类 的构造器net.sohelp.boot.demo.web.login.LoginPhoneController
-
- LoginQQController - net.sohelp.boot.demo.web.login中的类
-
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服务
- LoginTokenService() - 类 的构造器net.sohelp.boot.demo.web.login.LoginTokenService
-
- LoginWxController - net.sohelp.boot.demo.web.login中的类
-
个人微信快捷登录
- 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缓存实现
- LRUCache(int, long) - 类 的构造器net.sohelp.boot.admin.core.db.cache.LRUCache
-
- 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
-
自动分页
分页参数从Request获取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.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.oauth2.OAuth2Controller
-
根据条件分页查询OAuth2应用列表。
- 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(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
-
type 0为模块,1为实体
- pageInstance(String) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
分页查询流程实例接口
该接口用于分页查询流程实例,包括正在进行的和已完成的实例,并返回相关的详细信息。
- pageLetter() - 类 中的方法net.sohelp.boot.engine.web.controller.NoticeController
-
分页查询用户信件
根据用户ID和是否已读状态分页查询用户信件,并返回结果
- 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
-
- PageParam(U) - 类 的构造器net.sohelp.boot.demo.core.base.PageParam
-
- PageParam(U, boolean) - 类 的构造器net.sohelp.boot.demo.core.base.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
-
- 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
-
- 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数据提交
- 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
-
- 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
-
文件预览
- preview(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.FormBuilderController
-
代码结构
- preview(String, String) - 类 中的方法net.sohelp.boot.dev.web.code.GridBuilderController
-
代码结构
- preview(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
代码结构
- preview() - 类 中的方法net.sohelp.boot.dev.web.code.UniappBuilderControler
-
生成全部
- preview(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormBuilderController
-
代码结构
- preview(String, String) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridBuilderController
-
获取代码树接口
该接口用于根据数据源名称和表名获取对应的代码树,包括前端代码和相关配置。
- 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等。
- 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
-
流程实例优先级
- 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中的类
-
定义实体属性
- 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
-
- put(String, String, Object, long) - 类 中的方法net.sohelp.boot.admin.core.db.cache.RedisSqlCache
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- RedisSqlCache - net.sohelp.boot.admin.core.db.cache中的类
-
- 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(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
-
根据用户的权限初始化Cache
- reload() - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
初始化缓存
- reload(Object) - 类 中的方法net.sohelp.boot.admin.core.cache.UserParamCache
-
- reload(Long) - 类 中的方法net.sohelp.boot.admin.core.cache.UserRoleCache
-
重新加载
- 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
-
清空岗位缓存
- 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
-
- removeAll() - 类 中的方法net.sohelp.boot.demo.web.system.log.OperationLogController
-
- removeAll() - 类 中的方法net.sohelp.boot.dev.web.system.log.LoginLogController
-
- removeAll() - 类 中的方法net.sohelp.boot.dev.web.system.log.OperationLogController
-
- removeByKey(String) - 类 中的静态方法net.sohelp.boot.engine.workflow.FlowDataTransfer
-
移除指定key传递参数
- removeCode(String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.EmailNoticeService
-
删除Cache
- 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
-
重命名文件
- 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
-
判断Request是否有效
- 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
-
- ResourceSaveType - net.sohelp.boot.engine.web.vo.consts中的枚举
-
资源存储类型枚举类
用于定义配置文件的存储范围,包括官方存储、公司存储和个人存储三种类型
- 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位置开始)
- RESULT_ERROR_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
默认失败码
- RESULT_ERROR_MSG - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
默认失败信息
- RESULT_OK_CODE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
默认成功码
- 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中的类
-
岗位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
-
- 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侦听器的实现
- 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
-
- 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
-
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.role.RoleController
-
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.tenant.TenantController
-
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.user.PowerController
-
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.code.CodeConfigController
-
保存配置
- 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
-
- 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(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.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
-
- 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
-
- 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
-
- save(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.user.PowerController
-
- save(EntityVO) - 类 中的方法net.sohelp.boot.engine.db.EntityHelper
-
保存实体信息并刷新缓存
该方法首先调用服务层保存实体数据,然后刷新对应实体的缓存
- 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
-
保存次序接口
该接口接收一个包含数据的列表,解析refid并进行删除操作,最后返回操作结果。
- 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.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
-
保存配置
- saveConfig(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.code.JavaBuilderController
-
保存配置
- saveConfig(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityFormBuilderController
-
保存配置接口
该接口用于保存表单配置和工作流配置,并更新实体信息。
- saveConfig(JSONObject) - 类 中的方法net.sohelp.boot.dev.web.dev.entity.EntityGridBuilderController
-
保存配置接口
该接口用于保存用户提交的配置信息,包括表名、数据源名称以及相关的网格配置。
- saveConfig(WorkflowVO) - 类 中的方法net.sohelp.boot.dev.web.dev.workflow.WorkFlowController
-
保存工作流配置
该接口用于保存工作流配置信息,包括实体名称、数据源名称以及工作流JSON等。
- 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() - 类 中的方法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
-
保存流程实例
- 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
-
- saveLogin(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
- 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
-
- saveQq(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
- 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
-
保存报表内容到指定文件路径
- 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
-
- 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
-
- 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中的类
-
方案构建器
- 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
-
业务层出错获取
- 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(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
-
发送公众号消息
- send(long, String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.WxgzhNoticeService
-
- sendCode(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.notice.EmailNoticeService
-
发送验证码
- 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
-
发送邮件消息
- sendMail(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.user.UserThirdpartEmailController
-
发送邮件消息
- 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
-
- 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
-
设置Request属性值
- setAttributes(Map<String, Object>) - 类 中的方法net.sohelp.boot.admin.core.web.SohelpWeb
-
把Map数据设置到Request的属性中
- 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
-
设置返回消息对象
- 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接口参数签名
- 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
- 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系统配置类
- SohelpBootConfig() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpBootConfig
-
- 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
-
- 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中的类
-
- SohelpQuery() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpQuery
-
- SohelpUploadService - net.sohelp.boot.admin.core.service.upload中的类
-
文件上传
- SohelpUploadService() - 类 的构造器net.sohelp.boot.admin.core.service.upload.SohelpUploadService
-
- SohelpWeb - net.sohelp.boot.admin.core.web中的类
-
- SohelpWeb() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpWeb
-
- SohelpWhere - net.sohelp.boot.admin.core.web中的类
-
- SohelpWhere() - 类 的构造器net.sohelp.boot.admin.core.web.SohelpWhere
-
- sort - 类 中的变量net.sohelp.boot.engine.workflow.entity.FlwProcess
-
排序
- sortListByField(List<JSONObject>, String, String) - 类 中的静态方法net.sohelp.boot.dev.web.dev.module.ModuleController
-
根据指定字段对JSON对象列表进行排序
- 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
-
解决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
-
启动数据源
- 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() - 类 中的方法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
-
返回分页查询数据
- 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配置
- Swagger2Configuration() - 类 的构造器net.sohelp.boot.demo.core.swagger2.Swagger2Configuration
-
- 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中的接口
-
任务参与者提供处理接口
- 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中的接口
-
任务提醒接口
- 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
-
获取所在租户业务数据
- tenant() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
- 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
-
- 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(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
-
- 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
-
token通过header传递的名称
- TOKEN_PARAM_NAME - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
token通过参数传递的名称
- TOKEN_TYPE - 类 中的静态变量net.sohelp.boot.admin.core.consts.Constants
-
token认证类型
- 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验证出错拦截
- TokenConfig - net.sohelp.boot.admin.core.web.yml中的类
-
- 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
-
- 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中的类
-
事务管理
- 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
-
根据用户获取菜单并转成树型
- 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
-
- treeByUser() - 类 中的方法net.sohelp.boot.dev.web.system.user.UserController
-
- 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(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
-
未知异常拦截
- 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代码生成器生成
- 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
-
- 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
-
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.menu.MenuController
-
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.demo.web.system.org.OrgController
-
- 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
-
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.i18n.I18nController
-
修改国际化
- update(Map<String, Object>) - 类 中的方法net.sohelp.boot.dev.web.system.menu.MenuController
-
- 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(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
-
把实体属性复制到网格列表属性
- 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 更新流程实例模型内容
- 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
-
- 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
-
- 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(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
-
上传到指目录Workspaces/upload目录下,例如 /Workspaces/upload/xxx/uuid+文件名
- upload(String, String) - 类 中的方法net.sohelp.boot.admin.core.service.upload.SohelpUploadService
-
上传到指目录Workspaces/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, 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
-
- uploadLogo(String) - 类 中的方法net.sohelp.boot.dev.web.system.config.SysConfigController
-
- UploadRefVO - net.sohelp.boot.engine.web.vo.module中的类
-
模块上传配置
- UploadRefVO() - 类 的构造器net.sohelp.boot.engine.web.vo.module.UploadRefVO
-
- UReportConfiguration - net.sohelp.boot.engine.web.config中的类
-
- 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
-
- 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
-
切换数据源
- user() - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
- user(String) - 类 中的方法net.sohelp.boot.admin.core.web.filter.SQLBuilder
-
- 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中的类
-
- 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中的类
-
数据权限
- 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中的类
-
用户菜单权限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
-
- UserPowerTypeEnum - net.sohelp.boot.admin.core.enums中的枚举
-
数据权限
- UserRoleCache - net.sohelp.boot.admin.core.cache中的类
-
用户岗位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第三方登录
- UserThirdpartQQController() - 类 的构造器net.sohelp.boot.demo.web.user.UserThirdpartQQController
-
- UserThirdpartQQController - net.sohelp.boot.dev.web.user中的类
-
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, 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
-
判断Token是否有效
- validateToken(HttpServletRequest) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
- validateToken(Map<String, Object>) - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
- validateToken() - 类 中的静态方法net.sohelp.boot.admin.core.utils.JwtTokenUtil
-
- 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.UserPowerTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.admin.core.service.log.OperatorLogService.LogTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- 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
-
根据值获取FileRefTypeEnum对象
- valueOf(String) - 枚举 中的静态方法net.sohelp.boot.demo.web.enums.FollowRefTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的方法net.sohelp.boot.demo.web.enums.FollowRefTypeEnum
-
- 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.vo.consts.ResourceSaveType
-
返回带有指定名称的该类型的枚举常量。
- 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.UserPowerTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法net.sohelp.boot.admin.core.service.log.OperatorLogService.LogTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- 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.vo.consts.ResourceSaveType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- 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
-
查看任务设置为已阅状态