Interface WorkflowResource


public interface WorkflowResource
  • Method Details

    • delete

      @DELETE jakarta.ws.rs.core.Response delete()
    • update

      @PUT @Consumes("application/json") jakarta.ws.rs.core.Response update(WorkflowRepresentation workflow)
    • toRepresentation

      @GET @Produces("application/json") WorkflowRepresentation toRepresentation()
    • bind

      @Path("bind/{type}/{resourceId}") @POST @Consumes("application/json") void bind(@PathParam("type") String type, @PathParam("resourceId") String resourceId)
    • bind

      @Path("bind/{type}/{resourceId}") @POST @Consumes("application/json") void bind(@PathParam("type") String type, @PathParam("resourceId") String resourceId, Long milliseconds)