Uses of Interface
org.opennms.netmgt.events.api.model.IAutoAction
-
Packages that use IAutoAction Package Description org.opennms.netmgt.events.api.model org.opennms.netmgt.xml.event This file is part of OpenNMS(R). -
-
Uses of IAutoAction in org.opennms.netmgt.events.api.model
Classes in org.opennms.netmgt.events.api.model that implement IAutoAction Modifier and Type Class Description class
ImmutableAutoAction
An immutable implementation of 'IAutoAction
'.Methods in org.opennms.netmgt.events.api.model that return IAutoAction Modifier and Type Method Description IAutoAction[]
IEvent. getAutoaction()
IAutoAction
IEvent. getAutoaction(int index)
IAutoAction[]
ImmutableEvent. getAutoaction()
IAutoAction
ImmutableEvent. getAutoaction(int index)
static IAutoAction
ImmutableAutoAction. immutableCopy(IAutoAction autoAction)
Methods in org.opennms.netmgt.events.api.model that return types with arguments of type IAutoAction Modifier and Type Method Description java.util.Enumeration<IAutoAction>
IEvent. enumerateAutoaction()
java.util.Enumeration<IAutoAction>
ImmutableEvent. enumerateAutoaction()
java.util.List<IAutoAction>
IEvent. getAutoactionCollection()
java.util.List<IAutoAction>
ImmutableEvent. getAutoactionCollection()
Methods in org.opennms.netmgt.events.api.model with parameters of type IAutoAction Modifier and Type Method Description static IAutoAction
ImmutableAutoAction. immutableCopy(IAutoAction autoAction)
static ImmutableAutoAction.Builder
ImmutableAutoAction. newBuilderFrom(IAutoAction autoAction)
Method parameters in org.opennms.netmgt.events.api.model with type arguments of type IAutoAction Modifier and Type Method Description ImmutableEvent.Builder
ImmutableEvent.Builder. setAutoActionList(java.util.List<IAutoAction> autoActionList)
Constructors in org.opennms.netmgt.events.api.model with parameters of type IAutoAction Constructor Description Builder(IAutoAction autoAction)
-
Uses of IAutoAction in org.opennms.netmgt.xml.event
Methods in org.opennms.netmgt.xml.event with parameters of type IAutoAction Modifier and Type Method Description static Autoaction
Autoaction. copyFrom(IAutoAction source)
-