public class IncidentRestServiceImpl extends AbstractRestProcessEngineAware implements IncidentRestService
relativeRootResourcePath
processEngine
PATH
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, setRelativeRootResourceUri
public IncidentRestServiceImpl()
public IncidentRestServiceImpl(String engineName)
public List<IncidentDto> getIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
IncidentRestService
IncidentQuery
interface as a REST service.getIncidents
in interface IncidentRestService
public CountResultDto getIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
getIncidentsCount
in interface IncidentRestService
Copyright © 2015. All rights reserved.