java.lang.Object | |
↳ | com.microstrategy.web.app.transforms.FolderPathRenderHelper |
This helper class provides some utility methods to render folder paths.
It's shared byObjectPathTransform
,
ObjectPathXHTMLTransform
and RWDetailsTransform
to render the path of ancestor folders.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FolderPathRenderHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String |
getSpecialFolderName(WebFolder folder, AppContext context, boolean isFolderRoot, String projectName)
Check for special folders, if found one, return the descriptor.
| ||||||||||
static boolean |
isHiddenFolder(WebFolder folder, String folderName)
Check to see if a folder is hidden or not. | ||||||||||
static boolean |
isShowFolderLink(WebFolder folder)
Indicate if the folder can be shown as a link
check 'browse' and 'read' acl
| ||||||||||
static boolean |
isShowFolderName(WebFolder folder)
Indicate the folder name can be shown
check 'browser' acl
| ||||||||||
static int |
lookupFolderType(String folderName, AppContext context, boolean isFolderRoot)
Look up the type of the folder based on the folder name. |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Check for special folders, if found one, return the descriptor. It also checks if the Shared Reports folder, using preferences, has been specified as other folder.
folder | the folder to check |
---|
Check to see if a folder is hidden or not.
folder | the folder to check |
---|---|
folderName | the name of the folder |
Indicate if the folder can be shown as a link check 'browse' and 'read' acl
Indicate the folder name can be shown check 'browser' acl
Look up the type of the folder based on the folder name.
folderName | the name of the folder to look up against |
---|