Class NodeInfoOperation
- java.lang.Object
-
- org.opennms.features.topology.api.AbstractOperation
-
- org.opennms.features.topology.netutils.internal.operations.NodeInfoOperation
-
- All Implemented Interfaces:
Operation
public class NodeInfoOperation extends AbstractOperation
-
-
Field Summary
-
Fields inherited from interface org.opennms.features.topology.api.Operation
OPERATION_CONTEXT_LOCATION, OPERATION_LABEL, OPERATION_MENU_LOCATION
-
-
Constructor Summary
Constructors Constructor Description NodeInfoOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
display(List<VertexRef> targets, OperationContext operationContext)
void
execute(List<VertexRef> targets, OperationContext operationContext)
String
getId()
String
getNodeListURL()
String
getNodePageURL()
void
setNodeListURL(String nodeListURL)
void
setNodePageURL(String nodePageURL)
-
Methods inherited from class org.opennms.features.topology.api.AbstractOperation
enabled, getFullUrl, getIpAddrValue, getLabelValue, getNodeIdValue, getVertexItem
-
-
-
-
Method Detail
-
execute
public void execute(List<VertexRef> targets, OperationContext operationContext)
-
display
public boolean display(List<VertexRef> targets, OperationContext operationContext)
- Specified by:
display
in interfaceOperation
- Overrides:
display
in classAbstractOperation
-
getId
public String getId()
- Specified by:
getId
in interfaceOperation
- Overrides:
getId
in classAbstractOperation
-
getNodePageURL
public String getNodePageURL()
-
setNodePageURL
public void setNodePageURL(String nodePageURL)
-
getNodeListURL
public String getNodeListURL()
-
setNodeListURL
public void setNodeListURL(String nodeListURL)
-
-