| | Plumtree UI Infrastructure API | |
| OpenerLinks Members
|
OpenerLinks overview
Public Static Fields
Public Static Methods
 GetOpenerURL | Overloaded. Returns an URL that opens the specified object. If you do not specify the mode to open the object in, the default mode for that class will be used. Note that you need to provide both the QS name and value pair in the QSArgs argument (the extended GetOpenerURLXXX methods do this for you automatically). By default, the Application Base URL and User ID will be retrieved from the AS owner. If you want to use alternate values, or remove the User ID from the URL, you need to use the base GetOpenerURL method. See the base GetOpenerURL method for what else is added to the URL. |
 GetOpenerURLOpenAS | Overloaded. Returns an URL that opens the specified Activity Space. If you do not specify the mode to open the object in, the default mode for that class will be used. By default, the Application Base URL and User ID will be retrieved from the AS owner. If you want to use alternate values, or remove the User ID from the URL, you need to use the base GetOpenerURL method. Additionally, the ParentSpace Name and ID will also be placed onto the URL and these too will be retrieved from the AS. If you want to change the location of the Parent or remove it from the URL, you can use the overloaded method of the same name. |
 GetWindowName | Helper method to generate the window name based on the specified key. The key is generally a string that can uniquely identify the object you are opening the window for, such as the UUID, or the ClassID/ObjectID pair. |
Public Instance Constructors
Public Instance Methods
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Instance Methods
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
OpenerLinks Class | com.plumtree.uiinfrastructure.opener Namespace