org.camunda.bpm.engine.rest.impl
Class IncidentRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.IncidentRestServiceImpl
- All Implemented Interfaces:
- IncidentRestService
public class IncidentRestServiceImpl
- extends AbstractRestProcessEngineAware
- implements IncidentRestService
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncidentRestServiceImpl
public IncidentRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getIncidents
public List<IncidentDto> getIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Description copied from interface:
IncidentRestService
- Exposes the
IncidentQuery interface as a REST service.
- Specified by:
getIncidents in interface IncidentRestService
- Returns:
getIncidentsCount
public CountResultDto getIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getIncidentsCount in interface IncidentRestService
Copyright © 2016 camunda services GmbH. All rights reserved.