Class ArtifactDetail2SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.tracker.ArtifactDetail2SoapList
-
public class ArtifactDetail2SoapList extends Object
ArtifactDetail2SoapList class represents a list of artifacts. It contains a sequence of ArtifactDetail2SoapRow objects. Note that the ArtifactDetail2SoapRow object is strictly a data container used for one-way fetching of data about a list of objects. Its "setter" methods cannot be used to change data on the server.Change HistoryRelease: 4.4- Changed Flex fields from being SoapNamedValues to being SoapFieldValues
Release: 6.1- Added id and title of planning folder.
- Added Id for reportedInRelease field.
- Added Id for resolvedInRelease field.
- Added points field.
- Added autosumming field.
- Added tracker icon field.
- Renamed estimatedHours and actualHours to estimatedEffort and actualEffort, and added remainingEffort field.
Release: 8.0- Added autoSummingPoints field.
- Added id and title of team.
- Since:
- 4.3-HOTFIX1
-
-
Constructor Summary
Constructors Constructor Description ArtifactDetail2SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactDetail2SoapRow[]getDataRows()intgetFullListSize()Returns the total number of rows that match the current search criteria, even if a subset of rows has been fetched with getDetailedArtifactList() (by specifying a start index and number of rows).static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ArtifactDetail2SoapRow[] rows)voidsetFullListSize(int fullListSize)
-
-
-
Method Detail
-
getDataRows
public ArtifactDetail2SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ArtifactDetail2SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
setFullListSize
public void setFullListSize(int fullListSize)
- Parameters:
fullListSize-
-
getFullListSize
public int getFullListSize()
Returns the total number of rows that match the current search criteria, even if a subset of rows has been fetched with getDetailedArtifactList() (by specifying a start index and number of rows).- Returns:
- an integer with the size.
-
-