Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.discussion |
Modifier and Type | Method and Description |
---|---|
ForumSoapDO |
IDiscussionAppSoap.createForum(String sessionId,
String projectId,
String listName,
String forumName,
String description,
boolean listEnabled,
String prefix,
String footer,
String forumType,
String[] moderators,
String[] trustedUsers,
String replyTo,
int messageSize)
Creates a discussion forum
|
ForumSoapDO |
DiscussionAppSoapStub.createForum(String sessionId,
String projectId,
String listName,
String forumName,
String description,
boolean listEnabled,
String prefix,
String footer,
String forumType,
String[] moderators,
String[] trustedUsers,
String replyTo,
int messageSize) |
ForumSoapDO |
DiscussionAppSoapMockStub.createForum(String sessionId,
String projectId,
String listName,
String forumName,
String description,
boolean listEnabled,
String prefix,
String footer,
String forumType,
String[] moderators,
String[] trustedUsers,
String replyTo,
int messageSize)
Simulate a call to createForum
|
ForumSoapDO |
IDiscussionAppSoap.createPrivateForum(String sessionId,
String projectId,
String listName,
String forumName,
String description,
boolean listEnabled,
String prefix,
String footer,
String forumType,
String[] moderators,
String[] trustedUsers,
String replyTo,
int messageSize)
Creates a discussion forum
|
ForumSoapDO |
DiscussionAppSoapStub.createPrivateForum(String sessionId,
String projectId,
String listName,
String forumName,
String description,
boolean listEnabled,
String prefix,
String footer,
String forumType,
String[] moderators,
String[] trustedUsers,
String replyTo,
int messageSize) |
ForumSoapDO |
DiscussionAppSoapMockStub.createPrivateForum(String sessionId,
String projectId,
String listName,
String forumName,
String description,
boolean listEnabled,
String prefix,
String footer,
String forumType,
String[] moderators,
String[] trustedUsers,
String replyTo,
int messageSize)
Simulate a call to createPrivateForum
|
Copyright © 2016 CollabNet. All Rights Reserved.