Class SetCurrentUserPresentOperation

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

    public class SetCurrentUserPresentOperation
    extends com.lexmark.saperion.remote.common.operations.EcmOperation<com.lexmark.saperion.remote.common.operations.Void,​com.lexmark.saperion.exceptions.EcmException>
    When invoked, the server will set the current users presence.
    Author:
    jsc
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.lexmark.saperion.remote.common.operations.Void invoke()  
      • Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation

        afterInvoke, beforeInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.lexmark.saperion.remote.common.operations.Operation

        audit, dispatchEvent, isAuditable, isEventDispatcher
    • Constructor Detail

      • SetCurrentUserPresentOperation

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

      • invoke

        public com.lexmark.saperion.remote.common.operations.Void invoke()
                                                                  throws com.lexmark.saperion.exceptions.EcmException
        Throws:
        com.lexmark.saperion.exceptions.EcmException