Uses of Class
com.orientechnologies.orient.core.command.script.OScriptManager
Packages that use OScriptManager
Package
Description
-
Uses of OScriptManager in com.orientechnologies.orient.core.command
Methods in com.orientechnologies.orient.core.command with parameters of type OScriptManagerModifier and TypeMethodDescriptionvoidOScriptExecutorRegister.registerExecutor(OScriptManager scriptManager, OCommandManager commandManager) -
Uses of OScriptManager in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return OScriptManagerModifier and TypeMethodDescriptionOScriptManager.registerEngine(String iLanguage, ScriptEngineFactory iEngine) OScriptManager.registerFormatter(String iLanguage, OScriptFormatter iFormatterImpl) OScriptManager.registerResultHandler(String iLanguage, OScriptResultHandler resultHandler) Constructors in com.orientechnologies.orient.core.command.script with parameters of type OScriptManagerModifierConstructorDescriptionODatabaseScriptManager(OScriptManager iScriptManager, String iDatabaseName) -
Uses of OScriptManager in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return OScriptManagerModifier and TypeMethodDescriptionOrientDBEmbedded.getScriptManager()default OScriptManagerOrientDBInternal.getScriptManager()