Package com.saperion.operations.user
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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, beforeInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.lexmark.saperion.remote.common.operations.Operationaudit, dispatchEvent, isAuditable, isEventDispatcher
- 
Constructor Details- 
SetCurrentUserPresentOperationpublic SetCurrentUserPresentOperation(boolean present) Literal constructor.- Parameters:
- present- Whether the current user is present.
 
 
- 
- 
Method Details- 
invokepublic com.lexmark.saperion.remote.common.operations.Void invoke() throws com.lexmark.saperion.exceptions.EcmException- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
 
-