Uses of Class
org.opennms.netmgt.config.datacollection.IncludeCollection
-
Packages that use IncludeCollection Package Description org.opennms.features.vaadin.datacollection org.opennms.netmgt.config.datacollection This file is part of OpenNMS(R).org.opennms.netmgt.config.internal.collection This file is part of OpenNMS(R). -
-
Uses of IncludeCollection in org.opennms.features.vaadin.datacollection
Methods in org.opennms.features.vaadin.datacollection that return IncludeCollection Modifier and Type Method Description IncludeCollection
IncludeCollectionWrapper. createIncludeCollection()
Creates the include collection.Methods in org.opennms.features.vaadin.datacollection that return types with arguments of type IncludeCollection Modifier and Type Method Description protected java.util.List<IncludeCollection>
IncludeCollectionField. getInternalValue()
java.lang.Class<? extends java.util.List<IncludeCollection>>
IncludeCollectionField. getType()
Method parameters in org.opennms.features.vaadin.datacollection with type arguments of type IncludeCollection Modifier and Type Method Description protected void
IncludeCollectionField. setInternalValue(java.util.List<IncludeCollection> includeCollections)
Constructors in org.opennms.features.vaadin.datacollection with parameters of type IncludeCollection Constructor Description IncludeCollectionWrapper(IncludeCollection ic)
Instantiates a new include collection Wrapper. -
Uses of IncludeCollection in org.opennms.netmgt.config.datacollection
Methods in org.opennms.netmgt.config.datacollection that return types with arguments of type IncludeCollection Modifier and Type Method Description java.util.List<IncludeCollection>
SnmpCollection. getIncludeCollections()
Methods in org.opennms.netmgt.config.datacollection with parameters of type IncludeCollection Modifier and Type Method Description void
SnmpCollection. addIncludeCollection(IncludeCollection includeCollection)
boolean
SnmpCollection. removeIncludeCollection(IncludeCollection includeCollection)
Method parameters in org.opennms.netmgt.config.datacollection with type arguments of type IncludeCollection Modifier and Type Method Description void
SnmpCollection. setIncludeCollections(java.util.List<IncludeCollection> includeCollections)
-
Uses of IncludeCollection in org.opennms.netmgt.config.internal.collection
Methods in org.opennms.netmgt.config.internal.collection with parameters of type IncludeCollection Modifier and Type Method Description void
AbstractDatacollectionConfigVisitor. visitIncludeCollection(IncludeCollection includeCollection)
void
DataCollectionConfigConverter. visitIncludeCollection(IncludeCollection includeCollection)
void
DatacollectionConfigVisitor. visitIncludeCollection(IncludeCollection includeCollection)
-