Class WikiPageSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.wiki.WikiPageSoapList
-
public class WikiPageSoapList extends Object
WikiPageSoapList class represents a list of wiki pages in a project.- Since:
- 4.3 SP1 HOTFIX1
-
-
Constructor Summary
Constructors Constructor Description WikiPageSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WikiPageSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(WikiPageSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public WikiPageSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(WikiPageSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-