| Package | Description |
|---|---|
| org.opennms.features.situationfeedback.api | |
| org.opennms.features.situationfeedback.elastic | |
| org.opennms.features.situationfeedback.rest |
| Modifier and Type | Method and Description |
|---|---|
Collection<AlarmFeedback> |
FeedbackRepository.getFeedback(String situationKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeedbackRepository.persist(Collection<AlarmFeedback> feedback) |
| Modifier and Type | Method and Description |
|---|---|
static AlarmFeedback |
FeedbackDocument.toAlarmFeedback(FeedbackDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AlarmFeedback> |
ElasticFeedbackRepository.getFeedback(String situationKey) |
| Modifier and Type | Method and Description |
|---|---|
static FeedbackDocument |
FeedbackDocument.from(AlarmFeedback feedback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticFeedbackRepository.persist(Collection<AlarmFeedback> feedback) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AlarmFeedback> |
SituationFeedbackRestServiceImpl.getFeedback(int situationId) |
Collection<AlarmFeedback> |
SituationFeedbackRestService.getFeedback(int situationId) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
SituationFeedbackRestServiceImpl.addCorrelation(AlarmFeedback feedback,
AlarmDao alarmDao,
AlarmEntityNotifier alarmEntityNotifier) |
protected static void |
SituationFeedbackRestServiceImpl.removeCorrelation(AlarmFeedback feedback,
AlarmDao alarmDao,
AlarmEntityNotifier alarmEntityNotifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
SituationFeedbackRestServiceImpl.setFeedback(int situationId,
List<AlarmFeedback> feedback) |
void |
SituationFeedbackRestService.setFeedback(int situationId,
List<AlarmFeedback> feedback) |
Copyright © 2018. All rights reserved.