@Ignored public interface IRepositoryScriptProcessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
IRepositoryScriptProcessor.Manager
存储器脚本处理器类管理器
|
| Modifier and Type | Field and Description |
|---|---|
static String |
GROOVY |
static String |
JAVASCRIPT |
| Modifier and Type | Method and Description |
|---|---|
Object |
filter(Object results)
执行结果数据过滤
|
void |
initialize(String scriptStatement)
初始化脚本处理器
|
boolean |
isFilterable()
判断是否支持结果数据过滤
|
boolean |
isInitialized()
是否已初始化
|
String |
process(String name,
Object... params)
执行处理器
|
static final String JAVASCRIPT
static final String GROOVY
void initialize(String scriptStatement) throws Exception
scriptStatement - 脚本代码段Exception - 可能产生的任何异常boolean isInitialized()
String process(String name, Object... params) throws Exception
name - 方法名称params - 参数集合Exception - 可能产生的任何异常boolean isFilterable()
Copyright © 2022. All rights reserved.