Class SetCurrentUserPresent

  • All Implemented Interfaces:
    com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,​SaBasicException,​LegacyConnection>, java.io.Serializable

    public class SetCurrentUserPresent
    extends VoidOperation
    When invoked, the server will set the current users presence.
    Author:
    jsc
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SetCurrentUserPresent​(boolean present)
      Literal constructor.
    • Constructor Detail

      • SetCurrentUserPresent

        public SetCurrentUserPresent​(boolean present)
        Literal constructor.
        Parameters:
        present - Whether the current user is present.
    • Method Detail

      • voidInvoke

        protected void voidInvoke()
                           throws com.saperion.jni.SaJNIException
        Description copied from class: VoidOperation
        Invokes this void operation.
        Specified by:
        voidInvoke in class VoidOperation
        Throws:
        com.saperion.jni.SaJNIException