Collaboration API Documentation

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.
 
Fields inherited from interface com.filenet.bso.api.collaboration.Posting
COLLABORATION_TYPE_SYMNAME, FORUM_SYMNAME, MEMBERSHIPMANAGEDSECURITY_SYMNAME, MORETEXT_SYMNAME, PARENT_SYMNAME, POSTERID_SYMNAME, SECURITYOWNERID_SYMNAME, SUBJECT_SYMNAME, TEAMSPACE_SYMNAME, TEXTSUMMARY_SYMNAME
 
Method Summary
 Posting getReplyTo()
          Get the posting to which this posting replies.
 TopicPosting getTopic()
          Get the TopicPosting to which this reply posting belongs.
 
Methods inherited from interface com.filenet.bso.api.collaboration.Posting
forumIsClosed, getContent, getForum, getPosterID, getPosterInfo, getReplies, getRepliesXML, getSubject, getTeamspace, getTextSummary, hasMoreText, isClosed, replyTo, topicIsClosed
 
Methods inherited from interface com.filenet.bso.api.collaboration.CollaborationObject
getSymbolicName, getType
 
Methods inherited from interface com.filenet.bso.api.collaboration.PersistentBaseObject
getBaseObject, getID, getObjectStore, getProperties, isMembershipManagedSecurity, isOwner, refresh, setProperties
 

Field Detail

REPLYTO_SYMNAME

public static final java.lang.String REPLYTO_SYMNAME
Value of "ReplyTo"; Content Engine property.

PROPERTIES

public static final java.lang.String[] PROPERTIES
Method Detail

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.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.