Class TaskExecutionResource

java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.client.impl.tasks.TaskExecutionResource
All Implemented Interfaces:
RestResource

@Path("/client/tasks") public class TaskExecutionResource extends AbstractRestResource
  • Constructor Details

  • Method Details

    • cancelTask

      @DELETE @Path("/{pk}") public jakarta.ws.rs.core.Response cancelTask(@PathParam("pk") String taskExecutionKey)