Uses of Class
com.collabnet.ce.soap60.webservices.discussion.TopicSoapDO
Packages that use TopicSoapDO
-
Uses of TopicSoapDO in com.collabnet.ce.soap60.webservices.discussion
Methods in com.collabnet.ce.soap60.webservices.discussion that return TopicSoapDOModifier and TypeMethodDescriptionDiscussionAppSoap.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 ObjectDiscussionAppSoapMockStub.createTopic
(String sessionId, String forumId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients) Simulate a call to createTopicDiscussionAppSoapStub.createTopic
(String sessionId, String forumId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients) IDiscussionAppSoap.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
DiscussionAppSoap.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 ObjectDiscussionAppSoapMockStub.createTopic2
(String sessionId, String forumId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients) Simulate a call to createTopic2DiscussionAppSoapStub.createTopic2
(String sessionId, String forumId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients) IDiscussionAppSoap.createTopic2
(String sessionId, String forumId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients) Creates a new discussion topic within a specified forum but unlikecreateTopic