Interface WithPermanentLink
-
- All Known Implementing Classes:
CalendarEvent
,CalendarEventOccurrence
,ComponentInst
,NodeDetail
,PublicationDetail
,QuestionContainerHeader
,SpaceInst
,TickerItem
public interface WithPermanentLink
An interface to indicate that a resource or a contribution can be accessed by a permanent link. All resources or contributions that can have a permanent link to represent them should implement this interface. A permanent link is a URI that refers uniquely a resource or a contribution whatever its location in Silverpeas; the resource or the contribution can be moved, its permanent link will don't change anyway, made it ideal to be shared to others users.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPermalink()
-
-
-
Method Detail
-
getPermalink
String getPermalink()
-
-