Package | Description |
---|---|
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Autoaction[] |
Event.getAutoaction() |
Autoaction |
Event.getAutoaction(int index) |
Autoaction |
Event.removeAutoactionAt(int index) |
static Autoaction |
Autoaction.unmarshal(Reader reader) |
Modifier and Type | Method and Description |
---|---|
Enumeration<Autoaction> |
Event.enumerateAutoaction() |
List<Autoaction> |
Event.getAutoactionCollection() |
Iterator<Autoaction> |
Event.iterateAutoaction() |
Modifier and Type | Method and Description |
---|---|
void |
Event.addAutoaction(Autoaction autoaction) |
void |
Event.addAutoaction(int index,
Autoaction autoaction) |
boolean |
Event.removeAutoaction(Autoaction autoaction) |
void |
Event.setAutoaction(Autoaction[] autoactions) |
void |
Event.setAutoaction(int index,
Autoaction autoaction) |
Modifier and Type | Method and Description |
---|---|
void |
Event.setAutoaction(List<Autoaction> autoactions) |
void |
Event.setAutoactionCollection(List<Autoaction> autoactions) |
Copyright © 2017. All rights reserved.