Class OperationAdapter

All Implemented Interfaces:
AdapterResource, Resource, Adaptable

@Produces("application/json") public class OperationAdapter extends DefaultAdapter
Since:
5.7.2 - Web adapter that expose how to run an operation on a document
  • Field Details

  • Constructor Details

    • OperationAdapter

      public OperationAdapter()
  • Method Details

    • doPost

      @POST @Path("{operationName}") public jakarta.ws.rs.core.Response doPost(@PathParam("operationName") String oid, @Context jakarta.servlet.http.HttpServletRequest request, @Context jakarta.servlet.http.HttpServletResponse response, ExecutionRequest xreq)