Package | Description |
---|---|
org.opennms.features.alarms.history.elastic.mapping | |
org.opennms.netmgt.alarmd | |
org.opennms.netmgt.alarmd.api |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.support | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.rest.mapper.v2 |
Modifier and Type | Method and Description |
---|---|
default Integer |
AlarmMapper.mapTroubleTicketStateToInteger(TroubleTicketState troubleTicketState) |
default String |
AlarmMapper.mapTroubleTicketStateToString(TroubleTicketState troubleTicketState) |
Modifier and Type | Method and Description |
---|---|
void |
AlarmLifecycleListenerManager.onTicketStateChanged(OnmsAlarm alarm,
TroubleTicketState previousState) |
Modifier and Type | Method and Description |
---|---|
TroubleTicketState |
NorthboundAlarm.getTicketState()
Gets the ticket state.
|
Modifier and Type | Method and Description |
---|---|
void |
NorthboundAlarm.setTicketState(TroubleTicketState ticketState)
Sets the ticket state.
|
Modifier and Type | Method and Description |
---|---|
void |
AlarmEntityNotifier.didChangeTicketStateForAlarm(OnmsAlarm alarm,
TroubleTicketState previousState) |
void |
DefaultAlarmEntityListener.onTicketStateChanged(OnmsAlarm alarm,
TroubleTicketState previousState) |
void |
AlarmEntityListener.onTicketStateChanged(OnmsAlarm alarm,
TroubleTicketState previousState) |
Modifier and Type | Method and Description |
---|---|
void |
AlarmEntityNotifierImpl.didChangeTicketStateForAlarm(OnmsAlarm alarm,
TroubleTicketState previousState) |
Modifier and Type | Method and Description |
---|---|
TroubleTicketState |
OnmsAlarm.getTTicketState()
getTTicketState
|
static TroubleTicketState |
TroubleTicketState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TroubleTicketState[] |
TroubleTicketState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsAlarm.setTTicketState(TroubleTicketState tticketstate)
setTTicketState
|
Modifier and Type | Method and Description |
---|---|
protected TroubleTicketState |
AlarmMapper.mapIntToTicketState(Integer value) |
Modifier and Type | Method and Description |
---|---|
protected Integer |
AlarmMapper.mapTicketStateToInt(TroubleTicketState state) |
Copyright © 2021. All rights reserved.