Class BaseRootResource
java.lang.Object
org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource<CockpitPlugin>
org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginRootResource
org.camunda.bpm.cockpit.impl.plugin.resources.BaseRootResource
- Author:
- nico.rehwaldt
-
Field Summary
Fields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
allowedAssets, headers, MIME_TYPE_TEXT_CSS, MIME_TYPE_TEXT_HTML, MIME_TYPE_TEXT_JAVASCRIPT, MIME_TYPE_TEXT_PLAIN, runtimeDelegate, servletContext, uriInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIncidentRestService
(String engineName) protected com.fasterxml.jackson.databind.ObjectMapper
getProcessDefinitionResource
(String engineName) getProcessInstanceRestService
(String engineName) Methods inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
applyResourceOverrides, getAllowedAssets, getAsset, getClasspathResourceAsStream, getContentType, getPluginAssetAsStream, getWebResourceAsStream, subResource
-
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()
-