public interface IRepoScriptProcessor
String getName()
void init(String scriptStatement) throws Exception
scriptStatement - 脚本代码段Exception - 可能产生的任何异常String process(String name, Object... params) throws Exception
name - 方法名称params - 参数集合ΩException - 可能产生的任何异常boolean isFilterable()
Copyright © 2021. All rights reserved.