Uses of Interface
org.exoplatform.portal.mop.navigation.NodeChangeListener
Packages that use NodeChangeListener
-
Uses of NodeChangeListener in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service with parameters of type NodeChangeListenerModifier and TypeMethodDescription<N> NodeContext<N> NavigationService.loadNode(NodeModel<N> model, NavigationContext navigation, Scope scope, NodeChangeListener<NodeContext<N>> listener) Load a navigation node from a specified navigation.default <N> NodeContext<N> NavigationService.loadNodeById(NodeModel<N> model, String nodeId, Scope scope, NodeChangeListener<NodeContext<N>> listener) Load a navigation node from a specified navigation by its id<N> voidNavigationService.rebaseNode(NodeContext<N> context, Scope scope, NodeChangeListener<NodeContext<N>> listener) Rebase the specifiedcontextargument with the most recent state.<N> voidNavigationService.saveNode(NodeContext<N> context, NodeChangeListener<NodeContext<N>> listener) Save the specified context state to the persistent storage.<N> voidNavigationService.updateNode(NodeContext<N> context, Scope scope, NodeChangeListener<NodeContext<N>> listener) Update the specifiedcontextargument with the most recent state.