Interface IManagingModel

    • Method Detail

      • getObjects

        Collection<Object> getObjects()
        Returns the collection of objects that is edited by the managing component.
        Returns:
        the collection of objects that is edited by the managing component, never null.
      • createRuleInput

        IRuleInput createRuleInput()
        Creates and returns a newly created rule input.
        Returns:
        IRuleInput instance, never null.