public class

TaskInfo

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

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_TASK
[Expand]
Inherited Constants
From class com.microstrategy.utils.config.AbstractConfigurationElement
Public Constructors
TaskInfo()
Class constructor.
Public Methods
String getParentPrivileges()
String getPrivileges()
WebPrivilegesExpression getPrivilegesExpression()
String getRegisterAs()
String getTaskClass()
boolean isAdminTask()
void setAdminTask(boolean value)
void setPrivileges(String value)
void setRegisterAs(String registerAs)
void setTaskClass(String className)
Protected Methods
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_TASK

Constant Value: "task"

Public Constructors

public TaskInfo ()

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

Public Methods

public String getParentPrivileges ()

public String getPrivileges ()

public WebPrivilegesExpression getPrivilegesExpression ()

public String getRegisterAs ()

public String getTaskClass ()

public boolean isAdminTask ()

public void setAdminTask (boolean value)

public void setPrivileges (String value)

public void setRegisterAs (String registerAs)

public void setTaskClass (String className)

Protected Methods

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.