Class Artifact2SoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.tracker.Artifact2SoapRow
Artifact2SoapList class represents a list of artifacts in a tracker.
It contains a sequence of Artifact2SoapRow objects.
Note that the Artifact2SoapRow object is strictly a data container used for one-way fetching of data about a set of objects. Its "set" methods cannot be used to change data on the server. The normal pattern for updating data on the server is to get a data object describing a single artifact with getArtifactData2(), alter that data object appropriately, and pass it back with setArtifactData3().
Change History
Release: 4.2
- Field 'priority' type changed from 'Integer' to 'int'.
- Field 'estimatedHours' type changed from 'Integer' to 'int'.
- Field 'actualHours' type changed from 'Integer' to 'int'.
Release: 6.1
- Added id and title of planning folder.
- Added points field.
- Added autosumming field.
- Added version field.
- Renamed estimatedHours and actualHours to estimatedEffort and actualEffort, and added remainingEffort field.
Release: 8.0
- Added autoSummingPoints field.
- Added id of team.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'actualEffort'.Returns 'artifactGroup'.Returns 'assignedToFullname'.Returns 'assignedToUsername'.boolean
Returns 'autosumming'.boolean
Returns 'autoSummingPoints'.Returns 'category'.Returns 'closeDate'.Returns 'customer'.Returns 'description'.int
Returns 'estimatedEffort'.Returns 'folderId'.Returns 'folderPathString'.Returns 'folderTitle'.getId()
Returns 'id'.Returns 'lastModifiedDate'.Returns 'planningFolderId'.int
Returns 'points'.int
Returns 'priority'.Returns 'projectId'.Returns 'projectPathString'.Returns 'projectTitle'.int
Returns 'remainingEffort'.Returns 'status'.Returns 'statusClass'.Returns 'submittedByFullname'.Returns 'submittedByUsername'.Returns 'submittedDate'.Returns 'teamId'.getTitle()
Returns 'title'.int
Returns 'version'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setActualEffort
(int actualEffort) Sets 'actualEffort'.void
setArtifactGroup
(String artifactGroup) Sets 'artifactGroup'.void
setAssignedToFullname
(String assignedToFullname) Sets 'assignedToFullname'.void
setAssignedToUsername
(String assignedToUsername) Sets 'assignedToUsername'.void
setAutosumming
(boolean autosumming) Sets 'autosumming'.void
setAutoSummingPoints
(boolean autoSummingPoints) Sets 'autoSummingPoints'.void
setCategory
(String category) Sets 'category'.void
setCloseDate
(Date closeDate) Sets 'closeDate'.void
setCustomer
(String customer) Sets 'customer'.void
setDescription
(String description) Sets 'description'.void
setEstimatedEffort
(int estimatedEffort) Sets 'estimatedEffort'.void
setFolderId
(String folderId) Sets 'folderId'.void
setFolderPathString
(String folderPathString) Sets 'folderPathString'.void
setFolderTitle
(String folderTitle) Sets 'folderTitle'.void
Sets 'id'.void
setLastModifiedDate
(Date lastModifiedDate) Sets 'lastModifiedDate'.void
setPlanningFolderId
(String planningFolderId) Sets 'planningFolderId'.void
setPoints
(int points) Sets 'points'.void
setPriority
(int priority) Sets 'priority'.void
setProjectId
(String projectId) Sets 'projectId'.void
setProjectPathString
(String projectPathString) Sets 'projectPathString'.void
setProjectTitle
(String projectTitle) Sets 'projectTitle'.void
setRemainingEffort
(int remainingEffort) Sets 'remainingEffort'.void
Sets 'status'.void
setStatusClass
(String statusClass) Sets 'statusClass'.void
setSubmittedByFullname
(String submittedByFullname) Sets 'submittedByFullname'.void
setSubmittedByUsername
(String submittedByUsername) Sets 'submittedByUsername'.void
setSubmittedDate
(Date submittedDate) Sets 'submittedDate'.void
Sets 'teamId'.void
Sets 'title'.void
setVersion
(int version) Sets 'version'.
-
Constructor Details
-
Artifact2SoapRow
public Artifact2SoapRow()
-
-
Method Details
-
getId
Returns 'id'. Id of the artifact- Returns:
- Value of 'id'.
-
setId
Sets 'id'. Id of the artifact- Parameters:
id
- Value of 'id'.
-
getPriority
public int getPriority()Returns 'priority'. The artifact priority field- Returns:
- Value of 'priority'.
-
setPriority
public void setPriority(int priority) Sets 'priority'. The artifact priority field- Parameters:
priority
- Value of 'priority'.
-
getProjectPathString
Returns 'projectPathString'. The full project path, as a string- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
Sets 'projectPathString'. The full project path, as a string- Parameters:
projectPathString
- Value of 'projectPathString'.
-
getProjectTitle
Returns 'projectTitle'. The title of the project containing the artifact- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
Sets 'projectTitle'. The title of the project containing the artifact- Parameters:
projectTitle
- Value of 'projectTitle'.
-
getProjectId
Returns 'projectId'. The project id of the project containing the artifact- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. The project id of the project containing the artifact- Parameters:
projectId
- Value of 'projectId'.
-
getFolderPathString
Returns 'folderPathString'. The tracker path containing the artifact- Returns:
- Value of 'folderPathString'.
-
setFolderPathString
Sets 'folderPathString'. The tracker path containing the artifact- Parameters:
folderPathString
- Value of 'folderPathString'.
-
getFolderTitle
Returns 'folderTitle'. The title of the tracker that contains the artifact- Returns:
- Value of 'folderTitle'.
-
setFolderTitle
Sets 'folderTitle'. The title of the tracker that contains the artifact- Parameters:
folderTitle
- Value of 'folderTitle'.
-
getFolderId
Returns 'folderId'. The folder id of the tracker folder that contains the artifact- Returns:
- Value of 'folderId'.
-
setFolderId
Sets 'folderId'. The folder id of the tracker folder that contains the artifact- Parameters:
folderId
- Value of 'folderId'.
-
getTitle
Returns 'title'. The title of the artifact- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. The title of the artifact- Parameters:
title
- Value of 'title'.
-
getDescription
Returns 'description'. The full description of the artifact- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. The full description of the artifact- Parameters:
description
- Value of 'description'.
-
getArtifactGroup
Returns 'artifactGroup'. The artifact group field- Returns:
- Value of 'artifactGroup'.
-
setArtifactGroup
Sets 'artifactGroup'. The artifact group field- Parameters:
artifactGroup
- Value of 'artifactGroup'.
-
getStatus
Returns 'status'. The status of the artifact. Possible values are 'Open', 'Closed", 'Pending' or a custom value defined in the tracker.- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. The status of the artifact. Possible values are 'Open', 'Closed", 'Pending' or a custom value defined in the tracker.- Parameters:
status
- Value of 'status'.
-
getStatusClass
Returns 'statusClass'. 'status' field values indicate the internal status (or class) of the artifact. Can be one of 'Open' or 'Close'- Returns:
- Value of 'statusClass'.
-
setStatusClass
Sets 'statusClass'. 'status' field values indicate the internal status (or class) of the artifact. Can be one of 'Open' or 'Close'- Parameters:
statusClass
- Value of 'statusClass'.
-
getCategory
Returns 'category'. The category field of the artifact- Returns:
- Value of 'category'.
-
setCategory
Sets 'category'. The category field of the artifact- Parameters:
category
- Value of 'category'.
-
getCustomer
Returns 'customer'. The artifact relates to this customer- Returns:
- Value of 'customer'.
-
setCustomer
Sets 'customer'. The artifact relates to this customer- Parameters:
customer
- Value of 'customer'.
-
getSubmittedByUsername
Returns 'submittedByUsername'. The artifact was submitted by the user with this username- Returns:
- Value of 'submittedByUsername'.
-
setSubmittedByUsername
Sets 'submittedByUsername'. The artifact was submitted by the user with this username- Parameters:
submittedByUsername
- Value of 'submittedByUsername'.
-
getSubmittedByFullname
Returns 'submittedByFullname'. The artifact was submitted by the user with this full name- Returns:
- Value of 'submittedByFullname'.
-
setSubmittedByFullname
Sets 'submittedByFullname'. The artifact was submitted by the user with this full name- Parameters:
submittedByFullname
- Value of 'submittedByFullname'.
-
getSubmittedDate
Returns 'submittedDate'. The artifact was created on this date- Returns:
- Value of 'submittedDate'.
-
setSubmittedDate
Sets 'submittedDate'. The artifact was created on this date- Parameters:
submittedDate
- Value of 'submittedDate'.
-
getCloseDate
Returns 'closeDate'. The artifact was closed (completed) on this date- Returns:
- Value of 'closeDate'.
-
setCloseDate
Sets 'closeDate'. The artifact was closed (completed) on this date- Parameters:
closeDate
- Value of 'closeDate'.
-
getAssignedToUsername
Returns 'assignedToUsername'. The artifact is assigned to the user with this username- Returns:
- Value of 'assignedToUsername'.
-
setAssignedToUsername
Sets 'assignedToUsername'. The artifact is assigned to the user with this username- Parameters:
assignedToUsername
- Value of 'assignedToUsername'.
-
getAssignedToFullname
Returns 'assignedToFullname'. The artifact is assigned to the user with this full name- Returns:
- Value of 'assignedToFullname'.
-
setAssignedToFullname
Sets 'assignedToFullname'. The artifact is assigned to the user with this full name- Parameters:
assignedToFullname
- Value of 'assignedToFullname'.
-
getLastModifiedDate
Returns 'lastModifiedDate'. The date details of this artifact were last changed- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
Sets 'lastModifiedDate'. The date details of this artifact were last changed- Parameters:
lastModifiedDate
- Value of 'lastModifiedDate'.
-
getEstimatedEffort
public int getEstimatedEffort()Returns 'estimatedEffort'. The estimated amount of effort needed to resolve issues with the artifact- Returns:
- Value of 'estimatedEffort'.
-
setEstimatedEffort
public void setEstimatedEffort(int estimatedEffort) Sets 'estimatedEffort'. The estimated amount of effort needed to resolve issues with the artifact- Parameters:
estimatedEffort
- Value of 'estimatedEffort'.
-
getActualEffort
public int getActualEffort()Returns 'actualEffort'. The amount of effort actually spent resolving issues with the artifact- Returns:
- Value of 'actualEffort'.
-
setActualEffort
public void setActualEffort(int actualEffort) Sets 'actualEffort'. The amount of effort actually spent resolving issues with the artifact- Parameters:
actualEffort
- Value of 'actualEffort'.
-
getRemainingEffort
public int getRemainingEffort()Returns 'remainingEffort'. The amount of effort remaining needed to resolve issues with the artifact- Returns:
- Value of 'remainingEffort'.
-
setRemainingEffort
public void setRemainingEffort(int remainingEffort) Sets 'remainingEffort'. The amount of effort remaining needed to resolve issues with the artifact- Parameters:
remainingEffort
- Value of 'remainingEffort'.
-
getPlanningFolderId
Returns 'planningFolderId'. The artifact's PlanningFolder id- Returns:
- Value of 'planningFolderId'.
-
setPlanningFolderId
Sets 'planningFolderId'. The artifact's PlanningFolder id- Parameters:
planningFolderId
- Value of 'planningFolderId'.
-
getTeamId
Returns 'teamId'. The artifact's team id- Returns:
- Value of 'teamId'.
-
setTeamId
Sets 'teamId'. The artifact's team id- Parameters:
teamId
- Value of 'teamId'.
-
getVersion
public int getVersion()Returns 'version'. The artifact version- Returns:
- Value of 'version'.
-
setVersion
public void setVersion(int version) Sets 'version'. The artifact version- Parameters:
version
- Value of 'version'.
-
getAutosumming
public boolean getAutosumming()Returns 'autosumming'. Determines whether autosumming is enabled for this artifact.- Returns:
- Value of 'autosumming'.
-
setAutosumming
public void setAutosumming(boolean autosumming) Sets 'autosumming'. Determines whether autosumming is enabled for this artifact.- Parameters:
autosumming
- Value of 'autosumming'.
-
getAutoSummingPoints
public boolean getAutoSummingPoints()Returns 'autoSummingPoints'. Determines whether auto summing points is enabled for this artifact.- Returns:
- Value of 'autoSummingPoints'.
-
setAutoSummingPoints
public void setAutoSummingPoints(boolean autoSummingPoints) Sets 'autoSummingPoints'. Determines whether auto summing points is enabled for this artifact.- Parameters:
autoSummingPoints
- Value of 'autoSummingPoints'.
-
getPoints
public int getPoints()Returns 'points'. The number of story points for this artifact- Returns:
- Value of 'points'.
-
setPoints
public void setPoints(int points) Sets 'points'. The number of story points for this artifact- Parameters:
points
- Value of 'points'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-