Class PlanningFolderSummary4SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.planning.PlanningFolderSummary4SoapList
-
public class PlanningFolderSummary4SoapList extends FolderSoapList
A list of PlanningFolderSummaries is represented by PlanningFolderSummary4SoapList class. Each row within a PlanningFolderSummary list is represented by the PlanningFolderSummary4SoapRow class.Change HistoryRelease: 6.1- Added status, statusClass, capacity, releaseTitle and releaseId fields.
- Added openPoints and closedPoints fields.
Release: 6.2- Added tracker unit.
- Added story points on open artifacts.
Release: 7.1- Added points capacity.
Release: 7.2- Added burndownViewMode field.
- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description PlanningFolderSummary4SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanningFolderSummary4SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(PlanningFolderSummary4SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public PlanningFolderSummary4SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(PlanningFolderSummary4SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-