public interface CustomScriptService extends CRUDService<CustomScriptDTO,CustomScriptData,ScriptType>
| Modifier and Type | Method and Description |
|---|---|
ScriptResult |
run(RunScriptParams params)
Runs an arbitrary script, returning the result
|
Page<CustomScriptVO> |
search(CustomScriptQuery params)
Lists all available custom scripts
|
getData, getDataForNew, load, remove, removeAll, saveScriptResult run(RunScriptParams params) throws FrameworkException
FrameworkExceptionPage<CustomScriptVO> search(CustomScriptQuery params) throws FrameworkException
FrameworkException