Interface Link
-
- All Superinterfaces:
ContentItem
public interface Link extends ContentItem
Represents a link to another wiki page.- Version:
- $Revision$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()Get the alias for the link (name to be displayed)StringgetTarget()get the UID of the target pagePagegetTargetPage()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:
- alias
-
getTarget
String getTarget()
get the UID of the target page- Returns:
- Target of the link
-
getTargetPage
Page getTargetPage()
Get the page referenced by target- Returns:
- the page referenced by target
-
-