Interface SearchContext


public interface SearchContext
  • Method Details

    • getSearchTerm

      String getSearchTerm()
      Returns:
      the search term
    • getAnnotationData

      String getAnnotationData()
      Returns:
      the annotation data
    • getProperty

      PropertyValue getProperty(PropertyDescriptor property)
      Parameters:
      property - to get value of
      Returns:
      a PropertyValue that encapsulates the value configured for the given PropertyDescriptor
    • getProperties

      Map<PropertyDescriptor,String> getProperties()
      Returns:
      a Map of all configured Properties