Uses of Class
org.opennms.netmgt.xml.event.Autoaction
-
Packages that use Autoaction 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). -
-
Uses of Autoaction in org.opennms.netmgt.dao.util
Methods in org.opennms.netmgt.dao.util with parameters of type Autoaction Modifier and Type Method Description static String
AutoAction. format(Autoaction autoact)
Format each autoaction entrystatic String
AutoAction. format(Autoaction[] autoacts, int sz)
Format the list of autoaction entries of the event -
Uses of Autoaction in org.opennms.netmgt.events.api.model
Methods in org.opennms.netmgt.events.api.model with parameters of type Autoaction Modifier and Type Method Description static ImmutableAutoAction
ImmutableMapper. fromMutableAutoAction(Autoaction autoaction)
-
Uses of Autoaction in org.opennms.netmgt.xml.event
Methods in org.opennms.netmgt.xml.event that return Autoaction Modifier and Type Method Description static Autoaction
Autoaction. copyFrom(IAutoAction source)
Autoaction
ObjectFactory. createAutoaction()
Create an instance ofAutoaction
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.Methods in org.opennms.netmgt.xml.event that return types with arguments of type Autoaction Modifier and Type Method Description Enumeration<Autoaction>
Event. enumerateAutoaction()
Method enumerateAutoaction.List<Autoaction>
Event. getAutoactionCollection()
Method getAutoactionCollection.Returns a reference to '_autoactionList'.Iterator<Autoaction>
Event. iterateAutoaction()
Method iterateAutoaction.Methods in org.opennms.netmgt.xml.event with parameters of type Autoaction Modifier and Type Method Description void
Event. addAutoaction(int index, Autoaction vAutoaction)
void
Event. addAutoaction(Autoaction vAutoaction)
boolean
Event. removeAutoaction(Autoaction vAutoaction)
Method removeAutoaction.void
Event. setAutoaction(int index, Autoaction vAutoaction)
void
Event. setAutoaction(Autoaction[] vAutoactionArray)
Method parameters in org.opennms.netmgt.xml.event with type arguments of type Autoaction Modifier and Type Method Description void
Event. setAutoaction(List<Autoaction> vAutoactionList)
Sets the value of '_autoactionList' by copying the given Vector.void
Event. setAutoactionCollection(List<Autoaction> autoactionList)
Deprecated.
-