public interface IScriptEngineExecutor extends IEngineExecutor
| Modifier and Type | Method and Description |
|---|---|
Object |
executeServiceCode(String code,
Map<Object,Object> executionContext)
Execute service code.
|
Object |
executeServiceModule(String module,
Map<Object,Object> executionContext)
Execute service module.
|
Module |
retrieveModule(String root,
String module)
Retrieve module.
|
Module |
retrieveModule(String root,
String module,
String extension)
Retrieve module.
|
getName, getTypeModule retrieveModule(String root, String module) throws RepositoryException
root - the rootmodule - the moduleRepositoryException - the repository exceptionModule retrieveModule(String root, String module, String extension) throws RepositoryException
root - the rootmodule - the moduleextension - the extensionRepositoryException - the repository exceptionObject executeServiceModule(String module, Map<Object,Object> executionContext) throws ScriptingException
module - the moduleexecutionContext - the execution contextScriptingException - the scripting exceptionObject executeServiceCode(String code, Map<Object,Object> executionContext) throws ScriptingException
code - the codeexecutionContext - the execution contextScriptingException - the scripting exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.