Package com.saperion.operations.user
Class GetCurrentUserInfo
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<SaUserInfo>
-
- com.saperion.operations.user.GetCurrentUserInfo
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<SaUserInfo,SaBasicException,LegacyConnection>
,java.io.Serializable
public class GetCurrentUserInfo extends LegacyOperation<SaUserInfo>
When invoked on the server it will return information about the current user.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetCurrentUserInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaUserInfo
invoke()
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
-
-
-
-
Method Detail
-
invoke
public SaUserInfo invoke() throws SaBasicException
- Throws:
SaBasicException
-
-