| Modifier and Type | Method and Description | 
|---|---|
| GraphContainer | DefaultSelectionContext. getGraphContainer() | 
| GraphContainer | SelectionContext. getGraphContainer() | 
| GraphContainer | WidgetContext. getGraphContainer() | 
| GraphContainer | OperationContext. getGraphContainer()Returns the current  GraphContainer | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryOperation. applyHistory(GraphContainer container,
            Map<String,String> settings) | 
| void | HistoryManager. applyHistory(String fragment,
            GraphContainer container)Restores the given history represented by  fragementId. | 
| void | GraphContainer.Callback. callback(GraphContainer graphContainer,
        GraphProvider graphProvider)is invoked after the  GraphProviderhas changed. | 
| Map<String,String> | AbstractCheckedOperation. createHistory(GraphContainer container)By default, save the state based on the checked status of the operation,
 independent of any currently-selected vertices. | 
| Map<String,String> | HistoryOperation. createHistory(GraphContainer graphContainer) | 
| protected boolean | AbstractCheckedOperation. enabled(GraphContainer container) | 
| void | GraphContainer.ChangeListener. graphChanged(GraphContainer graphContainer) | 
| protected boolean | AbstractCheckedOperation. isChecked(GraphContainer container) | 
| String | HistoryManager. saveOrUpdateHistory(String userId,
                   GraphContainer container)Saves the current state of the  GraphContainerfor the currentuserId. | 
