public interface CustomScriptService extends CRUDService<CustomScriptDTO,CustomScriptData,ScriptType>
| Modifier and Type | Method and Description |
|---|---|
SerializableInputStream |
getCodeForDebug(CustomScriptVO script)
Returns a ZIP file containing the code for debugging the given script
|
RunScriptData |
getRunData()
Returns data to run arbitrary scripts
|
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, saveSerializableInputStream getCodeForDebug(CustomScriptVO script) throws FrameworkException
FrameworkExceptionRunScriptData getRunData() throws FrameworkException
FrameworkExceptionScriptResult run(@NotNull RunScriptParams params) throws FrameworkException
FrameworkExceptionPage<CustomScriptVO> search(@NotNull CustomScriptQuery params) throws FrameworkException
FrameworkException