Class ProjectSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ProjectSoapList
-
public class ProjectSoapList extends Object
ProjectList is used to get a list of project.Change HistoryRelease: 6.1- Added Id of the parent project.
- Added project hierarchy path.
- Added lock status.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description ProjectSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ProjectSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ProjectSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ProjectSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-