Interface | Description |
---|---|
IButtonProcess |
自定义扩展按钮接口
|
ICatalogPageProcess | |
IFormQueryProcess | |
ILoginProcess | |
ISyncOrgProcess |
用于同步组织/角色/岗位/人员时用的接口,用于另外模块自定义实现同步的具体功能,当前模块只是调用而已
方法内需要自行捕获异常,如果长时间处理操作,请使用异步处理. |
IWorkflowService |
用于别的模块调用流程操作用的接口,也被用于工作流接口的WebService实现
该接口需要在Workflow模块中实现并命名SpringBean.id=workflowGenergator
|
Class | Description |
---|---|
AbstractButtonProcess |
按钮服务器端执行抽象类,提供一些通用方法和参数解析等功能
|
AbstractEChartsProcess | |
AbstractPageProcess | |
AbstractQueryProcess | |
BatchAddUserProcess | |
BatchUpdateSuperiorProcess |
批量更新人员的上级
|
LangResourceProcess |
对多语言资源保存时的后处理缓存更新
|
OrgPageProcess | |
SystemArgsPageProcess | |
TestLoggingCatalogProcess |
记录明细数据批量提交的日志,用于测试明细数据丢失的问题
|
Annotation Type | Description |
---|---|
HessianRemote |
自动注册为Hessian服务,并以/remote + $value为访问地址
|
Processor |
用于标注处理接口,系统会自动初始化,并注册至Spring的Bean内容中
value属性暂未用到,默认beanName即全类名
|
Copyright © 2019 by Sucang.cn