Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.discussion | |
com.collabnet.ce.soap60.webservices.tracker | |
com.collabnet.ce.soap60.webservices.wiki |
Modifier and Type | Method and Description |
---|---|
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
|
TopicSoapDO |
IDiscussionAppSoap.createTopic2(String sessionId,
String forumId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients)
Creates a new discussion topic within a specified forum but unlike
createTopic , this method lets you set the attachment files and cc email values at creation time and returns a TopicSoapData Object |
TopicSoapDO |
DiscussionAppSoapStub.createTopic2(String sessionId,
String forumId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients) |
TopicSoapDO |
DiscussionAppSoapMockStub.createTopic2(String sessionId,
String forumId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients)
Simulate a call to createTopic2
|
void |
DiscussionAppSoapMockStub.prepareCreatePost2(String sessionId,
String parentPostId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients,
Object returnValue)
Prepare a simulated response to createPost2
|
void |
DiscussionAppSoapMockStub.prepareCreateTopic2(String sessionId,
String forumId,
String title,
String message,
AttachmentSoapDO[] attachments,
String ccRecipients,
Object returnValue)
Prepare a simulated response to createTopic2
|
Modifier and Type | Method and Description |
---|---|
com.vasoftware.sf.server.services.tracker.ArtifactDO |
TrackerAppSoapMockStub.createArtifact(String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments,
String sessionId)
Simulate a call to createArtifact
|
ArtifactSoapDO |
ITrackerAppSoap.createArtifact2(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Deprecated.
in favor of createArtifact3
|
ArtifactSoapDO |
TrackerAppSoapMockStub.createArtifact2(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Simulate a call to createArtifact2
|
ArtifactSoapDO |
TrackerAppSoapStub.createArtifact2(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments) |
Artifact2SoapDO |
ITrackerAppSoap.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Creates a new artifact with calculate the autosumming_point attachments.
|
Artifact2SoapDO |
TrackerAppSoapMockStub.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Simulate a call to createArtifact3
|
Artifact2SoapDO |
TrackerAppSoapStub.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments) |
void |
TrackerAppSoapMockStub.prepareCreateArtifact(String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments,
String sessionId,
Object returnValue)
Prepare a simulated response to createArtifact
|
void |
TrackerAppSoapMockStub.prepareCreateArtifact2(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments,
Object returnValue)
Prepare a simulated response to createArtifact2
|
void |
TrackerAppSoapMockStub.prepareCreateArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments,
Object returnValue)
Prepare a simulated response to createArtifact3
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Prepare a simulated response to setArtifactData2
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments,
Exception exception)
Prepare a simulated response to setArtifactData2
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Prepare a simulated response to setArtifactData3
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments,
Exception exception)
Prepare a simulated response to setArtifactData3
|
void |
ITrackerAppSoap.setArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Deprecated.
in favor of setArtifactData3
|
void |
TrackerAppSoapMockStub.setArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Simulate a call to setArtifactData2
|
void |
TrackerAppSoapStub.setArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
void |
ITrackerAppSoap.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Sets data associated along with multiple attachments with the specified artifact.
|
void |
TrackerAppSoapMockStub.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Simulate a call to setArtifactData3
|
void |
TrackerAppSoapStub.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
Modifier and Type | Method and Description |
---|---|
void |
IWikiAppSoap.addAttachments(String sessionId,
String wikiPageId,
AttachmentSoapDO[] attachments)
Attaches the uploaded file to the specified wiki page.
|
void |
WikiAppSoapMockStub.addAttachments(String sessionId,
String wikiPageId,
AttachmentSoapDO[] attachments)
Simulate a call to addAttachments
|
void |
WikiAppSoapStub.addAttachments(String sessionId,
String wikiPageId,
AttachmentSoapDO[] attachments) |
void |
WikiAppSoapMockStub.prepareAddAttachments(String sessionId,
String wikiPageId,
AttachmentSoapDO[] attachments)
Prepare a simulated response to addAttachments
|
void |
WikiAppSoapMockStub.prepareAddAttachments(String sessionId,
String wikiPageId,
AttachmentSoapDO[] attachments,
Exception exception)
Prepare a simulated response to addAttachments
|
Copyright © 2016 CollabNet. All Rights Reserved.