Uses of Class
com.collabnet.ce.soap60.webservices.discussion.PostSoapDO
-
Packages that use PostSoapDO Package Description com.collabnet.ce.soap60.webservices.discussion -
-
Uses of PostSoapDO in com.collabnet.ce.soap60.webservices.discussion
Methods in com.collabnet.ce.soap60.webservices.discussion that return PostSoapDO Modifier and Type Method Description PostSoapDODiscussionAppSoap. 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.PostSoapDODiscussionAppSoapMockStub. createPost(String sessionId, String parentPostId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients)Simulate a call to createPostPostSoapDODiscussionAppSoapStub. createPost(String sessionId, String parentPostId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients)PostSoapDOIDiscussionAppSoap. 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.PostSoapDODiscussionAppSoap. 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.PostSoapDODiscussionAppSoapMockStub. createPost2(String sessionId, String parentPostId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients)Simulate a call to createPost2PostSoapDODiscussionAppSoapStub. createPost2(String sessionId, String parentPostId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients)PostSoapDOIDiscussionAppSoap. 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.
-