Class FolderShareLink
- java.lang.Object
 - 
- com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
 - 
- com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
 - 
- com.microstrategy.web.app.transforms.contextmenus.FolderExportLink
 - 
- com.microstrategy.web.app.transforms.contextmenus.FolderShareLink
 
 
 
 
 
- 
- All Implemented Interfaces:
 ContextMenuItemBuilder
public class FolderShareLink extends FolderExportLink
 
- 
- 
Constructor Summary
Constructors Constructor Description FolderShareLink(Shortcut definition) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckCSRF()protected java.lang.StringgetJSCode(TransformContext context)Returns the javascript code to use with this context-menu-itemprotected java.lang.StringgetJsCommand()protected java.lang.StringgetLinkForMenuItem(TransformContext context, FolderViewTransform transform)protected booleanisActionEnabled(TransformContext context)Indicates the abstract class if the corresponding action of this item is available.- 
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.FolderExportLink
getContextMenuFlag, getEvent, getItemKey, isItemAvailable 
- 
Methods inherited from class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
createItem, getObjectInfo, getTarget, getTransform, iframeParam 
- 
Methods inherited from class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
createItem, getDefinition, getScript 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FolderShareLink
public FolderShareLink(Shortcut definition)
 
 - 
 
- 
Method Detail
- 
getLinkForMenuItem
protected java.lang.String getLinkForMenuItem(TransformContext context, FolderViewTransform transform)
- Overrides:
 getLinkForMenuItemin classAbstractFolderContextMenuItemBuilder
 
- 
getJSCode
protected java.lang.String getJSCode(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilderReturns the javascript code to use with this context-menu-item- Overrides:
 getJSCodein classFolderExportLink
 
- 
getJsCommand
protected java.lang.String getJsCommand()
- Overrides:
 getJsCommandin classFolderExportLink
 
- 
checkCSRF
protected boolean checkCSRF()
- Overrides:
 checkCSRFin classFolderExportLink
 
- 
isActionEnabled
protected boolean isActionEnabled(TransformContext context)
Description copied from class:AbstractFolderContextMenuItemBuilderIndicates the abstract class if the corresponding action of this item is available.- Overrides:
 isActionEnabledin classFolderExportLink
 
 - 
 
 -