Uses of Class
com.collabnet.ce.soap60.webservices.discussion.TopicSoapDO
-
Packages that use TopicSoapDO Package Description com.collabnet.ce.soap60.webservices.discussion -
-
Uses of TopicSoapDO in com.collabnet.ce.soap60.webservices.discussion
Methods in com.collabnet.ce.soap60.webservices.discussion that return TopicSoapDO Modifier and Type Method Description TopicSoapDODiscussionAppSoap. createTopic(String sessionId, String forumId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients)Creates a new discussion topic within a specified forum but unlikecreateTopic, this method lets you set the attachment files and cc email values at creation time and returns a TopicSoapData ObjectTopicSoapDODiscussionAppSoapMockStub. createTopic(String sessionId, String forumId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients)Simulate a call to createTopicTopicSoapDODiscussionAppSoapStub. createTopic(String sessionId, String forumId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients)TopicSoapDOIDiscussionAppSoap. createTopic(String sessionId, String forumId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients)Creates a new discussion topic within a specified forum but unlikecreateTopicTopicSoapDODiscussionAppSoap. createTopic2(String sessionId, String forumId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients)Creates a new discussion topic within a specified forum but unlikecreateTopic, this method lets you set the attachment files and cc email values at creation time and returns a TopicSoapData ObjectTopicSoapDODiscussionAppSoapMockStub. createTopic2(String sessionId, String forumId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients)Simulate a call to createTopic2TopicSoapDODiscussionAppSoapStub. createTopic2(String sessionId, String forumId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients)TopicSoapDOIDiscussionAppSoap. createTopic2(String sessionId, String forumId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients)Creates a new discussion topic within a specified forum but unlikecreateTopic
-