public class

TasksList

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

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_TASKS
[Expand]
Inherited Constants
From class com.microstrategy.utils.config.AbstractConfigurationElementList
From class com.microstrategy.utils.config.AbstractConfigurationElement
Public Constructors
TasksList()
Class constructor.
Public Methods
void addTask(String taskRegisterAs, TaskInfo task)
void deleteAllTasks()
void deleteTask(String taskRegisterAs)
String getPrivileges()
TaskInfo getTask(String taskRegisterAs)
[Expand]
Inherited Methods
From class com.microstrategy.utils.config.AbstractConfigurationElementList
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.ConfigurationElementList
From interface com.microstrategy.utils.config.ConfigurationFile

Constants

public static final String NODE_TASKS

Constant Value: "tasks"

Public Constructors

public TasksList ()

Class constructor. Initializes a new -empty- instance of the TasksList class.

Public Methods

public void addTask (String taskRegisterAs, TaskInfo task)

public void deleteAllTasks ()

public void deleteTask (String taskRegisterAs)

public String getPrivileges ()

public TaskInfo getTask (String taskRegisterAs)