Uses of Class
com.collabnet.ce.soap60.fault.CannotDeleteDocumentVersionFault
-
Packages that use CannotDeleteDocumentVersionFault Package Description com.collabnet.ce.soap60.webservices.docman -
-
Uses of CannotDeleteDocumentVersionFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw CannotDeleteDocumentVersionFault Modifier and Type Method Description voidDocumentAppSoap. deleteDocumentByVersions(String sessionId, String documentId, int[] versionNumbers)Deletes particular version(s) of a document.Locked document version(s) cannot be deleted, When a locked document's id is passed to this API, a SystemFault will be thrown.
-