Class TaskFactoryInfo

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

    public class TaskFactoryInfo
    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

      • TaskFactoryInfo

        public TaskFactoryInfo()
    • Method Detail

      • getFactoryClass

        public java.lang.String getFactoryClass()
      • setFactoryClass

        public void setFactoryClass​(java.lang.String className)
      • getFactoryName

        public java.lang.String getFactoryName()
      • setFactoryName

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