Uses of Class
org.exoplatform.portal.mop.navigation.NodeContext
Packages that use NodeContext
-
Uses of NodeContext in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service that return NodeContextModifier 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.<N> NodeContext<NodeContext<N>> Loads root node of a designated Site<N> NodeContext<NodeContext<N>> Loads a specific node of a Site identitifed by its relative URI (from root node until node)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 idMethods in org.exoplatform.portal.mop.service that return types with arguments of type NodeContextModifier and TypeMethodDescription<N> NodeContext<NodeContext<N>> Loads root node of a designated Site<N> NodeContext<NodeContext<N>> Loads a specific node of a Site identitifed by its relative URI (from root node until node)Methods in org.exoplatform.portal.mop.service with parameters of type NodeContextModifier and TypeMethodDescription<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.Method parameters in org.exoplatform.portal.mop.service with type arguments of type NodeContextModifier 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.