public class DeleteDocument extends VoidOperation
SaRMIServerCommand.deleteDocument(int, int, String) does. In fact it actually
calls exactly this method.
The VoidOperation.invoke() method has no return value.| Constructor and Description |
|---|
DeleteDocument(String documentHDOC,
int deleteType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invokebeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionpublic DeleteDocument(String documentHDOC, int deleteType)
documentHDOC - HDOC of the document to deletedeleteType - Deletion strategy which may be set on one of the following values:
protected void voidInvoke()
throws Exception
VoidOperationvoidInvoke in class VoidOperationException - exception when invoking this operationCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.