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.
|
getResult, invoke, setResult
beforeInvoke, getClientToken
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 © 2016 SAPERION AG. All rights reserved.