public class

FolderShareLink

extends FolderExportLink
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

Summary

Public Constructors
FolderShareLink(Shortcut definition)
Protected Methods
boolean checkCSRF()
String getJSCode(TransformContext context)
Returns the javascript code to use with this context-menu-item
String getJsCommand()
String getLinkForMenuItem(TransformContext context, FolderViewTransform transform)
boolean isActionEnabled(TransformContext context)
Indicates the abstract class if the corresponding action of this item is available.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.transforms.contextmenus.FolderExportLink
From class com.microstrategy.web.app.transforms.contextmenus.AbstractFolderContextMenuItemBuilder
From class com.microstrategy.web.app.gui.ContextMenu.DefaultContextMenuItemBuilder
From class java.lang.Object
From interface com.microstrategy.web.app.gui.ContextMenuItemBuilder

Public Constructors

public FolderShareLink (Shortcut definition)

Protected Methods

protected boolean checkCSRF ()

protected String getJSCode (TransformContext context)

Returns the javascript code to use with this context-menu-item

protected String getJsCommand ()

protected String getLinkForMenuItem (TransformContext context, FolderViewTransform transform)

protected boolean isActionEnabled (TransformContext context)

Indicates the abstract class if the corresponding action of this item is available.