Package | Description |
---|---|
org.opennms.netmgt.dao.util | |
org.opennms.netmgt.events.api.model | |
org.opennms.netmgt.xml.event |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
static String |
OperatorAction.format(Operaction opact)
Format each operator action entry
|
Modifier and Type | Method and Description |
---|---|
static String |
OperatorAction.format(List<Operaction> opacts,
int sz)
Format the list of operator action entries of the event
|
Modifier and Type | Method and Description |
---|---|
static ImmutableOperAction |
ImmutableMapper.fromMutableOperAction(Operaction operaction) |
Modifier and Type | Method and Description |
---|---|
static Operaction |
Operaction.copyFrom(IOperAction source) |
Operaction |
ObjectFactory.createOperaction()
Create an instance of
Operaction |
Operaction[] |
Event.getOperaction()
Method getOperaction.Returns the contents of the collection in an Array.
|
Operaction |
Event.getOperaction(int index)
Method getOperaction.
|
Operaction |
Event.removeOperactionAt(int index)
Method removeOperactionAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Operaction> |
Event.enumerateOperaction()
Method enumerateOperaction.
|
List<Operaction> |
Event.getOperactionCollection()
Method getOperactionCollection.Returns a reference to '_operactionList'.
|
Iterator<Operaction> |
Event.iterateOperaction()
Method iterateOperaction.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.addOperaction(int index,
Operaction vOperaction) |
void |
Event.addOperaction(Operaction vOperaction) |
boolean |
Event.removeOperaction(Operaction vOperaction)
Method removeOperaction.
|
void |
Event.setOperaction(int index,
Operaction vOperaction) |
void |
Event.setOperaction(Operaction[] vOperactionArray) |
Modifier and Type | Method and Description |
---|---|
void |
Event.setOperaction(List<Operaction> vOperactionList)
Sets the value of '_operactionList' by copying the given Vector.
|
void |
Event.setOperactionCollection(List<Operaction> operactionList)
Deprecated.
|
Copyright © 2021. All rights reserved.