Klasse DUUIPipelineRequestHandler

java.lang.Object
org.texttechnologylab.duui.api.routes.pipelines.DUUIPipelineRequestHandler

public class DUUIPipelineRequestHandler extends Object
A class that is responsible for handling incoming requests to the /pipelines path group.
Autor:
Cedric Borkowksi
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static String
    deleteOne(spark.Request request, spark.Response response)
    Delete one pipeline given its id.
    static String
    findMany(spark.Request request, spark.Response response)
    Retrieve one or more pipelines for a user.
    static String
    findOne(spark.Request request, spark.Response response)
    Retrieve one pipeline by its id.
    static String
    insertOne(spark.Request request, spark.Response response)
    Create and insert a new pipeline.
    static String
    start(spark.Request request, spark.Response response)
    Instantiate a pipeline for future use.
    static String
    stop(spark.Request request, spark.Response response)
    Shutdown a pipeline.
    static String
    updateOne(spark.Request request, spark.Response response)
    Update a pipeline given its id and a json object containing updates for fields.

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • DUUIPipelineRequestHandler

      public DUUIPipelineRequestHandler()
  • Methodendetails