public class IncidentRestServiceImpl extends AbstractRestProcessEngineAware implements IncidentRestService
relativeRootResourcePathprocessEnginePATH| Constructor and Description |
|---|
IncidentRestServiceImpl() |
IncidentRestServiceImpl(String engineName) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getProcessEngine, setRelativeRootResourceUripublic IncidentRestServiceImpl()
public IncidentRestServiceImpl(String engineName)
public List<IncidentDto> getIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
IncidentRestServiceIncidentQuery interface as a REST service.getIncidents in interface IncidentRestServicepublic CountResultDto getIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
getIncidentsCount in interface IncidentRestServiceCopyright © 2015. All rights reserved.