Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.discussion |
Modifier and Type | Method and Description |
---|---|
PostSoapDO |
IDiscussionAppSoap.createPost(String sessionId,
String parentPostId,
String title,
String message,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId,
String ccRecipients)
Posts a new message to the discussion topic. with multiple file attachment support.
|
PostSoapDO |
DiscussionAppSoapStub.createPost(String sessionId,
String parentPostId,
String title,
String message,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId,
String ccRecipients) |
PostSoapDO |
DiscussionAppSoapMockStub.createPost(String sessionId,
String parentPostId,
String title,
String message,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId,
String ccRecipients)
Simulate a call to createPost
|
PostSoapDO |
IDiscussionAppSoap.createPost2(String sessionId,
String parentPostId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients)
Posts a new message to the discussion topic with multiple attachment support.
|
PostSoapDO |
DiscussionAppSoapStub.createPost2(String sessionId,
String parentPostId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients) |
PostSoapDO |
DiscussionAppSoapMockStub.createPost2(String sessionId,
String parentPostId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients)
Simulate a call to createPost2
|
Copyright © 2016 CollabNet. All Rights Reserved.