Class FcEmailBean
java.lang.Object
de.xima.fc.workflow.designer.bean.nodes.FcEmailBean
- All Implemented Interfaces:
- IElementPropertiesBean<FcEmailProps,,- WorkflowNode> - INodePropertiesBean<FcEmailProps>,- Serializable
@ViewScoped
@Named
public class FcEmailBean
extends Object
implements INodePropertiesBean<FcEmailProps>
Bean with additional logic for controlling the 
EWorkflowNodeType.FC_EMAIL action.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.workflow.elements.IElementPropertiesBeanprepareViewForElement, updateCurrentProperties, updateCurrentTaskMethods inherited from interface de.xima.fc.interfaces.workflow.nodes.INodePropertiesBeanretrieveCurrentProperties
- 
Constructor Details- 
FcEmailBeanpublic FcEmailBean()
 
- 
- 
Method Details- 
getFilteredEncryptionTypes- Returns:
- the filtered encryption types
 
- 
getMailServerData- Returns:
- The mail server data for the mail server that will be used to send mails for this client.
 
- 
getPreviousUsers- Returns:
- Names of the FcEmailProps.getToUsers(), if any.
 
- 
isShowEncryptionSelectionpublic boolean isShowEncryptionSelection()- Returns:
- Whether the user may select an encryption method for the email. When no methods are available, the select field is hidden.
 
- 
isAllowCustomSenderAddresspublic boolean isAllowCustomSenderAddress()- Returns:
- Whether the email server for this client allows a custom sender address to be configured.
 
- 
isMailServerSystemScopepublic boolean isMailServerSystemScope()- Returns:
- Whether the system mail server is used for sending mails (as opposed to a client mail server).
 
 
-