Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.discussion |
Modifier and Type | Method and Description |
---|---|
TopicSoapDO |
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 unlike
createTopic , this method lets you set the attachment files and cc email values at creation time and returns a TopicSoapData Object |
TopicSoapDO |
DiscussionAppSoapStub.createTopic(String sessionId,
String forumId,
String title,
String message,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId,
String ccRecipients) |
TopicSoapDO |
DiscussionAppSoapMockStub.createTopic(String sessionId,
String forumId,
String title,
String message,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId,
String ccRecipients)
Simulate a call to createTopic
|
TopicSoapDO |
IDiscussionAppSoap.createTopic2(String sessionId,
String forumId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients)
Creates a new discussion topic within a specified forum but unlike
createTopic , this method lets you set the attachment files and cc email values at creation time and returns a TopicSoapData Object |
TopicSoapDO |
DiscussionAppSoapStub.createTopic2(String sessionId,
String forumId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients) |
TopicSoapDO |
DiscussionAppSoapMockStub.createTopic2(String sessionId,
String forumId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients)
Simulate a call to createTopic2
|
Copyright © 2016 CollabNet. All Rights Reserved.