Klasse DUUIProcessRequestHandler

java.lang.Object
org.texttechnologylab.duui.api.routes.processes.DUUIProcessRequestHandler

public class DUUIProcessRequestHandler extends Object
A class that is responsible for handling incoming requests to the /processes 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 a process given its id.
    static String
    findDocuments(spark.Request request, spark.Response response)
    Retrieve a limited number of documents from the database.
    static String
    findEvents(spark.Request request, spark.Response response)
    Retrieve events associated with the process.
    static String
    findMany(spark.Request request, spark.Response response)
    Retrieve a process given its id.
    static String
    findOne(spark.Request request, spark.Response response)
    Retrieve a process given its id.
    static String
    getFolderStructure(spark.Request request, spark.Response response)
    Retrieve the folder structure of a provider.
    static String
    start(spark.Request request, spark.Response response)
    Create and start a new process.
    static String
    stop(spark.Request request, spark.Response response)
    Cancel a process that is currently running.

    Von Klasse geerbte Methoden java.lang.Object

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