org.camunda.bpm.engine.rest.impl
Class IncidentRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
      extended by org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
          extended by org.camunda.bpm.engine.rest.impl.IncidentRestServiceImpl
All Implemented Interfaces:
IncidentRestService

public class IncidentRestServiceImpl
extends AbstractRestProcessEngineAware
implements IncidentRestService

Author:
Roman Smirnov

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
 
Fields inherited from class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
processEngine
 
Fields inherited from interface org.camunda.bpm.engine.rest.IncidentRestService
PATH
 
Constructor Summary
IncidentRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 List<IncidentDto> getIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the IncidentQuery interface as a REST service.
 CountResultDto getIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
           
 
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncidentRestServiceImpl

public IncidentRestServiceImpl(String engineName,
                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

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.