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.

See Also:
IDocumentManager

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 Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.