Collaboration API Documentation

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

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

public class TopicPostingInfo
extends PostingInfo
implements java.io.Serializable

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

See Also:
CollaborationFactory, Serialized Form

Constructor Summary
protected TopicPostingInfo()
           
  TopicPostingInfo(java.lang.String ownerID, java.lang.String subject, java.lang.String content)
          Constructs a new TopicPostingInfo object with the specified values
 
Method Summary
 java.lang.String getPostingClass()
          Return the class name of the Content Engine topic posting object
 
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

TopicPostingInfo

protected TopicPostingInfo()

TopicPostingInfo

public TopicPostingInfo(java.lang.String ownerID,
                        java.lang.String subject,
                        java.lang.String content)
Constructs a new TopicPostingInfo 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 topic

content - the initial posting details for the topic
Method Detail

getPostingClass

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

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

Collaboration API Documentation

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