Interface ISendMessageRecipientUser
-
- All Superinterfaces:
ISendMessageRecipient
,Serializable
public interface ISendMessageRecipientUser extends ISendMessageRecipient
Common interface that defines the recipient when sending a form record message service as anauthenticated user
.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <TUser extends IUserRef & IUserData>
TUsergetUser()
-
Methods inherited from interface de.xima.fc.form_record.model.message.ISendMessageRecipient
getEmail
-
-
-
-
Method Detail
-
getUser
@NotNull <TUser extends IUserRef & IUserData> TUser getUser()
- Returns:
- The user that is the recipient of the message. The recipient has a
universal reference ID
. If they have a formcycle profile then they also have aprofile UUID
. Additionally, the user may have additional data that may be retrieved viaIUserData.getAttribute(String)
.
-
-