Class SetCurrentUserPresentOperation

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<ResultType,EcmExceptionType,com.lexmark.saperion.remote.common.Connection>
com.lexmark.saperion.remote.common.operations.EcmOperation<com.lexmark.saperion.remote.common.operations.Void,com.lexmark.saperion.exceptions.EcmException>
com.saperion.operations.user.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>, 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:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Literal constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.lexmark.saperion.remote.common.operations.Void
     

    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 Details

    • SetCurrentUserPresentOperation

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

    • invoke

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