Package com.orchestranetworks.ui.view
Class UICustomViewContextFactory
java.lang.Object
com.orchestranetworks.ui.view.UICustomViewContextFactory
Provides factory method to create
UICustomViewContext objects.- Since:
- 6.2.2
-
Method Summary
Modifier and TypeMethodDescriptionstatic UICustomViewContextnewCustomViewContext(Repository aRepository, Session aSession) Creates a newUICustomViewContextobject allowing to retrieve the views defined in the specified repository.
-
Method Details
-
newCustomViewContext
Creates a newUICustomViewContextobject 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 isnull.
-