Interface IssuesView

  • All Superinterfaces:
    View

    public interface IssuesView
    extends View
    IssuesView represents the state of the internal Solibri Issues View that is ready-made in the software.
    Since:
    9.12.0
    • Method Detail

      • getAllSlides

        Collection<Slide> getAllSlides()
        Returns all the issues in this view.
        Returns:
        all issues
        Since:
        9.12.0
      • getSelectedSlides

        Collection<Slide> getSelectedSlides()
        Returns all the selected issues in this view.
        Returns:
        the selected issues
        Since:
        9.12.0
      • getMarkedSlides

        Collection<Slide> getMarkedSlides()
        Returns all the marked issues in this view.
        Returns:
        the marked issues
        Since:
        9.12.0