Package com.webmethods.bpm.noodle
Interface IUserTabSetService
public interface IUserTabSetService
-
Method Summary
Modifier and TypeMethodDescriptionGets the default IUserTabSet for the current userDeprecated.boolean
isTabExists
(String requestURI) Process the current browser request, setting the active tab or creating a new tab to in which to view the request URL.
-
Method Details
-
getTabSet
Gets the default IUserTabSet for the current user- Returns:
- Returns the IUserTabSet for the current user
- Throws:
Exception
-
getTabSet
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
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
-
isTabExists
- Throws:
Exception
-