Class BaseRootResource


@Path("plugin/base") public class BaseRootResource extends AbstractCockpitPluginRootResource
Author:
nico.rehwaldt
  • Field Details

    • providers

      @Context protected jakarta.ws.rs.ext.Providers providers
  • Constructor Details

    • BaseRootResource

      public BaseRootResource()
  • Method Details

    • getProcessDefinitionResource

      @Path("{engine}/process-definition") public ProcessDefinitionRestService getProcessDefinitionResource(@PathParam("engine") String engineName)
    • getProcessInstanceRestService

      @Path("{engine}/process-instance") public ProcessInstanceRestService getProcessInstanceRestService(@PathParam("engine") String engineName)
    • getIncidentRestService

      @Path("{engine}/incident") public IncidentRestService getIncidentRestService(@PathParam("engine") String engineName)
    • getObjectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()