org.exoplatform.wiki.mow.api.content
Interface Link

All Superinterfaces:
ContentItem
All Known Implementing Classes:
WikiLink

public interface Link
extends ContentItem

Represents a link to another wiki page.

Version:
$Revision$

Method Summary
 String getAlias()
          Get the alias for the link (name to be displayed)
 String getTarget()
          get the UID of the target page
 Page getTargetPage()
          Get the page referenced by target
 
Methods inherited from interface org.exoplatform.wiki.mow.api.content.ContentItem
getChildren, getId, getText, setText
 

Method Detail

getAlias

String getAlias()
Get the alias for the link (name to be displayed)

Returns:

getTarget

String getTarget()
get the UID of the target page

Returns:

getTargetPage

Page getTargetPage()
Get the page referenced by target

Returns:


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.