Class FolderSummaryViewTransform

  • All Implemented Interfaces:
    AppTransform, LayoutTransform, Transform

    public class FolderSummaryViewTransform
    extends FolderViewTransform
    This class extends the FolderViewTransform by assigning to the event used for the folder a few more arguments for enabling opening their contents on the main folder page of the application instead of the summary page.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • FolderSummaryViewTransform

        public FolderSummaryViewTransform()
    • Method Detail

      • getEvent

        public WebEvent getEvent​(WebObjectInfo object)
        Based on the object type on the WebObjectInfo sent as parameter, it creates and initializes the corresponding WebEvent for having the object opened or run. Extends the original method by adding few more arguments to the event that takes care of EnumDSSXMLObjectTypes.DssXmlTypeFolder object types for being able to navigate them on the regular folder page on the application.
        Overrides:
        getEvent in class FolderViewTransform
        Parameters:
        object - a WebObjectInfo for which the "execution" event must be retrieved.
        Returns:
        the WebEvent corresponding to the object. Returns null if the user does not have enough privileges or the application does not support the event.