Package | Description |
---|---|
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Operaction[] |
Event.getOperaction() |
Operaction |
Event.getOperaction(int index) |
Operaction |
Event.removeOperactionAt(int index) |
static Operaction |
Operaction.unmarshal(Reader reader) |
Modifier and Type | Method and Description |
---|---|
Enumeration<Operaction> |
Event.enumerateOperaction() |
List<Operaction> |
Event.getOperactionCollection() |
Iterator<Operaction> |
Event.iterateOperaction() |
Modifier and Type | Method and Description |
---|---|
void |
Event.addOperaction(int index,
Operaction operaction) |
void |
Event.addOperaction(Operaction operaction) |
boolean |
Event.removeOperaction(Operaction operaction) |
void |
Event.setOperaction(int index,
Operaction operaction) |
void |
Event.setOperaction(Operaction[] operactions) |
Modifier and Type | Method and Description |
---|---|
void |
Event.setOperaction(List<Operaction> operactions) |
void |
Event.setOperactionCollection(List<Operaction> operactions) |
Copyright © 2017. All rights reserved.