Class ArtifactsInPlanningFolder2SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.planning.ArtifactsInPlanningFolder2SoapList
-
public class ArtifactsInPlanningFolder2SoapList extends Object
ArtifactsInPlanningFolder2SoapList class represents a list of artifacts within a planning folder. It contains a sequence of ArtifactsInPlanningFolder2SoapRow objects. Note that the ArtifactsInPlanningFolder2SoapRow 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: 6.1- Added Id for reportedInRelease field.
- Added Id for resolvedInRelease field.
- Added points field.
Release: 8.0- Added Id and Title for team field.
- Added autoSummingPoints field.
- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description ArtifactsInPlanningFolder2SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactsInPlanningFolder2SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ArtifactsInPlanningFolder2SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ArtifactsInPlanningFolder2SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ArtifactsInPlanningFolder2SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-