| 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 | 
AutoAction.format(Autoaction autoact)
Format each autoaction entry 
 | 
static String | 
AutoAction.format(Autoaction[] autoacts,
      int sz)
Format the list of autoaction entries of the event 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ImmutableAutoAction | 
ImmutableMapper.fromMutableAutoAction(Autoaction autoaction)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Autoaction | 
Autoaction.copyFrom(IAutoAction source)  | 
Autoaction | 
ObjectFactory.createAutoaction()
Create an instance of  
Autoaction | 
Autoaction[] | 
Event.getAutoaction()
Method getAutoaction.Returns the contents of the collection in an Array. 
 | 
Autoaction | 
Event.getAutoaction(int index)
Method getAutoaction. 
 | 
Autoaction | 
Event.removeAutoactionAt(int index)
Method removeAutoactionAt. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<Autoaction> | 
Event.enumerateAutoaction()
Method enumerateAutoaction. 
 | 
List<Autoaction> | 
Event.getAutoactionCollection()
Method getAutoactionCollection.Returns a reference to '_autoactionList'. 
 | 
Iterator<Autoaction> | 
Event.iterateAutoaction()
Method iterateAutoaction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Event.addAutoaction(Autoaction vAutoaction)  | 
void | 
Event.addAutoaction(int index,
             Autoaction vAutoaction)  | 
boolean | 
Event.removeAutoaction(Autoaction vAutoaction)
Method removeAutoaction. 
 | 
void | 
Event.setAutoaction(Autoaction[] vAutoactionArray)  | 
void | 
Event.setAutoaction(int index,
             Autoaction vAutoaction)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Event.setAutoaction(List<Autoaction> vAutoactionList)
Sets the value of '_autoactionList' by copying the given Vector. 
 | 
void | 
Event.setAutoactionCollection(List<Autoaction> autoactionList)
Deprecated.   
 | 
Copyright © 2020. All rights reserved.