Class EventList

    • Constructor Detail

      • EventList

        public EventList()
      • EventList

        public EventList​(org.w3c.dom.Node root)
        Class constructor. Creates a new instance of the EventFlagList, initializing it with the information provided on an xml Node.
        Parameters:
        root - Node instance representing the different exportformats information.
      • EventList

        public EventList​(org.w3c.dom.Document doc)
        Class constructor. Creates a new instance of the EventFlagList, initializing it with the information provided on an xml Document.
        Parameters:
        doc - DOM Document with information to initialize this class
    • Method Detail

      • setID

        public void setID​(int id)
      • getID

        public int getID()
      • getEventArguments

        public HashList getEventArguments()
        Get the list of event arguments
        Returns:
        arguments list of arguments associated with this link
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Overrides:
        getKeyAttribute in class AbstractConfigurationElementList
        Since:
        MicroStrategy Web 9.0.0
      • getUpdateFilterInfo

        public UpdateFilterInfo getUpdateFilterInfo()
        Since:
        MicroStrategy Web 9.0.0