Package org.exoplatform.portal.mop.navigation
package org.exoplatform.portal.mop.navigation
-
ClassDescriptionFlexible scope implementations.ModelAdapter<N>An immutable navigation data class.Deprecated, for removal: This API element is subject to removal in a future version.An immutable navigation state class.Deprecated, for removal: This API element is subject to removal in a future version.use
NavigationStorageinstead since this is a storage layer and the name is ambiguousNodeChange<N>Describe a change applied to a node.A listener for node changes.A base implementation that can be subclassed.A queuing implementation of theNodeChangeListenerinterface.NodeContext<N>The context of a node.An immutable node data class.A filter for nodes, filtering occurs after node retrieval and is applied once nodes are loaded.NodeModel<N>An immutable node state class.Builder class.The scope describes a set of nodes, the scope implementation should be stateless and should be shared between many threads.A scope visitor responsible for determining the loading of a node.Describes how a node should be loaded by a loading operation.
NavigationServiceinstead since the new one helps on layer separations and naming