Collaboration API Documentation

com.filenet.bso.api.collaboration.data
Class ReplyPostingInfo

java.lang.Object
  |
  +--com.filenet.bso.api.collaboration.data.PostingInfo
        |
        +--com.filenet.bso.api.collaboration.data.ReplyPostingInfo
All Implemented Interfaces:
java.io.Serializable

public class ReplyPostingInfo
extends PostingInfo
implements java.io.Serializable

The ReplyPostingInfo class is a collection of data used to create a reply posting to a discussion topic. A reply posting is created by constructing a ReplyPostingInfo object and adding it to the teamspace discussion forum container via it's addContainee() method.

See Also:
CollaborationFactory, Serialized Form

Constructor Summary
protected ReplyPostingInfo()
           
  ReplyPostingInfo(java.lang.String ownerID, java.lang.String subject, java.lang.String content, java.lang.String replyToPostingID)
          Constructs a new ReplyPostingInfo object with the specified values
 
Method Summary
 java.lang.String getPostingClass()
          Return the class name of the Content Engine reply posting object
 java.lang.String getReplyToPostingID()
          Returns the id of the posting this posting is a reply to, may be null.
 
Methods inherited from class com.filenet.bso.api.collaboration.data.PostingInfo
getContent, getPosterID, getSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyPostingInfo

protected ReplyPostingInfo()

ReplyPostingInfo

public ReplyPostingInfo(java.lang.String ownerID,
                        java.lang.String subject,
                        java.lang.String content,
                        java.lang.String replyToPostingID)
Constructs a new ReplyPostingInfo object with the specified values

Parameters:
ownerID - the LDAP SID of the member that will be granted CREATOR OWNER rights for this object

subject - an overview or short description of the reply

content - the posting details for the reply

replyToPostingID - the ID of the topic posting to which this posting replies
Method Detail

getReplyToPostingID

public java.lang.String getReplyToPostingID()
Returns the id of the posting this posting is a reply to, may be null.

Returns:
A String containing the posting reply id.

getPostingClass

public java.lang.String getPostingClass()
Return the class name of the Content Engine reply posting object

Overrides:
getPostingClass in class PostingInfo
Returns:
A String that contains the Content Engine class name for the posting object.

Collaboration API Documentation

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