com.plumtree.remote.prc
Interface IWebLinkDocument

All Superinterfaces:
IDocument

public interface IWebLinkDocument
extends IDocument

Interface that represents a newly-created Web link document. A Web link document object can be obtained from the IDocumentManager interface.


Method Summary
 java.lang.String getLink()
          Gets the link to the Web document (must be a URL).
 
Methods inherited from interface com.plumtree.remote.prc.IDocument
getDataSourceID, getID, getLanguage, getParentFolderID, save, setLanguage, setOverrideDescription, setOverrideName
 

Method Detail

getLink

public java.lang.String getLink()
Gets the link to the Web document (must be a URL).

Returns:
the link for this document


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.