public interface NavigationService
Modifier and Type | Method and Description |
---|---|
NavigationNode |
getNodeByName(String pagename,
int depth) |
NavigationNode |
getNodeByName(String pagename,
int depth,
String linkAttribute)
Retrieves the NavigationNodes for the Page with the name
pagename and in the current site.
|
NavigationNode |
getNodeByName(String site,
String pagename,
int depth) |
NavigationNode |
getNodeByName(String site,
String pagename,
int depth,
String linkAttribute) |
NavigationNode |
getNodeByQuery(com.fatwire.assetapi.query.Query query,
int depth,
String linkAttribute) |
Collection<NavigationNode> |
getRootNodesForSite(int depth) |
Collection<NavigationNode> |
getRootNodesForSite(String site,
int depth) |
Collection<NavigationNode> |
getRootNodesForSite(String site,
int depth,
String linkAttribute) |
Collection<NavigationNode> getRootNodesForSite(int depth)
depth
- the maximum number of levels to retrieveCollection<NavigationNode> getRootNodesForSite(String site, int depth)
site
- depth
- the maximum number of levels to retrieveCollection<NavigationNode> getRootNodesForSite(String site, int depth, String linkAttribute)
site
- depth
- the maximum number of levels to retrievelinkAttribute
- NavigationNode getNodeByName(String pagename, int depth)
pagename
- the name of the Page assetNavigationNode getNodeByName(String site, String pagename, int depth)
site
- pagename
- the name of the Page assetdepth
- the maximum number of levels to retrieveNavigationNode getNodeByName(String site, String pagename, int depth, String linkAttribute)
site
- pagename
- the name of the Page assetdepth
- the maximum number of levels to retrievelinkAttribute
- NavigationNode getNodeByName(String pagename, int depth, String linkAttribute)
pagename
- the name of the Page assetdepth
- the maximum number of levels to retrievelinkAttribute
- NavigationNode getNodeByQuery(com.fatwire.assetapi.query.Query query, int depth, String linkAttribute)
query
- the asset query, needs to return Page assetsdepth
- the maximum number of levels to retrievelinkAttribute
- Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.