Plumtree Portal UI  
 

IPTClassTypeDesc.GetRedirectViewObject Method 

This method is called by the Common Opener in the view mode. Depending on what class type you are dealing with, the Common Opener will invoke the correct implemented method. Some class types may need to override this so that they can put additional control arguments in.

Redirect GetRedirectViewObject(
   IFriendlyURLParser _fURLParser,
   AActivitySpace _asParent,
   object _userSession
);

Parameters

_fURLParser
contains the URL path.
_asParent
The parent activity space.
_userSession
The current session.

Return Value

A redirect that will bring you to the view activity space for the particular class/object.

Exceptions

Exception Type Condition
An exception is thrown if the object to be viewed cannot be determined.

See Also

IPTClassTypeDesc Interface | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace