Uses of Class
org.opennms.netmgt.xml.event.Parm
-
Packages that use Parm Package Description org.opennms.features.apilayer.model.mappers org.opennms.netmgt.alarmd.northbounder.snmptrap org.opennms.netmgt.events.api org.opennms.netmgt.events.api.model org.opennms.netmgt.model This file is part of OpenNMS(R).org.opennms.netmgt.model.events org.opennms.netmgt.model.events.snmp org.opennms.netmgt.xml.event This file is part of OpenNMS(R). -
-
Uses of Parm in org.opennms.features.apilayer.model.mappers
Methods in org.opennms.features.apilayer.model.mappers with parameters of type Parm Modifier and Type Method Description org.opennms.integration.api.v1.model.immutables.ImmutableEventParameter
EventParameterMapper. map(Parm parm)
org.opennms.integration.api.v1.model.immutables.ImmutableEventParameter
EventParameterMapperImpl. map(Parm parm)
Method parameters in org.opennms.features.apilayer.model.mappers with type arguments of type Parm Modifier and Type Method Description protected List<org.opennms.integration.api.v1.model.EventParameter>
InMemoryEventMapperImpl. parmListToEventParameterList(List<Parm> list)
-
Uses of Parm in org.opennms.netmgt.alarmd.northbounder.snmptrap
Methods in org.opennms.netmgt.alarmd.northbounder.snmptrap that return Parm Modifier and Type Method Description Parm
VarbindMapping. getParameter(NorthboundAlarm alarm)
Gets the evaluated parameter object based on a given northbound alarmMethods in org.opennms.netmgt.alarmd.northbounder.snmptrap that return types with arguments of type Parm Modifier and Type Method Description List<Parm>
SnmpTrapConfig. getParameters()
Gets the parameters.List<Parm>
SnmpTrapMapping. getParams(NorthboundAlarm alarm)
Gets the parameters list.Method parameters in org.opennms.netmgt.alarmd.northbounder.snmptrap with type arguments of type Parm Modifier and Type Method Description void
SnmpTrapConfig. setParameters(List<Parm> parameters)
Sets the parameters. -
Uses of Parm in org.opennms.netmgt.events.api
Methods in org.opennms.netmgt.events.api that return types with arguments of type Parm Modifier and Type Method Description static List<Parm>
EventParameterUtils. decode(String eventparms)
decodestatic Map<String,Parm>
EventParameterUtils. normalize(List<Parm> parmList)
static List<Parm>
EventParameterUtils. normalizePreserveOrder(List<Parm> parmList)
Methods in org.opennms.netmgt.events.api with parameters of type Parm Modifier and Type Method Description static String
EventParameterUtils. format(Parm parm)
Format each parameterMethod parameters in org.opennms.netmgt.events.api with type arguments of type Parm Modifier and Type Method Description static Map<String,Parm>
EventParameterUtils. normalize(List<Parm> parmList)
static List<Parm>
EventParameterUtils. normalizePreserveOrder(List<Parm> parmList)
-
Uses of Parm in org.opennms.netmgt.events.api.model
Methods in org.opennms.netmgt.events.api.model with parameters of type Parm Modifier and Type Method Description static ImmutableParm
ImmutableMapper. fromMutableParm(Parm parm)
-
Uses of Parm in org.opennms.netmgt.model
Constructors in org.opennms.netmgt.model with parameters of type Parm Constructor Description OnmsEventParameter(OnmsEvent event, Parm parm)
Instantiates a new OpenNMS event parameter. -
Uses of Parm in org.opennms.netmgt.model.events
Methods in org.opennms.netmgt.model.events with parameters of type Parm Modifier and Type Method Description EventBuilder
EventBuilder. addParam(Parm parm)
Method parameters in org.opennms.netmgt.model.events with type arguments of type Parm Modifier and Type Method Description EventBuilder
EventBuilder. setParms(List<Parm> parms)
setParmsstatic String
EventUtils. toString(Collection<Parm> parms)
-
Uses of Parm in org.opennms.netmgt.model.events.snmp
Methods in org.opennms.netmgt.model.events.snmp that return Parm Modifier and Type Method Description static Parm
SyntaxToEvent. processSyntax(String name, SnmpValue value)
processSyntax -
Uses of Parm in org.opennms.netmgt.xml.event
Methods in org.opennms.netmgt.xml.event that return Parm Modifier and Type Method Description static Parm
Parm. copyFrom(IParm source)
Parm
ObjectFactory. createParm()
Create an instance ofParm
Parm
Event. getParm(String key)
Parm[]
Parms. getParm()
Deprecated.Method getParm.Returns the contents of the collection in an Array.Parm
Parms. getParm(int index)
Deprecated.Method getParm.Parm
Event. getParmTrim(String key)
Returns the first parameter with a trimmed name that matches the given key.Parm
Parms. removeParmAt(int index)
Deprecated.Method removeParmAt.Methods in org.opennms.netmgt.xml.event that return types with arguments of type Parm Modifier and Type Method Description Enumeration<Parm>
Parms. enumerateParm()
Deprecated.Method enumerateParm.List<Parm>
Event. getParmCollection()
Returns the Collection of parms for this eventList<Parm>
Parms. getParmCollection()
Deprecated.This entire class has been deprecated.Iterator<Parm>
Parms. iterateParm()
Deprecated.Method iterateParm.Methods in org.opennms.netmgt.xml.event with parameters of type Parm Modifier and Type Method Description void
Event. addParm(Parm parm)
void
Parms. addParm(int index, Parm vParm)
Deprecated.void
Parms. addParm(Parm vParm)
Deprecated.boolean
Parms. removeParm(Parm vParm)
Deprecated.Method removeParm.void
Parms. setParm(int index, Parm vParm)
Deprecated.void
Parms. setParm(Parm[] vParmArray)
Deprecated.Method parameters in org.opennms.netmgt.xml.event with type arguments of type Parm Modifier and Type Method Description void
Parms. setParm(List<Parm> vParmList)
Deprecated.Sets the value of '_parmList' by copying the given Vector.void
Event. setParmCollection(List<Parm> parms)
void
Parms. setParmCollection(List<Parm> parmList)
Deprecated.
-