Interface Searchable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String[] getSearchStrings()
      This method gets called to get all the String to search in (typically the String attribute of the Storable).
    • Method Detail

      • getSearchStrings

        java.lang.String[] getSearchStrings()
        This method gets called to get all the String to search in (typically the String attribute of the Storable). If one of those String match the query, this Storable is added in the result set.
        Returns:
        an array of String corresponding to this object.