PortalView Interface
- public interface PortalView
extends CategoryView
"Views" are deep copy immutable objects. Unlike "Definitions" and "Instances" Views cannot be modified by the developer.
A Instance or a Definition however can always be obtained from the view. The persistence APIs provides course grain
and fine grain getters but only fine grain setters. If you are interested in an object and all its children then
retrieve the View, if you are only interested in the immediate object and don't care about its children then retrieve the
Definition.
View class for a portal. Since the Portal view can contain many desktop views. Retrieving a portal view can be very
expensive.
Related Topics
View
-
All Superinterfaces
-
CategoryView, Serializable, View
getContentUri() Method
public String getContentUri()
Returns the contentUri associated with this
view. If only the portal is requested in the URL (i.e. no desktop path) then the user is forwared to
this url. This url can be a JSP that could list a set of links to all the desktop under this portal
or could forward the user to a default desktop.
Returns
contentUri
getDesktopViews() Method
public DesktopView[] getDesktopViews()
Returns an array of DesktopViews contained in this
PortalView.
Returns
- an array of
DesktopViews
getPortalPath() Method
public PortalPath getPortalPath()
Returns the PortalPath associated with this
view. The portal path represents the partial URL string to acess theis portal or desktop.
Returns
PortalPath
getwebAppName() Method
public String getwebAppName()
Returns the webAppName associated with this
view.
Returns
webAppName