public class

AggregatingTaskFactoryConfig

extends AbstractConfigurationElement
java.lang.Object
   ↳ com.microstrategy.utils.config.AbstractConfigurationElement
     ↳ com.microstrategy.web.tasks.config.AggregatingTaskFactoryConfig

Class Overview

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.

Summary

Constants
String NODE_AGGREGATING_TASK_FACTORY
[Expand]
Inherited Constants
From class com.microstrategy.utils.config.AbstractConfigurationElement
Public Constructors
AggregatingTaskFactoryConfig()
Creates a new AggregatingTaskFactoryConfig object.
Public Methods
TaskFactoryList getTaskFactories()
TasksList getTasksList()
Protected Methods
String getDTDFileName()
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.
String getKeyAttribute()
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.
[Expand]
Inherited Methods
From class com.microstrategy.utils.config.AbstractConfigurationElement
From class java.lang.Object
From interface com.microstrategy.utils.config.ConfigurationElement
From interface com.microstrategy.utils.config.ConfigurationFile

Constants

public static final String NODE_AGGREGATING_TASK_FACTORY

Constant Value: "aggregatingTaskFactory"

Public Constructors

public AggregatingTaskFactoryConfig ()

Creates a new AggregatingTaskFactoryConfig object.

Public Methods

public TaskFactoryList getTaskFactories ()

Returns

public TasksList getTasksList ()

Returns

Protected Methods

protected String getDTDFileName ()

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.

protected String getKeyAttribute ()

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.