Class Artifact3SoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.tracker.Artifact3SoapDO
The Artifact3SoapDO class represents the data associated with an artifact.
Change History
Release: 17.4
- Added tagNames field.
Release: 4.2
- Added constants for list filters.
Release: 4.4
- added constants for column names
- Changed Flex fields from being SoapNamedValues to being SoapFieldValues
Release: 6.1
- Added id of planning folder.
- Added points field.
- Added autosumming 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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Actual Effort column name.static final String
Artifact Group column name.static final String
Assigned To Fullname column name.static final String
Assigned To Username column name.static final String
Auto Summing Points.static final String
Autosumming.static final String
Category column name.static final String
Close Date column name.static final String
Customer column name.static final String
Description column name.static final String
Estimated Effort column name.static final String
Flex Fields column name.static final String
Folder Id column name.static final String
Folder Path String column name.static final String
Folder Title column name.static final String
Id column name.static final String
Last Modified Date column name.static final String
Planning Folder Id.static final String
Planning Folder Title column name.static final String
Points.static final String
Priority column name.static final String
Project Id column name.static final String
project Path String column name.static final String
Project Title column name.static final String
Remaining Effort column name.static final String
Reported In Release Title column name.static final String
Resolved In Release Title column name.static final String
Status column name.static final String
Status Class column name.static final String
Submitted By Fullname column name.static final String
Submitted By Username column name.static final String
Submitted Date column name.static final String
Team Id.static final String
Title column name.static final String
Version column name.static final String
Filter name for actual effort.static final String
Filter name for assignedTo.static final String
Filter name for auto summing points.static final String
Filter name for autosumming.static final String
Filter name for category.static final String
Filter name for customer.static final String
Filter name for estimated effort.static final String
Filter name for group.static final String
Filter name for modified after.static final String
Filter name for modified before.static final String
Filter name for planning folder id.static final String
Filter name for points.static final String
Filter name for priority.static final String
Filter name for remaining effort.static final String
Filter name for reported in release id column name.static final String
Filter name for reported in release title column name.static final String
Filter name for resolved in release id column name.static final String
Filter name for resolved in release title column name.static final String
Filter name for status.static final String
Filter name for status class.static final String
Filter name for submitted after.static final String
Filter name for submitted before.static final String
Filter name for submittedBy.static final String
Filter name for team id.static final String
Filter name for title.static final int
Possible value for the 'priority' fieldstatic final int
Possible value for the 'priority' fieldstatic final int
Possible value for the 'priority' fieldstatic final int
Possible value for the 'priority' fieldstatic final int
Possible value for the 'priority' fieldstatic final int
Possible value for the 'priority' field -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'actualEffort'.Returns 'assignedTo'.boolean
Returns 'autosumming'.boolean
Returns 'autoSummingPoints'.Returns 'category'.Returns 'closeDate'.Returns 'customer'.Returns 'description'.int
Returns 'estimatedEffort'.Returns 'flexFields'.getGroup()
Returns 'group'.Returns 'planningFolderId'.int
Returns 'points'.int
Returns 'priority'.int
Returns 'remainingEffort'.Returns 'reportedReleaseId'.Returns 'resolvedReleaseId'.Returns 'status'.Returns 'statusClass'.String[]
Returns 'tagNames'.Returns 'teamId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setActualEffort
(int actualEffort) Sets 'actualEffort'.void
setAssignedTo
(String assignedTo) Sets 'assignedTo'.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
setFlexFields
(SoapFieldValues flexFields) Sets 'flexFields'.void
Sets 'group'.void
setPlanningFolderId
(String planningFolderId) Sets 'planningFolderId'.void
setPoints
(int points) Sets 'points'.void
setPriority
(int priority) Sets 'priority'.void
setRemainingEffort
(int remainingEffort) Sets 'remainingEffort'.void
setReportedReleaseId
(String reportedReleaseId) Sets 'reportedReleaseId'.void
setResolvedReleaseId
(String resolvedReleaseId) Sets 'resolvedReleaseId'.void
Sets 'status'.void
setStatusClass
(String statusClass) Sets 'statusClass'.void
setTagNames
(String[] tagNames) Sets 'tagNames'.void
Sets 'teamId'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Field Details
-
PRIORITY_HIGHEST
public static final int PRIORITY_HIGHESTPossible value for the 'priority' field- See Also:
-
PRIORITY_HIGH
public static final int PRIORITY_HIGHPossible value for the 'priority' field- See Also:
-
PRIORITY_MEDIUM
public static final int PRIORITY_MEDIUMPossible value for the 'priority' field- See Also:
-
PRIORITY_LOW
public static final int PRIORITY_LOWPossible value for the 'priority' field- See Also:
-
PRIORITY_LOWEST
public static final int PRIORITY_LOWESTPossible value for the 'priority' field- See Also:
-
PRIORITY_NONE
public static final int PRIORITY_NONEPossible value for the 'priority' field- See Also:
-
FILTER_STATUS_CLASS
Filter name for status class.- See Also:
-
FILTER_STATUS
Filter name for status.- See Also:
-
FILTER_ASSIGNED_TO
Filter name for assignedTo.- See Also:
-
FILTER_SUBMITTED_BY
Filter name for submittedBy.- See Also:
-
FILTER_PRIORITY
Filter name for priority.- See Also:
-
FILTER_REMAINING_EFFORT
Filter name for remaining effort.- See Also:
-
FILTER_ACTUAL_EFFORT
Filter name for actual effort.- See Also:
-
FILTER_ESTIMATED_EFFORT
Filter name for estimated effort.- See Also:
-
FILTER_POINTS
Filter name for points.- See Also:
-
FILTER_CATEGORY
Filter name for category.- See Also:
-
FILTER_PLANNING_FOLDER_ID
Filter name for planning folder id.- See Also:
-
FILTER_TEAM_ID
Filter name for team id.- See Also:
-
FILTER_MODIFIED_BEFORE
Filter name for modified before.- See Also:
-
FILTER_MODIFIED_AFTER
Filter name for modified after.- See Also:
-
FILTER_SUBMITTED_BEFORE
Filter name for submitted before.- See Also:
-
FILTER_SUBMITTED_AFTER
Filter name for submitted after.- See Also:
-
FILTER_CUSTOMER
Filter name for customer.- See Also:
-
FILTER_GROUP
Filter name for group.- See Also:
-
FILTER_TITLE
Filter name for title.- See Also:
-
FILTER_AUTOSUMMING
Filter name for autosumming.- See Also:
-
FILTER_AUTO_SUMMING_POINTS
Filter name for auto summing points.- See Also:
-
FILTER_REPORTED_IN_RELEASE_TITLE
Filter name for reported in release title column name.- See Also:
-
FILTER_RESOLVED_IN_RELEASE_TITLE
Filter name for resolved in release title column name.- See Also:
-
FILTER_REPORTED_IN_RELEASE_ID
Filter name for reported in release id column name.- See Also:
-
FILTER_RESOLVED_IN_RELEASE_ID
Filter name for resolved in release id column name.- See Also:
-
COLUMN_ID
Id column name.- See Also:
-
COLUMN_PRIORITY
Priority column name.- See Also:
-
COLUMN_PROJECT_PATH_STRING
project Path String column name.- See Also:
-
COLUMN_PROJECT_TITLE
Project Title column name.- See Also:
-
COLUMN_PROJECT_ID
Project Id column name.- See Also:
-
COLUMN_FOLDER_PATH_STRING
Folder Path String column name.- See Also:
-
COLUMN_FOLDER_TITLE
Folder Title column name.- See Also:
-
COLUMN_FOLDER_ID
Folder Id column name.- See Also:
-
COLUMN_TITLE
Title column name.- See Also:
-
COLUMN_DESCRIPTION
Description column name.- See Also:
-
COLUMN_ARTIFACT_GROUP
Artifact Group column name.- See Also:
-
COLUMN_STATUS
Status column name.- See Also:
-
COLUMN_STATUS_CLASS
Status Class column name.- See Also:
-
COLUMN_CATEGORY
Category column name.- See Also:
-
COLUMN_CUSTOMER
Customer column name.- See Also:
-
COLUMN_SUBMITTED_BY_USERNAME
Submitted By Username column name.- See Also:
-
COLUMN_SUBMITTED_BY_FULLNAME
Submitted By Fullname column name.- See Also:
-
COLUMN_SUBMITTED_DATE
Submitted Date column name.- See Also:
-
COLUMN_CLOSE_DATE
Close Date column name.- See Also:
-
COLUMN_ASSIGNED_TO_USERNAME
Assigned To Username column name.- See Also:
-
COLUMN_ASSIGNED_TO_FULLNAME
Assigned To Fullname column name.- See Also:
-
COLUMN_LAST_MODIFIED_DATE
Last Modified Date column name.- See Also:
-
COLUMN_ESTIMATED_EFFORT
Estimated Effort column name.- See Also:
-
COLUMN_ACTUAL_EFFORT
Actual Effort column name.- See Also:
-
COLUMN_REMAINING_EFFORT
Remaining Effort column name.- See Also:
-
COLUMN_PLANNING_FOLDER_ID
Planning Folder Id.- See Also:
-
COLUMN_TEAM_ID
Team Id.- See Also:
-
COLUMN_AUTOSUMMING
Autosumming.- See Also:
-
COLUMN_AUTO_SUMMING_POINTS
Auto Summing Points.- See Also:
-
COLUMN_POINTS
Points.- See Also:
-
COLUMN_REPORTED_IN_RELEASE_TITLE
Reported In Release Title column name.- See Also:
-
COLUMN_RESOLVED_IN_RELEASE_TITLE
Resolved In Release Title column name.- See Also:
-
COLUMN_PLANNING_FOLDER_TITLE
Planning Folder Title column name.- See Also:
-
COLUMN_FLEX_FIELDS
Flex Fields column name.- See Also:
-
COLUMN_VERSION
Version column name.- See Also:
-
-
Constructor Details
-
Artifact3SoapDO
public Artifact3SoapDO()
-
-
Method Details
-
getDescription
Returns 'description'. Artifact description- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. Artifact description- Parameters:
description
- Value of 'description'.
-
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'.
-
getGroup
Returns 'group'. The group field of the artifact- Returns:
- Value of 'group'.
-
setGroup
Sets 'group'. The group field of the artifact- Parameters:
group
- Value of 'group'.
-
getStatus
Returns 'status'. The user specified status of the artifact. Can be one of 'Open', 'Closed', 'Pending' or a custom value, as defined in the tracker.- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. The user specified status of the artifact. Can be one of 'Open', 'Closed', 'Pending' or a custom value, as defined in the tracker.- Parameters:
status
- Value of 'status'.
-
getStatusClass
Returns 'statusClass'. 'status' field values can indicate the internal status (or class) of the artifact. Can be one of "Open" or "Close" - see the constants defined in FieldValueSoapDO.- Returns:
- Value of 'statusClass'.
-
setStatusClass
Sets 'statusClass'. 'status' field values can indicate the internal status (or class) of the artifact. Can be one of "Open" or "Close" - see the constants defined in FieldValueSoapDO.- Parameters:
statusClass
- Value of 'statusClass'.
-
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'.
-
getPriority
public int getPriority()Returns 'priority'. The level of importance and/or urgency of the artifact. Can be one of 1-5 indicating highest priority to lowest priority, or 0 for no priority specified.- Returns:
- Value of 'priority'.
-
setPriority
public void setPriority(int priority) Sets 'priority'. The level of importance and/or urgency of the artifact. Can be one of 1-5 indicating highest priority to lowest priority, or 0 for no priority specified.- Parameters:
priority
- Value of 'priority'.
-
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'.
-
getPoints
public int getPoints()Returns 'points'. The number of points for the artifact- Returns:
- Value of 'points'.
-
setPoints
public void setPoints(int points) Sets 'points'. The number of points for the artifact- Parameters:
points
- Value of 'points'.
-
getCloseDate
Returns 'closeDate'. The date the artifact was closed- Returns:
- Value of 'closeDate'.
-
setCloseDate
Sets 'closeDate'. The date the artifact was closed- Parameters:
closeDate
- Value of 'closeDate'.
-
getAssignedTo
Returns 'assignedTo'. The artifact is assigned to the user with username- Returns:
- Value of 'assignedTo'.
-
setAssignedTo
Sets 'assignedTo'. The artifact is assigned to the user with username- Parameters:
assignedTo
- Value of 'assignedTo'.
-
getReportedReleaseId
Returns 'reportedReleaseId'. The release in which the artifact was reported- Returns:
- Value of 'reportedReleaseId'.
-
setReportedReleaseId
Sets 'reportedReleaseId'. The release in which the artifact was reported- Parameters:
reportedReleaseId
- Value of 'reportedReleaseId'.
-
getResolvedReleaseId
Returns 'resolvedReleaseId'. The release in which the artifact is resolved- Returns:
- Value of 'resolvedReleaseId'.
-
setResolvedReleaseId
Sets 'resolvedReleaseId'. The release in which the artifact is resolved- Parameters:
resolvedReleaseId
- Value of 'resolvedReleaseId'.
-
getPlanningFolderId
Returns 'planningFolderId'. The planning folder the artifact belongs to- Returns:
- Value of 'planningFolderId'.
-
setPlanningFolderId
Sets 'planningFolderId'. The planning folder the artifact belongs to- Parameters:
planningFolderId
- Value of 'planningFolderId'.
-
getTeamId
Returns 'teamId'. The team the artifact belongs to- Returns:
- Value of 'teamId'.
-
setTeamId
Sets 'teamId'. The team the artifact belongs to- Parameters:
teamId
- Value of 'teamId'.
-
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'.
-
getFlexFields
Returns 'flexFields'. Named values for custom fields for the tracker that contains the artifact. For multi-select custom fields, the name is repeated for each value. For example, for a multi-select field days_of_week where MWF are set, SoapFieldValues { names = {"days_of_week", "days_of_week", "days_of_week"}, values = {"Monday", "Wednesday", "Friday"} types = {TrackerFieldSoapDO.FIELD_VALUE_TYPE_STRING, TrackerFieldSoapDO.FIELD_VALUE_TYPE_STRING, TrackerFieldSoapDO.FIELD_VALUE_TYPE_STRING} }- Returns:
- Value of 'flexFields'.
-
setFlexFields
Sets 'flexFields'. Named values for custom fields for the tracker that contains the artifact. For multi-select custom fields, the name is repeated for each value. For example, for a multi-select field days_of_week where MWF are set, SoapFieldValues { names = {"days_of_week", "days_of_week", "days_of_week"}, values = {"Monday", "Wednesday", "Friday"} types = {TrackerFieldSoapDO.FIELD_VALUE_TYPE_STRING, TrackerFieldSoapDO.FIELD_VALUE_TYPE_STRING, TrackerFieldSoapDO.FIELD_VALUE_TYPE_STRING} }- Parameters:
flexFields
- Value of 'flexFields'.
-
getTagNames
Returns 'tagNames'. Names of the tags associated with this artifact- Returns:
- Value of 'tagNames'.
-
setTagNames
Sets 'tagNames'. Names of the tags associated with this artifact- Parameters:
tagNames
- Value of 'tagNames'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-