com.webmethods.bpm.noodle
Interface IUserTabSetService


public interface IUserTabSetService


Method Summary
 IUserTabSet getTabSet()
          Gets the default IUserTabSet for the current user
 IUserTabSet getTabSet(String tabSetName)
          Deprecated.  
 String processRequest()
          Process the current browser request, setting the active tab or creating a new tab to in which to view the request URL.
 

Method Detail

getTabSet

IUserTabSet getTabSet()
                      throws Exception
Gets the default IUserTabSet for the current user

Returns:
Returns the IUserTabSet for the current user
Throws:
Exception

getTabSet

IUserTabSet getTabSet(String tabSetName)
                      throws Exception
Deprecated. 

Gets the specific UserTabSet for the current user

Parameters:
tabSetName - Specifies the name of the tab set to load for the user.
Returns:
a IUserTabSet instance
Throws:
Exception

processRequest

String processRequest()
                      throws Exception
Process the current browser request, setting the active tab or creating a new tab to in which to view the request URL.

Returns:
Returns the URI to redirect to after processing
Throws:
Exception