Package | Description |
---|---|
org.opennms.api.integration.ticketing | |
org.opennms.netmgt.ticketer.rt |
Modifier and Type | Method and Description |
---|---|
Ticket.State |
Ticket.getState()
Returns the current
Ticket.State |
static Ticket.State |
Ticket.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ticket.State[] |
Ticket.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Ticket.setState(Ticket.State state)
Sets the Ticket state to one of the
Ticket.State Enums. |
Modifier and Type | Method and Description |
---|---|
Ticket.State |
RtTicketerPlugin.rtToOpenNMSState(String rtStatus)
Convenience method for converting RT ticket Status to
OpenNMS enumerated ticket states.
|
Modifier and Type | Method and Description |
---|---|
String |
RtTicketerPlugin.openNMSToRTState(Ticket.State state)
Convenience method for converting OpenNMS enumerated ticket states to
RT status.
|
Copyright © 2021. All rights reserved.