Class OAbstractScriptExecutor
java.lang.Object
com.orientechnologies.orient.core.command.traverse.OAbstractScriptExecutor
- All Implemented Interfaces:
OScriptExecutor
- Direct Known Subclasses:
OJsr223ScriptExecutor,OPolyglotScriptExecutor,OSqlScriptExecutor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreExecute(ODatabaseDocumentInternal database, String script, Object params) voidregisterInterceptor(OScriptInterceptor interceptor) voidunregisterInterceptor(OScriptInterceptor interceptor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.command.OScriptExecutor
close, closeAll, execute, execute, executeFunction
-
Field Details
-
language
-
-
Constructor Details
-
OAbstractScriptExecutor
-
-
Method Details
-
registerInterceptor
- Specified by:
registerInterceptorin interfaceOScriptExecutor
-
preExecute
-
unregisterInterceptor
- Specified by:
unregisterInterceptorin interfaceOScriptExecutor
-