Uses of Class
com.collabnet.ce.soap60.webservices.discussion.PostSoapList
-
Packages that use PostSoapList Package Description com.collabnet.ce.soap60.webservices.discussion -
-
Uses of PostSoapList in com.collabnet.ce.soap60.webservices.discussion
Methods in com.collabnet.ce.soap60.webservices.discussion that return PostSoapList Modifier and Type Method Description PostSoapListDiscussionAppSoap. findPosts(String sessionId, String queryString, String projectId, boolean searchAttachments)Finds a list of posts matching a search string.PostSoapListDiscussionAppSoapMockStub. findPosts(String sessionId, String queryString, String projectId, boolean searchAttachments)Simulate a call to findPostsPostSoapListDiscussionAppSoapStub. findPosts(String sessionId, String queryString, String projectId, boolean searchAttachments)PostSoapListIDiscussionAppSoap. findPosts(String sessionId, String queryString, String projectId, boolean searchAttachments)Finds a list of posts matching a search string.PostSoapListDiscussionAppSoap. getPostList(String sessionId, String topicId)Returns a list of posts associated with a specified topic.PostSoapListDiscussionAppSoapMockStub. getPostList(String sessionId, String topicId)Simulate a call to getPostListPostSoapListDiscussionAppSoapStub. getPostList(String sessionId, String topicId)PostSoapListIDiscussionAppSoap. getPostList(String sessionId, String topicId)Returns a list of posts associated with a specified topic.
-