Class FcEmailBean
- java.lang.Object
-
- de.xima.fc.workflow.designer.bean.nodes.FcEmailBean
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named public class FcEmailBean extends Object implements Serializable
Bean with additional logic for controlling theEWorkflowNodeType.FC_EMAIL
action.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FcEmailBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EMailEncrpytionType>
getFilteredEncryptionTypes()
IMailServerData
getMailServerData()
boolean
isShowEncryptionSelection()
-
-
-
Method Detail
-
isShowEncryptionSelection
public boolean isShowEncryptionSelection()
- Returns:
- Whether the user may select an encryption method for the email. When no methods are available, the select field is hidden.
-
getFilteredEncryptionTypes
public List<EMailEncrpytionType> getFilteredEncryptionTypes()
- Returns:
- the filtered encryption types
-
getMailServerData
public IMailServerData getMailServerData()
-
-