Uiinfrastructure API Docs  
 

com.plumtree.uiinfrastructure.opener Namespace

Namespace hierarchy

Classes

Class Description
BaseOpenerAS This AActivitySpace enables client programmers to easily and generically open objects in the Plumtree system.
BaseOpenerControl This control redirects to the appropriate editor, file, etc.
IOpenerConstants Constants for use by the Common Opener.
OpenerLinks This helper object enables client programmers to easily and generically open objects throughout the system.
RedirectData This object is used to encapsulate the destination information for the Common Opener. The destination can be a redirect (allowing us to go to Activity Spaces), or there can be information in the QS arguments. Plugins can use the QS information to perform different actions, such as converting a UUID into a ClassID/ObjectID pair. This object also has a method that allows the Plugin process to be ended prematurely (if multiple Plugins are installed).

Interfaces

Interface Description
IOpenerPlugins Interface that needs to be implemented when creating an OpenerPlugin. Plugins are run at the beginning of the Common Opener processing, allowing one to interpret the Querystring arguments and act accordingly.