Class UICustomViewContextFactory

java.lang.Object
com.orchestranetworks.ui.view.UICustomViewContextFactory

public final class UICustomViewContextFactory extends Object
Provides factory method to create UICustomViewContext objects.
Since:
6.2.2
  • Method Details

    • newCustomViewContext

      public static UICustomViewContext newCustomViewContext(Repository aRepository, Session aSession)
      Creates a new UICustomViewContext object allowing to retrieve the views defined in the specified repository.

      The specified session is used to retrieve the views related to the associated user.

      Throws:
      IllegalArgumentException - if the specified repository or session is null.