Class AbstractSearchSelectionOperation
- java.lang.Object
-
- org.opennms.features.topology.api.support.AbstractSearchSelectionOperation
-
-
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 AbstractSearchSelectionOperation()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
display(List<VertexRef> targets, OperationContext operationContext)
boolean
enabled(List<VertexRef> targets, OperationContext operationContext)
abstract void
execute(List<VertexRef> targets, OperationContext operationContext)
String
getId()
-
-
-
Method Detail
-
execute
public abstract void execute(List<VertexRef> targets, OperationContext operationContext)
-
display
public boolean display(List<VertexRef> targets, OperationContext operationContext)
-
enabled
public boolean enabled(List<VertexRef> targets, OperationContext operationContext)
-
-