ProcessDefinitionQuery should not break the builder contract

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.14.0
    • Component/s: None

      The `ProcessDefinitionQuery` is a fluent builder, but the `processDefinitionKeysIn` method is returning the wrong type:

       

       

      /**
       * Only select process definition with the given key.
       */
       ProcessDefinitionQuery processDefinitionKey(String processDefinitionKey);
      /**
       * Only select process definitions with the given keys
       */
       ProcessDefinitionQueryImpl processDefinitionKeysIn(String... processDefinitionKeys);
       
      

       

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Scott Ghidiu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: