Class QJavalinScriptsHandler
java.lang.Object
com.kingsrook.qqq.backend.javalin.QJavalinScriptsHandler
endpoints and handlers for deal with record scripts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Define routes under the basic /data/${table}/${primaryKey} path - e.g., record-specific script routes.static void
getAssociatedScriptLogs
(io.javalin.http.Context context)
-
Constructor Details
-
QJavalinScriptsHandler
public QJavalinScriptsHandler()
-
-
Method Details
-
defineRecordRoutes
public static void defineRecordRoutes()Define routes under the basic /data/${table}/${primaryKey} path - e.g., record-specific script routes. -
getAssociatedScriptLogs
public static void getAssociatedScriptLogs(io.javalin.http.Context context)
-