Class ResourceGraphsOperation
- java.lang.Object
-
- org.opennms.features.topology.api.AbstractOperation
-
- org.opennms.features.topology.netutils.internal.operations.ResourceGraphsOperation
-
- All Implemented Interfaces:
Operation
public class ResourceGraphsOperation 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 ResourceGraphsOperation()
-
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
getResourceGraphListURL()
String
getResourceGraphNodeURL()
void
setResourceGraphListURL(String resourceGraphListURL)
void
setResourceGraphNodeURL(String resourceGraphNodeURL)
-
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
-
getResourceGraphListURL
public String getResourceGraphListURL()
-
setResourceGraphListURL
public void setResourceGraphListURL(String resourceGraphListURL)
-
getResourceGraphNodeURL
public String getResourceGraphNodeURL()
-
setResourceGraphNodeURL
public void setResourceGraphNodeURL(String resourceGraphNodeURL)
-
-