| Package | Description | 
|---|---|
| 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 ImmutableScript | 
ImmutableMapper.fromMutableScript(Script script)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Script | 
Script.copyFrom(IScript source)  | 
Script | 
ObjectFactory.createScript()
Create an instance of  
Script | 
Script[] | 
Event.getScript()
Method getScript.Returns the contents of the collection in an Array. 
 | 
Script | 
Event.getScript(int index)
Method getScript. 
 | 
Script | 
Event.removeScriptAt(int index)
Method removeScriptAt. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<Script> | 
Event.enumerateScript()
Method enumerateScript. 
 | 
List<Script> | 
Event.getScriptCollection()
Method getScriptCollection.Returns a reference to '_scriptList'. 
 | 
Iterator<Script> | 
Event.iterateScript()
Method iterateScript. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Event.addScript(int index,
         Script vScript)  | 
void | 
Event.addScript(Script vScript)  | 
boolean | 
Event.removeScript(Script vScript)
Method removeScript. 
 | 
void | 
Event.setScript(int index,
         Script vScript)  | 
void | 
Event.setScript(Script[] vScriptArray)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Event.setScript(List<Script> vScriptList)
Sets the value of '_scriptList' by copying the given Vector. 
 | 
void | 
Event.setScriptCollection(List<Script> scriptList)
Deprecated.   
 | 
Copyright © 2021. All rights reserved.