Package | Description |
---|---|
org.opennms.features.apilayer.requisition.mappers | |
org.opennms.netmgt.provision.persist | |
org.opennms.netmgt.provision.persist.requisition |
This file is part of OpenNMS(R).
|
org.opennms.web.rest.v1 | |
org.opennms.web.svclayer.api | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
RequisitionInterface |
RequisitionInterfaceMapper.map(org.opennms.integration.api.v1.config.requisition.RequisitionInterface iface) |
Modifier and Type | Method and Description |
---|---|
org.opennms.integration.api.v1.config.requisition.immutables.ImmutableRequisitionInterface |
RequisitionInterfaceMapper.map(RequisitionInterface iface) |
Constructor and Description |
---|
OnmsIpInterfaceRequisition(RequisitionInterface iface)
Constructor for OnmsIpInterfaceRequisition.
|
Modifier and Type | Field and Description |
---|---|
protected List<RequisitionInterface> |
RequisitionNode.m_interfaces |
Modifier and Type | Method and Description |
---|---|
RequisitionInterface[] |
RequisitionNode.getInterface()
getInterface
|
RequisitionInterface |
RequisitionNode.getInterface(String ipAddress)
getInterface
|
Modifier and Type | Method and Description |
---|---|
List<RequisitionInterface> |
RequisitionNode.getInterfaces()
getInterfaces
|
List<RequisitionInterface> |
RequisitionInterfaceCollection.getObjects() |
Modifier and Type | Method and Description |
---|---|
int |
RequisitionInterface.compareTo(RequisitionInterface other) |
boolean |
RequisitionNode.deleteInterface(RequisitionInterface iface)
removeInterface
|
void |
RequisitionNode.putInterface(RequisitionInterface iface)
putInterface
|
Modifier and Type | Method and Description |
---|---|
void |
RequisitionNode.setInterfaces(Collection<RequisitionInterface> interfaces)
setInterfaces
|
Constructor and Description |
---|
RequisitionInterfaceCollection(Collection<? extends RequisitionInterface> ifaces) |
Modifier and Type | Method and Description |
---|---|
RequisitionInterface |
RequisitionRestService.getInterfaceForNode(String foreignSource,
String foreignId,
String ipAddress)
Returns the interface with the given foreign source/foreignid/ipaddress combination.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RequisitionRestService.addOrReplaceInterface(javax.ws.rs.core.UriInfo uriInfo,
String foreignSource,
String foreignId,
RequisitionInterface iface)
Updates or adds an interface to a node
|
Modifier and Type | Method and Description |
---|---|
RequisitionInterface |
RequisitionAccessService.getInterfaceForNode(String foreignSource,
String foreignId,
String ipAddress) |
Modifier and Type | Method and Description |
---|---|
void |
RequisitionAccessService.addOrReplaceInterface(String foreignSource,
String foreignId,
RequisitionInterface iface) |
Modifier and Type | Method and Description |
---|---|
RequisitionInterface |
DefaultRequisitionAccessService.getInterfaceForNode(String foreignSource,
String foreignId,
String ipAddress) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRequisitionAccessService.addOrReplaceInterface(String foreignSource,
String foreignId,
RequisitionInterface iface) |
Copyright © 2021. All rights reserved.