public abstract class VoidOperation extends LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
| Constructor and Description |
|---|
VoidOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvoke(Object result,
LegacyConnection connection) |
com.lexmark.saperion.remote.common.operations.Void |
getResult() |
com.lexmark.saperion.remote.common.operations.Void |
invoke() |
protected abstract void |
voidInvoke()
Invokes this void operation.
|
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionprotected abstract void voidInvoke()
throws Exception
Exception - exception when invoking this operationpublic com.lexmark.saperion.remote.common.operations.Void invoke()
throws SaBasicException
SaBasicExceptionpublic void afterInvoke(Object result, LegacyConnection connection)
afterInvoke in interface com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>afterInvoke in class com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>public com.lexmark.saperion.remote.common.operations.Void getResult()
getResult in interface com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>getResult in class com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.