Package lumis.search

Interface IAttributeSetReader

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAttributeValues​(java.lang.String attributeName)
      Deprecated.
      Returns all the values related to the attribute named as specified.
      boolean hasAttribute​(java.lang.String attributeName)
      Deprecated.
      Checks if the attribute set contains at least one attribute with the specified name.
    • Method Detail

      • hasAttribute

        boolean hasAttribute​(java.lang.String attributeName)
        Deprecated.
        Checks if the attribute set contains at least one attribute with the specified name.
        Parameters:
        attributeName - name of the attribute.
        Returns:
        true if at least one attribute with the provided name was found.
        Since:
        4.0.4
      • getAttributeValues

        java.util.List<java.lang.String> getAttributeValues​(java.lang.String attributeName)
        Deprecated.
        Returns all the values related to the attribute named as specified.
        Parameters:
        attributeName - name of the attribute.
        Returns:
        all values related to the specified attribute name, or an empty List if there is no value to return.
        Since:
        4.0.4