Uses of Class
wt.workflow.forum.Discussion

Packages that use Discussion
com.ptc.netmarkets.forumPosting   
com.ptc.netmarkets.subscription   
wt.workflow.forum   
 

Uses of Discussion in com.ptc.netmarkets.forumPosting
 

Methods in com.ptc.netmarkets.forumPosting with parameters of type Discussion
private static NmHTMLTreeNode StandardNmPostingService.setNodeContext(NmHTMLTreeNode contextNode, Discussion discussion)
           
private  NmObject StandardNmPostingService.getNmPostingParent(Discussion p)
           
 

Uses of Discussion in com.ptc.netmarkets.subscription
 

Methods in com.ptc.netmarkets.subscription with parameters of type Discussion
private  WTContainerRef StandardNmSubscriptionService.getForumProject(Discussion discussion)
          returns the project that the forum belongs to.
private  Object StandardNmSubscriptionService.getForumSubject(Discussion forum)
           
 

Uses of Discussion in wt.workflow.forum
 

Subclasses of Discussion in wt.workflow.forum
 class DiscussionForum
          A DiscussionForum is a container of discussions/comments on a business object.
 class DiscussionPosting
          DiscussionPosting represents the actual conversations on a given topic.
 class DiscussionTopic
          A DiscussionTopic is a subject/header in a forum under which comments/postings can be made.
 

Methods in wt.workflow.forum with parameters of type Discussion
 Enumeration StandardForumService.getTopics(Discussion parent)
          Retrieves all the topics that are part of the given discussion.
 Enumeration StandardForumService.getPostings(Discussion parent)
          Retrieves all the postings that are part of the given Discussion.
 Forum StandardForumService.findForum(Discussion discussion)
          

Supported API: false
 HashMap StandardForumService.getChildDiscussions(Discussion discussion, boolean attachments)
          Returns all objects that have the container as their parent object.
static WTReference ForumUtil.getSubject(Discussion obj, boolean verbose)
           
 Enumeration ForumServiceFwd.getTopics(Discussion parent)
          Retrieves all the topics that are part of the given discussion.
 Enumeration ForumServiceFwd.getPostings(Discussion parent)
          Retrieves all the postings that are part of the given Discussion.
 Forum ForumServiceFwd.findForum(Discussion discussion)
          

Supported API: false
 HashMap ForumServiceFwd.getChildDiscussions(Discussion discussion, boolean attachments)
          Returns all objects that have the container as their parent object.
 Enumeration ForumService.getTopics(Discussion parent)
          Retrieves all the topics that are part of the given discussion.
 Enumeration ForumService.getPostings(Discussion parent)
          Retrieves all the postings that are part of the given Discussion.
 Forum ForumService.findForum(Discussion discussion)
          

Supported API: false
 HashMap ForumService.getChildDiscussions(Discussion discussion, boolean attachments)
          Returns all objects that have the container as their parent object.
static DiscussionTopic DiscussionTopic.newDiscussionTopic(String topicName, Discussion parent)
          Creates a new DiscussionTopic with the given name and sets the parent as the given Discussion.
protected  void DiscussionTopic.initialize(String topicName, Discussion parent)
          Supports initialization, following construction of an instance.
static DiscussionPosting DiscussionPosting.newDiscussionPosting(String sub, String msg, Discussion parent)
          Creates a new DiscussionPosting and sets the subject and message to the given Strings respectively and sets the parent to the given Discussion.
protected  void DiscussionPosting.initialize(String sub, String msg, Discussion parent)
          Supports initialization, following construction of an instance.
private  void DiscussionForumTemplateHandlerDelegate.createSubstructure(NodeList list, Discussion parent, Document doc)
          method used to recursively instantiate topics or postings defined in a DOM tree of an XML structure
protected  boolean Discussion.readVersion(Discussion thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 Enumeration StandardForumService.getTopics(Discussion parent)
          Retrieves all the topics that are part of the given discussion.
 Enumeration StandardForumService.getPostings(Discussion parent)
          Retrieves all the postings that are part of the given Discussion.
 Forum StandardForumService.findForum(Discussion discussion)
          

Supported API: false
 HashMap StandardForumService.getChildDiscussions(Discussion discussion, boolean attachments)
          Returns all objects that have the container as their parent object.
static WTReference ForumUtil.getSubject(Discussion obj, boolean verbose)
           
 Enumeration ForumServiceFwd.getTopics(Discussion parent)
          Retrieves all the topics that are part of the given discussion.
 Enumeration ForumServiceFwd.getPostings(Discussion parent)
          Retrieves all the postings that are part of the given Discussion.
 Forum ForumServiceFwd.findForum(Discussion discussion)
          

Supported API: false
 HashMap ForumServiceFwd.getChildDiscussions(Discussion discussion, boolean attachments)
          Returns all objects that have the container as their parent object.
 Enumeration ForumService.getTopics(Discussion parent)
          Retrieves all the topics that are part of the given discussion.
 Enumeration ForumService.getPostings(Discussion parent)
          Retrieves all the postings that are part of the given Discussion.
 Forum ForumService.findForum(Discussion discussion)
          

Supported API: false
 HashMap ForumService.getChildDiscussions(Discussion discussion, boolean attachments)
          Returns all objects that have the container as their parent object.
static DiscussionTopic DiscussionTopic.newDiscussionTopic(String topicName, Discussion parent)
          Creates a new DiscussionTopic with the given name and sets the parent as the given Discussion.
protected  void DiscussionTopic.initialize(String topicName, Discussion parent)
          Supports initialization, following construction of an instance.
static DiscussionPosting DiscussionPosting.newDiscussionPosting(String sub, String msg, Discussion parent)
          Creates a new DiscussionPosting and sets the subject and message to the given Strings respectively and sets the parent to the given Discussion.
protected  void DiscussionPosting.initialize(String sub, String msg, Discussion parent)
          Supports initialization, following construction of an instance.
private  void DiscussionForumTemplateHandlerDelegate.createSubstructure(NodeList list, Discussion parent, Document doc)
          method used to recursively instantiate topics or postings defined in a DOM tree of an XML structure
protected  boolean Discussion.readVersion(Discussion thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.