Package | Description |
---|---|
com.fatwire.assetapi.data | |
com.fatwire.assetapi.site |
Modifier and Type | Method and Description |
---|---|
NavigationReader |
DefaultBuildersFactory.newNavigationReader() |
NavigationReader |
BuildersFactory.newNavigationReader() |
protected NavigationReader |
BaseController.newNavigationReader() |
Modifier and Type | Method and Description |
---|---|
NavigationReader |
NavigationReader.allParents(boolean allParent)
Whether all level of parents will be returned.
|
NavigationReader |
NavigationReader.forAsset(AssetId assetId)
The Page/SitePlan asset id for which the navigation is going to be build.
|
NavigationReader |
NavigationReader.forAssetName(String assetType,
String assetName)
The Page/SitePlan asset name for which the navigation is going to be build.
|
NavigationReader |
NavigationReader.forAssetName(String assetType,
String assetName,
String siteName)
The Page/SitePlan asset name for which the navigation is going to be build.
|
NavigationReader |
NavigationReader.forNode(String type,
Long id)
The Page/SitePlan/Publication type/id for which the navigation is going to be build.
|
NavigationReader |
NavigationReader.forSite(String siteName)
The site name for which the navigation is going to be build from.
|
NavigationReader |
NavigationReader.getPublicationNode(boolean getPublication)
specifies whether parents of typed Publication will be returned.
|
NavigationReader |
NavigationReader.getSiblings(boolean getSiblings)
Specifies whether siblings will be returned in reading of the tree.
|
NavigationReader |
NavigationReader.getSitePlanAssetNode(boolean getSitePlanAsset)
specifies whether parents typed SitePlan will be returned.
|
NavigationReader |
NavigationReader.levelOfChildren(int level)
Level of children to be retrieved.
|
NavigationReader |
NavigationReader.useAssetReader(AssetReader assetReader)
The AssetReader to use to read the data
|
NavigationReader |
NavigationReader.useAssetReader(String assettype,
String subtype,
AssetReader assetReader)
Specify an AssetReader to use page of specified assettype and subtype.
|