com.xpn.xwiki.plugin.workspacesmanager.stories
Interface Story

All Known Implementing Classes:
StoryImpl

public interface Story

A story interface that represent an event that occured on a space. Is intended to be used for notifications and spaces activity streams.

Version:
$Id: $

Method Summary
 java.lang.String getApplicationName()
           
 java.lang.String getApplicationURL()
           
 java.util.Date getDate()
           
 java.lang.String getLastAuthor()
           
 java.lang.String getTitle()
           
 java.lang.String getURL()
           
 java.lang.String getVersionComment()
           
 boolean hasVersionComment()
           
 

Method Detail

getTitle

java.lang.String getTitle()

getURL

java.lang.String getURL()

getApplicationName

java.lang.String getApplicationName()

getApplicationURL

java.lang.String getApplicationURL()

getLastAuthor

java.lang.String getLastAuthor()

getDate

java.util.Date getDate()

getVersionComment

java.lang.String getVersionComment()

hasVersionComment

boolean hasVersionComment()


Copyright © 2004-2008 XWiki. All Rights Reserved.