Class TaskInfo

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

    public class TaskInfo
    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
    • Constructor Detail

      • TaskInfo

        public TaskInfo()
        Class constructor. Initializes a new -empty- instance of the TaskInfo class.
    • Method Detail

      • getRegisterAs

        public java.lang.String getRegisterAs()
      • setRegisterAs

        public void setRegisterAs​(java.lang.String registerAs)
      • getTaskClass

        public java.lang.String getTaskClass()
      • setTaskClass

        public void setTaskClass​(java.lang.String className)
      • isAdminTask

        public boolean isAdminTask()
      • setAdminTask

        public void setAdminTask​(boolean value)
      • getParentPrivileges

        public java.lang.String getParentPrivileges()
      • getPrivileges

        public java.lang.String getPrivileges()
      • setPrivileges

        public void setPrivileges​(java.lang.String value)
      • 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