Class DocumentSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.docman.DocumentSoapList
-
public class DocumentSoapList extends Object
DocumentList class represents the list of documents.Change HistoryRelease: 4.2- Field 'fileSize' type changed from 'Long' to 'long'.
Release: 4.4- Added 'fileUrl'
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description DocumentSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(DocumentSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public DocumentSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(DocumentSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-