Fix usage of impl classes in BPMN & CMMN Model

XMLWordPrintable

    • Type: Task
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: bpmn model api
    • None

      Example:

      public interface PlanItemDefinition extends CmmnElement {
      DefaultControl getDefaultControl();
      void setDefaultControl(DefaultControl defaultControlImpl);

      DefaultControl is an anonymous implementationtype. Method should return PlanItemControl.

      Cf. SequenceFlow.getConditionExpression() in BPMN

            Assignee:
            Unassigned
            Reporter:
            Daniel Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: