Class IncidentRestService
java.lang.Object
org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<CockpitPlugin>
org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
org.camunda.bpm.cockpit.plugin.resource.AbstractPluginResource
org.camunda.bpm.cockpit.impl.plugin.resources.IncidentRestService
- Author:
- roman.smirnov
-
Field Summary
FieldsFields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
engineName, runtimeDelegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getIncidentsCount(javax.ws.rs.core.UriInfo uriInfo) queryIncidents(IncidentQueryDto queryParameter, Integer firstResult, Integer maxResults) queryIncidentsCount(IncidentQueryDto queryParameter) Methods inherited from class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
addPermissionCheck, configureAuthorizationCheck, configureTenantCheck, getCommandExecutor, getCurrentAuthentication, getQueryService, isAuthorizationEnabled, isCamundaAdmin, isPermissionDisabled, isTenantCheckEnabledMethods inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
getProcessEngine
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
IncidentRestService
-
-
Method Details
-
getIncidents
public List<IncidentDto> getIncidents(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
queryIncidents
public List<IncidentDto> queryIncidents(IncidentQueryDto queryParameter, Integer firstResult, Integer maxResults) -
getIncidentsCount
-
queryIncidentsCount
-
configureExecutionQuery
-