Modifier and Type | Method and Description |
---|---|
List<IncidentDto> |
IncidentRestService.getIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
IncidentQuery interface as a REST service. |
Modifier and Type | Method and Description |
---|---|
static IncidentDto |
IncidentDto.fromIncident(Incident incident) |
Modifier and Type | Method and Description |
---|---|
List<IncidentDto> |
IncidentRestServiceImpl.getIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
IncidentDto |
IncidentResourceImpl.getIncident() |
Modifier and Type | Method and Description |
---|---|
IncidentDto |
ExecutionResource.createIncident(CreateIncidentDto createIncidentDto) |
IncidentDto |
IncidentResource.getIncident() |
Modifier and Type | Method and Description |
---|---|
IncidentDto |
ExecutionResourceImpl.createIncident(CreateIncidentDto createIncidentDto) |
Copyright © 2022. All rights reserved.