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, invoke
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
toArrayList, toCaseInsensitiveMap, toHashMap, toString
public 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
VoidOperation
voidInvoke
in class VoidOperation
Exception
- exception when invoking this operationCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.