Class Document3SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.docman.Document3SoapList
-
public class Document3SoapList extends Object
DocumentList class represents the list of documents.Change HistoryRelease: 17.1- Added flexFields.
- Changed the 'status' field of the document version to be configurable.
Release: 4.2- Field 'fileSize' type changed from 'Long' to 'long'.
Release: 4.4- Added 'fileUrl'
Release: 8.1- Added downloadRestricted flag
- Added allowForceUnlock flag
- Since:
- 17.1
-
-
Constructor Summary
Constructors Constructor Description Document3SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Document3SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(Document3SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public Document3SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(Document3SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-