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: $
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.