Interface ISearchMetaData


  • public interface ISearchMetaData

    An interface describing search metadata for a flow or block.

    • Method Detail

      • getPrimaryCategory

        String getPrimaryCategory()

        Return the search object's primary category, null if none. Free-form.

        Returns:
        primary category, null if none
      • getSecondaryCategories

        String[] getSecondaryCategories()

        Return the search object's secondary categories, null if none. Free-form.

        Returns:
        secondary categories, null if none
      • getKeywords

        String[] getKeywords()

        Return the search object's set of search keywords, null if none. Free-form.

        Returns:
        keywords, null if none