Class VersionInformationSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.VersionInformationSoapList
-
public class VersionInformationSoapList extends Object
VersionInformationList is used to return a list of ids, versions, and dates of last modification for all contents of a folder.- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description VersionInformationSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionInformationSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(VersionInformationSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public VersionInformationSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(VersionInformationSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-