Class FcSendFormRecordMessageProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcSendFormRecordMessageProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the workflow action (
EWorkflowNodeType.FC_SEND_FORM_RECORD_MESSAGE).- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the attachments to send with the message.getEmail()The email address to send the message to, if the message could not be delivered via a message service.Gets the content of the message to create.The user who should receive the message.The name of the sender of the message.The subject of the message to create.booleanWhen a new chat is created: Whether the chat should be kept open.booleanvoidsetAttachments(MultiFile attachments) Sets the attachments to send with the message.voidThe email address to send the message to, if the message could not be delivered via a message service.voidsetMessageContent(String messageContent) Sets the content of the message to create.voidsetOpenChat(boolean openChat) When a new chat is created: Whether the chat should be kept open.voidsetReceiver(FormRecordChatUser receiver) The user who should receive the message.voidsetSenderName(String senderName) The name of the sender of the message.voidsetSendUploadRequest(boolean sendUploadRequest) voidsetSubject(String subject) The subject of the message to create.voidsetUploadRequest(FcSendFormRecordMessageUploadRequestProps uploadRequest) Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcSendFormRecordMessageProps
public FcSendFormRecordMessageProps()
-
-
Method Details
-
getAttachments
Gets the attachments to send with the message.- Returns:
- The attachments.
-
setAttachments
Sets the attachments to send with the message.- Parameters:
attachments- The attachments.
-
getEmail
The email address to send the message to, if the message could not be delivered via a message service.- Returns:
- The email address.
-
setEmail
The email address to send the message to, if the message could not be delivered via a message service.- Parameters:
email- The email address.
-
getMessageContent
Gets the content of the message to create. May contain placeholders.- Returns:
- The message content.
-
setMessageContent
Sets the content of the message to create. May contain placeholders.- Parameters:
messageContent- The message content.
-
getReceiver
The user who should receive the message. May contain placeholders.- Returns:
- The receiver of the message.
-
setReceiver
The user who should receive the message. May contain placeholders.- Parameters:
receiver- The receiver of the message.
-
getSenderName
The name of the sender of the message. The actual user who sent the message will always be set to the system user. However, the sender name can be set to any arbitrary value. May contain placeholders.- Returns:
- The sender name.
-
setSenderName
The name of the sender of the message. The actual user who sent the message will always be set to the system user. However, the sender name can be set to any arbitrary value. May contain placeholders.- Parameters:
senderName- The sender name.
-
getSubject
The subject of the message to create. May contain placeholders.- Returns:
- The message subject.
-
setSubject
The subject of the message to create. May contain placeholders.- Parameters:
subject- The message subject.
-
getUploadRequest
-
setUploadRequest
-
isOpenChat
public boolean isOpenChat()When a new chat is created: Whether the chat should be kept open. When enabled, the end user can send replies. When disabled, the end user cannot send replies (but an inbox agent can still send messages to the end user).- Returns:
- Whether the chat should be opened after the message has been created.
-
setOpenChat
public void setOpenChat(boolean openChat) When a new chat is created: Whether the chat should be kept open. When enabled, the end user can send replies. When disabled, the end user cannot send replies (but an inbox agent can still send messages to the end user).- Parameters:
openChat- Whether the chat should be opened after the message has been created.
-
isSendUploadRequest
public boolean isSendUploadRequest() -
setSendUploadRequest
public void setSendUploadRequest(boolean sendUploadRequest)
-