java.lang.Object | |
↳ | com.microstrategy.web.app.tasks.BeanTaskInfo |
This class contains information about the bean task: its name, its file, its fully qualified base class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BeanTaskInfo()
Creates a new BeanTaskInfo object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getFilePath()
Returns the File path associated with this object.
| ||||||||||
String |
getTaskFQCN()
Returns the fully qualified class name to use as the base class for this task.
| ||||||||||
String |
getTaskID()
Returns the ID of the task to use for this file.
| ||||||||||
WebPrivilegesExpression | getTaskPrivileges() | ||||||||||
boolean |
isAdminTask()
Returns whether this task is an administrative task.
| ||||||||||
boolean |
isTask()
Returns whether this file represents a bean task configuration file.
| ||||||||||
void |
setFilePath(String filepath)
Sets the File name associated with this object.
| ||||||||||
void |
setIsAdminTask(boolean isAdminTask)
Sets whether this task is an administrative task.
| ||||||||||
void |
setIsTask(boolean isTask)
Sets whether this file represents a bean task configuration file.
| ||||||||||
void |
setTaskFQCN(String fqcn)
Sets the fully qualified class name to use as the base class for this task.
| ||||||||||
void |
setTaskID(String taskID)
Sets the ID of the task to use for this file.
| ||||||||||
void | setTaskPrivileges(String privilegesString) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new BeanTaskInfo object.
Returns the File path associated with this object.
Returns the fully qualified class name to use as the base class for this task.
Returns the ID of the task to use for this file.
Returns whether this task is an administrative task.
Returns whether this file represents a bean task configuration file.
Sets the File name associated with this object.
filepath | The file path associated with this object. This path is either relative or absolute if this file exist in customization folder only |
---|
Sets whether this task is an administrative task.
isAdminTask | Whether this task is an administrative task. |
---|
Sets whether this file represents a bean task configuration file.
isTask | Whether this file represents a bean task configuration file. |
---|
Sets the fully qualified class name to use as the base class for this task.
fqcn | The fully qualified class name to use as the base class for this task. |
---|
Sets the ID of the task to use for this file.
taskID | The ID of the task to use for this file. |
---|