Tracker2SoapDO |
TrackerAppSoap.cloneTrackerAcrossProject(String sessionId,
String srcTrackerId,
String destProjectId,
String destTrackerTitle,
String destTrackerDescription) |
Clone Tracker across the project
|
void |
TrackerAppSoap.copyWorkflowTransitions(String sessionId,
String srcTrackerId,
String dstTrackerId) |
Copies workflow transitions between two trackers.
|
void |
TrackerAppSoap.createArtifactDependency(String sessionId,
String originId,
String targetId,
String desc) |
Creates an artifact dependency between two artifacts.
|
ArtifactDependencySoapList |
TrackerAppSoap.getChildDependencyList(String sessionId,
String artifactId) |
Gets the dependency list for an artifact where the artifact is the origin artifact.
|
ArtifactDependencySoapList |
TrackerAppSoap.getParentDependencyList(String sessionId,
String artifactId) |
Gets the dependency list for an artifact where the artifact is the target artifact.
|
static void |
TrackerSoapUtil.isRoleList(String srcTrackerId,
com.vasoftware.sf.server.types.ProjectPath destProjectPath,
com.vasoftware.sf.server.types.UserSessionKey sessionKey) |
checks if the roles are mapped between the trackers.
|
void |
TrackerAppSoap.removeArtifactDependency(String sessionId,
String originId,
String targetId) |
Removes an artifact dependency between two artifacts.
|
void |
TrackerAppSoap.setArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId) |
Deprecated.
|
void |
TrackerAppSoap.setArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
Deprecated.
|
void |
TrackerAppSoap.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
Deprecated.
|
void |
TrackerAppSoap.setArtifactData4(String sessionId,
Artifact3SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
Sets data associated along with multiple attachments with the specified artifact.
|