Class QJavaExecutor
java.lang.Object
com.kingsrook.qqq.backend.core.actions.scripts.QJavaExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(QCodeReference codeReference, Map<String, Serializable> inputContext, QCodeExecutionLoggerInterface executionLogger) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.actions.scripts.QCodeExecutor
convertJavaObject, convertObjectToJava
-
Constructor Details
-
QJavaExecutor
public QJavaExecutor()
-
-
Method Details
-
execute
public Serializable execute(QCodeReference codeReference, Map<String, Serializable> inputContext, QCodeExecutionLoggerInterface executionLogger) throws QCodeException- Specified by:
execute
in interfaceQCodeExecutor
- Throws:
QCodeException
-