Class RepositorySoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.scm.RepositorySoapList
-
public class RepositorySoapList extends FolderSoapList
This class represents a list of repositories. Each row within a repository list is represented by a RespositorySoapRow class.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description RepositorySoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositorySoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(RepositorySoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public RepositorySoapRow[] getDataRows()
-
setDataRows
public void setDataRows(RepositorySoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-