Jive API (3.0.13) Core Javadocs

com.jivesoftware.community
Interface UserAuthoredObject

All Known Subinterfaces:
Announcement, Blog, BlogPost, Comment, Document, ForumMessage, ForumThread, JiveContentObject, Media, Poll, PrivateMessage, Trackback, VersionableContentObject, Video

public interface UserAuthoredObject

A base object that most content objects in Jive SBS implement.


Method Summary
 JiveIterator<User> getAuthors()
          Returns all users who have contributed to the object, including the object creator, or those who can contribute.
 User getUser()
          Returns the user who authored of the jive object.
 

Method Detail

getUser

User getUser()
Returns the user who authored of the jive object.

Returns:
the author of the jive object.

getAuthors

JiveIterator<User> getAuthors()
Returns all users who have contributed to the object, including the object creator, or those who can contribute.

Returns:

Jive Product Page

Copyright © 1999-2007 Jive Software.