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