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(java.util.List<VertexRef> targets, OperationContext operationContext)
void
execute(java.util.List<VertexRef> targets, OperationContext operationContext)
java.lang.String
getId()
java.lang.String
getNodeListURL()
java.lang.String
getNodePageURL()
void
setNodeListURL(java.lang.String nodeListURL)
void
setNodePageURL(java.lang.String nodePageURL)
-
Methods inherited from class org.opennms.features.topology.api.AbstractOperation
enabled, getFullUrl, getIpAddrValue, getLabelValue, getNodeIdValue, getVertexItem
-
-
-
-
Method Detail
-
execute
public void execute(java.util.List<VertexRef> targets, OperationContext operationContext)
-
display
public boolean display(java.util.List<VertexRef> targets, OperationContext operationContext)
- Specified by:
display
in interfaceOperation
- Overrides:
display
in classAbstractOperation
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceOperation
- Overrides:
getId
in classAbstractOperation
-
getNodePageURL
public java.lang.String getNodePageURL()
-
setNodePageURL
public void setNodePageURL(java.lang.String nodePageURL)
-
getNodeListURL
public java.lang.String getNodeListURL()
-
setNodeListURL
public void setNodeListURL(java.lang.String nodeListURL)
-
-