org.eclipse.higgins.sync.command
Class GetUserProfileCommand
java.lang.Object
org.eclipse.higgins.sync.command.GetUserProfileCommand
- All Implemented Interfaces:
- IResourceCommand
public class GetUserProfileCommand
- extends Object
- implements IResourceCommand
- Author:
- Alexander Yuhimenko
|
Constructor Summary |
GetUserProfileCommand(org.eclipse.higgins.sync.meta.IResourceMetaDataService metaDataService,
org.eclipse.higgins.user.profile.IUserProfileService userProfileService,
org.eclipse.higgins.user.account.IUserAccountService userAccountService)
|
COMMAND_ID
public static final String COMMAND_ID
- See Also:
- Constant Field Values
GetUserProfileCommand
public GetUserProfileCommand(org.eclipse.higgins.sync.meta.IResourceMetaDataService metaDataService,
org.eclipse.higgins.user.profile.IUserProfileService userProfileService,
org.eclipse.higgins.user.account.IUserAccountService userAccountService)
- Parameters:
metaDataService - userProfileService - userAccountService -
execCmd
public CmdExecStatusTO execCmd(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity,
CommandTO commandTO)
- Description copied from interface:
IResourceCommand
- Execute command.
- Specified by:
execCmd in interface IResourceCommand
- Returns: