public class RemoveSessionData extends VoidOperation
Operation removes the data the current session associates with the given keys. Data registered as
closable will be closed.| Constructor and Description |
|---|
RemoveSessionData(List<com.lexmark.saperion.remote.common.session.SessionDataKey> keys)
This creates a new
operation that removes the data the
current session associates with the given keys. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invokebeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionpublic RemoveSessionData(List<com.lexmark.saperion.remote.common.session.SessionDataKey> keys)
operation that removes the data the
current session associates with the given keys. Data registered as closable will be closed.keys - the keys of the data to remove from the current session. Must not be nullprotected void voidInvoke()
throws Exception
VoidOperationvoidInvoke in class VoidOperationException - exception when invoking this operationCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.