Package | Description |
---|---|
org.opennms.features.vaadin.datacollection | |
org.opennms.netmgt.config.datacollection |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.castor.collector |
Modifier and Type | Method and Description |
---|---|
Collection<SystemDef> |
SystemDefPanel.getSystemDefinitions()
Gets the system definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemDefTable.addSystemDef(SystemDef systemDef)
Adds a system definition.
|
abstract void |
SystemDefForm.deleteSystemDef(SystemDef group)
Delete system definition.
|
abstract void |
SystemDefForm.saveSystemDef(SystemDef group)
Save system definition.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SystemDefTable.updateExternalSource(com.vaadin.data.util.BeanItem<SystemDef> item)
Update external source.
|
Modifier and Type | Method and Description |
---|---|
SystemDef[] |
Systems.getSystemDef()
Method getSystemDef.Returns the contents of the collection
in an Array.
|
SystemDef[] |
DatacollectionGroup.getSystemDef()
Method getSystemDef.Returns the contents of the collection
in an Array.
|
SystemDef |
Systems.getSystemDef(int index)
Method getSystemDef.
|
SystemDef |
DatacollectionGroup.getSystemDef(int index)
Method getSystemDef.
|
SystemDef |
Systems.removeSystemDefAt(int index)
Method removeSystemDefAt.
|
SystemDef |
DatacollectionGroup.removeSystemDefAt(int index)
Method removeSystemDefAt.
|
static SystemDef |
SystemDef.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<SystemDef> |
Systems.enumerateSystemDef()
Method enumerateSystemDef.
|
Enumeration<SystemDef> |
DatacollectionGroup.enumerateSystemDef()
Method enumerateSystemDef.
|
List<SystemDef> |
Systems.getSystemDefCollection()
Method getSystemDefCollection.Returns a reference to
'_systemDefList'.
|
List<SystemDef> |
DatacollectionGroup.getSystemDefCollection()
Method getSystemDefCollection.Returns a reference to
'_systemDefList'.
|
Iterator<SystemDef> |
Systems.iterateSystemDef()
Method iterateSystemDef.
|
Iterator<SystemDef> |
DatacollectionGroup.iterateSystemDef()
Method iterateSystemDef.
|
Modifier and Type | Method and Description |
---|---|
void |
Systems.addSystemDef(int index,
SystemDef systemDef) |
void |
DatacollectionGroup.addSystemDef(int index,
SystemDef systemDef) |
void |
Systems.addSystemDef(SystemDef systemDef) |
void |
DatacollectionGroup.addSystemDef(SystemDef systemDef) |
boolean |
Systems.removeSystemDef(SystemDef systemDef)
Method removeSystemDef.
|
boolean |
DatacollectionGroup.removeSystemDef(SystemDef systemDef)
Method removeSystemDef.
|
void |
Systems.setSystemDef(int index,
SystemDef systemDef) |
void |
DatacollectionGroup.setSystemDef(int index,
SystemDef systemDef) |
void |
Systems.setSystemDef(SystemDef[] systemDefs) |
void |
DatacollectionGroup.setSystemDef(SystemDef[] systemDefs) |
Modifier and Type | Method and Description |
---|---|
void |
Systems.setSystemDef(List<SystemDef> systemDefs)
Sets the value of '_systemDefList' by copying the given
Vector.
|
void |
DatacollectionGroup.setSystemDef(List<SystemDef> systemDefs)
Sets the value of '_systemDefList' by copying the given
Vector.
|
void |
Systems.setSystemDefCollection(List<SystemDef> systemDefs)
Deprecated.
|
void |
DatacollectionGroup.setSystemDefCollection(List<SystemDef> systemDefs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCollectionVisitor.completeSystemDef(SystemDef systemDef)
completeSystemDef
|
void |
DataCollectionVisitor.visitSystemDef(SystemDef systemDef)
visitSystemDef
|
Copyright © 2015. All Rights Reserved.