Class QuickSearchTag

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class QuickSearchTag
    extends AbstractNoBodyTag
    QuickSearchTag.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Constructor Summary

      Constructors 
      Constructor Description
      QuickSearchTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AbstractNoBodyTagHelper getHelper()
      Method for retrieving the helper associated with the tag.
      void setObjectTypes​(java.lang.String value)
      Sets the list of object-types used for searching.
      void setRootFolderId​(java.lang.String value)
      Sets the id of the folder to be used as root for searching.
      void setSysFolder​(java.lang.String value)
      Sets the system folder name as defined in EnumDSSXMLFolderNames to be used as root for searching.
      • Methods inherited from class javax.servlet.jsp.tagext.TagSupport

        doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QuickSearchTag

        public QuickSearchTag()
    • Method Detail

      • setObjectTypes

        public void setObjectTypes​(java.lang.String value)
        Sets the list of object-types used for searching. This must be a comma separated list of object-types. Valid object types are those from the EnumDSSXMLObjectSubTypes or EnumDSSXMLObjectTypes enumerations.
        Since:
        MicroStrategy Web 9.0.0
      • setRootFolderId

        public void setRootFolderId​(java.lang.String value)
        Sets the id of the folder to be used as root for searching. This must be a valid id of a folder existing in the md.
        Since:
        MicroStrategy Web 9.0.0
      • setSysFolder

        public void setSysFolder​(java.lang.String value)
        Sets the system folder name as defined in EnumDSSXMLFolderNames to be used as root for searching. When a non-system folder should be used, this value must be set to "0". Assigning any other value will clear the root folder id parameter.
        Since:
        MicroStrategy Web 9.0.0