Interface Trigger

    • Method Detail

      • activatesOn

        boolean activatesOn​(SearchTransaction searchTransaction)
        Parameters:
        searchTransaction - Current search transaction
        Returns:
        true if this trigger should activate on the given searchTransaction, and false otherwise.
      • configure

        void configure​(Configurer configurer)
        Perform any configuration required (e.g. autowiring beans needed by the Trigger).
      • queryToMatchAgainst

        static java.lang.String queryToMatchAgainst​(SearchTransaction searchTransaction)
        Reads FrontEnd.ModernUi.Curator.QUERY_PARAMETER_PATTERN, finds matching input parameters and returns a single query for matching against. Values from each param are separated by a single space, and the values are ordered based on the Java String sort order of the keys.