Uses of Interface
org.opennms.netmgt.events.api.model.IOperAction
-
Packages that use IOperAction Package Description org.opennms.netmgt.events.api.model org.opennms.netmgt.xml.event This file is part of OpenNMS(R). -
-
Uses of IOperAction in org.opennms.netmgt.events.api.model
Classes in org.opennms.netmgt.events.api.model that implement IOperAction Modifier and Type Class Description class
ImmutableOperAction
An immutable implementation of 'IOperAction
'.Methods in org.opennms.netmgt.events.api.model that return IOperAction Modifier and Type Method Description IOperAction[]
IEvent. getOperaction()
IOperAction
IEvent. getOperaction(int index)
IOperAction[]
ImmutableEvent. getOperaction()
IOperAction
ImmutableEvent. getOperaction(int index)
static IOperAction
ImmutableOperAction. immutableCopy(IOperAction operAction)
Methods in org.opennms.netmgt.events.api.model that return types with arguments of type IOperAction Modifier and Type Method Description java.util.List<IOperAction>
IEvent. getOperactionCollection()
java.util.List<IOperAction>
ImmutableEvent. getOperactionCollection()
Methods in org.opennms.netmgt.events.api.model with parameters of type IOperAction Modifier and Type Method Description static IOperAction
ImmutableOperAction. immutableCopy(IOperAction operAction)
static ImmutableOperAction.Builder
ImmutableOperAction. newBuilderFrom(IOperAction operAction)
Method parameters in org.opennms.netmgt.events.api.model with type arguments of type IOperAction Modifier and Type Method Description ImmutableEvent.Builder
ImmutableEvent.Builder. setOperActionList(java.util.List<IOperAction> operActionList)
Constructors in org.opennms.netmgt.events.api.model with parameters of type IOperAction Constructor Description Builder(IOperAction operAction)
-
Uses of IOperAction in org.opennms.netmgt.xml.event
Methods in org.opennms.netmgt.xml.event with parameters of type IOperAction Modifier and Type Method Description static Operaction
Operaction. copyFrom(IOperAction source)
-