| Constructor and Description | 
|---|
| DefaultSelectionContext(GraphContainer graphContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SelectionAwareTable. graphChanged(GraphContainer graphContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract boolean | SingleSelectedInfoPanelItemProvider. contributeTo(T ref,
            GraphContainer graphContainer) | 
| protected abstract InfoPanelItem | SingleSelectedInfoPanelItemProvider. createInfoPanelItem(T ref,
                   GraphContainer graphContainer) | 
| protected abstract Optional<T> | SingleSelectedInfoPanelItemProvider. findSingleSelectedItem(GraphContainer container) | 
| protected Optional<EdgeRef> | EdgeInfoPanelItemProvider. findSingleSelectedItem(GraphContainer container) | 
| protected Optional<VertexRef> | VertexInfoPanelItemProvider. findSingleSelectedItem(GraphContainer container) | 
| Collection<? extends InfoPanelItem> | SingleSelectedInfoPanelItemProvider. getContributions(GraphContainer container) | 
| Collection<? extends InfoPanelItem> | InfoPanelItemProvider. getContributions(GraphContainer container)Returns all contributions for the current state of the given container. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SavedHistory. apply(GraphContainer graphContainer,
     Collection<HistoryOperation> operations,
     ServiceLocator serviceLocator) | 
| Criteria | HistoryAwareSearchProvider. buildCriteriaFromQuery(SearchResult input,
                      GraphContainer container) | 
| static CollapsibleCriteria[] | VertexHopGraphProvider. getCollapsedCriteriaForContainer(GraphContainer graphContainer) | 
| static CollapsibleCriteria[] | VertexHopGraphProvider. getCollapsibleCriteriaForContainer(GraphContainer graphContainer) | 
| static VertexHopGraphProvider.WrappedVertexHopCriteria | VertexHopGraphProvider. getWrappedVertexHopCriteria(GraphContainer graphContainer) | 
| Constructor and Description | 
|---|
| SavedHistory(GraphContainer graphContainer,
            Collection<HistoryOperation> operations) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Breadcrumb. clicked(GraphContainer graphContainer) | 
| void | ClickListener. clicked(GraphContainer graphContainer) | 
| void | BreadcrumbCriteria. handleClick(Breadcrumb breadcrumb,
           GraphContainer graphContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SearchProvider. addVertexHopCriteria(SearchResult searchResult,
                    GraphContainer container)This method is called when the selection is made from the list of  | 
| void | SimpleSearchProvider. addVertexHopCriteria(SearchResult searchResult,
                    GraphContainer container) | 
| static <T extends Criteria> | Criteria. getCriteriaForGraphContainer(GraphContainer graphContainer,
                            Class<T> criteriaClass) | 
| static <T extends Criteria> | Criteria. getSingleCriteriaForGraphContainer(GraphContainer graphContainer,
                                  Class<T> criteriaClass,
                                  boolean createIfAbsent) | 
| Set<VertexRef> | SearchProvider. getVertexRefsBy(SearchResult searchResult,
               GraphContainer graphContainer)This method is called when the topology UI needs to know what  | 
| Set<VertexRef> | SimpleSearchProvider. getVertexRefsBy(SearchResult searchResult,
               GraphContainer container) | 
| void | SearchProvider. onCenterSearchResult(SearchResult searchResult,
                    GraphContainer graphContainer)This method called when the user clicks the focus icon on the  | 
| void | AbstractSearchProvider. onCenterSearchResult(SearchResult searchResult,
                    GraphContainer graphContainer) | 
| void | SearchProvider. onToggleCollapse(SearchResult searchResult,
                GraphContainer graphContainer)This method is called if the  | 
| void | AbstractSearchProvider. onToggleCollapse(SearchResult searchResult,
                GraphContainer graphContainer) | 
| List<SearchResult> | SearchProvider. query(SearchQuery searchQuery,
     GraphContainer graphContainer)This API is for getting a list of  | 
| List<SearchResult> | SimpleSearchProvider. query(SearchQuery searchQuery,
     GraphContainer container) | 
| abstract List<? extends VertexRef> | SimpleSearchProvider. queryVertices(SearchQuery searchQuery,
             GraphContainer container) | 
| void | SearchProvider. removeVertexHopCriteria(SearchResult searchResult,
                       GraphContainer container)When the user requests that the current SearchResult be removed from focus, the search provider should remove the  | 
| void | SimpleSearchProvider. removeVertexHopCriteria(SearchResult searchResult,
                       GraphContainer container) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | VEProviderGraphContainer | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphContainer | DefaultOperationContext. getGraphContainer() | 
| GraphContainer | DefaultSelectionManager. getGraphContainer() | 
| GraphContainer | TopologyUI. getGraphContainer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IpLikeSearchProvider. addVertexHopCriteria(SearchResult searchResult,
                    GraphContainer container)Creates a criteria that provides  | 
| void | CategorySearchProvider. addVertexHopCriteria(SearchResult searchResult,
                    GraphContainer container) | 
| void | AlarmSearchProvider. addVertexHopCriteria(SearchResult searchResult,
                    GraphContainer container)Creates a criteria that provides  | 
| Criteria | IpLikeSearchProvider. buildCriteriaFromQuery(SearchResult input,
                      GraphContainer container) | 
| Criteria | CategorySearchProvider. buildCriteriaFromQuery(SearchResult input,
                      GraphContainer container) | 
| Criteria | AlarmSearchProvider. buildCriteriaFromQuery(SearchResult input,
                      GraphContainer container) | 
| static SemanticZoomLevelCriteria | VEProviderGraphContainer. getSemanticZoomLevelCriteriaForContainer(GraphContainer graphContainer) | 
| Set<VertexRef> | IpLikeSearchProvider. getVertexRefsBy(SearchResult searchResult,
               GraphContainer container) | 
| Set<VertexRef> | CategorySearchProvider. getVertexRefsBy(SearchResult searchResult,
               GraphContainer container) | 
| Set<VertexRef> | AlarmSearchProvider. getVertexRefsBy(SearchResult searchResult,
               GraphContainer container) | 
| void | OsgiVerticesUpdateManager. graphChanged(GraphContainer graphContainer) | 
| void | TopologyUI. graphChanged(GraphContainer graphContainer) | 
| void | TopologyUI.InfoPanelItemManager. graphChanged(GraphContainer graphContainer) | 
| void | TopologyComponent. graphChanged(GraphContainer container) | 
| void | IpLikeSearchProvider. onCenterSearchResult(SearchResult searchResult,
                    GraphContainer graphContainer) | 
| void | AlarmSearchProvider. onCenterSearchResult(SearchResult searchResult,
                    GraphContainer graphContainer) | 
| void | IpLikeSearchProvider. onToggleCollapse(SearchResult searchResult,
                GraphContainer graphContainer) | 
| void | CategorySearchProvider. onToggleCollapse(SearchResult searchResult,
                GraphContainer graphContainer) | 
| void | AlarmSearchProvider. onToggleCollapse(SearchResult searchResult,
                GraphContainer graphContainer) | 
| List<SearchResult> | IpLikeSearchProvider. query(SearchQuery searchQuery,
     GraphContainer graphContainer)This method processes the  | 
| List<SearchResult> | CategorySearchProvider. query(SearchQuery searchQuery,
     GraphContainer graphContainer) | 
| List<SearchResult> | AlarmSearchProvider. query(SearchQuery searchQuery,
     GraphContainer graphContainer)This method processes the  | 
| void | IpLikeSearchProvider. removeVertexHopCriteria(SearchResult searchResult,
                       GraphContainer container) | 
| void | CategorySearchProvider. removeVertexHopCriteria(SearchResult searchResult,
                       GraphContainer container) | 
| void | AlarmSearchProvider. removeVertexHopCriteria(SearchResult searchResult,
                       GraphContainer container) | 
| Constructor and Description | 
|---|
| DefaultOperationContext(com.vaadin.ui.UI mainWindow,
                       GraphContainer graphContainer,
                       OperationContext.DisplayLocation displayLocation) | 
| DefaultSelectionManager(GraphContainer graphContainer) | 
| TopologyComponent(GraphContainer dataSource,
                 IconRepositoryManager iconRepositoryManager,
                 ContextMenuHandler contextMenuHandler) | 
| TopologyUI(OperationManager operationManager,
          HistoryManager historyManager,
          GraphContainer graphContainer,
          IconRepositoryManager iconRepoManager,
          LayoutManager layoutManager,
          org.springframework.transaction.support.TransactionOperations transactionOperations) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<InfoPanelItem> | GenericInfoPanelItemProvider. getContributions(GraphContainer container) | 
| Collection<? extends InfoPanelItem> | LocationInfoPanelItemProvider. getContributions(GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static Dimension | CircleLayoutAlgorithm. selectLayoutSize(GraphContainer g) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TopologyMenuBar. updateMenu(GraphContainer graphContainer,
          com.vaadin.ui.UI mainWindow,
          OperationManager operationManager) | 
| void | TopologyContextMenu. updateMenu(GraphContainer graphContainer,
          com.vaadin.ui.UI mainWindow,
          OperationManager operationManager,
          List<VertexRef> targets) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MetaTopologySelectorOperation. applyHistory(GraphContainer container,
            Map<String,String> settings) | 
| void | AutoRefreshToggleOperation. applyHistory(GraphContainer container,
            Map<String,String> settings) | 
| void | LayoutOperation. applyHistory(GraphContainer container,
            Map<String,String> settings) | 
| Map<String,String> | MetaTopologySelectorOperation. createHistory(GraphContainer container) | 
| Map<String,String> | AutoRefreshToggleOperation. createHistory(GraphContainer container) | 
| protected boolean | AutoRefreshToggleOperation. enabled(GraphContainer container) | 
| protected boolean | HierarchyLayoutOperation. enabled(GraphContainer container) | 
| void | MetaTopologySelectorOperation. execute(GraphContainer container) | 
| void | RedoLayoutOperation. execute(GraphContainer graphContainer) | 
| void | ClearFocusOperation. execute(GraphContainer graphContainer) | 
| protected boolean | MetaTopologySelectorOperation. isChecked(GraphContainer container) | 
| protected boolean | AutoRefreshToggleOperation. isChecked(GraphContainer container) | 
| protected boolean | LayoutOperation. isChecked(GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LayoutManager. persistLayout(GraphContainer graphContainer) | 
| Constructor and Description | 
|---|
| CategoryHopCriteria(SearchResult searchResult,
                   CategoryProvider categoryProvider,
                   GraphContainer graphContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ToolbarPanel. graphChanged(GraphContainer graphContainer) | 
| void | LayoutHintComponent. graphChanged(GraphContainer graphContainer) | 
| void | SearchBox. graphChanged(GraphContainer graphContainer) | 
| Constructor and Description | 
|---|
| LayoutHintComponent(LayoutManager layoutManager,
                   GraphContainer graphContainer) | 
| NoContentAvailableWindow(GraphContainer graphContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BreadcrumbComponent. graphChanged(GraphContainer graphContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | DefaultEdgeInfoPanelItemProvider. contributeTo(EdgeRef ref,
            GraphContainer container) | 
| protected boolean | NodeInfoPanelItemProvider. contributeTo(VertexRef ref,
            GraphContainer container) | 
| protected boolean | DefaultVertexInfoPanelItemProvider. contributeTo(VertexRef ref,
            GraphContainer graphContainer) | 
| protected InfoPanelItem | DefaultEdgeInfoPanelItemProvider. createInfoPanelItem(EdgeRef ref,
                   GraphContainer graphContainer) | 
| protected InfoPanelItem | NodeInfoPanelItemProvider. createInfoPanelItem(VertexRef ref,
                   GraphContainer graphContainer) | 
| protected InfoPanelItem | DefaultVertexInfoPanelItemProvider. createInfoPanelItem(VertexRef ref,
                   GraphContainer graphContainer) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected GraphContainer | SelectionTree. m_graphContainer | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NCSSearchProvider. addVertexHopCriteria(SearchResult searchResult,
                    GraphContainer container) | 
| void | NCSHopCriteriaHistoryOperation. applyHistory(GraphContainer container,
            Map<String,String> settings) | 
| Criteria | NCSSearchProvider. buildCriteriaFromQuery(SearchResult input,
                      GraphContainer container) | 
| Map<String,String> | NCSHopCriteriaHistoryOperation. createHistory(GraphContainer graphContainer) | 
| Set<VertexRef> | NCSSearchProvider. getVertexRefsBy(SearchResult searchResult,
               GraphContainer container) | 
| void | NCSSearchProvider. onCenterSearchResult(SearchResult searchResult,
                    GraphContainer graphContainer) | 
| void | SelectionListener. onSelectionUpdate(GraphContainer graphContainer) | 
| List<SearchResult> | NCSSearchProvider. query(SearchQuery searchQuery,
     GraphContainer graphContainer) | 
| void | NCSSearchProvider. removeVertexHopCriteria(SearchResult searchResult,
                       GraphContainer container) | 
| void | SelectionTree. setGraphContainer(GraphContainer graphContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BundleContextHistoryManager. applyHistory(String fragment,
            GraphContainer container) | 
| String | BundleContextHistoryManager. saveOrUpdateHistory(String userId,
                   GraphContainer graphContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationSearchProvider. addVertexHopCriteria(SearchResult searchResult,
                    GraphContainer container) | 
| Set<VertexRef> | ApplicationSearchProvider. getVertexRefsBy(SearchResult searchResult,
               GraphContainer container) | 
| List<SearchResult> | ApplicationSearchProvider. query(SearchQuery searchQuery,
     GraphContainer container) | 
| void | ApplicationSearchProvider. removeVertexHopCriteria(SearchResult searchResult,
                       GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<? extends VertexRef> | BusinessServiceSearchProvider. queryVertices(SearchQuery searchQuery,
             GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | BusinessServiceEdgeInfoPanelItemProvider. contributeTo(EdgeRef edgeRef,
            GraphContainer container) | 
| protected boolean | BusinessServiceEdgeStatusInfoPanelItemProvider. contributeTo(EdgeRef edgeRef,
            GraphContainer container) | 
| protected boolean | BusinessServiceVertexInfoPanelItemProvider. contributeTo(VertexRef vertexRef,
            GraphContainer container) | 
| protected boolean | SimulationModeReductionKeyInfoPanelItemProvider. contributeTo(VertexRef ref,
            GraphContainer container) | 
| protected boolean | BusinessServiceVertexStatusInfoPanelItemProvider. contributeTo(VertexRef vertexRef,
            GraphContainer container) | 
| protected boolean | BusinessServiceVertexAttributesInfoPanelItemProvider. contributeTo(VertexRef vertexRef,
            GraphContainer container) | 
| protected InfoPanelItem | BusinessServiceEdgeInfoPanelItemProvider. createInfoPanelItem(EdgeRef ref,
                   GraphContainer graphContainer) | 
| protected InfoPanelItem | BusinessServiceEdgeStatusInfoPanelItemProvider. createInfoPanelItem(EdgeRef ref,
                   GraphContainer graphContainer) | 
| protected InfoPanelItem | BusinessServiceVertexInfoPanelItemProvider. createInfoPanelItem(VertexRef ref,
                   GraphContainer graphContainer) | 
| protected InfoPanelItem | SimulationModeReductionKeyInfoPanelItemProvider. createInfoPanelItem(VertexRef ref,
                   GraphContainer container) | 
| protected InfoPanelItem | BusinessServiceVertexStatusInfoPanelItemProvider. createInfoPanelItem(VertexRef ref,
                   GraphContainer graphContainer) | 
| protected InfoPanelItem | BusinessServiceVertexAttributesInfoPanelItemProvider. createInfoPanelItem(VertexRef ref,
                   GraphContainer graphContainer) | 
| Collection<InfoPanelItem> | SimulationModeEnabledPanelItemProvider. getContributions(GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InheritStateOperation. applyHistory(GraphContainer container,
            Map<String,String> settings) | 
| void | SimulationModeOperation. applyHistory(GraphContainer container,
            Map<String,String> settings) | 
| void | HideLeafElementToggleOperation. applyHistory(GraphContainer container,
            Map<String,String> settings) | 
| Map<String,String> | HideLeafElementToggleOperation. createHistory(GraphContainer container) | 
| protected boolean | InheritStateOperation. enabled(GraphContainer container) | 
| protected boolean | SimulationModeOperation. enabled(GraphContainer container) | 
| protected boolean | HideLeafElementToggleOperation. enabled(GraphContainer container) | 
| protected boolean | InheritStateOperation. isChecked(GraphContainer container) | 
| protected boolean | SimulationModeOperation. isChecked(GraphContainer container) | 
| protected boolean | HideLeafElementToggleOperation. isChecked(GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<? extends VertexRef> | GraphMLSearchProvider. queryVertices(SearchQuery searchQuery,
             GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LinkdSearchProvider. addVertexHopCriteria(SearchResult searchResult,
                    GraphContainer container) | 
| Set<VertexRef> | LinkdSearchProvider. getVertexRefsBy(SearchResult searchResult,
               GraphContainer container) | 
| void | LinkdSearchProvider. onCenterSearchResult(SearchResult searchResult,
                    GraphContainer graphContainer) | 
| void | LinkdSearchProvider. onToggleCollapse(SearchResult searchResult,
                GraphContainer graphContainer) | 
| List<SearchResult> | LinkdSearchProvider. query(SearchQuery searchQuery,
     GraphContainer graphContainer) | 
| void | LinkdSearchProvider. removeVertexHopCriteria(SearchResult searchResult,
                       GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<? extends VertexRef> | PathOutageSearchProvider. queryVertices(SearchQuery searchQuery,
             GraphContainer container) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<? extends VertexRef> | VmwareTopologySearchProvider. queryVertices(SearchQuery searchQuery,
             GraphContainer container) | 
Copyright © 2019. All rights reserved.