Uses of Interface
org.opennms.features.topology.api.OperationContext
-
-
Uses of OperationContext in org.opennms.features.topology.api
Methods in org.opennms.features.topology.api with parameters of type OperationContext Modifier and Type Method Description boolean
AbstractOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
Operation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
AbstractCheckedOperation. enabled(List<VertexRef> vertices, OperationContext context)
By default, callAbstractCheckedOperation.enabled(GraphContainer)
boolean
AbstractOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
boolean
Operation. enabled(List<VertexRef> targets, OperationContext operationContext)
void
Operation. execute(List<VertexRef> targets, OperationContext operationContext)
protected static String
AbstractOperation. getIpAddrValue(OperationContext operationContext, VertexRef target)
protected static String
AbstractOperation. getLabelValue(OperationContext operationContext, VertexRef target)
protected static Integer
AbstractOperation. getNodeIdValue(OperationContext operationContext, VertexRef target)
protected static Vertex
AbstractOperation. getVertexItem(OperationContext operationContext, VertexRef target)
boolean
AbstractCheckedOperation. isChecked(List<VertexRef> vertices, OperationContext context)
By default, callAbstractCheckedOperation.isChecked(GraphContainer)
boolean
CheckedOperation. isChecked(List<VertexRef> targets, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.api.support
Methods in org.opennms.features.topology.api.support with parameters of type OperationContext Modifier and Type Method Description boolean
AbstractSearchSelectionOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
AbstractSearchSelectionOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
abstract void
AbstractSearchSelectionOperation. execute(List<VertexRef> targets, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.api.topo
Methods in org.opennms.features.topology.api.topo with parameters of type OperationContext Modifier and Type Method Description void
AbstractSearchProvider. onDefocusSearchResult(SearchResult searchResult, OperationContext operationContext)
void
SearchProvider. onDefocusSearchResult(SearchResult searchResult, OperationContext operationContext)
This method is called from the UI when the user wants to remove a vertex that currently in the focus list.void
AbstractSearchProvider. onFocusSearchResult(SearchResult searchResult, OperationContext operationContext)
void
SearchProvider. onFocusSearchResult(SearchResult searchResult, OperationContext operationContext)
This method is called from the UI when the user wants to add a vertex that is in the current context to the focus list. -
Uses of OperationContext in org.opennms.features.topology.app.internal
Classes in org.opennms.features.topology.app.internal that implement OperationContext Modifier and Type Class Description class
DefaultOperationContext
Default implementation.Methods in org.opennms.features.topology.app.internal with parameters of type OperationContext Modifier and Type Method Description void
AlarmSearchProvider. onDefocusSearchResult(SearchResult searchResult, OperationContext operationContext)
void
IpLikeSearchProvider. onDefocusSearchResult(SearchResult searchResult, OperationContext operationContext)
void
AlarmSearchProvider. onFocusSearchResult(SearchResult searchResult, OperationContext operationContext)
void
IpLikeSearchProvider. onFocusSearchResult(SearchResult searchResult, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.app.internal.menu
Methods in org.opennms.features.topology.app.internal.menu with parameters of type OperationContext Modifier and Type Method Description void
MenuBuilder. apply(com.vaadin.ui.MenuBar rootMenu, List<VertexRef> targets, OperationContext operationContext, Runnable... hooks)
com.vaadin.ui.MenuBar
MenuBuilder. build(List<VertexRef> targets, OperationContext operationContext, Runnable... hooks)
Converts the current menu configuration to Vaadin'sMenuBar
representation.void
MenuCommand. execute(List<VertexRef> targets, OperationContext operationContext)
Is executed, when theMenuItem
is selected/clicked.boolean
MenuItem. isChecked(List<VertexRef> targets, OperationContext operationContext)
Defines if the currentMenuItem
is checked.boolean
NavigationMenuItem. isChecked(List<VertexRef> targets, OperationContext operationContext)
boolean
OperationMenuItem. isChecked(List<VertexRef> targets, OperationContext operationContext)
boolean
SimpleMenuItem. isChecked(List<VertexRef> targets, OperationContext operationContext)
boolean
MenuItem. isEnabled(List<VertexRef> targets, OperationContext operationContext)
Defines if the currentMenuItem
is enabled.boolean
NavigationMenuItem. isEnabled(List<VertexRef> targets, OperationContext operationContext)
boolean
OperationMenuItem. isEnabled(List<VertexRef> targets, OperationContext operationContext)
boolean
SimpleMenuItem. isEnabled(List<VertexRef> targets, OperationContext operationContext)
boolean
MenuItem. isVisible(List<VertexRef> targets, OperationContext operationContext)
Defines if the currentMenuItem
is visible.boolean
NavigationMenuItem. isVisible(List<VertexRef> targets, OperationContext operationContext)
boolean
OperationMenuItem. isVisible(List<VertexRef> targets, OperationContext operationContext)
boolean
SimpleMenuItem. isVisible(List<VertexRef> targets, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.app.internal.operations
Methods in org.opennms.features.topology.app.internal.operations with parameters of type OperationContext Modifier and Type Method Description boolean
AddFocusVerticesOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
AutoRefreshToggleOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
ClearFocusOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
LayoutOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
MetaTopologySelectorOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
RedoLayoutOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
RemoveFocusOtherVerticesOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
RemoveFocusVerticesOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
SetFocusVertexOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
AddFocusVerticesOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
boolean
ClearFocusOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
boolean
RedoLayoutOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
boolean
RemoveFocusOtherVerticesOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
boolean
RemoveFocusVerticesOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
boolean
SetFocusVertexOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
void
AddFocusVerticesOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
AutoRefreshToggleOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
ClearFocusOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
LayoutOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
MetaTopologySelectorOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
RedoLayoutOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
RemoveFocusOtherVerticesOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
RemoveFocusVerticesOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
SetFocusVertexOperation. execute(List<VertexRef> targets, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.app.internal.operations.icons
Methods in org.opennms.features.topology.app.internal.operations.icons with parameters of type OperationContext Modifier and Type Method Description boolean
IconResetOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
IconSelectionOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
IconResetOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
boolean
IconSelectionOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
void
IconResetOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
IconSelectionOperation. execute(List<VertexRef> targets, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.app.internal.ui
Constructors in org.opennms.features.topology.app.internal.ui with parameters of type OperationContext Constructor Description SearchBox(OnmsServiceManager serviceManager, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.netutils.internal.operations
Methods in org.opennms.features.topology.netutils.internal.operations with parameters of type OperationContext Modifier and Type Method Description boolean
EventsAlarmsOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
NodeInfoOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
PingOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
ResourceGraphsOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
PingOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
void
EventsAlarmsOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
NodeInfoOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
PingOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
ResourceGraphsOperation. execute(List<VertexRef> targets, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.plugins.topo.bsm.operations
Methods in org.opennms.features.topology.plugins.topo.bsm.operations with parameters of type OperationContext Modifier and Type Method Description boolean
AbstractAnalysisOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
HideLeafElementToggleOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
InheritStateOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
ResetStateOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
SimulationModeOperation. display(List<VertexRef> targets, OperationContext operationContext)
boolean
AbstractAnalysisOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
boolean
ResetStateOperation. enabled(List<VertexRef> targets, OperationContext operationContext)
void
AbstractAnalysisOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
HideLeafElementToggleOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
InheritStateOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
ResetStateOperation. execute(List<VertexRef> targets, OperationContext operationContext)
void
SimulationModeOperation. execute(List<VertexRef> targets, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.plugins.topo.graphml
Methods in org.opennms.features.topology.plugins.topo.graphml with parameters of type OperationContext Modifier and Type Method Description void
GraphMLSearchProvider. onFocusSearchResult(SearchResult searchResult, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.topology.plugins.topo.linkd.internal
Methods in org.opennms.features.topology.plugins.topo.linkd.internal with parameters of type OperationContext Modifier and Type Method Description void
LinkdSearchProvider. onDefocusSearchResult(SearchResult searchResult, OperationContext operationContext)
void
LinkdSearchProvider. onFocusSearchResult(SearchResult searchResult, OperationContext operationContext)
-
Uses of OperationContext in org.opennms.features.vaadin.nodemaps.internal
Methods in org.opennms.features.vaadin.nodemaps.internal with parameters of type OperationContext Modifier and Type Method Description boolean
NodeMapQueryLink. display(List<VertexRef> targets, OperationContext operationContext)
boolean
NodeMapQueryLink. enabled(List<VertexRef> targets, OperationContext operationContext)
void
NodeMapQueryLink. execute(List<VertexRef> targets, OperationContext operationContext)
-