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 booleandisplay(java.util.List<VertexRef> targets, OperationContext operationContext)voidexecute(java.util.List<VertexRef> targets, OperationContext operationContext)java.lang.StringgetId()java.lang.StringgetNodeListURL()java.lang.StringgetNodePageURL()voidsetNodeListURL(java.lang.String nodeListURL)voidsetNodePageURL(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:
displayin interfaceOperation- Overrides:
displayin classAbstractOperation
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceOperation- Overrides:
getIdin 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)
-
-