Interface CheckedOperation
-
- All Superinterfaces:
HistoryOperation
,Operation
- All Known Implementing Classes:
AbstractCheckedOperation
,AutoRefreshToggleOperation
,CircleLayoutOperation
,D3TopoLayoutOperation
,FRLayoutOperation
,GridLayoutOperation
,HideLeafElementToggleOperation
,HierarchyLayoutOperation
,InheritStateOperation
,ISOMLayoutOperation
,KKLayoutOperation
,LayoutOperation
,ManualLayoutOperation
,MetaTopologySelectorOperation
,RealUltimateLayoutOperation
,SimpleLayoutOperation
,SimulationModeOperation
,SpringLayoutOperation
,TopoFRLayoutOperation
public interface CheckedOperation extends Operation, HistoryOperation
-
-
Field Summary
-
Fields inherited from interface org.opennms.features.topology.api.Operation
OPERATION_CONTEXT_LOCATION, OPERATION_LABEL, OPERATION_MENU_LOCATION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isChecked(List<VertexRef> targets, OperationContext operationContext)
-
Methods inherited from interface org.opennms.features.topology.api.HistoryOperation
applyHistory, createHistory
-
-
-
-
Method Detail
-
isChecked
boolean isChecked(List<VertexRef> targets, OperationContext operationContext)
-
-