Modifier and Type | Method and Description |
---|---|
org.opennms.integration.api.v1.model.immutables.ImmutableAlarmFeedback |
AlarmFeedbackMapper.map(AlarmFeedback alarmFeedback) |
Modifier and Type | Method and Description |
---|---|
static AlarmFeedback |
ModelMappers.fromFeedback(org.opennms.integration.api.v1.model.AlarmFeedback feedback) |
Modifier and Type | Method and Description |
---|---|
static org.opennms.integration.api.v1.model.AlarmFeedback |
ModelMappers.toFeedback(AlarmFeedback feedback) |
Modifier and Type | Method and Description |
---|---|
OpennmsModelProtos.AlarmFeedback.Builder |
ProtobufMapper.toAlarmFeedback(AlarmFeedback alarmFeedback) |
Modifier and Type | Method and Description |
---|---|
void |
OpennmsKafkaProducer.handleAlarmFeedback(List<AlarmFeedback> alarmFeedback) |
Modifier and Type | Method and Description |
---|---|
AlarmFeedback |
AlarmFeedback.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AlarmFeedback> |
FeedbackRepository.getAllFeedback() |
Collection<AlarmFeedback> |
FeedbackRepository.getFeedback(String situationKey) |
Modifier and Type | Method and Description |
---|---|
void |
AlarmFeedbackListener.handleAlarmFeedback(List<AlarmFeedback> alarmFeedback)
Handle the newly generated collection of alarm feedback.
|
void |
FeedbackRepository.persist(List<AlarmFeedback> feedback)
|
Modifier and Type | Method and Description |
---|---|
static AlarmFeedback |
FeedbackDocument.toAlarmFeedback(FeedbackDocument doc) |
Modifier and Type | Method and Description |
---|---|
List<AlarmFeedback> |
ElasticFeedbackRepository.getAllFeedback() |
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(List<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 |
---|---|
void |
SituationFeedbackRestServiceImpl.setFeedback(int situationId,
List<AlarmFeedback> feedback) |
void |
SituationFeedbackRestService.setFeedback(int situationId,
List<AlarmFeedback> feedback) |
Copyright © 2021. All rights reserved.