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>
,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
-
-
Constructor Summary
Constructors Constructor Description SetCurrentUserPresentOperation(boolean present)
Literal constructor.
-
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
-
-