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(OrientDBEmbedded ctx, OScriptManager scriptManager) -
Uses of OScriptManager in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return OScriptManagerModifier and TypeMethodDescriptionOScriptManager.registerFormatter(String iLanguage, OScriptFormatter iFormatterImpl) OScriptManager.registerResultHandler(String iLanguage, OScriptResultHandler resultHandler) Methods in com.orientechnologies.orient.core.command.script with parameters of type OScriptManagerModifier and TypeMethodDescriptionOAbstractScriptExecutor.bind(Bindings binding, ODatabaseDocumentInternal db, OCommandContext iContext, Map<Object, Object> iArgs, OScriptManager scriptManager) OAbstractScriptExecutor.bindContextVariables(Bindings binding, ODatabaseDocumentInternal db, OCommandContext iContext, Map<Object, Object> iArgs, OScriptManager scriptManager) voidOAbstractScriptExecutor.unbind(Bindings binding, OCommandContext iContext, Map<Object, Object> iArgs, OScriptManager scriptManager) Unbinds variables -
Uses of OScriptManager in com.orientechnologies.orient.core.command.script.nashorn
Methods in com.orientechnologies.orient.core.command.script.nashorn with parameters of type OScriptManagerModifier and TypeMethodDescriptionvoidONashornScriptExecutorRegister.registerExecutor(OrientDBEmbedded ctx, OScriptManager scriptManager) Constructors in com.orientechnologies.orient.core.command.script.nashorn with parameters of type OScriptManagerModifierConstructorDescriptionONashornScriptExecutor(String language, OrientDBEmbedded context, OScriptManager scriptManager, org.openjdk.nashorn.api.scripting.NashornScriptEngineFactory factory) -
Uses of OScriptManager in com.orientechnologies.orient.core.command.script.polyglot
Methods in com.orientechnologies.orient.core.command.script.polyglot with parameters of type OScriptManagerModifier and TypeMethodDescriptionvoidOPolyglotScriptExecutorRegister.registerExecutor(OrientDBEmbedded ctx, OScriptManager scriptManager) Constructors in com.orientechnologies.orient.core.command.script.polyglot with parameters of type OScriptManagerModifierConstructorDescriptionOPolyglotScriptExecutor(OrientDBEmbedded context, OScriptManager scriptManager, String language, OScriptTransformer scriptTransformer) -
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() -
Uses of OScriptManager in org.apache.tinkerpop.gremlin.orientdb.executor
Methods in org.apache.tinkerpop.gremlin.orientdb.executor with parameters of type OScriptManagerModifier and TypeMethodDescriptionvoidOGremlinExecutorRegister.registerExecutor(OrientDBEmbedded ctx, OScriptManager scriptManager) Constructors in org.apache.tinkerpop.gremlin.orientdb.executor with parameters of type OScriptManagerModifierConstructorDescriptionOCommandGremlinExecutor(String language, OScriptManager scriptManager)