Interface IUserEmailTask
- 
- All Superinterfaces:
 IUserProfileTask
public interface IUserEmailTask extends IUserProfileTask
Common interface foruser profile tasksthat perform some action with a user email on a user profile.- Since:
 - 8.0.1
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 IUserProfileTask
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserEmailgetUserEmail()- 
Methods inherited from interface de.xima.fc.security.interfaces.logic.IUserProfileTask
execute, getUserProfile 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getUserEmail
UserEmail getUserEmail()
- Returns:
 - the user mail that the task is performed with.
 
 
 - 
 
 -