com.filenet.bso.api.collaboration
Interface ReplyPosting
- All Superinterfaces:
- CollaborationObject, PersistentBaseObject, Posting
- public interface ReplyPosting
- extends Posting
Classes that implement the ReplyPosting
interface represent a reply to a posting on a discussion topic.
Field Summary |
static java.lang.String[] |
PROPERTIES
|
static java.lang.String |
REPLYTO_SYMNAME
Value of "ReplyTo"; Content Engine property. |
Methods inherited from interface com.filenet.bso.api.collaboration.Posting |
forumIsClosed, getContent, getForum, getPosterID, getPosterInfo, getReplies, getRepliesXML, getSubject, getTeamspace, getTextSummary, hasMoreText, isClosed, replyTo, topicIsClosed |
REPLYTO_SYMNAME
public static final java.lang.String REPLYTO_SYMNAME
- Value of "ReplyTo"; Content Engine property.
PROPERTIES
public static final java.lang.String[] PROPERTIES
getReplyTo
public Posting getReplyTo()
- Get the posting to which this posting replies.
- Returns:
- The posting object to which this posting replies.
getTopic
public TopicPosting getTopic()
- Get the
TopicPosting
to which this reply posting belongs.
- Returns:
- The topic to which this reply posting belongs.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.