Class 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 an Operation that enables/disables caching of user/group/tenant extensions.
    • Constructor Detail

      • SetUserExtensionCacheEnabled

        public SetUserExtensionCacheEnabled​(boolean enabled)
        Creates an Operation that 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.Exception
        Description copied from class: VoidOperation
        Invokes this void operation.
        Specified by:
        voidInvoke in class VoidOperation
        Throws:
        java.lang.Exception - exception when invoking this operation