Interface RuleFinder

    • Method Detail

      • findByKey

        @CheckForNull
        Rule findByKey​(java.lang.String repositoryKey,
                       java.lang.String key)
      • findByKey

        @CheckForNull
        Rule findByKey​(RuleKey key)
      • find

        @CheckForNull
        Rule find​(RuleQuery query)
        Throws:
        java.lang.IllegalArgumentException - if more than one result
      • findAll

        java.util.Collection<Rule> findAll​(RuleQuery query)