Package com.saperion.operations.user
Class SetUserExtensionCacheEnabled
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
-
- com.saperion.operations.VoidOperation
-
- com.saperion.operations.user.SetUserExtensionCacheEnabled
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>,java.io.Serializable
public class SetUserExtensionCacheEnabled extends VoidOperation
enables/disables caching of user/group/tenant extensions. Changing the value will make the cache recollect its values.- Author:
- jsc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetUserExtensionCacheEnabled(boolean enabled)Creates anOperationthat enables/disables caching of user/group/tenant extensions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidvoidInvoke()Invokes this void operation.-
Methods inherited from class com.saperion.operations.VoidOperation
afterInvoke, getResult, invoke
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
toArrayList, toCaseInsensitiveMap, toHashMap, toString
-
-
-
-
Constructor Detail
-
SetUserExtensionCacheEnabled
public SetUserExtensionCacheEnabled(boolean enabled)
Creates anOperationthat enables/disables caching of user/group/tenant extensions. Changing the value will make the cache recollect its values.- Parameters:
enabled- whether the cache should be enabled (true) or disabled (false)
-
-
Method Detail
-
voidInvoke
protected void voidInvoke() throws java.lang.ExceptionDescription copied from class:VoidOperationInvokes this void operation.- Specified by:
voidInvokein classVoidOperation- Throws:
java.lang.Exception- exception when invoking this operation
-
-