Class AggregatingTaskFactoryConfig

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationFile, java.lang.Cloneable

    public class AggregatingTaskFactoryConfig
    extends AbstractConfigurationElement
    THIS CLASS IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE CLASS IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT.
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • NODE_AGGREGATING_TASK_FACTORY

        public static final java.lang.String NODE_AGGREGATING_TASK_FACTORY
        See Also:
        Constant Field Values
    • Constructor Detail

      • AggregatingTaskFactoryConfig

        public AggregatingTaskFactoryConfig()
        Creates a new AggregatingTaskFactoryConfig object.
    • Method Detail

      • 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.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
      • getDTDFileName

        protected java.lang.String getDTDFileName()
        Description copied from class: AbstractConfigurationElement
        Returns the name of a DTD file that will be added as SystemID to the XML resulting from serializing the contents of this ConfigurationElement into a file; null by default. This method should be extended if the concrete instance of an element has a predefined DTD file associated.
        Overrides:
        getDTDFileName in class AbstractConfigurationElement