Package | Description |
---|---|
org.opennms.netmgt.config.provisiond |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.jaxb |
Modifier and Type | Method and Description |
---|---|
List<RequisitionDef> |
ProvisiondConfiguration.getRequisitionDefs() |
Modifier and Type | Method and Description |
---|---|
void |
ProvisiondConfiguration.addRequisitionDef(RequisitionDef def) |
boolean |
ProvisiondConfiguration.removeRequisitionDef(RequisitionDef def) |
Modifier and Type | Method and Description |
---|---|
void |
ProvisiondConfiguration.setRequisitionDefs(List<RequisitionDef> requisitionDefs) |
Modifier and Type | Method and Description |
---|---|
RequisitionDef |
ProvisiondConfigurationDao.getDef(String defName)
getDef
|
Modifier and Type | Method and Description |
---|---|
List<RequisitionDef> |
ProvisiondConfigurationDao.getDefs()
getDefs
|
Modifier and Type | Method and Description |
---|---|
RequisitionDef |
DefaultProvisiondConfigurationDao.getDef(String defName)
getDef
|
Modifier and Type | Method and Description |
---|---|
List<RequisitionDef> |
DefaultProvisiondConfigurationDao.getDefs()
getDefs
|
Copyright © 2021. All rights reserved.