Uiinfrastructure API Docs  
 

ILink Members

ILink overview

Public Instance Methods

AddControlArgumentOverloaded. This method allows you to add a control argument to the HTML URL. Do not use this method to set arguments that already have their own methods, such as sub-space key, display page, and control. For HTTP URLs, strValue should be automatically URL encoded. The behavior when arguments are added with the same name is undefined. Sometimes it will overwrite the first name/value pair, and sometimes it will append the second name/value pair after the first. Arguments should not be added twice.
SetControl 
SetDisplayPage 
SetLinkCreateNewSpace This method creates a brand new AActivitySpace.
SetLinkGetCachedSpace This method takes a specific space and returns a link to that (including space ID).
SetLinkGetSpaceIfCached This method gets a named AActivitySpace from the cache if it is there, or creates a new one if it is not in the cache. This method should be used to get common AActivitySpaces such as MyPage and Community, not minor spaces like Tree and Editors. The SetLinkGetCachedSpace(AActivitySpace) should be used instead of this one when you can.
SetLinkToExternalURL 
SetSubSpaceKey This method sets the sub space key. If this is not called, or is empty, the space will not be a sub-space. Otherwise it will be. The sub-space key is different from the space ID.

See Also

ILink Interface | com.plumtree.uiinfrastructure.activityspace Namespace