Hi,
if the users role contains a role folder or
a workset the method INavigationNode.getShowType()
always returns the value 0 (i.e. INavigationConstants.TYPE_IVIEW).
For a role folder I would expect INavigationConstants.TYPE_Folder and for the workset
INavigationConstants.TYPE_WORKSET.
Am I wrong, or is this a portal bug?
Best regards,
Rüdiger
getShowType
public int getShowType()Retrieves a value indicating whether the node is to be launched in external window (SHOW_EXTERNAL) or in the portal framework page (SHOW_INPLACE). The constants are located in the INavigationConstants interafce.
Returns:
whether the node is to be launched in external window or in the portal framework page.
0 means inplace.
BR,
Oliver
Add a comment