Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.discussion |
Modifier and Type | Method and Description |
---|---|
PostSoapList |
IDiscussionAppSoap.findPosts(String sessionId,
String queryString,
String projectId,
boolean searchAttachments)
Finds a list of posts matching a search string.
|
PostSoapList |
DiscussionAppSoapStub.findPosts(String sessionId,
String queryString,
String projectId,
boolean searchAttachments) |
PostSoapList |
DiscussionAppSoapMockStub.findPosts(String sessionId,
String queryString,
String projectId,
boolean searchAttachments)
Simulate a call to findPosts
|
PostSoapList |
IDiscussionAppSoap.getPostList(String sessionId,
String topicId)
Returns a list of posts associated with a specified topic.
|
PostSoapList |
DiscussionAppSoapStub.getPostList(String sessionId,
String topicId) |
PostSoapList |
DiscussionAppSoapMockStub.getPostList(String sessionId,
String topicId)
Simulate a call to getPostList
|
Copyright © 2016 CollabNet. All Rights Reserved.