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 SummaryConstructors Constructor Description GetCurrentUserInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SaUserInfoinvoke()- 
Methods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
 - 
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
 
- 
 
- 
- 
- 
Method Detail- 
invokepublic SaUserInfo invoke() throws SaBasicException - Throws:
- SaBasicException
 
 
- 
 
-