Uses of Class
org.exoplatform.portal.mop.user.UserNode
Packages that use UserNode
Package
Description
-
Uses of UserNode in org.exoplatform.portal.config
Methods in org.exoplatform.portal.config that return UserNodeModifier and TypeMethodDescriptionUserPortalConfigService.getDefaultSiteNode(String portalName, String username) UserPortalConfigService.getDefaultSiteNode(String portalType, String portalName, String username) UserPortalConfigService.getSiteNodeOrGlobalNode(String portalType, String portalName, String nodePath, String username) UserPortalConfigService.getSiteRootNode(String siteType, String siteName, String username, boolean withVisibility) -
Uses of UserNode in org.exoplatform.portal.mop.rest
Method parameters in org.exoplatform.portal.mop.rest with type arguments of type UserNodeModifier and TypeMethodDescriptionstatic List<UserNodeRestEntity> EntityBuilder.toUserNodeRestEntity(Collection<UserNode> nodes, boolean expand, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.portal.mop.service.LayoutService layoutService, UserACL userACL, UserPortal userPortal, boolean expandBreadcrumb) -
Uses of UserNode in org.exoplatform.portal.mop.rest.model
Methods in org.exoplatform.portal.mop.rest.model with parameters of type UserNodeConstructors in org.exoplatform.portal.mop.rest.model with parameters of type UserNode -
Uses of UserNode in org.exoplatform.portal.mop.user
Methods in org.exoplatform.portal.mop.user that return UserNodeModifier and TypeMethodDescriptionUserNode.getChild(int childIndex) Returns a child by its index or null if the children relationship has not been loaded.Returns a child by its name or null if the child does not exist or the children relationship has not been loaded.default UserNodeUserPortal.getDefaultPath(UserNavigation navigation, UserNodeFilterConfig filterConfig) Deprecated, for removal: This API element is subject to removal in a future version.default UserNodeUserPortal.getDefaultPath(UserNodeFilterConfig filterConfig) Deprecated, for removal: This API element is subject to removal in a future version.useUserPortalConfigService.getDefaultPath(String)insteadUserPortal.getNode(UserNavigation navigation, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Load a user node from a specified user navigation with a custom scope.UserPortalImpl.getNode(UserNavigation userNavigation, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) default UserNodeUserPortal.getNodeById(String userNodeId, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Load specific navigation node childrenUserPortalImpl.getNodeById(String userNodeId, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) UserNode.getParent()default UserNodeUserPortal.resolvePath(UserNavigation navigation, UserNodeFilterConfig filterConfig, String path) Deprecated, for removal: This API element is subject to removal in a future version.default UserNodeUserPortal.resolvePath(UserNodeFilterConfig filterConfig, String path) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.exoplatform.portal.mop.user that return types with arguments of type UserNodeModifier and TypeMethodDescriptionUserNode.getChildren()default Collection<UserNode> UserPortal.getNodes(org.exoplatform.portal.mop.SiteType siteType, String excludedSiteName, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig) Deprecated, for removal: This API element is subject to removal in a future version.useUserPortal.getNodes(SiteType, Scope, UserNodeFilterConfig)instead since no need of filtering on Spaces nodes due to introduction of newSiteType.SPACEthat allows to get space navigationsUserPortal.getNodes(org.exoplatform.portal.mop.SiteType siteType, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig) Load the list of user nodes computed from the list ofUserNavigationof type siteType (PORTAL, GROUP or USER)UserPortal.getNodes(org.exoplatform.portal.mop.SiteType siteType, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, boolean includeGlobal) Load the list of user nodes computed from the list ofUserNavigationof type siteType (PORTAL, GROUP or USER)UserPortalImpl.getNodes(org.exoplatform.portal.mop.SiteType siteType, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig) UserPortalImpl.getNodes(org.exoplatform.portal.mop.SiteType siteType, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, boolean includeGlobal) Methods in org.exoplatform.portal.mop.user with parameters of type UserNodeModifier and TypeMethodDescriptionvoidvoidvoidUserPortal.rebaseNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Rebase the specified context with the most recent state.voidUserPortalImpl.rebaseNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) voidUserPortal.saveNode(UserNode node, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Save the specified context to the persistent storage.voidUserPortalImpl.saveNode(UserNode node, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) voidUserPortal.updateNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Update the specified content with the most recent state.voidUserPortalImpl.updateNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Method parameters in org.exoplatform.portal.mop.user with type arguments of type UserNodeModifier and TypeMethodDescriptionUserPortal.getNode(UserNavigation navigation, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Load a user node from a specified user navigation with a custom scope.UserPortalImpl.getNode(UserNavigation userNavigation, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) default UserNodeUserPortal.getNodeById(String userNodeId, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Load specific navigation node childrenUserPortalImpl.getNodeById(String userNodeId, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) voidUserPortal.rebaseNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Rebase the specified context with the most recent state.voidUserPortalImpl.rebaseNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) voidUserPortal.saveNode(UserNode node, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Save the specified context to the persistent storage.voidUserPortalImpl.saveNode(UserNode node, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) voidUserPortal.updateNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Update the specified content with the most recent state.voidUserPortalImpl.updateNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener)
UserPortalConfigService.getDefaultSitePath(String, String)instead