Class AbstractOperation
- java.lang.Object
- 
- org.opennms.features.topology.api.AbstractOperation
 
- 
- All Implemented Interfaces:
- Operation
 - Direct Known Subclasses:
- EventsAlarmsOperation,- NodeInfoOperation,- PingOperation,- ResourceGraphsOperation
 
 public abstract class AbstractOperation extends java.lang.Object implements Operation 
- 
- 
Field Summary- 
Fields inherited from interface org.opennms.features.topology.api.OperationOPERATION_CONTEXT_LOCATION, OPERATION_LABEL, OPERATION_MENU_LOCATION
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractOperation()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandisplay(java.util.List<VertexRef> targets, OperationContext operationContext)booleanenabled(java.util.List<VertexRef> targets, OperationContext operationContext)protected java.lang.StringgetFullUrl(java.lang.String urlFragment)java.lang.StringgetId()protected static java.lang.StringgetIpAddrValue(OperationContext operationContext, VertexRef target)protected static java.lang.StringgetLabelValue(OperationContext operationContext, VertexRef target)protected static java.lang.IntegergetNodeIdValue(OperationContext operationContext, VertexRef target)protected static VertexgetVertexItem(OperationContext operationContext, VertexRef target)
 
- 
- 
- 
Method Detail- 
displaypublic boolean display(java.util.List<VertexRef> targets, OperationContext operationContext) 
 - 
enabledpublic boolean enabled(java.util.List<VertexRef> targets, OperationContext operationContext) 
 - 
getLabelValueprotected static java.lang.String getLabelValue(OperationContext operationContext, VertexRef target) 
 - 
getIpAddrValueprotected static java.lang.String getIpAddrValue(OperationContext operationContext, VertexRef target) 
 - 
getNodeIdValueprotected static java.lang.Integer getNodeIdValue(OperationContext operationContext, VertexRef target) 
 - 
getVertexItemprotected static Vertex getVertexItem(OperationContext operationContext, VertexRef target) 
 - 
getFullUrlprotected java.lang.String getFullUrl(java.lang.String urlFragment) 
 
- 
 
-